From c4696855ba69df263511f8f54e729725ec8ac50b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 27 Apr 2024 11:59:47 +0200 Subject: [PATCH 1/5] Remove invalid characters form the end of the LCENSE.rtf file --- packaging/wix/LICENSE.rtf | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/wix/LICENSE.rtf b/packaging/wix/LICENSE.rtf index 0b2442786e6..b78cb94e76a 100644 --- a/packaging/wix/LICENSE.rtf +++ b/packaging/wix/LICENSE.rtf @@ -2073,4 +2073,3 @@ Moreover, you may apply this exception to a modified version of the Library, pro Furthermore, you are not required to apply this additional permission to a modified version of the Library.\par \par } - From 93ca3532c0972c14124d90d9a776864aa5b3716f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 27 Apr 2024 12:46:42 +0200 Subject: [PATCH 2/5] Write Mixxx version to LICENSE.rtf using CMake --- .pre-commit-config.yaml | 2 +- CMakeLists.txt | 4 +++- packaging/wix/{LICENSE.rtf => LICENSE.rtf.in} | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) rename packaging/wix/{LICENSE.rtf => LICENSE.rtf.in} (98%) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24911fdef94..852bc3a8b72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: "\\W(?:m_p*(?=[A-Z])|m_(?=\\w)|pp*(?=[A-Z])|k(?=[A-Z])|s_(?=\\w))", --write-changes, ] - exclude: ^(packaging/wix/LICENSE.rtf|src/dialog/dlgabout\.cpp|.*\.(?:pot?|(? Date: Sat, 27 Apr 2024 12:21:10 +0200 Subject: [PATCH 3/5] Use CPACK_PACKAGE_NAME = "Mixxx", to fix Windows Menu folder and WIX dialogs. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04e4a644537..376b9a9042a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3440,6 +3440,7 @@ file(RELATIVE_PATH MIXXX_INSTALL_DOCDIR_RELATIVE_TO_DATADIR "${CMAKE_INSTALL_PRE configure_file("${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/src/config.h" @ONLY) # Packaging +set(CPACK_PACKAGE_NAME "Mixxx") set(CPACK_PACKAGE_VENDOR "Mixxx Project") set(CPACK_PACKAGE_CONTACT "RJ Skerry-Ryan ") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Digital DJ Application") From ff3f3f03f9a85b2f81951a18227e9b184917750c Mon Sep 17 00:00:00 2001 From: ronso0 Date: Sun, 28 Apr 2024 15:10:44 +0200 Subject: [PATCH 4/5] WCoverArt: fix popup on click release --- src/widget/wcoverart.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widget/wcoverart.cpp b/src/widget/wcoverart.cpp index 990b7e9a15b..8ebf5b8f98f 100644 --- a/src/widget/wcoverart.cpp +++ b/src/widget/wcoverart.cpp @@ -259,7 +259,8 @@ void WCoverArt::mouseReleaseEvent(QMouseEvent* pEvent) { return; } - if (pEvent->buttons() == Qt::LeftButton && m_loadedTrack && + if (pEvent->button() == Qt::LeftButton && + m_loadedTrack && m_clickTimer.isActive()) { // init/close fullsize cover if (m_pDlgFullSize->isVisible()) { m_pDlgFullSize->close(); From 5eab2771f5bea1cce182dc8e3158d6bfad39e8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Tue, 30 Apr 2024 21:49:45 +0200 Subject: [PATCH 5/5] Pull latest translations from https://www.transifex.com/mixxx-dj-software/mixxxdj/mixxx2-4/. Compile QM files out of TS files that are used by the localized app --- res/translations/mixxx_ar.qm | Bin 22013 -> 21905 bytes res/translations/mixxx_ar.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_ast.qm | Bin 27210 -> 27078 bytes res/translations/mixxx_ast.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_bg.qm | Bin 49299 -> 50807 bytes res/translations/mixxx_bg.ts | 2648 +++++++++++++++-------------- res/translations/mixxx_br.ts | 2644 +++++++++++++++-------------- res/translations/mixxx_bs.qm | Bin 8702 -> 8610 bytes res/translations/mixxx_bs.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_ca.qm | Bin 392940 -> 393123 bytes res/translations/mixxx_ca.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_cs.qm | Bin 425320 -> 426450 bytes res/translations/mixxx_cs.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_da.qm | Bin 33285 -> 33165 bytes res/translations/mixxx_da.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_de.qm | Bin 443043 -> 445481 bytes res/translations/mixxx_de.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_el.qm | Bin 87698 -> 87690 bytes res/translations/mixxx_el.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_en_CA.qm | Bin 297709 -> 297727 bytes res/translations/mixxx_en_CA.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_en_GB.qm | Bin 298135 -> 298153 bytes res/translations/mixxx_en_GB.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_eo.qm | Bin 9720 -> 9616 bytes res/translations/mixxx_eo.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_es.qm | Bin 347733 -> 348867 bytes res/translations/mixxx_es.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_419.qm | Bin 347505 -> 348641 bytes res/translations/mixxx_es_419.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_AR.qm | Bin 347505 -> 348641 bytes res/translations/mixxx_es_AR.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_CO.qm | Bin 347505 -> 348641 bytes res/translations/mixxx_es_CO.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_CR.qm | Bin 347505 -> 348641 bytes res/translations/mixxx_es_CR.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_EC.qm | Bin 347505 -> 348641 bytes res/translations/mixxx_es_EC.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_ES.qm | Bin 426132 -> 427268 bytes res/translations/mixxx_es_ES.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_MX.qm | Bin 361256 -> 362392 bytes res/translations/mixxx_es_MX.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_PA.qm | Bin 347505 -> 348641 bytes res/translations/mixxx_es_PA.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_es_UY.qm | Bin 347505 -> 348641 bytes res/translations/mixxx_es_UY.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_et.qm | Bin 50121 -> 50013 bytes res/translations/mixxx_et.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_eu.qm | Bin 50705 -> 50571 bytes res/translations/mixxx_eu.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_fa.qm | Bin 35869 -> 35761 bytes res/translations/mixxx_fa.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_fi.qm | Bin 87381 -> 87281 bytes res/translations/mixxx_fi.ts | 2650 +++++++++++++++-------------- res/translations/mixxx_fr.qm | Bin 459402 -> 462117 bytes res/translations/mixxx_fr.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_ga.ts | 2644 +++++++++++++++-------------- res/translations/mixxx_gl.qm | Bin 191450 -> 191448 bytes res/translations/mixxx_gl.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_he.qm | Bin 42691 -> 42591 bytes res/translations/mixxx_he.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_hi_IN.qm | Bin 25655 -> 25547 bytes res/translations/mixxx_hi_IN.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_hr.qm | Bin 35317 -> 35205 bytes res/translations/mixxx_hr.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_hu.qm | Bin 99974 -> 100123 bytes res/translations/mixxx_hu.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_hy.qm | Bin 11127 -> 11025 bytes res/translations/mixxx_hy.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_id.qm | Bin 36508 -> 36410 bytes res/translations/mixxx_id.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_is.qm | Bin 16205 -> 16101 bytes res/translations/mixxx_is.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_it.qm | Bin 436138 -> 438695 bytes res/translations/mixxx_it.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_ja.qm | Bin 88569 -> 88579 bytes res/translations/mixxx_ja.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_ko.qm | Bin 57937 -> 58010 bytes res/translations/mixxx_ko.ts | 2650 +++++++++++++++-------------- res/translations/mixxx_lb.qm | Bin 17182 -> 17066 bytes res/translations/mixxx_lb.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_lt.qm | Bin 34109 -> 34005 bytes res/translations/mixxx_lt.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_lv.qm | Bin 20754 -> 20624 bytes res/translations/mixxx_lv.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_mi.qm | Bin 12145 -> 12037 bytes res/translations/mixxx_mi.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_mk.qm | Bin 13480 -> 13380 bytes res/translations/mixxx_mk.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_ml.ts | 2644 +++++++++++++++-------------- res/translations/mixxx_mn.ts | 2644 +++++++++++++++-------------- res/translations/mixxx_mr.qm | Bin 5914 -> 5814 bytes res/translations/mixxx_mr.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_ms.qm | Bin 11165 -> 11057 bytes res/translations/mixxx_ms.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_my.qm | Bin 16573 -> 16449 bytes res/translations/mixxx_my.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_nb.qm | Bin 45085 -> 44975 bytes res/translations/mixxx_nb.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_nl.qm | Bin 433792 -> 434700 bytes res/translations/mixxx_nl.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_nn.qm | Bin 9354 -> 9246 bytes res/translations/mixxx_nn.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_oc.qm | Bin 17236 -> 17108 bytes res/translations/mixxx_oc.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_pl.qm | Bin 301720 -> 302225 bytes res/translations/mixxx_pl.ts | 2650 +++++++++++++++-------------- res/translations/mixxx_pt.qm | Bin 271810 -> 272001 bytes res/translations/mixxx_pt.ts | 2650 +++++++++++++++-------------- res/translations/mixxx_pt_BR.qm | Bin 273118 -> 273295 bytes res/translations/mixxx_pt_BR.ts | 2650 +++++++++++++++-------------- res/translations/mixxx_pt_PT.qm | Bin 324683 -> 324856 bytes res/translations/mixxx_pt_PT.ts | 2650 +++++++++++++++-------------- res/translations/mixxx_ro.qm | Bin 173322 -> 173206 bytes res/translations/mixxx_ro.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_ru.qm | Bin 430189 -> 431867 bytes res/translations/mixxx_ru.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_si.qm | Bin 19608 -> 19486 bytes res/translations/mixxx_si.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_sk.qm | Bin 30516 -> 30408 bytes res/translations/mixxx_sk.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_sl.qm | Bin 419898 -> 421141 bytes res/translations/mixxx_sl.ts | 2652 ++++++++++++++++-------------- res/translations/mixxx_sn.qm | Bin 68866 -> 68872 bytes res/translations/mixxx_sn.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_sq_AL.qm | Bin 18171 -> 18073 bytes res/translations/mixxx_sq_AL.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_sr.qm | Bin 183256 -> 183272 bytes res/translations/mixxx_sr.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_sv.qm | Bin 216173 -> 216065 bytes res/translations/mixxx_sv.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_te.qm | Bin 7420 -> 7302 bytes res/translations/mixxx_te.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_tr.qm | Bin 75952 -> 76423 bytes res/translations/mixxx_tr.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_uk.qm | Bin 48320 -> 48210 bytes res/translations/mixxx_uk.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_uz.qm | Bin 10227 -> 10103 bytes res/translations/mixxx_uz.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_vi.qm | Bin 192823 -> 192701 bytes res/translations/mixxx_vi.ts | 2646 +++++++++++++++-------------- res/translations/mixxx_zh.qm | Bin 192745 -> 193416 bytes res/translations/mixxx_zh.ts | 2651 +++++++++++++++-------------- res/translations/mixxx_zh_CN.qm | Bin 192659 -> 193338 bytes res/translations/mixxx_zh_CN.ts | 2650 +++++++++++++++-------------- 144 files changed, 101595 insertions(+), 94344 deletions(-) diff --git a/res/translations/mixxx_ar.qm b/res/translations/mixxx_ar.qm index ab5070c4a5bbbd3f99b730aa573bee62ecb0d880..40c2b1657f8a3c586fe578d5d062e7dd4ae9e2e9 100644 GIT binary patch delta 2141 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 z + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) اضافة الي اوتوماتيك دي جي (الأسفل) - + Add to Auto DJ Queue (top) أضافة إلي أوتوماتيك دي جي (الأعلي) - + Add to Auto DJ Queue (replace) - - Import Playlist - استيراد قائمة تشغيل + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed فشل إنشاء قائمة التشغيل. - + An unknown error occurred while creating playlist: حدث خطأ غير معروف أثناء إنشاء قائمة التشغيل. @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist قائمة تشغيل جديدة - + Add to Auto DJ Queue (bottom) اضافة الي اوتوماتيك دي جي (الأسفل) - - + + Create New Playlist أنشاء مجموعه مقاطع جديده - + Add to Auto DJ Queue (top) أضافة إلي أوتوماتيك دي جي (الأعلي) - + Remove حذف - + Rename إعادة تسمية - + Lock أقفِل - + Duplicate تكرير - - + + Import Playlist استيراد قائمة تشغيل - + Export Track Files تصدير ملفات - + Analyze entire Playlist تحليل كل المجموعة - + Enter new name for playlist: ادخال اسم جديد للمجموعة - + Duplicate Playlist تكرير قائمة التشغيل - - + + Enter name for new playlist: إدخل اسم جديد لقائمة التشغيل - - + + Export Playlist تصدير قائمة التشغيل - + Add to Auto DJ Queue (replace) - + Rename Playlist إعادة تسمية قائمة التشغيل + - Renaming Playlist Failed فشلت إعادة تسمية قائمة التشغيل - - - + + + A playlist by that name already exists. توجد قائمة تشغيل بهذا الاسم - - - + + + A playlist cannot have a blank name. لا يمكن لقائمة التشغيل أن تحوي اسماً فارغاً. - + _copy //: Appendix to default name when duplicating a playlist _نسخ + - + - - - + + Playlist Creation Failed فشل إنشاء قائمة التشغيل. - - + + An unknown error occurred while creating playlist: حدث خطأ غير معروف أثناء إنشاء قائمة التشغيل. - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) قائمة تشغيل M3U (*.M3U) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U قائمة التشغيل (* .m3u ) ؛؛ M3U8 قائمة التشغيل (* .m3u8) ؛؛ PLS التشغيل (* .pls) ؛؛ CSV نص (* CSV.) ؛؛ نص مقروء (* txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. لا يمكنك تحميل المقطع @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album الألبوم - + Album Artist ألبوم الفنان - + Artist الفنان - + Bitrate معدل البت - + BPM عدد البتات في الدقيقة - + Channels - + Color - + Comment التعليق - + Composer الملحن - + Cover Art غلاف الألبوم - + Date Added تاريخ الإضافة - + Last Played - + Duration المدة - + Type النّوع - + Genre النوع - + Grouping تجمع - + Key المفتاح - + Location الموقع - + Preview معاينة - + Rating التقييم - + ReplayGain - + Samplerate - + Played تم تشغيله - + Title العنوان - + Track # رقم المقطع - + Year السنة - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed محاولة فاشلة - + Please enable at least one connection to use Live Broadcasting. برجاء تشغيل وصله واحده علي الاقل لاستخدام البث المباشر @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links أضافة الي الروابط السريعه - + Remove from Quick Links حذف من الروابط السريعة - + Add to Library أضافة الي الروابط السريعة - + Quick Links الروابط السريعة - - + + Devices أجهزة - + Removable Devices أجهزة قابلة للإزالة - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value قيمة - + Parameter - + Title العنوان - + Description وصف @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -991,13 +1020,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button زر كتم الصوت @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 ١/٢ - + 1 ١ - + 2 ٢ - + 4 ٤ - + 8 ٨ - + 16 ١٦ - + 32 ٣٢ - + 64 ٦٤ - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute كتم الصوت @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 ١/٣٢ - + 1/16 ١/١٦ - + 1/8 ١/٨ - + 1/4 ١/٤ - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) اضافة الي اوتوماتيك دي جي (الأسفل) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) أضافة إلي أوتوماتيك دي جي (الأعلي) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear مسح - + Clear the current effect - + Toggle - + Toggle the current effect - + Next التّالي - + Switch to next effect - + Previous السابق - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ الدي جي الأوتوماتيكي - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages عن برنامج المكس - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4128,7 +4173,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4358,122 +4403,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed محاولة فاشلة - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5045,22 +5090,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5170,6 +5215,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5746,38 +5796,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6003,52 +6078,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6908,138 +6983,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7525,122 +7600,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library مكتبة - + Interface - + Waveforms - + Mixer - + Auto DJ الدي جي الأوتوماتيكي - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7815,7 +7890,7 @@ Select from different types of displays for the waveform, which differ primarily ألبوم الفنان - + Fetching track data from the MusicBrainz database @@ -7892,72 +7967,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8278,7 +8353,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8488,27 +8563,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8731,15 +8806,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8750,57 +8825,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8883,32 +8958,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8983,181 +9058,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry إعادة المحاولة - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9173,43 +9248,48 @@ Do you want to select an input device? PlaylistFeature - + Lock أقفِل - - + + Playlists - + + Shuffle Playlist + + + + Unlock فك القفل - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist أنشاء مجموعه مقاطع جديده @@ -9276,7 +9356,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9382,68 +9462,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9536,6 +9616,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9573,6 +9655,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9591,6 +9674,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9606,6 +9691,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9903,7 +9990,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9960,7 +10047,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9980,22 +10067,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10078,8 +10165,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10109,42 +10196,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10164,17 +10251,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10576,18 +10663,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10627,52 +10714,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10720,10 +10807,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10892,7 +11000,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10938,34 +11046,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates الصناديق - + Check for Serato databases (refresh) - + (loading) Serato @@ -10973,64 +11081,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock فك القفل - + Lock أقفِل - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11039,193 +11147,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11241,23 +11349,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11609,7 +11717,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art غلاف الألبوم @@ -12061,52 +12169,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12300,442 +12398,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear مسح - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next التّالي - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12744,169 +12843,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous السابق - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13005,47 +13103,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13313,123 +13411,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13551,97 +13649,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13651,82 +13749,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album الألبوم - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13734,12 +13832,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13992,22 +14090,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14029,7 +14127,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14053,452 +14151,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14727,564 +14825,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates الصناديق - + Metadata - + Update external collections - + Cover Art غلاف الألبوم - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze تحليل - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) اضافة الي اوتوماتيك دي جي (الأسفل) - + Add to Auto DJ Queue (top) أضافة إلي أوتوماتيك دي جي (الأعلي) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove حذف - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating التقييم - + Cue Point - + Hotcues - + Intro - + Outro - + Key المفتاح - + ReplayGain - + Waveform - + Comment التعليق - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist أنشاء مجموعه مقاطع جديده - + Enter name for new playlist: إدخل اسم جديد لقائمة التشغيل - + New Playlist قائمة تشغيل جديدة - - - + + + Playlist Creation Failed فشل إنشاء قائمة التشغيل. - + A playlist by that name already exists. توجد قائمة تشغيل بهذا الاسم - + A playlist cannot have a blank name. لا يمكن لقائمة التشغيل أن تحوي اسماً فارغاً. - + An unknown error occurred while creating playlist: حدث خطأ غير معروف أثناء إنشاء قائمة التشغيل. - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel إلغاء - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close أغلق - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15292,37 +15390,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15338,7 +15436,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15386,52 +15484,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ast.qm b/res/translations/mixxx_ast.qm index d9e6ad9ab7a26bca46d02a55d775b94b0ecd5639..f273854d29c72fe001ebe2c32ab94af38c6d8e51 100644 GIT binary patch delta 2480 zcmXZec~n&Q6$kJyGxKJcRb@cH1s7BnM?nz*1%f~r7#J2AWD~L0h}P6-teUQmszkIj zB+^9DER9R#AVp6|U9dGC6f0;_b2Qc_!4r=fiy?JuAWF;Wcf9=ddGGP~E%$ftebar_ z=lm6)*ZtLM0HJ{S5}gV}uNUVX7c*AUSwK*g==w1*hwmly0P%F59!T{18sKyT*6E^s zlQ_mEy6eQk&%}}+(F1@QcSkM~*8-UiVEX&w;!2>P3mC!4y^hWmb2*UrzBo}V4G}9Y z0}Erg*0De#7yH}|F{4xTG|*aL(HS~K?*g8`LB;fL=r))D_c7>>Jr6{!f$siw4sb-w z*eQCVpzG&~V-`Y*-3u5x#A!ycuv9EM1Z5G&iTjh7Vu7;p4~*JbD2HwV3#y@x&N z>{SH<>*c{*lbH9mSUeKS;AXz~wHU|=z4tjTF>jq%`W6g(mjE*=;dkKIoM;f?acP|B zAsp#*T^qE2c-6i>3>0C1&<)+HF#882QaP=9qcwbCi;wnaA99CNeB#Qw8M-!~lEXg-Dsz0)!D(D@jmBa597rqG z)C|S4aDJ)TGs_2<(yVFPl)!{`irKG-IUi}xpLr7q*K3}nzYC1Npm|cuBp#cp%0=df znxWQW!1cLSxx4{L+M_i+=6!aU)>5Yc6BlV+>ll%gd)nM*6Lx4?pniEzTcy}{c1EY z`IH!G*7aRwRjA?FN_6&ShWL?^^1#Wmdr8Ur6+@Z!owC%K!=1N^u2G`ro>;tFS=#m+ zV5Xn);&CQdTB!1J{YUHMe2tOgWERi}UOC0gdtOlqGuS zPkA)9DWZRb=)NhI?9!L-mp4Fln zeXonznbNHPZVWq>U$VacW!CxVPJ?mJ5R)j~kfz~+Y%2|()vSi+GY!8RH-RY-W~d+F z5tx$=t*8NF+YG0AxWkMA!@16@fU!cX_^;vHdTwOGa^Kit-yEaJ+ zj9Tcs&wk2*Jig7hZnGb#z9*u4+0in6FZ#0_0WtWB=r|)fPaDm(clZ%n zEZPr>vpS7aHa}r?L>VKpIB|kYboLun*HSC{6?Yi;P@L^DmVUaP$rx!|vi%DG zK45HL&WJc38~=GR0`M6nDp_K1lvv(j?0v75k$KlR_zBB+M!0e4B^tlVG^cAh>wbo5 zc_KG#y(!vzRk@g?9kx)cs4}hmVSpX6S}ck+?aq3ejip-5**NUCrp6BDj;2*Kc8NJhYXocW%9_dO4K!pLF(&rQ66c!u&a}w-i@Y9Pqy$V+Ra;S7Os4P zdD}aT#K_fRV4;}XXWre*Pj&QOx{rQo-v1TfcSMO%--yu;^Km;PW*8EuC7Um`Kjzsd ziE3uD`ObMJN#qH0U+GN1|0kA=ar}q0CW~|Df4C4oF}_Po{jJ4S#(q)QZ>eqhHF>0l1I>MT#Ali6q@#EA9QQI)HB6x*%iTW9ch!wPHU;x>-^&^q(TEq?zK4_Pz5 z-^HCju;y;-<;ps&1tICIhOyRVrIXo09oE$mOvca#>l-OIShsy**(U4BKYq^;r`Xb~ z7%{(Hw!D*!VAg3{P5yqK@qTf(#nxnJ$Bg;Xc5P-1BecnOBc_@;blPh$pxl=Si?@x4 dj!59ImQ{|9@;kDvem delta 2500 zcmXZec~n$&6bJC{EN^DsYzRYuBr2f9Am9kdCJ-nvfDDTc%OG2(f=AK9%JNjtOq7fw zqmH7LCQ=lHnr%>-M}fpjEs&$R)N#o}T9%lmAa%#fU!UK5ym`Oh@BZ$+kDfl+(SF%$ z?ourPe?Xr`P6aI2*;(Oi>Lqdp;B}GB_yvfd=VBc|w9|D!963u1SZ#peebzL@dT(O0 zG_0MTaXwdgj@%7M(U0&T?i!F53hr+`#5|u?2MyhAF(R#jF=i=)BJCVYB~Wi`<~zUJ8Vqf!prqXrk2!jG6qVwWA*u(;I>0VRUSuNKGiiDZc}N-(*Pl2j)e% z@%RED^#zRHSOGlvpG@(@$3XT@SyT}v-ow*ng{{v3Wk+PvZ~!e>CJ)x1q#d1<*No1j z!nrNqHbX`R$Xiy&P(mMO=iX#(7J1LXH-W%)@;k}z027ntcWNn#A3PxOAU#w*+Fk(6 z%~c2|o}{z#P-uso*G&q2od8V!Ns;k5MI>p7BFi~pK!Re)W1h5=gNmhlmI5EB2gl2?W7XDO7)ONDYP)wFLAoAC;pw}dTp7s~fP4}`ud zEdSh@Tsws7`cEilf`r<=^qz6c*|L10F0~ub_OgL)Y|M-Il@LF`H_GaTx-<%{PR9n? z*jYacTU#k7TrRL4Bdono`0&U#K$wP|6VB#E3f<2BV19_T8`yk@&^ORP4XRrhh|U5O zpE{-bFG?4#j8_6`yKrSHg+$)Ys(aaaJ5&ZAcUqWLWipA>pmc1UPW3=zG%&4SWv!wk zGVWyEo7t=q)?rdDc%3G;_^H+o({r=mR=pBS{UP=NQlde8gKF2OR2CEaRBgRX5b;(6-<-fP7Gmfx%`?Oor-=dI?u$eblTZOjq5ao~} zh}EXBrDwFe?oywK{7>5!Psu%LjrPklIx;L}1!)Qo#_QPy?`e;0>84Nc4ej@LUZk^+ z)U7w_Y318>8{ei#jJv{m9%r*Fbz2ADrL6WOcaa6UrnB^Xa4TzBIA)9Pa}z~OvxW`m z)P3JMMD_38!Gp9;-Q^xil4%jTYmQLB{WpE;1o}bp6utHJo0Jo;vN0*_?0fo*BI+CV zYJF|npH!Y + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Amestar a la cola del DJ Automáticu (al final) - + Add to Auto DJ Queue (top) Amestar a la cola del DJ Automáticu (al principiu) - + Add to Auto DJ Queue (replace) - - Import Playlist - Importar llista de reproducción + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Falló crear llista de reproducción - + An unknown error occurred while creating playlist: Hebo un error desconocíu mentanto se creaba la llista de reproducción: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Llista de reproducción nueva - + Add to Auto DJ Queue (bottom) Amestar a la cola del DJ Automáticu (al final) - - + + Create New Playlist - + Add to Auto DJ Queue (top) Amestar a la cola del DJ Automáticu (al principiu) - + Remove Desaniciar - + Rename Renomar - + Lock Bloquiar - + Duplicate - - + + Import Playlist Importar llista de reproducción - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist Esportar llista de reproducción - + Add to Auto DJ Queue (replace) - + Rename Playlist Renomar llista de reproducción + - Renaming Playlist Failed Falló renomar la llista de reproducción - - - + + + A playlist by that name already exists. Yá esiste una llista de reproducción con esi nome. - - - + + + A playlist cannot have a blank name. Una llista de reproducción nun pue tener un nome baleru. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed Falló crear llista de reproducción - - + + An unknown error occurred while creating playlist: Hebo un error desconocíu mentanto se creaba la llista de reproducción: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Llista M3U (*.m3u);;Llista M3U8 (*.m3u8);;Llista PLS (*.pls);;Testu CSV (*.csv);;Testu lleíble (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Nun se pudo cargar la pista. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Álbum - + Album Artist - + Artist Artista - + Bitrate Tasa de bits - + BPM PPM - + Channels Canales - + Color - + Comment Comentariu - + Composer Compositor - + Cover Art - + Date Added Data d'adición - + Last Played - + Duration Duración - + Type Triba - + Genre Xéneru - + Grouping - + Key Clave - + Location Allugamientu - + Preview - + Rating Puntuación - + ReplayGain - + Samplerate - + Played Reproducíu - + Title Títulu - + Track # Pista nᵁ - + Year Añu - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Amestar a enllaces rapidos - + Remove from Quick Links Desaniciar d'enllaces rápidos - + Add to Library - + Quick Links Enllaces rápidos - - + + Devices Preseos - + Removable Devices Preseos estrayibles - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Títulu - + Description Descripción @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Ecualizadores - + Vinyl Control Control de vinilu - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar mou de control de vinilu (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Repetición - + Loop In button Botón meter repetición - + Loop Out button Botón sacar repetición - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Amestar a la cola del DJ Automáticu (al final) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Amestar a la cola del DJ Automáticu (al principiu) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects Efeutos - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Micrófonu prendíu/apagáu - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto-DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Interfaz d'usuariu - + Samplers Show/Hide - + Show/hide the sampler section Amosar/anubrir la seición del muestréu - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Amosar/anubrir la seición del control de vinilu - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Amosar/anubrir el widget de xiru del vinilu - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Tocante a Mixxx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Estéreo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Activáu - + Stereo Estéreo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Fallu de configuración @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware de soníu - + Controllers Controladores - + Library Biblioteca - + Interface Interfaz - + Waveforms - + Mixer Entemecedor - + Auto DJ Auto-DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) En&caboxar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efeutos - + Recording Grabación - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Control de vinilu - + Live Broadcasting Emisión en vivo - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h En&caboxar - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquiar - - + + Playlists - + + Shuffle Playlist + + + + Unlock Desbloquiar - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Control de vinilu - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Caxes - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Desbloquiar - + Lock Bloquiar - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device un preséu - + An unknown error occurred Hebo un fallu desconocíu - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Álbum - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Caxes - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Amestar a la cola del DJ Automáticu (al final) - + Add to Auto DJ Queue (top) Amestar a la cola del DJ Automáticu (al principiu) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Desaniciar - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Puntuación - + Cue Point - + Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain - + Waveform - + Comment Comentariu - + All Too - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist Llista de reproducción nueva - - - + + + Playlist Creation Failed Falló crear llista de reproducción - + A playlist by that name already exists. Yá esiste una llista de reproducción con esi nome. - + A playlist cannot have a blank name. Una llista de reproducción nun pue tener un nome baleru. - + An unknown error occurred while creating playlist: Hebo un error desconocíu mentanto se creaba la llista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Escueyi'l direutoriu de biblioteca de música - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_bg.qm b/res/translations/mixxx_bg.qm index d9de470493f9b99ccb1c731057b6dd1708db802b..2fbe63e24b88cc62a3090edea75fbccaad28db35 100644 GIT binary patch delta 5899 zcmaKvd03R?-p7BlJhRV`3%Mlvl&EatN+QPvTtHA%2*oX8U!PrgqdTHMPYo?Q~o_mDMqi_I{uFAztsf&h`E=&*y%gd;9J8JylB- zzpqrh(%H9whpo%G{X=HW2wzv5?f5`2o>{2%`8P=C1dMQjQaK6PO|WnFSk}8@e$Y zz0AF4qSPTolhj1du2~j?xpl_rGQFtuVox`jSBVp2Zm^+QR;S2CC-fuH&I*>4ZJhYBx zW>k?-^eWMm3nbJoCVF}lGd-7C`W*>%&^)>?^SNJ0sK@>^!AZhS_&d`@EWsH zAmN~usQXD~=uu|MY^EFIr2gtu67Da>xChM8Uzv6YDt&iHF&poYdcirO!B3NVQwH{J zAdT;vooVAE1>Yx$B15END~ARM zrR_vzQ)uMzQY?@|6GGw3!1c`D>zEk_nfd3Kj#j4E%`6OWEHm~2-CPI_>#xwy z^JXK@Nv0T-LA0Pirtt13n)i2E_#vce!#3HlStsD)joM4VjlOH{ZAR2vDe)Q}qBG+m8 zwY#B23k~vn%TYN8f6vUb%I{U+`)l>`KkBa$Mb41_(b$b>{w?{#J-&3JxxXufGlfL6 zjwp1$;5|P<(Q(UUqSaj#N%If`FXSpFKa7H)pC~;2V8UmQD+;Gsh}Qn7Sd@7Z8x<>F z?pls2s#TO0!cuh&iW3iFai&~R`g)+`T5^>u_BG&a=*$e(Gwlh=6+WrM8O0yGP0Ye9 zW>F93&Th(;dy(%McaGOB&{!Y1T^>0MmFM$7s2BVa_)}S($9RTHcpQmh&*bWWjl=};C z&?@v*VW zUzd7`cBT6S{iO3mf2kD)PFza#{BR-mp9$bQ!o(}*kPRiml$T`4j(j0=d^0N79w9Sf z5=!*9Oxr_d!;$n(r{m(WxRllSZ_ zG=1_Bj^zbR^JmP83&IiUbo9l3%#G3p=GqqF?B`XO5G8ybjUd!CGyfVc{LoE_y3i>6 z&<7?A2xKn&Nce}o6VCF!Dq~P*2$-)5tVO*T-(MBH4la{#QYAPLJ6&wdK3$p4ul@AV z&PG+jDGcZ}MKxO%h;zPJHG3TdNE)g#*IXvDg{z7t#UbirR4;0-B8|RPy?h_z&7)K$ zml}zNb!OJgSFMT}i+jWp=Bx>-HEZxb_aJjsM^(*jSn!S2s^;SmZ2dOX?n{lx|1IgN zqsGPX=?v8;^CEG+zp6S}b%!Wwp6bk2R6@m2)n&<-!)B?jCv8DGhN^D1!n6x3RkyoC zAaSAUH}|_lAv@ICjSq2Hby4?NKa0p%!`$jMydLr9d0xCR;q6(-y~99)F@tn3s-E_M78!t7JaFi;ENlN zJR{8niSd(|&F3`*BNYgq+nSQiV{lk3(3EZY75RHXQ=$71HGGPu;xwY%)m^h?Br0Oh z4VwC)PvbsNtl56}6z&IeG)-5p;gs8?X)Zd3Z2DQV`@m3~_q{ax^|+)~HEP}&cpa8J zrtzKZjM`7F8b2d{VL z+hd;zSGsxH;B{7_0TZ<$vB5b1=WCO`!u!~CZE`ML75=r48_BWSnWsFEbe=Y2#aUQl zzc%|O7B0WY+^|iXcXbpB&7Vw9i`H)6iTlAJX1`lZ*E(inxOPdkp6HeN%nfnc%H*f; z{uQ(4P3-{-Vkg1(owoJF8wj?3+6x;yqTqyRFP+3;p`6duxtaaXFq=NtUVk0Fw$^Fy z|E&;rxImpI8>a4clsWx(-NZNWf1z@;Zt8%ZL>nt~mJw1+g)xJ_Vh)dC`i3v##_l3r z-oJiFx_OwZl65tSn{juGVmf-Y@fBUo*?O4r8)o%oUG2vRDvg@iaXfSH7rHvj5u&Zx zy81u5ASlo2_I|s7Xt{~Gy-4@&XNPe959;l2(6Y(QJ^OU;O+fT3eqd^^Gy5kpo2KhN z*?@)f`sqHsR|3sf=q|THQ_K6hpT0z0*mg}XjH!dq-_}Pf-y>R+rJqm^*N)TaCu{E# z6&%%PcAJKAUVZ-Q7Uci3i~3TN0r&U@efet`*xkzvbu;J1>z9WQ#{EF1uPJn*K>et% zxsDAcmV>aw#AEtxUtxay4Q5h78{gMAABJFy9s0Kxfy*8Gw>!bLPsA`sexN_G%Xb<1 zeNX@CfnSi1^~~I#^xq#nM>OWV{?^P${4Jbmi0^@k*?kQO>!3kU1~c^`)4b7;G;1jo zS!77sG!7;|VMv|68flrr9RD5Dea?_t3Rf-ZV#vt+5r0sM3>iMDk-pWiy!j5Ic@(p6 ziQ!Nk@_T%pp;e9zyXy*ON~Dun(#YJ?#hB6)8m^BrX3cyC7HKlt;$v{g1Q?f1>wv=Zu5raw1e8sbCr@X}IM{)3{s&op|0fd81%jHVgY8&TOzrrEvDqf#cDX77e2 z`kpdnUQNWjou<;_70~==Q&}`zkf|`0P2GmV<-5a;WTmOGQ#r2Lw@n{jLp>PM*K~YI zFp>Tz(`VhSxIVvO`aBYXCPbSq4|$nL&@grXX70Lfy15R5R)hp-dpqHh!hkO0B5{ZO zAYfqVaH1Cn1dOhNU=$Z%8PScXWMqK#|}unooIW(Y;u#8%xGKN-nbosH=BQi10y~DmK|U6 zG0slK=rw~p*W!P-(gO5LBRv#Dq6V^(3cq1vU4?dwILPVpirH?f*=q&xj1X;J(c$uV zMY}EEYA+VecJx|`Me72a$Lom^tHJ_tK3 ze$}upL!*0AA~~o4gWY}=%n(j|ykz^7fJ8@u%k34-9+4+w@95zFI(aH~Gecv^8ql_V ziH_|{wA4Pi=^3A!CShAMtSxORS*HL`H)c6NC&ZB~C{hX~W28t4G!6SnR(DG4VvICb z#2PtxN*d*nA+Yr1eo5>czlf3tME|H<^gT9PNStMEA%ei0XBD#$ z9l36sMfAG-?{;gBS9G~Wx6+oI=WQ7@B0?D49p-XTk$?9w|9AIx^^M7{BC9y2ZM7yuimQYLXz#s$s zBYE5l59GB^P$k%H-t4><->W-hz5_JXzpk{Z1w*s_4(4R>pe@CrWDhAE%y6<~Eh(I( zu#l3Dzl)%wZKl{BxsSq~gTV|xNIS5lr6RI+ckQADgwr3v1Oa>NJ)>`QDC=vM6=T(x~&B;DB7aOflg7%7Z^$kBXgm}<_ea) z)|TLAG1qUHV$oqm=-F-AqQ_O}v_w{QuCDcEQEL0nk3%I5Qb{sON}FLA$zYPilB@nR ztep5NjggEgIdl*WplI+>I6l^AP^z@AKbq2z2x5WR-OCK2tnNoa=CqpKRs`Un0nz>d zjBMFl9U}AXLyAc;EESnY(VPNvNuKjU)P?B#@1ja&K}vWh#%B3FZXv0hN**i1&*Goy zZZ`o+7kd9g1)qNrcK82pnJm9|htOl4XQby@oqm;53e8ThZJ}T7Hmz-_3QlvD-D-&t zEw&h^*EckU{4ZYT BJf#2t delta 4508 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 diff --git a/res/translations/mixxx_bg.ts b/res/translations/mixxx_bg.ts index 1d1ab57d162..469352048be 100644 --- a/res/translations/mixxx_bg.ts +++ b/res/translations/mixxx_bg.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Добавяне към Авто DJ опашка (край) - + Add to Auto DJ Queue (top) Добавяне към Авто DJ опашка (начало) - + Add to Auto DJ Queue (replace) - - Import Playlist - Внасяне на списък за изпълнение + + Import as Playlist + Import as Playlist + + + + Import as Crate + Import as Crate + + + + Crate Creation Failed + Crate Creation Failed + + + + Could not create crate, it most likely already exists: + Could not create crate, it most likely already exists: - + Playlist Creation Failed Създаването на списъка за изпъленине се провали - + An unknown error occurred while creating playlist: По време на създаването на списъка за изпълнение възникна неизвестна грешка: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Нов списък с песни - + Add to Auto DJ Queue (bottom) Добавяне към Авто DJ опашка (край) - - + + Create New Playlist Създаване на нов списък с песни - + Add to Auto DJ Queue (top) Добавяне към Авто DJ опашка (начало) - + Remove Премахване - + Rename Преименуване - + Lock Заключване - + Duplicate Дубликат - - + + Import Playlist Внасяне на списък за изпълнение - + Export Track Files - + Analyze entire Playlist Анализирай целия списък с песни - + Enter new name for playlist: Въведи ново име за списък с песни: - + Duplicate Playlist Копиране на списъка с песни - - + + Enter name for new playlist: Въведете име за нов списък с песни - - + + Export Playlist Изнасяне на списъка с песни - + Add to Auto DJ Queue (replace) - + Rename Playlist Преименуване на списъка с песни + - Renaming Playlist Failed Преименуването на списъка с песни не бе успепно - - - + + + A playlist by that name already exists. Вече съществува списък с песни с това име - - - + + + A playlist cannot have a blank name. Списъка с песни не може да бъде без име. - + _copy //: Appendix to default name when duplicating a playlist _копие + - + - - - + + Playlist Creation Failed Създаването на списъка за изпъленине се провали - - + + An unknown error occurred while creating playlist: По време на създаването на списъка за изпълнение възникна неизвестна грешка: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U Списък с песни (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Списък за изпълнение M3U (*.m3u);;Списък за изпълнение M3U8 (*.m3u8);;Списък за изпълнение PLS (*.pls);;Текст в CSV (*.csv);;Четим текст (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Песента не може да бъде заредена. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Албум - + Album Artist Изпълнител - + Artist Изпълнител - + Bitrate Бит./сек. (bitrate) - + BPM Уд/мин (BPM) - + Channels Канали - + Color - + Comment Коментар - + Composer Композитор - + Cover Art Обложка - + Date Added Дата на добавяне - + Last Played - + Duration Продължителност - + Type Тип - + Genre Жанр - + Grouping Групировка - + Key Ключ - + Location Местоположение - + Preview Преглед - + Rating Оценка - + ReplayGain - + Samplerate - + Played Пускано - + Title Заглавие - + Track # Пътека/писта/запис № - + Year Година - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed Неуспешно действие - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Добави към Бързи връзки - + Remove from Quick Links Премахни от Бързи връзки - + Add to Library Добави в библиотека - + Quick Links Бързи връзки - - + + Devices Устройства - + Removable Devices Преносими устройства - - + + Computer Компютър - + Music Directory Added Музикалната папка е добавена - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Вие сте добавили една или повече папки с музика. Файловете в тези папки няма да са налични докато не сканирате повторно вашата библиотека. Желаете ли да сканирате повторно сега? - + Scan Сканиране - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny - + + Loads experimental QML GUI instead of legacy QWidget skin + Loads experimental QML GUI instead of legacy QWidget skin + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group Група - + Item Обект - + Value Стойност - + Parameter Параметър - + Title Заглавие - + Description Описание @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button Бутон за заглушаване @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Еквалайзери - + Vinyl Control Контрол с грамофони - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute Заглушаване @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync Синхронизация - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Добавяне към Авто DJ опашка (край) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Добавяне към Авто DJ опашка (начало) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix Запиши микс - + Toggle mix recording - + Effects Ефекти - + Quick Effects Бързи ефекти - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear Изчисти - + Clear the current effect Изчисти текущия ефект - + Toggle - + Toggle the current effect - + Next Следваща - + Switch to next effect - + Previous Предишна - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Активиране на Автоматичен DJ - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Скорост на възпроизвеждане - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + Move Beatgrid + + + + Adjust the beatgrid to the left or right + Adjust the beatgrid to the left or right + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Вкл./изкл. микрофон - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Авто-DJ (Автодиджей) - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Със съдействието на: - + And special thanks to: Специални благодарности за: - + Past Developers Програмисти от стари версии - + Past Contributors Програмисти от стари версии - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Относно Mixxx - - + + + Unknown Неизвестно - + Date: Дата: - + Git Version: - + + Qt Version: + Qt Version: + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Стерео - - - - + + + + Action failed Неуспешно действие - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,39 +5794,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Информация - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. Сканиране - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Включено - + Stereo Стерео - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Грешка в настройките @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Звуков хардуер - + Controllers - + Library Библиотека - + Interface Интерфейс - + Waveforms - + Mixer Смесител - + Auto DJ Авто-DJ (Автодиджей) - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Помо&щ - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Прилагане - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Отказ - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Ефекти - + Recording Записване - + Beat Detection - + Key Detection - + Normalization Нормализация - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Контрол с грамофони - + Live Broadcasting Живо излъчване - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Изпълнител - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Отказ - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Аудио устройството е заето. - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Опитайте отново</b> след като затворите другото приложение и включите аудио устройството - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Повторно</b> конфигуриране на настройките на Mixxx за аудио устройството. - - + + Get <b>Help</b> from the Mixxx Wiki. Получете <b>Помощ</b> от Уики-то на Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Изход</b> от Mixxx. - + Retry Отново - + skin - - + + Reconfigure Пренастройване - + Help Помощ - - + + Exit Изход - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Продължаване - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Потвърждане на излизането - + A deck is currently playing. Exit Mixxx? В момента свири дек. Изход от Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Заключване - - + + Playlists Списъци с песни - + + Shuffle Playlist + + + + Unlock Отключване - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Създаване на нов списък с песни @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Невалидно @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Слушалки - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck Дек - + Record/Broadcast - + Vinyl Control Контрол с грамофони - + Microphone Микрофон - + Auxiliary - - + + Unknown path type %1 Неизвестен вид пътека %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Дек %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Чисто преминаване на сигнала + + + + Glitch + Glitch + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + Round the Time parameter to the nearest 1/8 beat. + Round the Time parameter to the nearest 1/8 beat. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Колекции - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Отключване - + Lock Заключване - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx се натъкна на проблем - + Could not allocate shout_t Грешка при разпределяне на shout_t - + Could not allocate shout_metadata_t Грешка при разпределяне на shout_metadata_t - + Error setting non-blocking mode: Грешка при задаване на несинхроничен режим: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Моля проверете Интернет връзката си и дали името и паролата ви са верни. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device устройство - + An unknown error occurred Възникна неочаквана грешка - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Обложка @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Запазване на банка с фрази - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Зареждане на банка с фрази - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear Изчисти - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Следваща - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Предишна - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Запиши микс - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Албум - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File &Файл - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit &Изход - + Quits Mixxx - + Ctrl+q - + &Library &Библиотека - + &Rescan Library &Повторно сканиране на библиотеката - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Създаване на нов списък с песни - + Ctrl+n - + Create New &Crate - + Create a new crate Създаване на нова колекция - + Ctrl+Shift+N - - + + &View &Изглед - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &На цял екран - + Display Mixxx using the full screen Показване на Mixxx на цял екран - + &Options &Опции - + &Vinyl Control &Контрол с грамофони - + Use timecoded vinyls on external turntables to control Mixxx Ползване на грамофонни плочи с код за контролиране на Mixxx - + Enable Vinyl Control &%1 - + &Record Mix &Записване на микс - + Record your mix to a file Записва Вашия микс във файл - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Излъчвайте миксовете чрез shoutcast или icecast сървър - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences Нас&тройки - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help Помо&щ - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Поддръжка от общността - + Get help with Mixxx - + &User Manual Н&аръчник на потребителя - + Read the Mixxx user manual. Прочетете наръчника за потребителя на Mixxx. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. Помогнете на превода на този софтуер на Вашия език. - + &About &За - + About the application Относно приложението @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Дек - + Sampler - + Add to Playlist Добавяне към списък с песни - + Crates Колекции - + Metadata - + Update external collections - + Cover Art Обложка - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Нулиране - - + + Analyze Анализиране - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Добавяне към Авто DJ опашка (край) - + Add to Auto DJ Queue (top) Добавяне към Авто DJ опашка (начало) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Премахване - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Оценка - + Cue Point - + Hotcues - + Intro - + Outro - + Key Ключ - + ReplayGain - + Waveform - + Comment Коментар - + All Всички - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Дек %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Създаване на нов списък с песни - + Enter name for new playlist: Въведете име за нов списък с песни - + New Playlist Нов списък с песни - - - + + + Playlist Creation Failed Създаването на списъка за изпъленине се провали - + A playlist by that name already exists. Вече съществува списък с песни с това име - + A playlist cannot have a blank name. Списъка с песни не може да бъде без име. - + An unknown error occurred while creating playlist: По време на създаването на списъка за изпълнение възникна неизвестна грешка: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Отказ - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Затваряне - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Изберете папка за музикалната библиотека - + controllers - + Cannot open database Не може да се отвори базата данни - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_br.ts b/res/translations/mixxx_br.ts index 8af0c4f6185..01fed3a5e5d 100644 --- a/res/translations/mixxx_br.ts +++ b/res/translations/mixxx_br.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + + + + + Could not create crate, it most likely already exists: - + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove - + Rename - + Lock - + Duplicate - - + + Import Playlist - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Pladenn - + Album Artist - + Artist Arzour - + Bitrate - + BPM - + Channels - + Color - + Comment - + Composer - + Cover Art - + Date Added Deiziad ouzhpennet - + Last Played - + Duration Padelezh - + Type - + Genre - + Grouping - + Key Alc'hwez - + Location - + Preview - + Rating - + ReplayGain - + Samplerate - + Played - + Title - + Track # - + Year Bloaz - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links - - + + Devices - + Removable Devices - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny - + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Pladenn - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating - + Cue Point - + Hotcues - + Intro - + Outro - + Key Alc'hwez - + ReplayGain - + Waveform - + Comment - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_bs.qm b/res/translations/mixxx_bs.qm index b87e7ba1b6225971f5ac289be43192a39a0fbc13..e86a294398a9cd99410e9775d927e30df72b5f97 100644 GIT binary patch delta 961 zcmXZbTSyd97zgnG?#|h9cJ|`B_gg_FRJbMOEs8K)-PJN8AH?jThXjr2p+cyLfn3eX zD7*wFcB3r`G12Iy3r1R`B^42cKGlX51`)obvGlFqKKEr^!iv$S#IhIs+IcS@|^UKFoUh+2A1< z2l>JZ7war%U2j?UHP$n|tOl>f0biI6yg~IuE1++&r zr9WfX%gSoT5!QKvb#Gxko6~B5x10ms1=e?u4YuLas;5Afn>9yt#rr1dq)qzPR3TvU z>0gZX0BX#zdwG07IyX!u(fe3Y$+~qJr&+Ht<3m!T1-?cO1Qn_G2yGa;A`P5>PPGH8 zBw2rg4e6x8yae??jg)N52b7hprB0gv&`k;Ti2R*YN=KC_{T(Hz#L-I+D6v`5K1^eS zmkkw&4y|H>zVl3Uq&3a5wtuWW#fBP0M~qI4C04bu_KRX7-DGB!^*6BrhnUNyL{P-~ z=EQf^LCt%}=;|$@CT}#>cXp8pqxQ>B9WRZ^%2nz{-9fob@1#s?vj&@AQf+0WYPNwU zu2JfykI_lu%8%Ps{nQlR|dbXe58!oW&4%XA4&ev@KMBE(hT%h@S z*7lfn-Vd7>^S4ut`&silOK6C$UZBsie*Y*fIAwkBrv!5TG*MkXc0F3Lw(F;%Vl*zD G4E+ZgXXR@E delta 1001 zcmXZbYe<`X5%fcXicofuE_8t;g6KvXMj3sX#^{-kpMK{&?>P_WoacFO6vadr^GgAz;p1 zu@dDny^QKMt8udtYS#3ejk~~Fn#1}5Yc~hti&hM=_V<`co&X|_v-&PYZrL>5bX?gK z$_8{*%14u(fP7W8dwD)0og1Q(D63e}!^V}cmSomi#>VSNKW&H~scqDtzixKr1`hh5AvLF?x0e}UK5*t7Xqdv;cFkE zmvM@gA)2cySx1X#^A}7}^O;3kSlP)Mi`kgHtYcKP7150qdsz7>8~sU4g_}(8W^Lna z!ZGnZg${z86YuhRfG}yam#Hfi_ci%S6FueK zh=G%j=?3N6?H|0fu1;I}qK0lZqn*1xNVV_LJqtF_J9Wv8k$U#05A^9Fhy8-`P*(~ke9-1p=F diff --git a/res/translations/mixxx_bs.ts b/res/translations/mixxx_bs.ts index 0190b76638f..7dc00e05a1c 100644 --- a/res/translations/mixxx_bs.ts +++ b/res/translations/mixxx_bs.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Uvezi listu + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove Ukloni - + Rename Preimenuj - + Lock Zaključaj - + Duplicate - - + + Import Playlist Uvezi listu - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Nije u mogućnosti pustiti pjesmu. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist - + Artist Umjetnik - + Bitrate - + BPM - + Channels - + Color - + Comment - + Composer - + Cover Art - + Date Added Dodata na datum - + Last Played - + Duration - + Type - + Genre Žanr - + Grouping - + Key - + Location - + Preview - + Rating Ocjena - + ReplayGain - + Samplerate - + Played Puštano - + Title Naslov - + Track # Pjesma # - + Year Godina - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Brzi linkovi - - + + Devices Uređaji - + Removable Devices Uklonjivi uređaji - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Naslov - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages O Mixxx-u - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Uključen - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Zaključaj - - + + Playlists - + + Shuffle Playlist + + + + Unlock Otključaj - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Sanduci - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Otključaj - + Lock Zaključaj - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Sanduci - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Ukloni - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Ocjena - + Cue Point - + Hotcues - + Intro - + Outro - + Key - + ReplayGain - + Waveform - + Comment - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ca.qm b/res/translations/mixxx_ca.qm index 92922fca5b5fbad71e65dcb0921ddf14807e399a..ad7d3a40aef866fef0e9016eef5e95bd8540cd74 100644 GIT binary patch delta 22408 zcmX7wcR)`67st>2jQi}z-YX+yWN)&|Dl?-JBANN2kkLcKDuv3fuaK{qy-5h)NLF@s zHd)!^_wM%B>)yxHb3fyJ&Uv5n`CM=Rl-c;V%+iv!!$ee_s9X)uo|M%UH8T29$P;71 zhQu~c0~--_@1&7s&j1?}^;ift1@D6`iFzi39f{R-06P(@R}Ab79s#=$bKDAcCDx$e zdCtUajq2jUg;=BOU|-_9ix9DS#Gbt-;?DSCFO4j)Cg_9vJ)kcsKX!nzcwh*Tn1ToP z0jCn5kp@mDKKU~^2cORbL(l*;PK4q){lF!-j|St(#vI$=Vgp)s1>6b#1oxtaJ;4*; z2JjO85G@z?i8V%pbsP=s2Bs3PltokvJ#?;D$j#ls8MyZ(s@sNG9vWEJli1C_7(gpN zUyK2(hLMa1YuIp+j|&X_4-9Y9+UQ|@FdX+DM9m6%8Vb%Q76`U1_}(?5w&2f15DyM~ zgc0peO42$o9z83#zfa1}7Z_MqqVmrQ>A0$pUg!uuXWtrtHdhSQ1nmRqxdNPmA^Zp2 zM9NJ(5Mm?Eb|L-I;C@X=+4e6{|3^asO1KNaz5bC#CBmBKLEoeCs$PLNRA5rs}7B{Z3otR$j+JBTT{ zq-^+?*u<&$;XlM41dwv%81b60?)^K6cfxAvJ|4uhbk88(k$^A67Zlja zE)s!8%>57&+t(5gv-xWma?Ann4AI1XBzB!6zNjIIgI!6Pjz2i~fcWBiB#yiX?~^#6 zM2eRSiOYg`hhZeHU_Gl7NZf)U&t0ogc+Dq~U60so{Lb5k#5*=3@%}dMeG7RePb0U* z{72#|jBWoBlExD-sOcn|ttBdPNu$!dibmf1a3P;rNVdo)z6sxN6O5_wBI(>4b9+N0 zOZ<;yH;iJ z?bFE5RwkM1OJtW;$fj*HDyOX)x!F^rP)3vd6@u^mEM!xEjqKAn&=x}6R8;#w4!uU| z<{(nqzazC^&MVrJu5K0>Pr7j!j=7gfHzSK^;dRoj^(MtL zQ6qa%wUA%iYm^?}$&?j9qWVHAI{O-8$`vYRdwZIAU@0oTX%2?41(lxEos{3JsZ1P< zamx)V-xYKGVh7p9`w+JuN7eGpB+D-(ds`gQm-QM&?pdn2Pmr>2F4b-dt6$xNYPW#3 zubxS@d!d8g?a84}HBu@KA%`Haa!0BIbi%K>|clKVv1zhDOC6Jd6JDzQN1QZi1k=c^}4{#Hrhq?(;E}>Yfp{?F>(pP zE{d{4gCRB|m-G`bMv^-!bH4Ott52t1YL1lA1 zHPhB@Z)!2RV4Y`E%i4~_E1#xTPm)QjoItH-!|3J(Q|pXT@Sqzt@{&IbS-Mjpv)&Z) zPa);9q15^%Ct77opmyo#S-nf-(limVU>Uirh=n0eqizmZj^)c2vi?ntY*D2`KL1e2 zuSGQSqWcS3+)~IABQ#2nSkXhTP`{*sir@f#abzzjYQMI)TQGY!3Xck6% zl^KK+X<(xs&ErU!R#v0*bEF<4eTXWoE@amQ8kMw<8rgR@>M>ye@xQ;R$Ku7LbgoN1 zjx2(QYfn9nRws6Q5A`^Y2QQ4HUZzb%)2nN=3HLqJ%jF1hOHXoT_`^Ew$+e=D_)k5# zdYmCSNJp+`!-*=bDrBSY8kPNXHM0DCjnZo-!S*F;H*04<2ttA(sy; z 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 diff --git a/res/translations/mixxx_ca.ts b/res/translations/mixxx_ca.ts index 84491fd514d..7fcc5aaf276 100644 --- a/res/translations/mixxx_ca.ts +++ b/res/translations/mixxx_ca.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Afegeix a la cua del DJ automàtic (al final) - + Add to Auto DJ Queue (top) Afegeix a la cua del DJ automàtic (al principi) - + Add to Auto DJ Queue (replace) Afegeix a la cua del DJ automàtic (reemplaça) - - Import Playlist - Importa la llista de reproducció + + Import as Playlist + Importar com a llista de reproducció + + + + Import as Crate + Importar com a caixa + + + + Crate Creation Failed + No s'ha pogut crear la caixa - + + Could not create crate, it most likely already exists: + No s' ha pogut crear la caixa, segurament ja existeix: + + + Playlist Creation Failed Ha fallat la creació de la llista de reproducció - + An unknown error occurred while creating playlist: S'ha produït un error desconegut en crear la llista de reproducció: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Llista de reproducció nova - + Add to Auto DJ Queue (bottom) Afegeix a la cua del DJ automàtic (al final) - - + + Create New Playlist Crea una nova llista de reproducció - + Add to Auto DJ Queue (top) Afegeix a la cua del DJ automàtic (al principi) - + Remove Suprimeix - + Rename Canvia el nom - + Lock Bloca els canvis - + Duplicate Duplica - - + + Import Playlist Importa la llista de reproducció - + Export Track Files Exporta pistes a fitxers - + Analyze entire Playlist Analitza tota la llista de reproducció - + Enter new name for playlist: Inseriu un nom nou per a la llista de reproducció: - + Duplicate Playlist Duplica la llista de reproducció - - + + Enter name for new playlist: Inseriu el nom de la llista nova de reproducció: - - + + Export Playlist Exporta la llista de reproducció - + Add to Auto DJ Queue (replace) Afegeix a la cua del DJ automàtic (reemplaça) - + Rename Playlist Canvia el nom a la llista de reproducció + - Renaming Playlist Failed Ha fallat el canvi de nom de la llista de reproducció - - - + + + A playlist by that name already exists. Ja existeix una llista de reproducció amb aquest nom. - - - + + + A playlist cannot have a blank name. El nom de la llista de reproducció no pot quedar en blanc - + _copy //: Appendix to default name when duplicating a playlist _copia + - + - - - + + Playlist Creation Failed Ha fallat la creació de la llista de reproducció - - + + An unknown error occurred while creating playlist: S'ha produït un error desconegut en crear la llista de reproducció: - + Confirm Deletion Confirmeu la supressió - + Do you really want to delete playlist <b>%1</b>? Realment vols esborrar la llista de reproducció <b>%1</b>? - + M3U Playlist (*.m3u) Llista de reproducció M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Llista de repr. M3U (*.m3u);;Llista de repr. M3U8 (*.m3u8);;Llista de repr. PLS (*.pls);;Text CSV (*.csv);;Text llegible (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No s'ha pogut carregar la pista. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Àlbum - + Album Artist Artista de l'àlbum - + Artist Artista - + Bitrate Taxa de bits - + BPM BPM - + Channels Canals - + Color Color - + Comment Comentari - + Composer Compositor - + Cover Art Caràtula - + Date Added Afegida el dia - + Last Played Darrera reproducció - + Duration Durada - + Type Tipus - + Genre Gènere - + Grouping Grup - + Key Clau musical - + Location Ubicació - + Preview Pre-escolta - + Rating Puntuació - + ReplayGain ReplayGain - + Samplerate Rati de mostreig - + Played Reproduït - + Title Tí­tol - + Track # Núm. de pista - + Year Any - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk S' està recuperant la imatge... @@ -410,12 +434,12 @@ BroadcastManager - + Action failed La acció ha fallat - + Please enable at least one connection to use Live Broadcasting. Si us plau, activa almenys una font per a utilitzar la retransmissió en directe. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Afegeix a les Dreceres - + Remove from Quick Links Suprimeix de les dreceres - + Add to Library Afegeix a la biblioteca - + Quick Links Dreceres - - + + Devices Dispositius - + Removable Devices Dispositius extraïbles - - + + Computer Ordinador - + Music Directory Added S'ha afegit la carpeta de música - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Heu afegit un o més carpetes de música. Les cançons d'aquestes carpetes no estaran disponibles fins que es faci un escaneig de nou. Voleu realitzar l'escaneig ara? - + Scan Escaneja - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Ordinador" et permet navegar, veure i carregar les pistes de les carpetes del disc dur, o de dispositius externs. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: El Mixxx és programari de DJ de codi obert. Per a més informació, veieu: - + Starts Mixxx in full-screen mode Inicia el Mixxx el el mode de pantalla sencera - + Use a custom locale for loading translations. (e.g 'fr') Utilitza un paquet de llengua per a la traducció (p. ex. 'ca') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Directori inicial on el Mixxx cerca els fixers de recursos, com les configuracions MIDI. Permet utilitzar una ubicació diferent a la de per defecte. - + Path the debug statistics time line is written to Camí on s'escriu la línia de temps de les estadístiques de depuració - - Use legacy vu meter - Usa el mesurador de nivell de reproducció heretat - - - - Use legacy spinny - Usa el gir antic - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Fa que el Mixxx mostri totes les dades del controlador que rep i les funcions de script que carrega - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! L'assignació de controlador utilitzarà nivells més agressius d'avisos i errors quan detecti un mal ús de la API dels controladors. Les assignacions de controladors noves haurien de fer-se amb aquesta opció habilitada! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. habilita el mode desenvolupador. Inclou registre extra d'informació, estadístiques de rendiment i un menú amb utilitats de desenvolupador. - + Top-level directory where Mixxx should look for settings. Default is: Directori principal on Mixxx ha de cercar les preferències. Per defecte és: - + + Use legacy vu meter + Usa el mesurador de nivell de reproducció heretat + + + + Use legacy spinny + Usa el gir antic + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Activa el mode segur. Desactiva les formes d'ona amb OpenGL i els vinils giratoris. Prova aquesta opció si el Mixxx no s'inicia correctament. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grup - + Item Ítem - + Value Valor - + Parameter Paràmetre - + Title Tí­tol - + Description Descripció @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Posa a màxim volum - + Set to zero volume Posa en silenci @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Botó de reprodueix cap enrere i salta endavant (Censura) - + Headphone listen button Botó per escoltar per auriculars - + Mute button Botó de mut @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Destí de la mescla (p.ex. esquerra, dreta, mig) - + Set mix orientation to left Destí de la mescla a l'esquerra - + Set mix orientation to center Destí de la mescla al centre - + Set mix orientation to right Destí de la mescla a la dreta @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Botó de tocs de BPM - + Toggle quantize mode Commutador del mode quantitzat als tocs - + One-time beat sync (tempo only) Sincronitzar el ritme un cop (només tempo) - + One-time beat sync (phase only) Sincronitzar el ritme un cop (només fase) - + Toggle keylock mode Commutador de mode de bloqueig de clau musical @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalitzadors - + Vinyl Control Control de Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Commutador del mode de control dels punts cue amb Vinil (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Commutador del mode de control de Vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Redirecció de l'audio extern cap al mesclador intern - + Cues Punts Cue - + Cue button Botó Cue - + Set cue point Crea un punt Cue - + Go to cue point Ves a un punt Cue - + Go to cue point and play Ves a un punt Cue i reprodueix - + Go to cue point and stop Ves al punt Cue i atura't - + Preview from cue point Pre-escolta del punt Cue - + Cue button (CDJ mode) Botó Cue (mode CDJ) - + Stutter cue Reprodueix Cue (Stutter) - + Hotcues Marques directes - + Set, preview from or jump to hotcue %1 Defineix, pre-escolta des de o vés a la marca directa %1 - + Clear hotcue %1 Esborra la marca directa %1 - + Set hotcue %1 Defineix la marca directa %1 - + Jump to hotcue %1 Ves a la marca directa %1 - + Jump to hotcue %1 and stop Ves a la marca directa %1 i atura't - + Jump to hotcue %1 and play Ves a la marca directa %1 i reprodueix - + Preview from hotcue %1 Pre-escolta des de la marca directa %1 - - + + Hotcue %1 Marca directa %1 - + Looping Bucles - + Loop In button Botó de punt d'inici de bucle - + Loop Out button Botó de punt final de bucle - + Loop Exit button Botó de sortir del bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Moure el bucle endavant en %1 beats - + Move loop backward by %1 beats Moure el bucle endarrere en %1 beats - + Create %1-beat loop Crea bucle de %1 tocs - + Create temporary %1-beat loop roll Crea bucle "roll" temporal de %1 tocs @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Control del volum - + Full Volume Màxim volum - + Zero Volume Volum zero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Posa Mut @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Escolta pels auriculars @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Destí de le mescla - + Orient Left Orientació a l'esquerra - + Orient Center Orientació al Centre - + Orient Right Orientació a la dreta @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Desplaçament de la graella de ritme cap a la dreta - + Adjust Beatgrid Ajusta la graella de ritme - + Align beatgrid to current position Alinea la graella de ritme a la posició actual - + Adjust Beatgrid - Match Alignment Ajusta la graella de ritme - Fent coindicir l'alineació - + Adjust beatgrid to match another playing deck. Ajusta la graella de ritme per a que coincideixi amb un altre plat en reproducció. - + Quantize Mode Mode de quantitzat - + Sync Sincronitza - + Beat Sync One-Shot Sincronitza el ritme al prémer - + Sync Tempo One-Shot Sincronitza els tempos al prémer - + Sync Phase One-Shot Sincronitza les fases al prémer - + Pitch control (does not affect tempo), center is original pitch Control de to/claumusical (no afecta al tempo), el centre és la nota musical original - + Pitch Adjust Ajustament de Pitch - + Adjust pitch from speed slider pitch Ajusta el Pitch de la barra de velocitat - + Match musical key Iguala la clau musical - + Match Key Iguala la clau musical - + Reset Key Reinicia la clau musical - + Resets key to original Reinicia la clau musical per tornar a la original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages EQ de greus - + Toggle Vinyl Control Commutador de mode Vinil - + Toggle Vinyl Control (ON/OFF) Commutador de control de Vinil (On/Off) - + Vinyl Control Mode Mode de control de Vinil - + Vinyl Control Cueing Mode Mode de control dels punts cue amb Vinil - + Vinyl Control Passthrough Pas de l'audiò d'entrada del control Vinil - + Vinyl Control Next Deck Següent plat del control Vinil - + Single deck mode - Switch vinyl control to next deck Mode d'un plat - Canvia el control de vinil cap al següent plat - + Cue Punt Cue - + Set Cue Defineix el Cue - + Go-To Cue Ves al punt Cue - + Go-To Cue And Play Ves al punt Cue i reprodueix - + Go-To Cue And Stop Ves al punt Cue i atura't - + Preview Cue Pre-escolta del punt Cue - + Cue (CDJ Mode) Punt Cue (Mode CDJ) - + Stutter Cue Reprodueix Cue (Stutter) - + Go to cue point and play after release Ves a un punt Cue i reprodueix en deixar-lo - + Clear Hotcue %1 Esborra la marca directa %1 - + Set Hotcue %1 Defineix la marca directa %1 - + Jump To Hotcue %1 Ves a la marca directa %1 - + Jump To Hotcue %1 And Stop Ves a la marca directa %1 i atura't - + Jump To Hotcue %1 And Play Ves a la marca directa %1 i reprodueix - + Preview Hotcue %1 Pre-escolta la marca directa %1 - + Loop In Inici de bucle - + Loop Out Final de Bucle - + Loop Exit Surt del bucle - + Reloop/Exit Loop Repeteix/Surt del bucle - + Loop Halve Redueix el bucle a la meitat - + Loop Double Incrementa el bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mou el bucle +%1 tocs - + Move Loop -%1 Beats Mou el bucle -%1 tocs - + Loop %1 Beats Bucle de %1 tocs - + Loop Roll %1 Beats Bucle "roll" de %1 tocs - + Add to Auto DJ Queue (bottom) Afegeix a la cua del DJ automàtic (al final) - + Append the selected track to the Auto DJ Queue Afegeix la pista seleccionada al final de la cua de DJ automàtic - + Add to Auto DJ Queue (top) Afegeix a la cua del DJ automàtic (al principi) - + Prepend selected track to the Auto DJ Queue Afegeix la pista seleccionada a l'inici de la cua de DJ automàtic - + Load Track Carrega la pista - + Load selected track Carrega la pista seleccionada - + Load selected track and play Carrega la pista seleccionada i la reprodueix - - + + Record Mix Gravació de la mescla - + Toggle mix recording Commutador de gravació de la mescla - + Effects Efectes - + Quick Effects Efectes ràpids - + Deck %1 Quick Effect Super Knob Potenciòmetre Súper d'Efecte ràpid del Plat %1 - + Quick Effect Super Knob (control linked effect parameters) Potenciòmetre Súper de l'Efecte Ràpid (controla el paràmetre de l'efecte associat) - - + + Quick Effect Efecte ràpid - + Clear Unit Esborrar la Unitat - + Clear effect unit Esborra la unitat d'efecte - + Toggle Unit Commutador d'unitat - + Dry/Wet Directe/Processat - + Adjust the balance between the original (dry) and processed (wet) signal. Ajusta l'equilibri entre la senyal original (dry) i la processada (wet). - + Super Knob Potenciòmetre Súper - + Next Chain Cadena següent - + Assign Assigna - + Clear Descarta - + Clear the current effect Descarta l'efecte actual - + Toggle Estat d'activació - + Toggle the current effect Commutador de l'estat d'activació de l'efecte - + Next Següent - + Switch to next effect Canvia al següent efecte - + Previous Anterior - + Switch to the previous effect Canvia a l'efecte anterior - + Next or Previous Següent o anterior - + Switch to either next or previous effect Canvia a l'efecte següent o anterior - - + + Parameter Value Valor del paràmetre - - + + Microphone Ducking Strength Nivell de reducció en parlar per micròfon - + Microphone Ducking Mode Mode de reducció en parlar per micròfon - + Gain Guany - + Gain knob Potenciòmetre de guany - + Shuffle the content of the Auto DJ queue Barreja el contingut de la cua de DJ automàtic - + Skip the next track in the Auto DJ queue Salta la següent pista de la cua de DJ automàtic - + Auto DJ Toggle Commutador de DJ automàtic - + Toggle Auto DJ On/Off Commutador On/Off de DJ automàtic - + Microphone & Auxiliary Show/Hide Micròfon i Línia auxiliar Mostra/Amaga - + Show/hide the microphone & auxiliary section Mostra/Amaga la secció del micròfon i la línia auxiliar - + 4 Effect Units Show/Hide 4 Unitats d'efecte Mostra/Amaga - + Switches between showing 2 and 4 effect units Canvia entre les opcions de mostrar 2 o 4 unitats d'efectes - + Mixer Show/Hide Mostra/amaga el mesclador - + Show or hide the mixer. Mostra o amaga el mesclador. - + Cover Art Show/Hide (Library) Mostra/Amaga la portada (Biblioteca) - + Show/hide cover art in the library Mostra/amaga la portada a la biblioteca - + Library Maximize/Restore Maximitza/Restaura la vista de Biblioteca - + Maximize the track library to take up all the available screen space. Maximitza o restaura la vista de Biblioteca per abarcar tota la pantalla - + Effect Rack Show/Hide Mostra/amaga el rack d'efectes - + Show/hide the effect rack Mostra/amaga el rack d'efectes - + Waveform Zoom Out Allunya el zoom del gràfic d'ona @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Guany dels auriculars - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toqueu per sincronitzar el tempo (i la fase si està la quantizació activada), mantingueu premut per activar la sincronització permanent - + One-time beat sync tempo (and phase with quantize enabled) Sincronització del tempo en pulsar (i la fase si està la quantització activada) - + Playback Speed Velocitat de reproducció - + Playback speed control (Vinyl "Pitch" slider) Velocitat de reproducció ("Pitch" de Vinil) - + Pitch (Musical key) Pitch (clau musical) - + Increase Speed Accelera - + Adjust speed faster (coarse) Acceleració (valor gran) de velocitat - + Increase Speed (Fine) Acceleració (valor petit) - + Adjust speed faster (fine) Acceleració (valor petit) - + Decrease Speed Redueix - + Adjust speed slower (coarse) Reducció de velocitat (valor gran) - + Adjust speed slower (fine) Redueix la velocitat (valor petit) - + Temporarily Increase Speed Acceleració momentània - + Temporarily increase speed (coarse) Acceleració (valor gran) momentània - + Temporarily Increase Speed (Fine) Acceleració (valor petit) momentània - + Temporarily increase speed (fine) Acceleració (valor petit) momentània - + Temporarily Decrease Speed Reducció de velocitat momentània - + Temporarily decrease speed (coarse) Reducció de velocitat (valor gran) momentània - + Temporarily Decrease Speed (Fine) Reducció de velocitat (valor petit) momentània - + Temporarily decrease speed (fine) Reducció de velocitat (valor petit) momentània @@ -2289,943 +2318,953 @@ trace - Above + Profiling messages BPM / graella de pulsacions - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock sincronització / bloquejar la sincronització - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Disminueix la velocitat (valor petit) - + Pitch (Musical Key) Pitch (Tonalitat Musical) - + Increase Pitch Incrementar Pitch - + Increases the pitch by one semitone Augmentar el pitch un semito - + Increase Pitch (Fine) Augmentar Pitch (Suau) - + Increases the pitch by 10 cents Augmentar el pitch 10% - + Decrease Pitch Disminuir Pitch - + Decreases the pitch by one semitone Disminuir el pitch un semitò - + Decrease Pitch (Fine) Disminuir Pitch (Suau) - + Decreases the pitch by 10 cents Disminuir el pitch 10% - + Keylock Bloqueig de clau musical - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier Canvia els punts de referència abans - + Shift cue points 10 milliseconds earlier Canvia els punts de referència 10 milisegons abans - + Shift cue points earlier (fine) Canvia els punts de referència abans (suau) - + Shift cue points 1 millisecond earlier Canvia els punts de referència 1 mil·lisegon abans - + Shift cue points later Canvia els punts de referència més tard - + Shift cue points 10 milliseconds later Canvia els punts de referència 10 mil·lisegons més tard - + Shift cue points later (fine) Canvia els punts de marca més tard (fi) - + Shift cue points 1 millisecond later Canvia els punts de marca 1 mil·lisegon més tard - + Hotcues %1-%2 Hotcues %1-%2 - + Intro / Outro Markers Marcadors d'Entrada/Sortida - + Intro Start Marker Marcador d'inici d'introducció - + Intro End Marker Marcador de final d'introducció - + Outro Start Marker Marcador d'inici de sortida - + Outro End Marker Marcador de final de sortida - + intro start marker marcador d'inici d'introducció - + intro end marker marcador de final d'introducció - + outro start marker marcador d'inici de sortida - + outro end marker marcador de final de sortida - + Activate %1 [intro/outro marker Activar %1 - + Jump to or set the %1 [intro/outro marker Saltar a o configurar %1 - + Set %1 [intro/outro marker Estableix %1 - + Set or jump to the %1 [intro/outro marker Estableix o salta al %1 - + Clear %1 [intro/outro marker Neteja %1 - + Clear the %1 [intro/outro marker esborrar el %1 - + Loop Selected Beats Bucle de tocs seleccionats - + Create a beat loop of selected beat size Crea un bucle de tocs de la mida seleccionada - + Loop Roll Selected Beats Bucle "roll" de tocs seleccionats - + Create a rolling beat loop of selected beat size Crea un bucle "roll" de tocs de la mida seleccionada - + Loop Beats Tocs del bucle - + Loop Roll Beats Tocs del bucle bucle - + Go To Loop In Ves a l'inici del bucle - + Go to Loop In button Ves al botó d'inici de bucle - + Go To Loop Out Ves a la sortida del bucle - + Go to Loop Out button Ves al botó de sortida de Bucle - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activa o desactiva el bucle, i salta a l'inici del bucle si aquest es anterior a la posició de reproducció actual - + Reloop And Stop Repeteix i para - + Enable loop, jump to Loop In point, and stop Activa el bucle, es mou a l'inici d'aquest i es para - + Halve the loop length Redueix el bucle a la meitat - + Double the loop length Duplica la mida del bucle - + Beat Jump / Loop Move Salt en tocs / Mou el bucle - + Jump / Move Loop Forward %1 Beats Salta / Mou el bucle endavant en %1 tocs - + Jump / Move Loop Backward %1 Beats Salta / Mou el bucle enrera en %1 tocs - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Salta endavant %1 tocs, o si el bucle està activat, mou el bucle endavant en %1 tocs - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Salta enrera %1 tocs, o si el bucle està activat, mou el bucle enrera en %1 tocs - + Beat Jump / Loop Move Forward Selected Beats Salt en tocs / Mou el bucle endavant els tocs seleccionats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta endavant en la quantitat de tocs seleccionada, o si el bucle està activat, mou el bucle endavant el nombre de tocs seleccionat. - + Beat Jump / Loop Move Backward Selected Beats Salt en tocs / Mou el bucle enrera els tocs seleccionats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta enrera en la quantitat de tocs seleccionada, o si el bucle està activat, mou el bucle enrera el nombre de tocs seleccionat. - + Beat Jump / Loop Move Forward Saltar toc / Moure el bucle cap endavant - + Beat Jump / Loop Move Backward Salt de toc / Moure el bucle cap enrera - + Loop Move Forward Moure el bucle cap endavant - + Loop Move Backward Moure el bucle cap enrera - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navegació - + Move up Mou amunt - + Equivalent to pressing the UP key on the keyboard Equivalent a prémer la tecla Amunt del teclat - + Move down Mou avall - + Equivalent to pressing the DOWN key on the keyboard Equivalent a prémer la tecla Avall del teclat - + Move up/down Mou amunt/avall - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mou verticalment en ambdúes direccions utilitzant un potenciòmetre, com al prémer les tecles amunt/avall - + Scroll Up Pàgina amunt - + Equivalent to pressing the PAGE UP key on the keyboard Equivalment a prémer la tecla Pàgina amunt del teclat - + Scroll Down Pàgina avall - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalent a prémer la tecla Pàgina avall del teclat - + Scroll up/down Pàgina amunt/avall - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Salta verticalment en ambdúes direccions utilitzant un potenciòmetre, com al prémer les tecles pàgina amunt/avall - + Move left Mou a l'esquerra - + Equivalent to pressing the LEFT key on the keyboard Equivalent a prémer la tecla Esquerra del teclat - + Move right Mou a la dreta - + Equivalent to pressing the RIGHT key on the keyboard Equivalent a prémer la tecla Dreta del teclat - + Move left/right Mou esquerra/dreta - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mou horitzontalment en ambúes direccions utilitzant un potenciòmetre, com al prémer les tecles Esquerra/Dreta del teclat - + Move focus to right pane Mou el focus al panell dret - + Equivalent to pressing the TAB key on the keyboard Equivalent a prémer la tecla tabulació del teclat - + Move focus to left pane Mou el focus al panell esquerra - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalent a prémer les tecles Majúscules+Tabulació del teclat - + Move focus to right/left pane Mou el focus al panell esquerra/dret - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mou el focus al panell de la dreta o esquerra utilizant un potenciòmetre, com al prémer tabulació/Majúscules+tabulació - + Sort focused column Ordena per la columna seleccionada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item Vés a l'element seleccionat actualment - + Choose the currently selected item and advance forward one pane if appropriate Tria l'element seleccionat actualment i avança un panell si és apropiat - + Load Track and Play Carregar la pista i reproduír - + Add to Auto DJ Queue (replace) Afegeix a la cua del DJ automàtic (reemplaça) - + Replace Auto DJ Queue with selected tracks Reemplaça la cua de DJ automàtic amb les pistes seleccionades - + Select next search history Selecciona el seguent historial de cerca - + Selects the next search history entry Selecciona la següent entrada en l'historial de cerca - + Select previous search history Selecciona l'historial de cerca anterior - + Selects the previous search history entry Selecciona l'entrada anterior en l'historial de cerca - + Move selected search entry Mou la entrada de cerca seleccionada - + Moves the selected search history item into given direction and steps Mous l'entrada de l'historial de cerca seleccionat cap a la direcció i passos indicats - + Clear search Esborra la cerca - + Clears the search query Esborra el text de la cerca - + Deck %1 Quick Effect Enable Button Botó d'activació d'efecte ràpid del reproductor %1 - + Quick Effect Enable Button Botó d'efecte ràpid - + Enable or disable effect processing Commuta el processament d'efectes - + Super Knob (control effects' Meta Knobs) Potenciòmetre Súper (controla els potenciòmetres Meta dels efectes) - + Mix Mode Toggle Selector del mode de mescla - + Toggle effect unit between D/W and D+W modes Canvi entre D/P i D+P a la unitat d'efectes - + Next chain preset Següent cadena preestablerta - + Previous Chain Següent cadena - + Previous chain preset Cadena anterior preestablerta - + Next/Previous Chain Següent/Anterior cadena - + Next or previous chain preset Següent o anterior cadena preestablerta - - + + Show Effect Parameters Mostra els paràmetres d'efectes - + Effect Unit Assignment Assignar la unitat d'efectes - + Meta Knob Potenciòmetre Meta - + Effect Meta Knob (control linked effect parameters) Potenciòmetre Meta de l'efecte (controla els paràmetres de l'efecte enllaçats) - + Meta Knob Mode Mode del potenciòmetre Meta - + Set how linked effect parameters change when turning the Meta Knob. Defineix la manera com canvien els paràmetres de l'efecte enllaçats al girar el potenciòmetre Meta. - + Meta Knob Mode Invert Mode d'inversió del potenciòmetre Meta - + Invert how linked effect parameters change when turning the Meta Knob. Inverteix el sentit en que canvien els paràmetres de l'efecte enllaçats al girar el potenciòmetre Meta. - - + + Button Parameter Value Valor del paràmetre del botó - + Microphone / Auxiliary Micròfon / Línia auxiliar - + Microphone On/Off Micrònfon obert/tancat - + Microphone on/off Micròfon obert/tancat - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Commutador del mode de reducció de volum del micròfon (OFF, AUTO, MANUAL) - + Auxiliary On/Off Línia auxiliar oberta/tancada - + Auxiliary on/off Línia auxiliar oberta/tancada - + Auto DJ DJ automàtic - + Auto DJ Shuffle Barreja la cua de DJ automàtic - + Auto DJ Skip Next DJ automatic, saltar-se la següent - + Auto DJ Add Random Track DJ Automàtic Afegeix una pista aleatòria - + Add a random track to the Auto DJ queue Afegeix una pista aleatòria a la cua del DJ automàtic - + Auto DJ Fade To Next DJ automàtic, Salta a la seguent esvaint l'actual - + Trigger the transition to the next track Fer que s'iniciï la transició cap a la següent pista - + User Interface Interfície d'usuari - + Samplers Show/Hide Mostra/amaga Reprod. de mostres - + Show/hide the sampler section Mostra/amaga la secció dels reproductors de mostres - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting Inicia/para la emissió en viu - + Stream your mix over the Internet. Emet la mescla a través d'Internet. - + Start/stop recording your mix. Inicia/para la gravació de la mescla. - - + + Samplers Reproductor de mostres - + Vinyl Control Show/Hide Mostra/amaga el control de vinil - + Show/hide the vinyl control section Mostra/amaga la secció del control de vinil - + Preview Deck Show/Hide Mostra/amaga la pre-escolta - + Show/hide the preview deck Mostra o amaga la secció de la pre-escolta - + Toggle 4 Decks Commuta 4 plats - + Switches between showing 2 decks and 4 decks. Canvia entre les opcions de mostrar 2 o 4 plats. - + Cover Art Show/Hide (Decks) Mostrar/amagar la Portada (cobertes) - + Show/hide cover art in the main decks Mostrar/amagar la Portada en les cobertes principals - + Vinyl Spinner Show/Hide Mostra/amaga el vinil giratori - + Show/hide spinning vinyl widget Mostra/amaga l'element de pantalla amb el vinil giratori - + Vinyl Spinners Show/Hide (All Decks) Mostrar/amagar Spinners de Vinil (Tots els reproductors) - + Show/Hide all spinnies Mostra/amaga tots els vinils giratoris - + Toggle Waveforms Mostra/amaga les ones - + Show/hide the scrolling waveforms. mostra/amaga els gràfics d'ona locals. - + Waveform zoom Fa zoom del gràfic d'ona - + Waveform Zoom Zoom del gràfic d'ona - + Zoom waveform in Apropa el zoom del gràfic d'ona - + Waveform Zoom In Apropa el zoom del gràfic d'ona - + Zoom waveform out Allunya el zoom del gràfic d'ona - + Star Rating Up Valoració positiva - + Increase the track rating by one star Augmenta la puntuació de la pista amb una estrella - + Star Rating Down Valoració negativa - + Decrease the track rating by one star Disminueix la puntuació de la pista amb una estrella @@ -3594,37 +3633,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team Equip de desenvolupadors del Mixxx %1.%2 - + With contributions from: Amb les contribucions de: - + And special thanks to: Reconeixements especials a: - + Past Developers Antics desenvolupadors - + Past Contributors Antics Contribuidors - + Official Website Lloc web oficial - + Donate Donatius @@ -3637,34 +3676,40 @@ trace - Above + Profiling messages Sobre el Mixxx - - + + + Unknown Desconegut - + Date: Data: - + Git Version: Versió Git: - + + Qt Version: + + + + Platform: Plataforma: - + Credits Crèdits - + License Llicència @@ -3909,7 +3954,7 @@ crossfade el nombre de segons seleccionat abans del darrer so. Deshabilita - + Displays the duration and number of selected tracks. Mostra la durada i la quantitat de pistes seleccionades. @@ -4166,7 +4211,7 @@ Sovint ofereix una graella de pulsacions de major qualitat, però no serà prou Aprenent: %1. Ara feu anar el control en la vostra controladora - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4400,123 +4445,123 @@ Heu intentat aprendre: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Automàtic - + Mono Mono - + Stereo Estèreo - - - - + + + + Action failed La acció ha fallat - + You can't create more than %1 source connections. No podeu crear més de %1 connexions font. - + Source connection %1 Connexió font %1 - + At least one source connection is required. Es requereix com a mínim 1 connexió font. - + Are you sure you want to disconnect every active source connection? Segur que voleu desconnectar totes les connexions font actives? - - + + Confirmation required Es necessita confirmació - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. «%1» té el mateix punt de muntatge Icecast que «%2». No es poden activar simultàniament dues connexions font al mateix servidor que tinguin el mateix punt de muntatge. - + Are you sure you want to delete '%1'? Esteu segur de voler esborrar '%1'? - + Renaming '%1' Reanomenant '%1' - + New name for '%1': Nom nou per a '%1': - + Can't rename '%1' to '%2': name already in use No es pot canviar el nom de '%1' a '%2': Aquest nom ja existeix @@ -5089,22 +5134,22 @@ Volue aplicar la configuració i continuar? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. El Mixxx utilitza "mapes" per connectar missatges de la vostra controladora a controls del Mixxx. Si no veieu una assignació per al vostre controlador al menú «Mapa de gra» quan feu clic al vostre controlador a la barra lateral esquerra, és possible que pugueu descarregar-ne una en línia des de %1. Col·loqueu els fitxers XML (.xml) i Javascript (.js) a la "Carpeta d'assignació d'usuaris" i després reinicieu el Mixxx. Si descarregueu una assignació en un fitxer ZIP, extraieu el fitxer XML i el fitxer Javascript des del fitxer ZIP a la vostra "Carpeta d'assignació d'usuaris" i després reinicieu el Mixxx. - + Mixxx DJ Hardware Guide Guia de maquinari de DJ de Mixxx - + MIDI Mapping File Format Format de fitxer d'assignacions MIDI - + MIDI Scripting with Javascript Assignacions MIDI amb Javascript @@ -5214,6 +5259,11 @@ Volue aplicar la configuració i continuar? Screen saver Estalvi de pantalla + + + Multi-Sampling + + Start in full-screen mode @@ -5808,39 +5858,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. La mida mínima de l'aparenca és més gran que la resolució de la vostra pantalla - + Allow screensaver to run Permet que s'activi l'estalvi de pantalla - + Prevent screensaver from running Evita que s'activi l'estalvi de pantalla - + Prevent screensaver while playing Evita l'estalvi de pantalla mentre reprodueix - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Aquesta aparença no suporta els esquemes de colors - + Information Informació - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Cal reiniciar Mixxx perque les noves opcions d'idioma o d'escala tinguin efecte. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6065,52 +6140,52 @@ and allows you to pitch adjust them for harmonic mixing. Escaneja - + Item is not a directory or directory is missing - + Choose a music directory Selecciona una carpeta de música - + Confirm Directory Removal Confirma la supressió de la carpeta - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. El Mixxx no revisarà més la carpeta per trobar noves pistes. Que voleu fer amb les pistes d'aquesta carpeta i subcarpetes?<ul><li>Amaga totes les pistes d'aquesta carpeta i subcarpetes.</li><li>Esborra les metadades d'aquestes pistes del Mixxx de forma permanent.</li><li>Deixa les pistes sense canviar a la Biblioteca</li></ul>Si s'amaguen les pistes, les metadades seguiran disponibles en cas que les afegíssiu de nou. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadades significa tots els detalls de la pista (artista, títol, comptador de reproducció, etc.) així com les graelles de rtime, les marques directes i els bucles. Aquesta acció només afecta a la biblioteca del Mixxx. Els fitxers del disc no es canviaran ni s'esborraran. - + Hide Tracks Amaga les pistes - + Delete Track Metadata Esborra les metadades de les pistes - + Leave Tracks Unchanged Deixa les pistes sense canviar - + Relink music directory to new location Corregeix la ubicació de la carpeta de música - + Select Library Font Selecciona el tipus de lletra de la Biblioteca @@ -6971,138 +7046,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Per defecte (retard llarg) - + Experimental (no delay) Experimental (sense retard) - + Disabled (short delay) Desactivat (retard curt) - + Soundcard Clock Rellotge de la targeta de so - + Network Clock Rellotge de xarxa - + Direct monitor (recording and broadcasting only) Monitor directe (només gravació i retransmissió) - + Disabled Desactivat - + Enabled Activat - + Stereo Estèreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide Guia de maquinari de DJ de Mixxx - + auto (<= 1024 frames/period) auto (<= 1024 frames/period) - + 2048 frames/period 2048 frames/period - + 4096 frames/period 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. L'entrada de micròfon queda desincronitzada al gravar o retransmetre comparat amb el que es sent. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mesureu la latència total i introduiu-la en la Compensació de la latència del micròfon per tal de sincronitzar el micròfon. - - + + Refer to the Mixxx User Manual for details. Consulteu el Manual d'usuari del Mixxx per a més informació. - + Configured latency has changed. La latència configurada ha canviat - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Torneu a mesurar la latència total i introduiu-la en la Compensació de la matència del micròfon per tal de sincronitzar el micròfon. - + Realtime scheduling is enabled. La planificació en temps real està activada - + Main output only Només la sortida principal - + Main and booth outputs Sortides principal i de cabina - + %1 ms %1 ms - + Configuration error Hi ha un error en la configuració @@ -7590,122 +7665,122 @@ Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona loca DlgPreferences - + Sound Hardware Maquinari de so - + Controllers Controladors - + Library Biblioteca - + Interface Interfície - + Waveforms Gràfics d'ona - + Mixer Mesclador - + Auto DJ DJ automàtic - + Decks Reproductors - + Colors Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ajuda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaura valors per defecte - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplica - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancel·la - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) D'&acord - + Effects Efectes - + Recording Enregistrament - + Beat Detection Detecció de ritme - + Key Detection Detecció de clau musical - + Normalization Normalització - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Control de Vinil - + Live Broadcasting Retransmissió en directe - + Modplug Decoder Decodificador Modplug @@ -7880,7 +7955,7 @@ Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona loca Artista de l'àlbum - + Fetching track data from the MusicBrainz database Recuperant informació de la pista de la base de dades de MusicBrainz @@ -7957,72 +8032,72 @@ Seleccioneu entre els diferents tipus de gràfics per a la forma d'ona loca &Tanca - + Original tags Etiquetes originals - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No s'ha pogut trobar aquesta pista a la base de dades del MusicBrainz - + Suggested tags Etiquetes suggerides - + The results are ready to be applied Els resultats estan llestos per ser aplicats - + Can't connect to %1: %2 No es pot connectar a %1: %2 - + Looking for cover art Cercant les portades - + Cover art found, receiving image. Portada trobada, rebent imatge. - + Cover Art is not available for selected metadata La portada no està disponible per a les metadades indicades - + Metadata & Cover Art applied Metadades i Portada aplicats - + Selected cover art applied - + Cover Art File Already Exists Ja existeix el fitxer de portada - + File: %1 Folder: %2 Override existing file? @@ -8348,7 +8423,7 @@ Sovint ofereix una graella de pulsacions de major qualitat, però no serà prou &Cancel·la - + (no color) (sense color) @@ -8558,27 +8633,27 @@ Sovint ofereix una graella de pulsacions de major qualitat, però no serà prou EngineBuffer - + Soundtouch (faster) Soundtouch (ràpid) - + Rubberband (better) Rubberband (més qualitat) - + Rubberband R3 (near-hi-fi quality) Rubberband R3 (quasi qualitat hi-fi) - + Unknown, using Rubberband (better) Desconegut, utilitzant Rubberband (millor) - + Unknown, using Soundtouch @@ -8801,15 +8876,15 @@ Sovint ofereix una graella de pulsacions de major qualitat, però no serà prou LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Mode segur activat - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8821,57 +8896,57 @@ Shown when VuMeter can not be displayed. Please keep OpenGL. - + activate activa - + toggle commuta - + right dreta - + left esquerra - + right small dreta petit - + left small esquerra petit - + up amunt - + down avall - + up small amunt petit - + down small avall petit - + Shortcut Drecera @@ -8957,32 +9032,32 @@ Voleu sobreescriure aquesta llista? MidiController - + MIDI Controller Controladora MIDI - + MixxxControl(s) not found No s'ha trobat control(s) de Mixxx - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Un o més MixxxControls indicats a la secció de sortida de l'assignació carregada son incorrectes. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Assegureu-vos que el MixxxControls en qüestió existeixi. Comproveu el manual per a una llista completa: - + Some LEDs or other feedback may not work correctly. Alguns LEDs i altres realimentacions poden no funcionar correctament. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Comproveu que els noms dels controls de Mixxx estan escrits correctament al fitxer d'assignacions (.xml) @@ -9058,185 +9133,185 @@ Voleu sobreescriure aquesta llista? MixxxMainWindow - + Sound Device Busy El dispositiu de so està ocupat - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Torna-ho a provar</b> després de tancar l'altra aplicació o reconnectar el dispositiu d'àudio - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigura</b> les opcions del dispositiu d'àudio de Mixxx - - + + Get <b>Help</b> from the Mixxx Wiki. Obteniu <b>ajuda</b> a la Vikipèdia de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Surt</b> del Mixxx. - + Retry Torna a provar - + skin Tema - - + + Reconfigure Reconfigura - + Help Ajuda - - + + Exit Surt - - + + Mixxx was unable to open all the configured sound devices. El Mixxx no ha pogut obrir tots els dispositius de so configurats. - + Sound Device Error Error del dispositiu de so - + <b>Retry</b> after fixing an issue <b>Reintenta</b> després de corregir el problema - + No Output Devices No hi ha cap dispositiu de sortida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. S'ha configurat el Mixxx sense cap dispositiu de so de sortida, per la qual cosa s'inhabilitarà el processament d'àudio. - + <b>Continue</b> without any outputs. <b>Continua</b> sense cap sortida. - + Continue Continua - + Load track to Deck %1 Carrega la pista a la platina %1 - + Deck %1 is currently playing a track. La platina %1 està reproduint una pista. - + Are you sure you want to load a new track? Esteu segur de voler carregar una nova pista? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hi ha cap dispositiu d'entrada seleccionat per a aquest control de vinil. Si us plau, seleccioneu primer un dispositiu d'entrada a les preferències de Maquinari de so. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hi ha cap dispositiu d'entrada seleccionat per a aquest control de pas d'audio. Si us plau, seleccioneu primer un dispositiu d'entrada a les preferències de Maquinari de so. - + There is no input device selected for this microphone. Do you want to select an input device? No hi ha cap dispositiu d'entrada seleccionat per aquest micròfon. Volue seleccionar ara un dispositiu d'entrada? - + There is no input device selected for this auxiliary. Do you want to select an input device? No hi ha cap dispositiu d'entrada seleccionat per aquest auxiliar. Voleu seleccionar ara un dispositiu d'entrada? - + Error in skin file Error en el fitxer d'aparença - + The selected skin cannot be loaded. No es pot carregar l'aparença seleccionada. - + OpenGL Direct Rendering OpenGL Renderització Directa - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. La Renderizació Directa no està activada a la vostra màquina.<br><br> Això significa que els gràfics d'ona seran molt <br><b>lent i poden fer anar molta CPU</b>. Prove de canviar la<br> configuració per activar la renderització directa, o desactiveu<br>els gràfics d'ona a les preferències del Mixxx selecionant<br>"Buit" al tipus deforma d'ona local, en la secció de "Gràfics d'ona". - - - + + + Confirm Exit Confirma la sortida - + A deck is currently playing. Exit Mixxx? Un plat està reproduint encara. Voleu sortir del Mixxx? - + A sampler is currently playing. Exit Mixxx? Hi ha un reproductor de mostres que està reproduint. Segur que voleu sortir del Mixxx? - + The preferences window is still open. La finestra de preferències està oberta encara. - + Discard any changes and exit Mixxx? Descartar els canvis i sortir del Mixxx? @@ -9252,43 +9327,48 @@ Voleu seleccionar ara un dispositiu d'entrada? PlaylistFeature - + Lock Bloca els canvis - - + + Playlists Llistes de reproducció - + + Shuffle Playlist + + + + Unlock Permet els canvis - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Alguns DJ preparen llistes de reproducció abans d'actuar, però altres prefereixen fer-les en viu. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Quan utilitzeu una llista de reproducció durant una sessió en viu, recordeu parar atenció a com reacciona l'audiència a la música que heu decidit reproduir. - + Create New Playlist Crea una nova llista de reproducció @@ -9356,7 +9436,7 @@ Voleu escanejar ara la biblioteca cercant les caràtules? QObject - + Invalid No vàlid @@ -9462,68 +9542,68 @@ Voleu escanejar ara la biblioteca cercant les caràtules? 14-bit (MSB) - + Main Principal - + Booth Sortida de cabina - + Headphones Auriculars - + Left Bus Bus esquerra - + Center Bus Bus central - + Right Bus Bus dret - + Invalid Bus Bus invàlid - + Deck Plat - + Record/Broadcast Enregistrament/Retransmissió - + Vinyl Control Control de Vinil - + Microphone Micròfon - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipus de ruta %1 desconegut @@ -9616,6 +9696,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retard @@ -9653,6 +9735,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9673,6 +9756,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9688,6 +9773,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9992,7 +10079,7 @@ Valors més alts atenuaran menys les freqüències altes. - + Gain for Low Filter Guany per al filtre de greus @@ -10049,7 +10136,7 @@ Valors més alts atenuaran menys les freqüències altes. - + Gain for High Filter Guany per a la freqüència d'aguts @@ -10069,22 +10156,22 @@ Valors més alts atenuaran menys les freqüències altes. - + Graphic Equalizer Equalitzador gràfic - + Graphic EQ Equalitzador gràfic - + An 8-band graphic equalizer based on biquad filters Un equalitzador gràfic de 8 bandes que utilitza filtres Biquad - + Gain for Band Filter %1 Guany per a la banda %1 @@ -10169,8 +10256,8 @@ Valors més alts atenuaran menys les freqüències altes. - - + + Range Rang @@ -10200,42 +10287,42 @@ Valors més alts atenuaran menys les freqüències altes. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Majús+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10255,17 +10342,17 @@ Valors més alts atenuaran menys les freqüències altes. Un aïllador de filtre Bessel de 8è ordre amb mescla de Lipshitz i Vanderkooy (d'unitat, amb roll-off de -48dB/Oct). - + LinkwitzRiley8 Isolator Aïllador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aïllador de filtre Linkwitz-Riley de 8è ordre (crossover optimitzat, fase constant, amb roll-off de -48dB/Oct) @@ -10682,18 +10769,18 @@ Configureu un format diferent a les preferències - + encoder failure errada en el compressor - + Failed to apply the selected settings. No s'han pogut activar les opcions seleccionades - + Deck %1 Plat %1 @@ -10733,53 +10820,53 @@ Configureu un format diferent a les preferències - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). El rang del potenciòmetre de to (0 - 2 octaves). - - + + Semitones semitò - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10827,10 +10914,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough De pas + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10999,7 +11107,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11045,34 +11153,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Reconeix els següents paràmetres de Serato en una carpeta de música o dispositiu extern: - + Tracks Pistes - + Crates Caixes - + Check for Serato databases (refresh) Cerca bases de dades de Serato (refresca) - + (loading) Serato (carregant) Serato @@ -11080,64 +11188,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Historial - + Unlock Permet els canvis - + Lock Bloca els canvis - - + + Confirm Deletion Confirmeu la supressió - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11146,193 +11254,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx ha trobat un problema - + Could not allocate shout_t No es pot assignar shout_t - + Could not allocate shout_metadata_t No es pot assignar shout_metadata_t - + Error setting non-blocking mode: Error activant el mode no bloquejant: - + Error setting tls mode: S'ha produït un error en configurar el mode tls: - + Error setting hostname! Error establint el nom del host! - + Error setting port! Error establint el port! - + Error setting password! Error establint la contrasenya! - + Error setting mount! Error establint el muntatge! - + Error setting username! Error establint el nom d'usuari! - + Error setting stream name! Error establint el nom de la font d'emissió! - + Error setting stream description! Error establint la descripció de la font d'emissió! - + Error setting stream genre! Error establint el gènere de la font d'emissió! - + Error setting stream url! Error establint la Pàgina web de la font d'emissió! - + Error setting stream IRC! Error establint la informació de IRC de la font d'emissió! - + Error setting stream AIM! Error establint la informació de AIM de la font d'emissió! - + Error setting stream ICQ! Error establint la informació de ICQ de la font d'emissió! - + Error setting stream public! Error establint la retransmissió com a pública! - + Unknown stream encoding format! Format de compressió de la retransmissió desconegut! - + Use a libshout version with %1 enabled Utilitzeu una versió de libshout amb %1 habilitat - + Error setting stream encoding format! Error configurant el format de compressió de la retransmissió. - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. La retransmissió a 96 kHz mitjançant l'Ogg Vorbis no està suportat. Trieu altre rati o codificador diferent. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate Rati de mostreig no suportat - + Error setting bitrate Error establint la taxa de bits. - + Error: unknown server protocol! Error: protocol del servidor desconegut! - + Error: Shoutcast only supports MP3 and AAC encoders Error: Shoutcast només suporta els formats MP3 i AAC - + Error setting protocol! Error establint el protocol! - + Network cache overflow Memòria cau de xarxa excedida - + Connection error Error de connexió - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de les fonts de retransmissió en directe ha provocat aquest error:<br><b>Error amb la font '%1':</b><br> - + Connection message Missatge de connexió - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Missatge de la font de retransmissió en directe '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. S'ha perdut la connexió al servidor d'emissió i han fallat %1 dels reintent de reconnexió. - + Lost connection to streaming server. S'ha perdut la connexió al servidor d'emissió. - + Please check your connection to the Internet. Per favor, comproveu la connexió cap a internet. - + Can't connect to streaming server No s'ha pogut connectar al servidor d'emissió - + Please check your connection to the Internet and verify that your username and password are correct. Per favor, comproveu la connexió cap a Internet i verifiqueu que el nom d'usuari i la contrasenya són correctes. @@ -11348,23 +11456,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device un dispositiu - + An unknown error occurred S'ha produït un error desconegut - + Two outputs cannot share channels on "%1" Dues sortides no poden compartir els mateixos canals de %1 - + Error opening "%1" Error obrint "%1" @@ -11716,7 +11824,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Caràtula @@ -12168,52 +12276,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Esborra la marca directa seleccionada. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. Obre un visor de portada separat. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input Selecciona i configura un dispositiu de maquinari per a aquesta entrada. - + Recording Duration Durada de la gravació @@ -12407,444 +12505,445 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. Mostra la durada de la gravació en curs - + Auto DJ is active El DJ Automàtic està actiu - + Hot Cue - Track will seek to nearest previous hotcue point. Marca directa - Es mourà la pista a la marca directa anterior més propera. - + Sets the track Loop-In Marker to the current play position. Estableix la marca d'inici de bucle de la pista a la posició actual - + Press and hold to move Loop-In Marker. Mantingueu premut el botó per a moure la marca d'inici de bucle - + Jump to Loop-In Marker. Vés a la marca d'inici de bucle. - + Sets the track Loop-Out Marker to the current play position. Estableix la marca de fi de bucle de la pista a la posició actual - + Press and hold to move Loop-Out Marker. Mantingueu premut el botó per a moure la marca de fi de bucle. - + Jump to Loop-Out Marker. Vés a la marca de fi de bucle. - + Beatloop Size Mida del bucle de tocs - + Select the size of the loop in beats to set with the Beatloop button. Selecciona la mida del bucle en tocs a establir al prémer el botó de bucle de tocs. - + Changing this resizes the loop if the loop already matches this size. En canviar el valor, es canvia la mida del bucle si el bucle coincideix amb la mida anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Redueix a la meitat la mida d'un bucle de tocs existent, o del proper bucle definit amb el botó de bucle de tocs. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Incrementa al doble la mida d'un bucle de tocs existent, o del proper bucle definit amb el botó de bucle de tocs. - + Start a loop over the set number of beats. Inicia un bucle amb el nombre de tocs establert. - + Temporarily enable a rolling loop over the set number of beats. Activa momentàniament un bucle de continuació amb el nombre de tocs establert. - + Beatjump/Loop Move Size Mida de Salt en tocs/Desplaçament de bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la quantitat de tocs a saltar o a moure el bucle amb els botons d'endavant/enrere. - + Beatjump Forward Salt endavant en tocs - + Jump forward by the set number of beats. Salta endavant la quantitat establerta de tocs. - + Move the loop forward by the set number of beats. Mou el bucle endavant la quantitat establerta de tocs. - + Jump forward by 1 beat. Salta endavant en un toc. - + Move the loop forward by 1 beat. Mou el bucle endavant en un toc. - + Beatjump Backward Salt enrere en tocs - + Jump backward by the set number of beats. Salta endavant la quantiatat establerta de tocs. - + Move the loop backward by the set number of beats. Mou el bucle endavant la quantiatat establerta de tocs. - + Jump backward by 1 beat. Mou enrere en un toc. - + Move the loop backward by 1 beat. Mou en bucle enrere en un toc. - + Reloop Torna al bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle està més endavant de la posició actual, aquest començarà un cop s'arribi a la posició. - + Works only if Loop-In and Loop-Out Marker are set. Només funciona si les marques d'inici i fi de bucle estan definides. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, ves a la posició d'inici de bucle i para la reproducció. - + Displays the elapsed and/or remaining time of the track loaded. Mostra el temps transcorregut i/o restant de la pista carregada. - + Click to toggle between time elapsed/remaining time/both. Feu clic per canviar entre temps transcorregut/restant/amdós - + Hint: Change the time format in Preferences -> Decks. Ajuda: Pots canviar el format del temps a les Preferències -> Reproductors. - + Show/hide intro & outro markers and associated buttons. Mostra/amaga marques d'introduccio/finalització i els botons associats. - + Intro Start Marker Marcador d'inici d'introducció - - - - + + + + If marker is set, jumps to the marker. Si la marca està definida, es mou a la marca. - - - - + + + + If marker is not set, sets the marker to the current play position. Si la marca no està definida, defineix la marca a la posició de reproducció actual. - - - - + + + + If marker is set, clears the marker. Si hi ha una marca, l'esborra. - + Intro End Marker Marcador de final d'introducció - + Outro Start Marker Marcador d'inici de sortida - + Outro End Marker Marcador de final de sortida - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Ajusta la mescla de la senyal directa (entrada) anb la senyal processada (sortida) de la unitat d'efectes - + D/W mode: Crossfade between dry and wet Mode D/P: Crossfade entre senyal Directe i senyal Processada - + D+W mode: Add wet to dry Mode D+P: Suma les senyals directe i processada - + Mix Mode Mode de mescla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Ajusta la mescla de la senyal directa (entrada) anb la senyal processada (sortida) de la unitat d'efectes - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Mode Directe/Processat (línies creuades): El potenciòmetre de mescla fa crossfading entre la senyal Directa i la senyal Processada. Ho pots utilitzar per canviar el so de la pista amb EQs i efectes de filtre. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Mode Directe+Processat (lína directa plana): El potenciòmetre de mescla afegeix la senyal processada a la senyal directa. Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de filtre. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirigeix el bus esquerre del crossfader a través d'aquesta unitat d'efectes. - + Route the right crossfader bus through this effect unit. Redirigeix el bus dret del crossfader a través d'aquesta unitat d'efectes. - + Right side active: parameter moves with right half of Meta Knob turn Part dreta activa: el paràmetre es mou només durant la segona meitat del potenciòmetre Meta - + Skin Settings Menu Menú de les opcions d'aparença - + Show/hide skin settings menu Mostra/amaga el menú de les opcions d'aparença - + Save Sampler Bank Desa el banc de mostres - + Save the collection of samples loaded in the samplers. Desa la col·leció de mostres carregades als reproductors de mostres. - + Load Sampler Bank Carrega el banc de mostres - + Load a previously saved collection of samples into the samplers. Carrega als reproductors de mostres una col·lecció de mostres desada anteriorment. - + Show Effect Parameters Mostra els paràmetres d'efectes - + Enable Effect Activa l'efecte - + Meta Knob Link Enllaça el potenciòmetre Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura com afecta el potenciòmetre Meta de l'efecte a aquest paràmetre. - + Meta Knob Link Inversion Inversió de l'enllaç del a potenciòmetre Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverteix la direcció cap a on es mou el paràmetre quan es mou el potenciòmetre Meta. - + Super Knob Potenciòmetre Súper - + Next Chain Cadena següent - + Previous Chain Següent cadena - + Next/Previous Chain Següent/Anterior cadena - + Clear Descarta - + Clear the current effect. Suprimeix l'efecte actual. - + Toggle Estat d'activació - + Toggle the current effect. Commuta l'efecte actual. - + Next Següent - + Clear Unit Esborrar la Unitat - + Clear effect unit. Buida l'unitat d'efectes - + Show/hide parameters for effects in this unit. Mostra/amaga els paràmetres per als efectes d'aquesta unitat. - + Toggle Unit Commutador d'unitat - + Enable or disable this whole effect unit. Activa o desactiva aquesta unitat d'efectes. - + Controls the Meta Knob of all effects in this unit together. Controla el potenciòmetre Meta de tots els efectes d'aquesta unitat. - + Load next effect chain preset into this effect unit. Carrega la següent preconfiguració d'efectes en aquesta unitat d'efectes. - + Load previous effect chain preset into this effect unit. Carrega la anterior preconfiguració d'efectes en aquesta unitat d'efectes. - + Load next or previous effect chain preset into this effect unit. Carrega la següent o la anterior cadena d'efectes en aquesta unitat d'efectes. + @@ -12853,169 +12952,168 @@ Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de f - Assign Effect Unit Assigna la unitat d'efectes - + Assign this effect unit to the channel output. Assigna aquesta unitat d'efectes al canal de sortida. - + Route the headphone channel through this effect unit. Fes passar la sortida d'auriculars per aquesta unitat d'efectes. - + Route this deck through the indicated effect unit. Fes passar la sortida del plat per la unitat d'efectes indicada. - + Route this sampler through the indicated effect unit. Fes passar el reproductor per la unitat d'efectes indicada. - + Route this microphone through the indicated effect unit. Fes passar el micròfon per la unitat d'efectes indicada. - + Route this auxiliary input through the indicated effect unit. Fes passar l'entrada auxiliar per la unitat d'efectes indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Cal assignar la unitat d'efectes a un plat o altra font d'àudio per tal de sentir l'efecte. - + Switch to the next effect. Canvia al següent efecte - + Previous Anterior - + Switch to the previous effect. Canvia a l'efecte anterior - + Next or Previous Següent o anterior - + Switch to either the next or previous effect. Canvia a l'efecte següent o anterior - + Meta Knob Potenciòmetre Meta - + Controls linked parameters of this effect Controla els paràmetres associats d'aquest efecte - + Effect Focus Button Botó de focus a l'efecte - + Focuses this effect. Posa el focus en aquest efecte. - + Unfocuses this effect. Treu el focus d'aquest efecte. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulteu la pàgina web del vostre controlador a la viquipèdia del Mixxx per a més informació. - + Effect Parameter Paràmetres d'efectes - + Adjusts a parameter of the effect. Ajusta un paràmetre de l'efecte. - + Inactive: parameter not linked Inactiu: paràmetre no enllaçat - + Active: parameter moves with Meta Knob Actiu: el paràmetre es mou amb el potenciòmetre Meta - + Left side active: parameter moves with left half of Meta Knob turn Part esquerra actiu: el paràmetre es mou només durant la primera meitat del potenciòmetre Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Esquerra i dreta actiu: el paràmetre es mou en rang sencer durant la primera meitat del potenciòmetre Meta, i torna enrera en la segona meitat. - - + + Equalizer Parameter Kill Tall de paràmetres de l'equalitzador - - + + Holds the gain of the EQ to zero while active. Mentre estigui activa manté el guany de l'equalització a zero. - + Quick Effect Super Knob Potenciòmetre Súper de l'efecte ràpid - + Quick Effect Super Knob (control linked effect parameters). Potenciòmetre Súper de l'efecte ràpid (controla els paràmetres de l'efecte enllaçat) - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Suggerència: Podeu canviar el mode d'efecte ràpid des de Preferències -> Equalitzadors. - + Equalizer Parameter Preferències d'equalització - + Adjusts the gain of the EQ filter. Ajusta el guany del filtre d'equalització. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Suggerència: Podeu canviar el mode d'equalització per defecte des de Preferències -> Equalitzadors. @@ -13114,47 +13212,47 @@ Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de f Decrementa el to en una seminota. - + Enable Vinyl Control Activa el control de vinil - + When disabled, the track is controlled by Mixxx playback controls. Quan està desactivat, la reproducció es controla amb els controls de reproducció del Mixxx. - + When enabled, the track responds to external vinyl control. Quan està actiu, la pista repon al control extern amb el vinil. - + Enable Passthrough Activa el pas d'audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer d'audio és massa petit per a processar tot l'audio. - + Displays cover artwork of the loaded track. Mostra la caràtula de la pista que s'ha carregat. - + Displays options for editing cover artwork. Mostra les opcions per editar la caràtula. - + Star Rating Puntuació - + Assign ratings to individual tracks by clicking the stars. Assigna la puntuació a les pistes fent clic a les estrelles. @@ -13422,123 +13520,123 @@ Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de f Ajusta el pitch sobre el pitch del control de velocitat - + Opens a menu to clear hotcues or edit their labels and colors. Obre un menú per esborrar les marques directes o editar-ne les etiquetes i colors. - + Record Mix Gravació de la mescla - + Toggle mix recording. Commuta la gravació de la mescla. - + Enable Live Broadcasting Activa la retransmissió en directe - + Stream your mix over the Internet. Emet la mescla a través d'Internet. - + Provides visual feedback for Live Broadcasting status: Mostra una representació visual de l'estat de la retransmissió en directe: - + disabled, connecting, connected, failure. deshabilitat, connectant, connectat, fallada. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quan s'habilita, el plat reprodueix directament l'àudio que arriba a l'entrada del vinil. - + Blue for passthrough enabled. Blau per habilitar la connexió directa. - + Playback will resume where the track would have been if it had not entered the loop. La reproducció continuarà alla on hauria estat si no s'hagués fet el bucle. - + Loop Exit Surt del bucle - + Turns the current loop off. Desactiva el bucle actual - + Slip Mode Mode de continua avançant (slip) - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quan està actiu, la reproducció continua en silenci en segon pla mentre es realitza el bucle, reprodució enrere, Scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Un cop es desactivi, la reproducció continuarà des del lloc on hauria estat. - + Track Key The musical key of a track Clau de la pista - + Displays the musical key of the loaded track. Mostra la clau musical de la pista carregada - + Clock Rellotge - + Displays the current time. Mostra l'hora actual. - + Audio Latency Usage Meter Monitor de la latència de l'audio - + Displays the fraction of latency used for audio processing. Mostra la fracció de latència utilitzada pel procés daudio. - + A high value indicates that audible glitches are likely. Un valor alt indica que es poden produir talls. - + Do not enable keylock, effects or additional decks in this situation. Si es dóna això, no activeu el bloqueig de clau musical, efectes o plats adicionals. - + Audio Latency Overload Indicator Indicador de latència d'audio sobrecarregada @@ -13660,97 +13758,97 @@ Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de f Si la marca directa està definida, hi va - + If hotcue is not set, sets the hotcue to the current play position. Si la marca directa no està definida, la defineix en la posició de reproducció actual. - + Vinyl Control Mode Mode de control de Vinil - + Absolute mode - track position equals needle position and speed. Mode abolut - La posició de la pista coincideix amb la posició de l'agulla i la velocitat. - + Relative mode - track speed equals needle speed regardless of needle position. Relative mode - La velocitat de la pista coincideix amb la velocitat de l'agulla, sense importar la seva posició - + Constant mode - track speed equals last known-steady speed regardless of needle input. Mode constant - La velocitat de la pista coincideix amb l'últim valor constant, independentment del que es rebi actualment de l'agulla. - + Vinyl Status Estat del vinil - + Provides visual feedback for vinyl control status: Mostra una representació visual de l'estat del control de vinil: - + Green for control enabled. Verd per control activat. - + Blinking yellow for when the needle reaches the end of the record. Groc xispejant quan l'agulla arriba al final del disc. - + Loop-In Marker Marca d'entrada del bucle - + Loop-Out Marker Marca de sortida del bucle - + Loop Halve Redueix el bucle a la meitat - + Halves the current loop's length by moving the end marker. Redueix el bucle actual a la meitat movent l'indicador de final. - + Deck immediately loops if past the new endpoint. La reproducció torna immediatament a l'inici del bucle si aquesta està més enllà del nou punt. - + Loop Double Incrementa el bucle al doble - + Doubles the current loop's length by moving the end marker. Incrementa el bucle actual al doble movent l'indicador de final. - + Beatloop Bucles definits en tocs - + Toggles the current loop on or off. Commuta el bucle actual entre activat i desactivat. - + Works only if Loop-In and Loop-Out marker are set. Només aplica si els indicadors de bucle d'inici i de final estan definits. @@ -13760,82 +13858,82 @@ Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de f Suggerència: Podeu canviar el mode de Cue des de Preferències -> Interfície - + Vinyl Cueing Mode Mode de punts cue de Vinil - + Determines how cue points are treated in vinyl control Relative mode: Determina com es tracten els punts Cue quan el control de vinil està en mode relatiu: - + Off - Cue points ignored. Off - Els punts Cue s'ignoren - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One cue - Si l'agulla es posa més endavant del punt cue, la pista anirà al punt cue. - + Track Time Temps de la pista - + Track Duration Durada de la pista - + Displays the duration of the loaded track. Mostra la durada de la pista que s'ha carregat. - + Information is loaded from the track's metadata tags. La informació s'obté de les etiquetes de les metadates de la pista. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Mostra l'artista de la pista que s'ha carregat. - + Track Title Títol de la pista - + Displays the title of the loaded track. Mostra el títol de la pista que s'ha carregat. - + Track Album Àlbum de la pista - + Displays the album name of the loaded track. Mostra el nom de l'àlbum de la pista que s'ha carregat. - + Track Artist/Title Arísta/Títol de la pista - + Displays the artist and title of the loaded track. Mostra l'artista i el títol de la pista que s'ha carregat. @@ -13843,12 +13941,12 @@ Ho pots utilitzar per canviar només la senyal processada amb EQs i efectes de f TrackCollection - + Hiding tracks Amagant les pistes - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Les pistes seleccionades estan a les llistes:%1Si les amagueu, s'eliminaran de les llistes. Voleu continuar? @@ -14104,22 +14202,22 @@ Això no es pot desfer! WEffectChainPresetButton - + Update Preset Actualiza la configuració predefinida - + Rename Preset - + Save As New Preset... Desa com una nova configuració predefinida - + Save snapshot @@ -14141,7 +14239,7 @@ Això no es pot desfer! WEffectParameterNameBase - + No effect loaded. No hi ha cap efecte carregat. @@ -14165,452 +14263,452 @@ Això no es pot desfer! WMainMenuBar - + &File &Fitxer - + Load Track to Deck &%1 Carrega la pista al plat &%1 - + Loads a track in deck %1 Carrega una pista al plat %1 - + Open Obre - + &Exit &Surt - + Quits Mixxx Surt del Mixxx - + Ctrl+q Ctrl+q - + &Library Bib&lioteca - + &Rescan Library Torna a escaneja&r la biblioteca - + Rescans library folders for changes to tracks. Torna a escanejar les carpetes de la biblioteca per detectar canvis a les pistes - + Ctrl+Shift+L Ctrl+Majúscules+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crea una &nova llista de reproducció - + Create a new playlist Crea una nova llista de reproducció - + Ctrl+n Ctrl+n - + Create New &Crate Crea una nova &caixa - + Create a new crate Crea una nova caixa - + Ctrl+Shift+N Ctrl+Majús+N - - + + &View &Visualització - + May not be supported on all skins. No està disponible a totes les aparences - + Show Skin Settings Menu Mostra el menú de les opcions d'aparença - + Show the Skin Settings Menu of the currently selected Skin Mostra el menú d'opcions disponibles per a l'aparença seleccionada - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostra la secció del micròfon - + Show the microphone section of the Mixxx interface. Mostra la secció de micròfons en la interfície del Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostra la secció de control per vinils - + Show the vinyl control section of the Mixxx interface. Mostra la secció dels controls de vinil a la interfície del Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostra el reproductor de pre-escolta - + Show the preview deck in the Mixxx interface. Mostra el reproductor de pre-escolta a la interfície del Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostra la caràtula - + Show cover art in the Mixxx interface. Mostra la caràtula a la interfície del Mixxx - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximitza la biblioteca - + Maximize the track library to take up all the available screen space. Maximitza o restaura la vista de Biblioteca per abarcar tota la pantalla - + Space Menubar|View|Maximize Library Espai - + &Full Screen Pantalla sencera - + Display Mixxx using the full screen Mostra Mixx a pantalla sencera - + &Options &Opcions - + &Vinyl Control Control per &vinils - + Use timecoded vinyls on external turntables to control Mixxx Permet l'ús de vinils amb codi de temps en tocadisc externs per controlar el Mixxx - + Enable Vinyl Control &%1 Activa el control de vinil &%1 - + &Record Mix En&registra la mescla - + Record your mix to a file Enregistra la vostra mescla a un fitxer - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activa la retransmissió en directe(&B) - + Stream your mixes to a shoutcast or icecast server Transmeteu les vostres mescles a un servidor de shoutcast o d'icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Habilita les dreceres de teclat(&K) - + Toggles keyboard shortcuts on or off Activa o desactiva les dreceres de teclat - + Ctrl+` Ctrl+` - + &Preferences &Preferències - + Change Mixxx settings (e.g. playback, MIDI, controls) Canvia les opcions de Mixxx (p.ex. reproducció, MIDI, controladores) - + &Developer &Desenvolupador - + &Reload Skin &Recarrega l'aparença - + Reload the skin Recarrega l'aparença del disc - + Ctrl+Shift+R Ctrl+Majús+R - + Developer &Tools Eines de desenvolupador(&T) - + Opens the developer tools dialog Obre la finesta d'eines de desenvolupador - + Ctrl+Shift+T Ctrl+Majús+T - + Stats: &Experiment Bucket Estadístiques: Comptador &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el mode experiment. Recupera les estadístiques corresponents al comptador EXPERIMENT. - + Ctrl+Shift+E Ctrl+Majús+E - + Stats: &Base Bucket Estadístiques: Comptador &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el mode bàsic. Recupera les estadístiques del comptador BASE. - + Ctrl+Shift+B Ctrl+Majús+B - + Deb&ugger Enabled Motor de dep&uració activat - + Enables the debugger during skin parsing Activa el motor de depuració durant el parseig de l'aparença - + Ctrl+Shift+D Ctrl+Majús+D - + &Help &Ajuda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel F12 - + &Community Support Suport de la &Comunitat - + Get help with Mixxx Obteniu ajuda sobre el Mixxx - + &User Manual Manual de l'&usuari - + Read the Mixxx user manual. Llegiu el manual de l'usuari de Mixxx. - + &Keyboard Shortcuts Dreceres de teclat(&K) - + Speed up your workflow with keyboard shortcuts. Fes les coses més ràpid amb les dreceres de teclat. - + &Settings directory Directori de &preferències - + Open the Mixxx user settings directory. Obre el directori de preferències d'usuari del Mixxx - + &Translate This Application &Traduïu aquesta aplicació - + Help translate this application into your language. Ajudeu a traduir aquesta aplicació a la vostra llengua. - + &About Sobre el Mixxx (&A) - + About the application Sobre l'aplicació @@ -14839,564 +14937,564 @@ Això no es pot desfer! WTrackMenu - + Load to Carrega a - + Deck Plat - + Sampler Reproductor de mostres - + Add to Playlist Afegeix a la llista de reproducció - + Crates Caixes - + Metadata Metadades - + Update external collections Actualitza les col·leccions externes - + Cover Art Caràtula - + Adjust BPM Adjusta els BPM - + Select Color Selecciona el color - + Reset Reset metadata in right click track context menu in library Restableix - - + + Analyze Analitza - - + + Delete Track Files Esborra fitxers de pistes - + Add to Auto DJ Queue (bottom) Afegeix a la cua del DJ automàtic (al final) - + Add to Auto DJ Queue (top) Afegeix a la cua del DJ automàtic (al principi) - + Add to Auto DJ Queue (replace) Afegeix a la cua del DJ automàtic (reemplaça) - + Preview Deck Reproductor de pre-escolta - + Remove Suprimeix - + Remove from Playlist Suprimeix de la llista de reproducció - + Remove from Crate Suprimeix de la caixa - + Hide from Library No ho mostris a la biblioteca - + Unhide from Library Torna a mostrar a la biblioteca - + Purge from Library Suprimeix de la biblioteca - + Move Track File(s) to Trash - + Delete Files from Disk Esborra fitxers del disc - + Properties Propietats - + Open in File Browser Obre en l'explorador de fitxers - + Select in Library Selecciona a la biblioteca - + Import From File Tags Importa des de les metadades del fitxer - + Import From MusicBrainz Importa des del MusicBrainz - + Export To File Tags Exporta les metadades al fitxer - + BPM and Beatgrid BPM i graella de ritme - + Play Count Comptador de reproduccions - + Rating Puntuació - + Cue Point Punt d'inici - + Hotcues Marques directes - + Intro Intro - + Outro Final - + Key Clau musical - + ReplayGain ReplayGain - + Waveform Ona - + Comment Comentari - + All Tot - + Lock BPM Bloca els BPM - + Unlock BPM Desbloca els BPM - + Double BPM Augmenta el tempo al doble - + Halve BPM Redueix el tempo a la meitat - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Reinicia els BPM - + Reanalyze Reanalitza - + Reanalyze (constant BPM) Reanalitza (Tempo constant) - + Reanalyze (variable BPM) Reanalitza (Tempo variable) - + Update ReplayGain from Deck Gain Actualitza el ReplayGain a partir del guany del reproductor - + Deck %1 Plat %1 - + Importing metadata of %n track(s) from file tags important les metadades d' %n pista del fitxerimportant les metadades de %n pistes dels fitxers - + Marking metadata of %n track(s) to be exported into file tags Marcant les metadades d' %n pista per exportar-les al fitxerMarcant les metadades de %n pistes per exportar-les al fitxer - - + + Create New Playlist Crea una nova llista de reproducció - + Enter name for new playlist: Inseriu el nom de la llista nova de reproducció: - + New Playlist Llista de reproducció nova - - - + + + Playlist Creation Failed Ha fallat la creació de la llista de reproducció - + A playlist by that name already exists. Ja existeix una llista de reproducció amb aquest nom. - + A playlist cannot have a blank name. El nom de la llista de reproducció no pot quedar en blanc - + An unknown error occurred while creating playlist: S'ha produït un error desconegut en crear la llista de reproducció: - + Add to New Crate Afegeix a una caixa nova - + Scaling BPM of %n track(s) Escalant el BPM d' %n pistaEscalant el BPM de %n pistes - + Locking BPM of %n track(s) Bloquejant el BPM d' %n pistaBloquejant el BPM de %n pistes - + Unlocking BPM of %n track(s) Desbloquejant el BPM d' %n pistaDesbloquejant el BPM de %n pistes - + Setting color of %n track(s) Configurant el color d' %n pistaConfigurant el color de %n pistes - + Resetting play count of %n track(s) Reiniciant el comptador de reproduccions d' %n pistaReiniciant el comptador de reproduccions de %n pistes - + Resetting beats of %n track(s) Reiniciant la graella de ritme d' %n pistaReiniciant la graella de ritme de %n pistes - + Clearing rating of %n track(s) Eliminant la puntuació d' %n pistaEliminant la puntuació de %n pistes - + Clearing comment of %n track(s) Esborrant el comentari de %n pistaEsborrant el comentari de %n pistes - + Removing main cue from %n track(s) Eliminant la marca Cue d' %n pistaEliminant la marca Cue de %n pistes - + Removing outro cue from %n track(s) Eliminant marca de fi d' %n pistaEliminant marca de fi de %n pistes - + Removing intro cue from %n track(s) Eliminant marca d'introducció d' %n pistaEliminant marca d'introducció de %n pistes - + Removing loop cues from %n track(s) Eliminant punts de bucle d' %n pistaEliminant punts de bucle de %n pistes - + Removing hot cues from %n track(s) Eliminant marques ràpides d' %n pistaEliminant marques ràpides de %n pistes - + Resetting keys of %n track(s) Reiniciant les claus musicals d' %n pistaReiniciant les claus musicals de %n pistes - + Resetting replay gain of %n track(s) Reiniciant el Replaygain d' %n pistaReiniciant el Replaygain de %n pistes - + Resetting waveform of %n track(s) Reiniciant les formes d'ona d' %n pistaReiniciant les formes d'ona de %n pistes - + Resetting all performance metadata of %n track(s) Reiniciant totes les metadades de rendiment d' %n pistaReiniciant totes les metadades de rendiment de %n pistes - + Permanently delete these files from disk? Voleu esborrar permanentment aquests fitxers del disc? - - + + This can not be undone! Això no es pot desfer! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? Atura el reproductor i esborra permanentment aquest fitxer de pista del disc? - + Cancel Cancel·la - + Delete Files Esborra fitxers - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted Fitxers de pista esborrats - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted Fitxer de pista esborrat - + Track file was deleted from disk and purged from the Mixxx database. El fitxer de pista s'ha esborrat del disc i eliminat de la base de dades del Mixxx. - + The following %1 file(s) could not be deleted from disk Els següents %1 fitxer(s) no s'han pogut esborrar del disc - + This track file could not be deleted from disk No s'ha pogut esborrar aquest fitxer de pista del disc - + Remaining Track File(s) Fitxer(s) de pista(es) restant(s) - + Close Tanca - + Loops Bucles - + Removing %n track file(s) from disk... Esborrant %n fitxer de pista del disc... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) Afegint la portada a %n pistaAfegint la portada a %n pistes - + Reloading cover art of %n track(s) Recarregant la portada de %n pistaRecarregant la portada de %n pistes @@ -15404,37 +15502,37 @@ Això no es pot desfer! WTrackTableView - + Confirm track hide Confirma per amagar les pistes - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session No tornis a preguntar durant aquesta sessió - + Confirm track removal Confirma la eliminació de la pista @@ -15450,7 +15548,7 @@ Això no es pot desfer! WaveformWidgetFactory - + legacy @@ -15498,52 +15596,52 @@ Això no es pot desfer! mixxx::CoreServices - + fonts tipus de llegra - + database base de dades - + effects efectes - + audio interface interfície d'àudio - + decks reproductors - + library biblioteca - + Choose music library directory Seleccioneu la carpeta de la biblioteca de música. - + controllers controladors - + Cannot open database No es pot obrir la base de dades - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_cs.qm b/res/translations/mixxx_cs.qm index 4273dec4cc8f00ee9bbd69157b16744b539685f7..82e79a276f492a07681eb7cc5622c120170d0c4a 100644 GIT binary patch delta 24187 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 BWH0~# delta 23754 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�(DhMYSHtQElFDLQ#qkgd}_IK)7 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 diff --git a/res/translations/mixxx_cs.ts b/res/translations/mixxx_cs.ts index 8468c723cd3..cdf69b03d56 100644 --- a/res/translations/mixxx_cs.ts +++ b/res/translations/mixxx_cs.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Přidat do řady automatického diskžokeje (dolů) - + Add to Auto DJ Queue (top) Přidat do řady automatického diskžokeje (nahoru) - + Add to Auto DJ Queue (replace) Přidat do řady skladeb automatického diskžokeje (nahradit) - - Import Playlist - Nahrát seznam skladeb + + Import as Playlist + Nahrát jako seznam skladeb + + + + Import as Crate + Nahrát jako přepravku + + + + Crate Creation Failed + Vytvoření přepravky se nezdařilo - + + Could not create crate, it most likely already exists: + Nelze vytvořit přepravku, s největší pravděpodobností již existuje: + + + Playlist Creation Failed Seznam skladeb se nepodařilo vytvořit - + An unknown error occurred while creating playlist: Při vytváření seznamu skladeb došlo k neznámé chybě: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nový seznam skladeb - + Add to Auto DJ Queue (bottom) Přidat do řady automatického diskžokeje (dolů) - - + + Create New Playlist Vytvořit nový seznam skladeb - + Add to Auto DJ Queue (top) Přidat do řady automatického diskžokeje (nahoru) - + Remove Odebrat - + Rename Přejmenovat - + Lock Zamknout - + Duplicate Zdvojit - - + + Import Playlist Nahrát seznam skladeb - + Export Track Files Uložit soubory skladeb - + Analyze entire Playlist Rozebrat celý seznam skladeb - + Enter new name for playlist: Zadat nový název pro seznam skladeb: - + Duplicate Playlist Zdvojit seznam skladeb - - + + Enter name for new playlist: Zadat název pro nový seznam skladeb: - - + + Export Playlist Uložit seznam skladeb - + Add to Auto DJ Queue (replace) Přidat do řady skladeb automatického diskžokeje (nahradit) - + Rename Playlist Přejmenovat seznam skladeb + - Renaming Playlist Failed Seznam skladeb se nepodařilo přejmenovat - - - + + + A playlist by that name already exists. Seznam skladeb s tímto názvem již existuje. - - - + + + A playlist cannot have a blank name. Seznam skladeb musí mít název. - + _copy //: Appendix to default name when duplicating a playlist _kopie + - + - - - + + Playlist Creation Failed Seznam skladeb se nepodařilo vytvořit - - + + An unknown error occurred while creating playlist: Při vytváření seznamu skladeb došlo k neznámé chybě: - + Confirm Deletion Potvrdit smazání - + Do you really want to delete playlist <b>%1</b>? Opravdu chcete seznam skladeb <b>%1</b> smazat? - + M3U Playlist (*.m3u) Seznam skladeb M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Seznam skladeb M3U (*.m3u);;Seznam skladeb M3U8 (*.m3u8);;Seznam skladeb PLS (*.pls);;Text CSV (*.csv);;Prostý text (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Nepodařilo se nahrát skladbu. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Umělec alba - + Artist Umělec - + Bitrate Datový tok - + BPM MM - + Channels Kanály - + Color Barva - + Comment Poznámka - + Composer Skladatel - + Cover Art Obrázek obalu - + Date Added Datum přidání - + Last Played Naposledy hráno - + Duration Doba trvání - + Type Typ - + Genre Žánr - + Grouping Skupina - + Key Tónina - + Location Umístění - + Preview Náhled - + Rating Hodnocení - + ReplayGain Vyrovnání hlasitosti - + Samplerate Vzorkovací kmitočet - + Played Hráno - + Title Název - + Track # Číslo skladby - + Year Rok - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Činnost se nezdařila - + Please enable at least one connection to use Live Broadcasting. Povolte, prosím, alespoň jedno spojení pro použití živého vysílání @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Přidat k rychlým odkazům - + Remove from Quick Links Odstranit z rychlých odkazů - + Add to Library Přidat do knihovny skladeb - + Quick Links Rychlé odkazy - - + + Devices Zařízení - + Removable Devices Přenosná zařízení - - + + Computer Počítač - + Music Directory Added Adresář s hudbou přidán - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Přidal jste jeden nebo více adresářů s hudbou. Skladby v těchto adresářích nebudou dostupné, dokud nenecháte znovu prohledat knihovnu. Chcete ji nechat prohledat nyní? - + Scan Prohledat - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. Počítač vám umožní pohyb ve skladbách, jejich zobrazení a nahrávání ze složek na pevném disku a vnějších zařízeních. @@ -693,74 +717,79 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx je program s otevřeným zdrojovým kódem pro diskžokeje. Další informace naleznete na: - + Starts Mixxx in full-screen mode Spustí Mixxx v režimu na celou obrazovku - + Use a custom locale for loading translations. (e.g 'fr') Použít vlastní jazyk pro nahrávání překladů. (např. 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Adresář nejvyšší úrovně, kde by měl MixXX hledat své soubory zdrojů, jako jsou MIDI mapování, a převažující výchozí umístění instalace. - + Path the debug statistics time line is written to Cesta, do které je zapsána časová osa statistiky ladění - - Use legacy vu meter - Použít starší vu metr - - - - Use legacy spinny - Použít starší talíř - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Způsobí, že Mixxx zobrazí/zaprotokoluje všechna data řadiče, která přijímá, a skriptovací funkce, které načítá - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! Přiřazení řadiče bude při zjištění nesprávného použití rozhraní API řadiče vydávat agresivnější varování a chyby. Nová přiřazení řadičů by měla být vyvíjena s touto volbou! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Povolí vývojářský režim. Zahrnuje další informace o protokolu, statistiky výkonu a nabídku nástrojů pro vývojáře. - + Top-level directory where Mixxx should look for settings. Default is: Adresář nejvyšší úrovně, kde by měl Mixxx hledat nastavení. Výchozí je: - + + Use legacy vu meter + Použít starší vu metr + + + + Use legacy spinny + Použít starší talíř + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Umožňuje bezpečný režim. Vypne křivky OpenGL a roztočené vinylové widgety. Vyzkoušejte tuto možnost, pokud Mixxx selhává při spuštění. - + [auto|always|never] Use colors on the console output. [auto|always|never] Použít barvy na výstupu konzole. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -775,17 +804,17 @@ ladění - Výše + Zprávy ladění/vývojář trace - Výše + Profilování zpráv - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Nastaví úroveň protokolování, při které se vyrovnávací paměť protokolu vyprázdní do mixxx.log. <level> je jedna z hodnot definovaných na --log-level výše. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Přeruší (SIGINT) Mixxx, pokud se DEBUG_ASSERT vyhodnotí jako nepravda. Pod ladičem můžete pokračovat později. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Nahrát zadané hudební soubor(y) během spuštění. Každý soubor, který určíte, bude načten do dalšího virtuálního balíčku. @@ -845,32 +874,32 @@ trace - Výše + Profilování zpráv ControlModel - + Group Skupina - + Item Položka - + Value Hodnota - + Parameter Parametr - + Title Název - + Description Popis @@ -967,13 +996,13 @@ trace - Výše + Profilování zpráv - + Set to full volume Nastavit na plnou hlasitost - + Set to zero volume Nastavit hlasitost na nulu @@ -998,13 +1027,13 @@ trace - Výše + Profilování zpráv Tlačítko pro obrácené přehrávání (cenzor) - + Headphone listen button Tlačítko pro sluchátka - + Mute button Tlačítko pro ztlumení @@ -1015,25 +1044,25 @@ trace - Výše + Profilování zpráv - + Mix orientation (e.g. left, right, center) Nasměrování míchání (např. vlevo, vpravo, na střed) - + Set mix orientation to left Nastavit nasměrování míchání vlevo - + Set mix orientation to center Nastavit nasměrování míchání na střed - + Set mix orientation to right Nastavit nasměrování míchání vpravo @@ -1073,22 +1102,22 @@ trace - Výše + Profilování zpráv Tlačítko pro klepání MM - + Toggle quantize mode Přepnout režim kvantizace - + One-time beat sync (tempo only) Jednorázové seřízení rytmu (pouze tempo) - + One-time beat sync (phase only) Jednorázové seřízení rytmu (pouze fáze) - + Toggle keylock mode Přepnout režim uzamčení tóniny @@ -1098,193 +1127,193 @@ trace - Výše + Profilování zpráv Ekvalizéry - + Vinyl Control Ovládání vinylem - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Přepnout režim značení za použití ovládání vinylovou gramodeskou (VYPNUTO/JEDEN/HORKÝ) - + Toggle vinyl-control mode (ABS/REL/CONST) Přepnout režim ovládání vinylem (VYPNUTO/JEDEN/HORKÝ) - + Pass through external audio into the internal mixer Posílat vnější zvukové signály do vnitřního směšovače - + Cues Značky - + Cue button Tlačítko značky - + Set cue point Nastavit bod značky - + Go to cue point Jít na bod značky - + Go to cue point and play Jít na bod značky a přehrát - + Go to cue point and stop Jít na bod značky a zastavit - + Preview from cue point Předposlech od bodu značky - + Cue button (CDJ mode) Tlačítko značky (režim CDJ) - + Stutter cue Značka trhnutí - + Hotcues Rychlé značky - + Set, preview from or jump to hotcue %1 Nastavit, náhled od nebo skočit na rychlou značku %1 - + Clear hotcue %1 Smazat rychlou značku %1 - + Set hotcue %1 Nastavit rychlou značku %1 - + Jump to hotcue %1 Skočit na rychlou značku %1 - + Jump to hotcue %1 and stop Skočit na rychlou značku %1 a zastavit - + Jump to hotcue %1 and play Skočit na rychlou značku %1 a přehrát - + Preview from hotcue %1 Náhled od rychlé značky %1 - - + + Hotcue %1 Rychlá značka %1 - + Looping Smyčkování - + Loop In button Tlačítko pro začátek smyčky - + Loop Out button Tlačítko pro konec smyčky - + Loop Exit button Tlačítko pro ukončení smyčky - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Posunout smyčku o %1 dob dopředu - + Move loop backward by %1 beats Posunout smyčku o %1 dob dozadu - + Create %1-beat loop Vytvořit smyčku na %1 dob - + Create temporary %1-beat loop roll Vytvořit dočasnou průběžnou smyčku na %1 dob @@ -1400,20 +1429,20 @@ trace - Výše + Profilování zpráv - - + + Volume Fader Polohový ukazatel hlasitosti - + Full Volume Plná hlasitost - + Zero Volume Nulová hlasitost @@ -1429,7 +1458,7 @@ trace - Výše + Profilování zpráv - + Mute Ztlumit @@ -1440,7 +1469,7 @@ trace - Výše + Profilování zpráv - + Headphone Listen Poslech ze sluchátek @@ -1461,25 +1490,25 @@ trace - Výše + Profilování zpráv - + Orientation Natočení - + Orient Left Natočit vlevo - + Orient Center Natočit na střed - + Orient Right Natočit vpravo @@ -1549,82 +1578,82 @@ trace - Výše + Profilování zpráv Posunout rytmickou mřížku doprava - + Adjust Beatgrid Upravit rytmickou mřížku - + Align beatgrid to current position Zarovnat rytmickou mřížku na nynější polohu - + Adjust Beatgrid - Match Alignment Upravit rytmickou mřížku - přizpůsobení zarovnání - + Adjust beatgrid to match another playing deck. Upravit rytmickou mřížku tak, aby byla zarovnána s jiným hrajícím přehrávačem. - + Quantize Mode Režim kvantizace - + Sync Seřízení - + Beat Sync One-Shot Jednorázové seřízení rytmu - + Sync Tempo One-Shot Jednorázové seřízení tempa - + Sync Phase One-Shot Jednorázové seřízení fáze - + Pitch control (does not affect tempo), center is original pitch Ovládání výšky tónu (neovlivní tempo), střed je původní výška tónu - + Pitch Adjust Upravení výšky tónu - + Adjust pitch from speed slider pitch Změní výšku tónu vycházeje z výšky tónu ukazatele rychlosti - + Match musical key Seřídit tóninu - + Match Key Přizpůsobit tóninu - + Reset Key Nastavit tóninu znovu - + Resets key to original Nastavit tóninu znovu na původní @@ -1665,456 +1694,456 @@ trace - Výše + Profilování zpráv Ekvalizér hloubek - + Toggle Vinyl Control Přepnout ovládání vinylovou gramodeskou - + Toggle Vinyl Control (ON/OFF) Přepnout ovládání vinylovou gramodeskou (ZAPNUTO/VYPNUTO) - + Vinyl Control Mode Režim ovládání vinylovou gramodeskou - + Vinyl Control Cueing Mode Režim ovládání značení vinylem - + Vinyl Control Passthrough Předání dál ovládání vinylem - + Vinyl Control Next Deck Další přehrávač ovládání vinylem - + Single deck mode - Switch vinyl control to next deck Režim jednoho přehrávače - Přepnout ovládání vinylovou gramodeskou na další přehrávač - + Cue Značka - + Set Cue Umístit značku - + Go-To Cue Jít na značku - + Go-To Cue And Play Jít na značku a přehrát - + Go-To Cue And Stop Jít na značku a zastavit - + Preview Cue Náhled na značku - + Cue (CDJ Mode) Značka (režim CDJ) - + Stutter Cue Značka trhnutí - + Go to cue point and play after release Jít na bod značky a po uvolnění přehrát - + Clear Hotcue %1 Smazat rychlou značku %1 - + Set Hotcue %1 Nastavit rychlou značku %1 - + Jump To Hotcue %1 Skočit na rychlou značku %1 - + Jump To Hotcue %1 And Stop Skočit na rychlou značku %1 a zastavit - + Jump To Hotcue %1 And Play Skočit na rychlou značku %1 a přehrát - + Preview Hotcue %1 Náhled na rychlou značku %1 - + Loop In Začátek smyčky - + Loop Out Konec smyčky - + Loop Exit Ukončit smyčku - + Reloop/Exit Loop Smyčkovat znovu/Ukončit smyčku - + Loop Halve Zkrácení smyčky na polovinu - + Loop Double Zdvojení smyčky - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Posunout smyčku o +%1 dob - + Move Loop -%1 Beats Posunout smyčku o -%1 dob - + Loop %1 Beats Smyčka %1 dob - + Loop Roll %1 Beats Průběžná smyčka %1 dob - + Add to Auto DJ Queue (bottom) Přidat do řady automatického diskžokeje (dolů) - + Append the selected track to the Auto DJ Queue Přidat vybranou skladbu na konec řady automatického diskžokeje - + Add to Auto DJ Queue (top) Přidat do řady automatického diskžokeje (nahoru) - + Prepend selected track to the Auto DJ Queue Přidat vybranou skladbu na začátek řady automatického diskžokeje - + Load Track Nahrát skladbu - + Load selected track Nahrát vybranou skladbu - + Load selected track and play Nahrát vybranou skladbu a přehrát - - + + Record Mix Nahrát míchání - + Toggle mix recording Přepnout nahrávání míchání - + Effects Efekty - + Quick Effects Rychlé efekty - + Deck %1 Quick Effect Super Knob Superpotenciometr rychlého efektu pro přehrávač %1 - + Quick Effect Super Knob (control linked effect parameters) Superpotenciometr rychlého efektu (řízení propojených parametrů efektů) - - + + Quick Effect Rychlý efekt - + Clear Unit Vyprázdnit jednotku - + Clear effect unit Vyprázdnit efektovou jednotku - + Toggle Unit Přepnout jednotku - + Dry/Wet Na zkoušku/Naostro - + Adjust the balance between the original (dry) and processed (wet) signal. Upravit vyvážení mezi původním a zpracovaným signálem. - + Super Knob Superknoflík - + Next Chain Další řetězec - + Assign Přiřadit - + Clear Smazat - + Clear the current effect Smazat nynější efekt - + Toggle Přepnout - + Toggle the current effect Přepnout nynější efekt - + Next Další - + Switch to next effect Přepnout na další efekt - + Previous Předchozí - + Switch to the previous effect Přepnout na předchozí efekt - + Next or Previous Další nebo předchozí - + Switch to either next or previous effect Přepnout na další nebo předchozí efekt - - + + Parameter Value Hodnota parametru - - + + Microphone Ducking Strength Síla tlumení mikrofonu - + Microphone Ducking Mode Režim tlumení mikrofonu - + Gain Zesílení - + Gain knob Regulátor zesílení - + Shuffle the content of the Auto DJ queue Zamíchat pořadím v řadě skladeb automatického diskžokeje - + Skip the next track in the Auto DJ queue Přeskočit další skladbu v řadě skladeb automatického diskžokeje - + Auto DJ Toggle Zapínač/Vypínač automatického diskžokeje - + Toggle Auto DJ On/Off Zapnout/Vypnout automatického diskžokeje - + Microphone & Auxiliary Show/Hide Ukázat/Skrýt mikrofon a pomocné zařízení - + Show/hide the microphone & auxiliary section Ukázat/Skrýt oblast s mikrofonem a pomocným zařízením - + 4 Effect Units Show/Hide Ukázat/Skrýt 4 efektové jednotky - + Switches between showing 2 and 4 effect units Přepíná mezi ukázáním 2 a 4 efektových jednotek. - + Mixer Show/Hide Ukázat/Skrýt směšovač - + Show or hide the mixer. Ukázat nebo skrýt směšovač. - + Cover Art Show/Hide (Library) Ukázat/Skrýt obrázek obalu (knihovna) - + Show/hide cover art in the library Ukázat/Skrýt obrázky obalů v knihovně - + Library Maximize/Restore Zvětšin/Obnovit knihovnu - + Maximize the track library to take up all the available screen space. Zvětšit knihovnu skladeb tak, aby zabírala veškerý na obrazovce dostupný prostor. - + Effect Rack Show/Hide Ukázat/Skrýt přihrádku s efekty - + Show/hide the effect rack Ukázat/Skrýt přihrádku s efekty - + Waveform Zoom Out Oddálit průběhovou křivku @@ -2129,102 +2158,102 @@ trace - Výše + Profilování zpráv Zesílení sluchátek - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Zaťukejte pro seřízení tempa (a fáze při zapnuté kvantizaci), podržte pro trvalé seřízení - + One-time beat sync tempo (and phase with quantize enabled) Jednorázové seřízení rytmu tempa (a fáze při zapnuté kvantizaci) - + Playback Speed Rychlost přehrávání - + Playback speed control (Vinyl "Pitch" slider) Ovládání rychlosti přehrávání (regulátor "výšky tónu" vinylu) - + Pitch (Musical key) Výška tónu (tónina) - + Increase Speed Zvýšit rychlost - + Adjust speed faster (coarse) Zvýšit rychlost (hrubé) - + Increase Speed (Fine) Zvýšit rychlost (jemné) - + Adjust speed faster (fine) Zvýšit rychlost (jemné) - + Decrease Speed Snížit rychlost - + Adjust speed slower (coarse) Snížit rychlost (hrubé) - + Adjust speed slower (fine) Snížit rychlost (jemné) - + Temporarily Increase Speed Zvýšit přechodně rychlost - + Temporarily increase speed (coarse) Zvýšit přechodně rychlost (hrubé) - + Temporarily Increase Speed (Fine) Zvýšit přechodně rychlost (jemné) - + Temporarily increase speed (fine) Zvýšit přechodně rychlost (jemné) - + Temporarily Decrease Speed Snížit dočasně rychlost - + Temporarily decrease speed (coarse) Snížit dočasně rychlost (hrubé) - + Temporarily Decrease Speed (Fine) Snížit dočasně rychlost (jemné) - + Temporarily decrease speed (fine) Snížit dočasně rychlost (jemné) @@ -2296,942 +2325,952 @@ trace - Výše + Profilování zpráv MM / rytmická mřížka - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock Seřízení/Zámek seřizení - + Internal Sync Leader Vnitřní vedoucí seřizování - + Toggle Internal Sync Leader Přepnout vnitřní vedoucí seřizování - - + + Internal Leader BPM Vnitřní vedoucí MM - + Internal Leader BPM +1 Vnitřní vedoucí MM +1 - + Increase internal Leader BPM by 1 Zvýšit vnitřní vedoucí MM o 1 - + Internal Leader BPM -1 Vnitřní vedoucí MM -1 - + Decrease internal Leader BPM by 1 Snížit vnitřní vedoucí MM o 1 - + Internal Leader BPM +0.1 Vnitřní vedoucí MM +0,1 - + Increase internal Leader BPM by 0.1 Zvýšit vnitřní vedoucí MM o 0,1 - + Internal Leader BPM -0.1 Vnitřní vedoucí MM -0,1 - + Decrease internal Leader BPM by 0.1 Snížit vnitřní vedoucí MM o 0,1 - + Sync Leader Vedoucí seřizování - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Režim seřizování třístavový přepínač / ukazatel (vypnuto, plynulé vedoucí, explicitní vedoucí) - + Speed Rychlost - + Decrease Speed (Fine) Snížit rychlost (jemné) - + Pitch (Musical Key) Výška tónu (tónina) - + Increase Pitch Zvýšit výšku tónu - + Increases the pitch by one semitone Zvýší výšku tónu o jeden půltón. - + Increase Pitch (Fine) Zvýšit výšku tónu (jemné) - + Increases the pitch by 10 cents Zvýší výšku tónu o 10 centů. - + Decrease Pitch Snížit výšku tónu - + Decreases the pitch by one semitone Sníží výšku tónu o jeden půltón. - + Decrease Pitch (Fine) Snížit výšku tónu (jemné) - + Decreases the pitch by 10 cents Sníží výšku tónu o 10 centů. - + Keylock Uzamčení tóniny - + CUP (Cue + Play) BZP (značka a přehrát) - + Shift cue points earlier Posunout body značek dříve - + Shift cue points 10 milliseconds earlier Posunout body značek o 10 milisekund dříve - + Shift cue points earlier (fine) Posunout body značek dříve (jemné) - + Shift cue points 1 millisecond earlier Posunout body značek o 1 milisekundu dříve - + Shift cue points later Posunout body značek později - + Shift cue points 10 milliseconds later Posunout body značek o 10 milisekund později - + Shift cue points later (fine) Posunout body značek později (jemné) - + Shift cue points 1 millisecond later Posunout body značek o 1 milisekundu později - + Hotcues %1-%2 Rychlé značky %1-%2 - + Intro / Outro Markers Značky úvodu/závěru - + Intro Start Marker Značka začátku úvodu - + Intro End Marker Značka konce úvodu - + Outro Start Marker Značka začátku závěru - + Outro End Marker Značka konce závěru - + intro start marker Značka začátku úvodu - + intro end marker Značka konce úvodu - + outro start marker Značka začátku závěru - + outro end marker Značka konce úvodu - + Activate %1 [intro/outro marker Zapnout značku %1 - + Jump to or set the %1 [intro/outro marker Skočit nebo nastavit %1 - + Set %1 [intro/outro marker Nastavit %1 - + Set or jump to the %1 [intro/outro marker Nastavit nebo skočit na %1 - + Clear %1 [intro/outro marker Vyprázdnit %1 - + Clear the %1 [intro/outro marker Vyprázdnit %1 - + Loop Selected Beats Smyčkovat vybrané doby - + Create a beat loop of selected beat size Vytvořit smyčku z dob o vybrané velikosti doby - + Loop Roll Selected Beats Průběžná smyčka z vybraných dob - + Create a rolling beat loop of selected beat size Vytvořit průběžnou smyčku z dob o vybrané velikosti doby - + Loop Beats Smyčkovat doby - + Loop Roll Beats Průběžně smyčkovat doby - + Go To Loop In Přejít na smyčku - + Go to Loop In button Přejít na tlačítko smyčky - + Go To Loop Out Odejít ze smyčky - + Go to Loop Out button Odejít z tlačítka smyčky - + Toggle loop on/off and jump to Loop In point if loop is behind play position Přepnout zapnutí/zastavení smyčkování a skočit na bod začátku smyčky, pokud je smyčka za polohou přehrávání - + Reloop And Stop Přesmyčkovat a zastavit - + Enable loop, jump to Loop In point, and stop Povolit smyčku, skočit na bod začátku smyčky a zastavit - + Halve the loop length Zkrátit délku smyčky na polovinu - + Double the loop length Zdvojit délku smyčky - + Beat Jump / Loop Move Dobový skok/Přesun smyčky - + Jump / Move Loop Forward %1 Beats Skočit/Přesunout smyčku o %1 dob dopředu - + Jump / Move Loop Backward %1 Beats Skočit/Přesunout smyčku o %1 dob dozadu - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Skočit dopředu o %1 dob, nebo pokud je povolena smyčka, přesunout smyčku dopředu o %1 dob - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Skočit dozadu o %1 dob, nebo pokud je povolena smyčka, přesunout smyčku dozadu o %1 dob - + Beat Jump / Loop Move Forward Selected Beats Dobový skok/Přesun smyčky dopředu o vybrané doby - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Skočit dopředu o vybraný počet dob, nebo pokud je povolena smyčka, přesunout smyčku dopředu o vybraný počet dob - + Beat Jump / Loop Move Backward Selected Beats Dobový skok/Přesun smyčky dozadu o vybrané doby - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Skočit dozadu o vybraný počet dob, nebo pokud je povolena smyčka, přesunout smyčku dozadu o vybraný počet dob - + Beat Jump / Loop Move Forward Skok na dobu/Přesun smyčky dopředu - + Beat Jump / Loop Move Backward Skok na dobu/Přesun smyčky dozadu - + Loop Move Forward Přesun smyčky dopředu - + Loop Move Backward Přesun smyčky dozadu - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Cesta - + Move up Posunout nahoru - + Equivalent to pressing the UP key on the keyboard Stejné jako klávesa šipka nahoru na klávesnici - + Move down Posunout dolů - + Equivalent to pressing the DOWN key on the keyboard Stejné jako klávesa šipka dolů na klávesnici - + Move up/down Posunout nahoru/dolů - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Pohybovat se svisle v obou směrech pomocí otočného knoflíku se stejným výsledkem, jako při stisknutí kláves nahoru/dolů - + Scroll Up Projíždět nahoru - + Equivalent to pressing the PAGE UP key on the keyboard Stejné jako klávesa PgUp na klávesnici - + Scroll Down Projíždět dolů - + Equivalent to pressing the PAGE DOWN key on the keyboard Stejné jako klávesa PgD(ow)n na klávesnici - + Scroll up/down Projíždět nahoru/dolů - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Pohybovat se svisle v obou směrech pomocí otočného knoflíku se stejným výsledkem, jako při stisknutí kláves PgUp/PgDown (PgDn) - + Move left Posunout vlevo - + Equivalent to pressing the LEFT key on the keyboard Stejné jako klávesa šipka vlevo na klávesnici - + Move right Posunout vpravo - + Equivalent to pressing the RIGHT key on the keyboard Stejné jako klávesa šipka vpravo na klávesnici - + Move left/right Posunout vlevo/vpravo - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Pohybovat se vodorovně v obou směrech pomocí otočného knoflíku se stejným výsledkem, jako při stisknutí kláves vlevo/vpravo - + Move focus to right pane Přesunout zaměření do pravé tabulky - + Equivalent to pressing the TAB key on the keyboard Stejné jako klávesa tabulátoru (TAB) na klávesnici - + Move focus to left pane Přesunout zaměření do levé tabulky - + Equivalent to pressing the SHIFT+TAB key on the keyboard Stejné jako stisknutí kláves Shift+tabulátor (TAB) na klávesnici - + Move focus to right/left pane Přesunout zaměření do pravé/levé tabulky - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Přesunout zaměření tabulky napravo nebo nalevo pomocí otočného knoflíku se stejným výsledkem, jako při stisknutí kláves TAB/Shift+TAB - + Sort focused column Řadit zaměřený sloupec - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Řadit sloupec buňky, která je aktuálně zaměřena, což odpovídá klepnutí na záhlaví - + Go to the currently selected item Jít na nyní vybranou položku - + Choose the currently selected item and advance forward one pane if appropriate Zvolte nyní vybranou položku a jděte dopředu o jeden výřez okna - + Load Track and Play Nahrát skladbu a přehrát - + Add to Auto DJ Queue (replace) Přidat do řady skladeb automatického diskžokeje (nahradit) - + Replace Auto DJ Queue with selected tracks Nahradit řadu skladeb automatického diskžokeje vybranými skladbami - + Select next search history Vybrat další historii hledání - + Selects the next search history entry Vybere další položku historie hledání - + Select previous search history Vybrat předchozí historii hledání - + Selects the previous search history entry Vybere předchozí položku historie hledání - + Move selected search entry Přesunout vybranou historii hledání - + Moves the selected search history item into given direction and steps Přesune vybranou položku historie hledání do daného směru a kroků - + Clear search Smazat hledání - + Clears the search query Smaže vyhledávací dotaz - + Deck %1 Quick Effect Enable Button Přehrávač %1 Tlačítko pro povolení rychlého efektu - + Quick Effect Enable Button Tlačítko pro povolení rychlého efektu - + Enable or disable effect processing Zapnout nebo vypnout zpracování efektu - + Super Knob (control effects' Meta Knobs) Superknoflík (řízení metaknoflíků efektů) - + Mix Mode Toggle Přepnout režim míchání - + Toggle effect unit between D/W and D+W modes Přepnout efektovou jednotku mezi režimy D/W a D+W - + Next chain preset Další přednastavení řetězce efektu - + Previous Chain Předchozí řetězec - + Previous chain preset Předchozí přednastavení řetězce efektu - + Next/Previous Chain Další/Předchozí řetězec - + Next or previous chain preset Další nebo předchozí přednastavení řetězce efektu - - + + Show Effect Parameters Ukázat parametry efektů - + Effect Unit Assignment Přiřazení efektové jednotky - + Meta Knob Metaknoflík - + Effect Meta Knob (control linked effect parameters) Metaknoflík efektu (řízení parametrů propojených efektů) - + Meta Knob Mode Režim metaknoflíku - + Set how linked effect parameters change when turning the Meta Knob. Nastavit, jak se parametry propojených efektů budou měnit, když se otáčí metaknoflíkem. - + Meta Knob Mode Invert Obrácení režimu metaknoflíku - + Invert how linked effect parameters change when turning the Meta Knob. Obrátit, jak se parametry propojených efektů budou měnit, když se otáčí metaknoflíkem. - - + + Button Parameter Value Hodnota parametru tlačítka - + Microphone / Auxiliary Mikrofon/Aux - + Microphone On/Off Mikrofon zapnuto/vypnuto - + Microphone on/off Mikrofon zapnuto/vypnuto - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Přepnout režim tlumení mikrofonu (ZAPNUTO, AUTOMATICKY, RUČNĚ) - + Auxiliary On/Off Aux zapnuto/vypnuto - + Auxiliary on/off Aux zapnuto/vypnuto - + Auto DJ Diskžokej - + Auto DJ Shuffle Automatický diskžokej Zamíchat - + Auto DJ Skip Next Automatický diskžokej Přeskočit další - + Auto DJ Add Random Track Automatický diskžokej Přidat náhodnou skladbu - + Add a random track to the Auto DJ queue Přidat náhodnou skladbu do řady automatického diskžokeje - + Auto DJ Fade To Next Automatický diskžokej Prolínat k další skladbě - + Trigger the transition to the next track Spustit přechod k další skladbě - + User Interface Uživatelské rozhraní - + Samplers Show/Hide Ukázat/Skrýt vzorkovače - + Show/hide the sampler section Ukázat/Skrýt oblast vzorkovače - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting Zahájit/Zastavit živé vysílání - + Stream your mix over the Internet. Vysílejte svoje míchání přes internet. - + Start/stop recording your mix. Začněte/Zastavte nahrávání směsi (mixování). - - + + Samplers Vzorkovače - + Vinyl Control Show/Hide Ukázat/Skrýt ovládání vinylovou gramodeskou - + Show/hide the vinyl control section Ukázat/Skrýt oblast ovládání vinylovou gramodeskou - + Preview Deck Show/Hide Ukázat/Skrýt náhled přehrávačů - + Show/hide the preview deck Ukázat/Skrýt přehrávač náhledu - + Toggle 4 Decks Přepnout 4 přehrávače - + Switches between showing 2 decks and 4 decks. Přepíná mezi ukázáním 2 a 4 přehrávačů. - + Cover Art Show/Hide (Decks) Ukázat/Skrýt obrázek obalu (přehrávače) - + Show/hide cover art in the main decks Ukázat/Skrýt obrázky obalů v hlavních přehrávačích - + Vinyl Spinner Show/Hide Ukázat/Skrýt otáčející se vinylovou gramodesku - + Show/hide spinning vinyl widget Ukázat/Skrýt otáčející se vinylovou gramodesku - + Vinyl Spinners Show/Hide (All Decks) Ukázat/Skrýt otáčející se vinylovou gramodesku (všechny přehrávače) - + Show/Hide all spinnies Ukázat/Skrýt všechny talíře - + Toggle Waveforms Přepnout tvar křivek - + Show/hide the scrolling waveforms. Ukázat/Skrýt posuvné průběhy - + Waveform zoom Zvětšení průběhové křivky - + Waveform Zoom Zvětšení průběhové křivky - + Zoom waveform in Přiblížit průběhovou křivku - + Waveform Zoom In Přiblížit průběhovou křivku - + Zoom waveform out Oddálit průběhovou křivku - + Star Rating Up Hodnocení hvězdičkami nahoru - + Increase the track rating by one star Zvýšit hodnocení skladby o jednu hvězdu - + Star Rating Down Hodnocení hvězdičkami dolů - + Decrease the track rating by one star Snížit hodnocení skladby o jednu hvězdu @@ -3600,37 +3639,37 @@ trace - Výše + Profilování zpráv DlgAbout - + Mixxx %1.%2 Development Team Vývojový tým Mixxx %1.%2 - + With contributions from: S příspěvky od: - + And special thanks to: A zvláštní poděkování: - + Past Developers Vývojáři v minulosti - + Past Contributors Přispěvatelé v minulosti - + Official Website Internetová stránka - + Donate Přispět @@ -3643,34 +3682,40 @@ trace - Výše + Profilování zpráv O programu Mixxx - - + + + Unknown Neznámý - + Date: Datum: - + Git Version: Verze Gitu: - + + Qt Version: + Verze Qt: + + + Platform: Platforma: - + Credits Zásluhy - + License Povolení @@ -3915,7 +3960,7 @@ posledním zvukem. Zakázat - + Displays the duration and number of selected tracks. Zobrazí dobu trvání a počet vybraných skladeb. @@ -4172,7 +4217,7 @@ Použijte toto nastavení, pokud mají vaše skladby stálé tempo (např. vět Učení: %1. Nyní posuňte ovládací prvek na svém ovladači. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4405,123 +4450,123 @@ Pokusili jste se naučit: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Automaticky - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Činnost se nezdařila - + You can't create more than %1 source connections. Nemůžete vytvořit připojení více než %1 zdrojů. - + Source connection %1 Připojení zdroje %1 - + At least one source connection is required. Je požadováno připojení alespoň jednoho zdroje. - + Are you sure you want to disconnect every active source connection? Opravdu chcete odpojit všechna činná připojení zdrojů? - - + + Confirmation required Požadováno potvrzení - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' má týž přípojný bod Icecast jako '%2'. Dvě zdrojová připojení ke stejnému serveru, které mají týž přípojný bod, nemohou být povolena zároveň. - + Are you sure you want to delete '%1'? Opravdu chcete smazat '%1'? - + Renaming '%1' Přejmenovává se '%1' - + New name for '%1': Nový název pro '%1': - + Can't rename '%1' to '%2': name already in use Nelze přejmenovat '%1' na '%2': název se již používá @@ -5094,22 +5139,22 @@ Použít nastavení a pokračovat? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx používá přiřazení, aby propojil příkazy z vašeho řadiče s ovládacími prvky v Mixxxu. Pokud se vám neukazuje žádné přiřazení pro váš řadič v nabídce Nahrát přiřazení, když klepnete na řadič v levém postranním panelu, můžete ho stáhnout z %1. Umístěte soubor(y) XML (.xml) a Javascript (.js) do uživatelské složky s přednastaveními, a potom Mixxx spusťte znovu. Pokud stáhnete přiřazení v souboru ZIP, rozbalte soubor(y) XML a Javascript do uživatelské složky s přednastaveními, a pak Mixxx spusťte znovu: - + Mixxx DJ Hardware Guide Průvodce technickým vybavením pro DJ Mixxx - + MIDI Mapping File Format Formát přiřazení souboru MIDI - + MIDI Scripting with Javascript Skriptování MIDI JavaScriptem @@ -5219,6 +5264,11 @@ Použít nastavení a pokračovat? Screen saver Spořič obrazovky + + + Multi-Sampling + + Start in full-screen mode @@ -5818,39 +5868,64 @@ Vždy můžete přetažením skladeb na obrazovce naklonovat přehrávač. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Nejmenší velikost vybraného vzhledu je větší než rozlišení vaší obrazovky. - + Allow screensaver to run Povolit běh spořiče obrazovky - + Prevent screensaver from running Zabránit spořiči obrazovky v běhu - + Prevent screensaver while playing Zabránit spořiči obrazovky v běhu během přehrávání - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Tento vzhled nepodporuje barevná schémata - + Information Informace - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Předtím než se změny nebo škálování projeví, bude se muset Mixxx spustit znovu. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6076,52 +6151,52 @@ a umožní vám upravit tóninu pro libozvučné míchání. Prohledat - + Item is not a directory or directory is missing - + Choose a music directory Vybrat adresář pro hudbu - + Confirm Directory Removal Potvrdit odstranění adresáře - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx už v tomto adresáři nové skladby nebude hledat. Co chcete dělat se skladbami z tohoto adresáře a jeho podadresářů?<ul><li>Skrýt všechny skladby z tohoto adresáře a jeho podadresářů.</li><li>Smazat trvale všechna popisná data pro tyto skladby z Mixxxu.</li><li>Nechat tyto skladby v knihovně nezměněny.</li></ul>Skrytí skladeb uloží jejich popisná data pro případ, že je v budoucnu znovu přidáte. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Popisná data obsahují všechny podrobnosti o skladbě (umělec, název, počet přehrání atd.), stejně tak jako rytmické mřížky, rychlé značky a smyčky. Toto rozhodnutí ovlivní jen knihovnu Mixxxu. Žádné soubory na pevném disku nebudou změněny nebo smazány. - + Hide Tracks Skrýt skladby - + Delete Track Metadata Smazat popisná data - + Leave Tracks Unchanged Ponechat skladby nezměněny - + Relink music directory to new location Propojit adresář s hudbou znovu s novým umístěním - + Select Library Font Vybrat písmo knihovny @@ -6983,140 +7058,140 @@ Cílová hlasitost zvuku je přibližná a předpokládá se, že předzesílen DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Výchozí (dlouhé zpoždění) - + Experimental (no delay) Pokusné (žádné zpoždění) - + Disabled (short delay) Zakázáno (krátké zpoždění) - + Soundcard Clock Hodiny zvukové karty - + Network Clock Hodiny sítě - + Direct monitor (recording and broadcasting only) Přímý dohled (pouze nahrávání a vysílání) - + Disabled Zakázáno - + Enabled Povoleno - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. Povolit zařazování do rozvrhu (nyní vypnuto), podívejte se na %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. %1 uvádí zvukové karty a ovladače, které byste měli zvážit při používání Mixxxu. - + Mixxx DJ Hardware Guide Průvodce technickým vybavením pro DJ Mixxx - + auto (<= 1024 frames/period) automaticky (<= 1024 snímků/periodu) - + 2048 frames/period 2048 snímků/periodu - + 4096 frames/period 4096 snímků/periodu - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Mikrofonní vstupy jsou při nahrávání a vysílaní zpožděny v porovnání s tím, co slyšíte. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Změřte prodlevu zpoždění a zadejte ji výše pro prodlevu mikrofonu. Kompenzace pro přizpůsobení načasování mikrofonu. - - + + Refer to the Mixxx User Manual for details. Nahlédněte do uživatelské příručky k Mixxxu, kde jsou podrobnosti. - + Configured latency has changed. Nastavená prodleva se změnila. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Opakujte nastavení zpoždění a zadejte ji výše pro latenci mikrofonu Kompenzace pro přizpůsobení načasování mikrofonu. - + Realtime scheduling is enabled. Je povoleno zařazování do rozvrhu ve skutečném čase. - + Main output only Pouze hlavní výstup - + Main and booth outputs Hlavní výstup a výstup kukaně - + %1 ms %1 ms - + Configuration error Chyba nastavení @@ -7604,122 +7679,122 @@ Vyberte z různých druhů zobrazení průběhových křivek, které se v prvé DlgPreferences - + Sound Hardware Zvuk - + Controllers Ovladače - + Library Knihovna - + Interface Rozhraní - + Waveforms Křivky - + Mixer Směšovač - + Auto DJ Diskžokej - + Decks Přehrávače - + Colors Barvy - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Nápověda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Obnovit výchozí hodnoty - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Použít - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Zrušit - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &OK - + Effects Efekty - + Recording Nahrávání - + Beat Detection Rytmus - + Key Detection Tónina - + Normalization Normalizace - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>Některé stránky s nastavením mají chyby. Chcete-li použít změny, nejprve opravte problémy.</b></font> - + Vinyl Control Vinyl - + Live Broadcasting Živé vysílání - + Modplug Decoder Dekodér @@ -7894,7 +7969,7 @@ Vyberte z různých druhů zobrazení průběhových křivek, které se v prvé Umělec alba - + Fetching track data from the MusicBrainz database Natahují se data z databáze MusicBrainz @@ -7971,72 +8046,72 @@ Vyberte z různých druhů zobrazení průběhových křivek, které se v prvé &Zavřít - + Original tags Původní značky - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. Nepodařilo se najít tuto skladbu v databázi MusicBrainz. - + Suggested tags Navrhované značky - + The results are ready to be applied Výsledky jsou připraveny k použití - + Can't connect to %1: %2 Nelze se připojit k %1: %2 - + Looking for cover art Hledá se obrázek obalu - + Cover art found, receiving image. Obal nalezen, přijímání obrázku - + Cover Art is not available for selected metadata Obrázek obalu není dostupný pro zvolená metadata - + Metadata & Cover Art applied Byla použita metadata a obrázek obalu - + Selected cover art applied Byl použit vybraný obrázek obalu - + Cover Art File Already Exists Soubor s obalem alba již existuje - + File: %1 Folder: %2 Override existing file? @@ -8362,7 +8437,7 @@ Použijte toto nastavení, pokud mají vaše skladby stálé tempo (např. vět &Zrušit - + (no color) (žádná barva) @@ -8572,27 +8647,27 @@ Použijte toto nastavení, pokud mají vaše skladby stálé tempo (např. vět EngineBuffer - + Soundtouch (faster) Soundtouch (rychlejší) - + Rubberband (better) Rubberband (lepší) - + Rubberband R3 (near-hi-fi quality) Rubberband R3 (kvalita poblíž hi-fi) - + Unknown, using Rubberband (better) Neznámé zařízení používající Rubberband (lepší) - + Unknown, using Soundtouch @@ -8815,15 +8890,15 @@ Použijte toto nastavení, pokud mají vaše skladby stálé tempo (např. vět LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Bezpečný režim povolen - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8835,57 +8910,57 @@ Shown when VuMeter can not be displayed. Please keep pro OpenGL. - + activate Zapnout - + toggle Přepnout - + right Vpravo - + left Vlevo - + right small Trochu doprava - + left small Trochu doleva - + up Nahoru - + down Dolů - + up small Trochu nahoru - + down small Trochu dolů - + Shortcut Klávesová zkratka @@ -8971,32 +9046,32 @@ Opravdu chcete přepsat soubor? MidiController - + MIDI Controller Ovladač MIDI - + MixxxControl(s) not found MixxxControl(s) nebyl nalezen - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Jeden nebo více MixxxControl zadaných ve výstupní části nahraných přiřazení byl neplatný. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Ověřte, že nejisté MixxxControls skutečně existují. Navštivte následující příručku pro úplný seznam: - + Some LEDs or other feedback may not work correctly. Některé LED nebo jiné ukazatele nemusí pracovat správně. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Ověřte, že jsou názvy MixxxControl v souboru s přiřazením (.xml) napsány správně @@ -9072,185 +9147,185 @@ Opravdu chcete přepsat soubor? MixxxMainWindow - + Sound Device Busy Zvukové zařízení je zaneprázdněné - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Zopakovat</b> pokus o připojení po zavření jiného programu nebo po opětovném připojení zvukového zařízení - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Nastavit znovu</b> nastavení zvukových zařízení programu Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Získejte <b>nápovědu</b> z Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Ukončit</b> Mixxx. - + Retry Opakovat - + skin vzhled - - + + Reconfigure Nastavit znovu - + Help Nápověda - - + + Exit Ukončit - - + + Mixxx was unable to open all the configured sound devices. Mixxx nebyl schopen otevřít všechna nastavená zvuková zařízení. - + Sound Device Error Chyba zvukového zařízení - + <b>Retry</b> after fixing an issue Po spravení této záležitosti <b>Zkusit znovu</b> - + No Output Devices Žádná výstupní zařízení - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx byl nastaven bez zařízení pro výstup zvuku. Zpracování zvuku bude bez nastaveného výstupního zařízení vypnuto. - + <b>Continue</b> without any outputs. <b>Pokračovat</b> bez jakéhokoli výstupu. - + Continue Pokračovat - + Load track to Deck %1 Nahrát skladbu do přehrávací mechaniky %1 - + Deck %1 is currently playing a track. Přehrávací mechanika %1 nyní přehrává skladbu. - + Are you sure you want to load a new track? Jste si jistý, že chcete nahrát novou skladbu? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Není vybráno žádné vstupní zařízení pro toto ovládání vinylovou gramodeskou. Nejprve, prosím, vyberte nějaké vstupní zařízení v nastavení zvukového technického vybavení. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Není vybráno žádné vstupní zařízení pro toto ovládání předání dál. Nejprve, prosím, vyberte nějaké vstupní zařízení v nastavení zvukového technického vybavení. - + There is no input device selected for this microphone. Do you want to select an input device? Pro tento mikrofon nebylo zjištěno žádné vstupní zařízení. Chcete vybrat vstupní zařízení? - + There is no input device selected for this auxiliary. Do you want to select an input device? Pro tuto pomocnou jednotku nebylo zjištěno žádné vstupní zařízení. Chcete vybrat vstupní zařízení? - + Error in skin file Chyba v souboru se vzhledem - + The selected skin cannot be loaded. Nelze nahrát vybraný vzhled. - + OpenGL Direct Rendering Přímé vykreslování OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Přímé vykreslování není na vašem stroji povoleno.<br><br>Znamená to, že zobrazování průběhové křivky bude velmi<br><b>pomalé a může hodně zatěžovat procesor</b>. Buď aktualizujte své<br>nastavení a povolte přímé vykreslování, nebo zakažte<br>zobrazování průběhové křivky v nastavení Mixxxu volbou<br>"Prázdný" jako zobrazování průběhové křivky v části 'Rozhraní'. - - - + + + Confirm Exit Potvrdit ukončení - + A deck is currently playing. Exit Mixxx? Některá z přehrávacích mechanik hraje. Ukončit Mixxx? - + A sampler is currently playing. Exit Mixxx? Vzorkovač nyní hraje. Ukončit Mixxx? - + The preferences window is still open. Okno s nastavením je stále otevřené. - + Discard any changes and exit Mixxx? Zahodit všechny změny a ukončit Mixxx? @@ -9266,43 +9341,48 @@ Chcete vybrat vstupní zařízení? PlaylistFeature - + Lock Zamknout - - + + Playlists Seznamy skladeb - + + Shuffle Playlist + + + + Unlock Odemknout - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. Seznamy skladeb jsou uspořádané seznamy skladeb, které vám umožňují plánovat vaše seznamy skladeb při míchání. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. Může být nezbytné přeskočit některé skladby v předpřipraveném seznamu skladeb nebo přidat několik nových skladeb pro udržení posluchačů při síle. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Někteří diskžokejové sestavují seznamy skladeb, předtím než vystoupí živě, ale jiní upřednostňují jejich tvoření bez rozmýšlení. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Když používáte seznam skladeb během míchání, dávejte vždy obzvláštní pozor na to, jak hudba, kterou hrajete, účinkuje na posluchačstvo. - + Create New Playlist Vytvořit nový seznam skladeb @@ -9370,7 +9450,7 @@ Chcete nyní kvůli souborům s obaly prohledat knihovnu? QObject - + Invalid Neplatný @@ -9476,68 +9556,68 @@ Chcete nyní kvůli souborům s obaly prohledat knihovnu? 14-bit (MSB) - + Main Hlavní - + Booth Kukaň - + Headphones Sluchátka - + Left Bus Levá sběrnice - + Center Bus Střední sběrnice - + Right Bus Pravá sběrnice - + Invalid Bus Neplatná sběrnice - + Deck Přehrávač - + Record/Broadcast Nahrávat/Vysílat - + Vinyl Control Ovládání vinylem - + Microphone Mikrofon - + Auxiliary Pomocný (Aux) - - + + Unknown path type %1 Neznámý typ cesty %1 @@ -9638,6 +9718,8 @@ Pokud nechcete udělit Mixxx přístup, klepněte na Zrušit ve výběru souboru + + Time Čas @@ -9675,6 +9757,7 @@ Pokud nechcete udělit Mixxx přístup, klepněte na Zrušit ve výběru souboru + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9695,6 +9778,8 @@ Pokud nechcete udělit Mixxx přístup, klepněte na Zrušit ve výběru souboru + + Quantize @@ -9710,6 +9795,8 @@ Pokud nechcete udělit Mixxx přístup, klepněte na Zrušit ve výběru souboru + + @@ -10014,7 +10101,7 @@ Vyšší hodnoty vedou k menšímu zeslabení vysokých kmitočtů. - + Gain for Low Filter Zesílení pro filtr hloubek @@ -10071,7 +10158,7 @@ Vyšší hodnoty vedou k menšímu zeslabení vysokých kmitočtů. - + Gain for High Filter Zesílení pro filtr výšek @@ -10091,22 +10178,22 @@ Vyšší hodnoty vedou k menšímu zeslabení vysokých kmitočtů. - + Graphic Equalizer Obrazový ekvalizér - + Graphic EQ Obrazový EQ - + An 8-band graphic equalizer based on biquad filters Osmipásový obrazový ekvalizér založený na filtrech čtvrtého stupně - + Gain for Band Filter %1 Zesílení pro pásmový filtr %1 @@ -10191,8 +10278,8 @@ Vyšší hodnoty vedou k menšímu zeslabení vysokých kmitočtů. - - + + Range Rozsah @@ -10222,42 +10309,42 @@ Vyšší hodnoty vedou k menšímu zeslabení vysokých kmitočtů.%1:%2 - + Ctrl+t Ctrl+T - + Ctrl+y Ctrl+Y - + Ctrl+u CTRL+U - + Ctrl+i Ctrl+I - + Ctrl+o Ctrl+O - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10277,17 +10364,17 @@ Vyšší hodnoty vedou k menšímu zeslabení vysokých kmitočtů.Odpojovač Besselova filtru osmého řádu s mícháním Lipshitzovým a Vanderkooyovým (dokonalá bitová jednota, zdůraznění kmitočtů od -48 db/oktáva). - + LinkwitzRiley8 Isolator Odpojovač LinkwitzRiley8 - + LR8 ISO ISO LR8 - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Odpojovač Linkwitz-Rileyova filtru osmého řádu (vylepšený filtr rozdělovače, stálý fázový posun, zdůraznění kmitočtů od -48 db/Oct). @@ -10704,18 +10791,18 @@ Fully right: end of the effect period - + encoder failure selhání kodéru - + Failed to apply the selected settings. Nepodařilo se použít vybraná nastavení. - + Deck %1 Přehrávač %1 @@ -10755,53 +10842,53 @@ Fully right: end of the effect period Některé cesty souborů v seznamu skladeb mají zvláštní znaky. Tyto cesty souborů budou kódovány jako absolutní cesty URL. Zvolte prosím formát m3u8 pro lepší a bezeztrátové uložení. - - + + Pitch Shift Posouvání výšky tónu - + Raises or lowers the original pitch of a sound. Zvýší nebo sníží původní výšku tónu zvuku. - - + + Pitch Výška tónu - + The pitch shift applied to the sound. Použité posouvání výšku tónu zvuku. - + The range of the Pitch knob (0 - 2 octaves). Rozsah knoflíku výšky tónu (0 - 2 oktávy). - - + + Semitones Půltóny - + Change the pitch in semitone steps instead of continuously. Změnit výšku tónu v půltónových krocích místo plynule. - - + + Formant Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Zachovat zvučné kmitočty (formanty) lidského hlasového traktu a dalších nástrojů. @@ -10850,10 +10937,31 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasyMíra zesílení použitého na zvukový signál. Ve vyšších úrovních bude zvuk více zkreslený. - + Passthrough Propustit skrz + + + + Glitch + Závada + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Pravidelně vzorkuje a opakuje malou část zvuku, aby se vytvořil rušivý kovový zvuk. + + + + Round the Time parameter to the nearest 1/8 beat. + Zaokrouhlit parametr času na nejbližší 1/8 doby. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Když je povolen parametr kvantizace, dělit zaokrouhlené osminové doby parametru času třemi. + (empty) @@ -11022,7 +11130,7 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasyRhythmboxFeature - + Rhythmbox Rhythmbox @@ -11068,34 +11176,34 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasy SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Přečte následující z adresáře hudby Serato a vyměnitelných zařízení: - + Tracks Skladby - + Crates Přepravky - + Check for Serato databases (refresh) Zkontrolovat databáze Serato (obnovit) - + (loading) Serato (nahrává se) Serato @@ -11103,64 +11211,64 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasy SetlogFeature - + Join with previous (below) Spojit s předchozím (níže) - + Mark all tracks played Označit všechny skladby jako přehrané - + Finish current and start new Dokončit nynější a začít nový - + Lock all child playlists Uzamknout všechny podřízené seznamy skladeb - + Unlock all child playlists Odemknout všechny podřízené seznamy skladeb - + Delete all unlocked child playlists Smazat všechny odemčené podřízené seznamy skladeb - + History Historie - + Unlock Odemknout - + Lock Zamknout - - + + Confirm Deletion Potvrdit smazání - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Opravdu chcete smazat všechny odemčené seznamy skladeb z <b>%1</b>?<br><br> - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Mazání %1 seznamů skladeb z <b>%2</b>.<br><br> @@ -11169,194 +11277,194 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasy ShoutConnection - - + + Mixxx encountered a problem Mixxx narazil na problém - + Could not allocate shout_t Nepodařilo se přidělit shout_t - + Could not allocate shout_metadata_t Nepodařilo se přidělit shout_metadata_t - + Error setting non-blocking mode: Chyba při nastavování neblokujícího režimu: - + Error setting tls mode: Chyba při nastavování režimu TLS: - + Error setting hostname! Chyba při nastavování jména hostitele! - + Error setting port! Chyba při nastavování přípojky (port)! - + Error setting password! Chyba při nastavování hesla! - + Error setting mount! Chyba při nastavování bodu připojení! - + Error setting username! Chyba při nastavování uživatelského jména! - + Error setting stream name! Chyba při nastavování názvu proudu! - + Error setting stream description! Chyba při nastavování popisu proudu! - + Error setting stream genre! Chyba při nastavování žánru proudu! - + Error setting stream url! Chyba při nastavování adresy (URL) proudu! - + Error setting stream IRC! Chyba při nastavování IRC proudu! - + Error setting stream AIM! Chyba při nastavování AIM proudu! - + Error setting stream ICQ! Chyba při nastavování ICQ proudu! - + Error setting stream public! Chyba při nastavování jako veřejného proudu! - + Unknown stream encoding format! Neznámý formát kódování proudu! - + Use a libshout version with %1 enabled Použít verzi libshout s %1 povoleným - + Error setting stream encoding format! Chyba nastavení formátu kódování proudu! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Vysílání na 96 kHz s Ogg Vorbis není nyní podporováno. Zkuste jiný vzorkovací kmitočet, nebo přepněte do jiného kódování. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. Podívejte se na https://github.com/mixxxdj/mixxx/issues/5701 pro více informací. - + Unsupported sample rate Nepodporovaný vzorkovací kmitočet - + Error setting bitrate Chyba při nastavování datového toku - + Error: unknown server protocol! Chyba: Neznámý serverový protokol! - + Error: Shoutcast only supports MP3 and AAC encoders Chyba: Shoutcast podporuje pouze kodéry MP3 a AAC - + Error setting protocol! Chyba při nastavování protokolu! - + Network cache overflow Přetečení vyrovnávací paměti sítě - + Connection error Chyba spojení - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Jedno z připojení živého vysílání vrátilo tuto chybu: <br><b>Chyba s připojením '%1':</b><br> - + Connection message Zpráva o spojení - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Zpráva připojení živého vysílání'%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Ztraceno spojení s vysílacím serverem a %1 pokus o opětovné připojení se nezdařil - + Lost connection to streaming server. Ztraceno spojení s vysílacím serverem. - + Please check your connection to the Internet. Zkontrolujte, prosím, vaše připojení k internetu. - + Can't connect to streaming server Nelze vytvořit spojení s vysílacím serverem - + Please check your connection to the Internet and verify that your username and password are correct. Zkontrolujte, prosím, vaše připojení k internetu a ověřte, jestli je správně zadáno uživatelské jméno a heslo. @@ -11372,23 +11480,23 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasy SoundManager - - + + a device zařízení - + An unknown error occurred Došlo k neznámé chybě - + Two outputs cannot share channels on "%1" Dva výstupy nemohou sdílet kanály na "%1" - + Error opening "%1" Chyba při otevírání "%1" @@ -11740,7 +11848,7 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasy - + Cover Art Obrázek obalu @@ -12192,52 +12300,42 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasyZruší vysunutí, když není načtena žádná skladba, tj. znovu načte skladbu, která byla vysunuta jako poslední (z libovolného přehrávače). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Vybráno smazání rychlého klíče. - + Track Comment Komentář skladby - + Displays the comment tag of the loaded track. Ukáže značku komentáře nahrané skladby. - + Opens separate artwork viewer. Otevře samostatný prohlížeč obalů. - + Effect Chain Preset Settings Nastavení přednastavení řetězce efektu - + Show the effect chain settings menu for this unit. Zobrazit nabídku nastavení řetězce efektu pro tuto jednotku. - + Select and configure a hardware device for this input Vybrat a nakonfigurovat hardware zařízení pro tento vstup - + Recording Duration Doba trvání nahrávání @@ -12431,444 +12529,445 @@ Nápověda: vyvažuje „čipmánčí“ nebo „vrčící“ hlasyPodržením nebo krátkým klepnutím zablokujete tento vstup smícháním s hlavním výstupem. - + Displays the duration of the running recording. Ukáže dobu trvání běžícího nahrávání. - + Auto DJ is active Auto DJ je zapnutý - + Hot Cue - Track will seek to nearest previous hotcue point. Rychlá značka - Skladba bude hledat k nejbližšímu bodu předchozí rychlé značky - + Sets the track Loop-In Marker to the current play position. Nastaví značku začátku smyčky skladby na nynější polohu přehrávání. - + Press and hold to move Loop-In Marker. Stisknout a podržet pro přesunutí značky začátku smyčky. - + Jump to Loop-In Marker. Skočit na značku začátku smyčky. - + Sets the track Loop-Out Marker to the current play position. Nastaví značku konce smyčky skladby na nynější polohu přehrávání. - + Press and hold to move Loop-Out Marker. Stisknout a podržet pro přesunutí značky konce smyčky. - + Jump to Loop-Out Marker. Skočit na značku konce smyčky. - + Beatloop Size Velikost smyčkování dob - + Select the size of the loop in beats to set with the Beatloop button. Vybrat velikost smyčky v dobách pro nastavení pomocí tlačítka pro smyčkování dob. - + Changing this resizes the loop if the loop already matches this size. Pokud změníte, změní se velikost smyčky, pokud smyčka již odpovídá této velikosti. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Zmenšete velikost stávajícího smyčkování dob na polovinu nebo zmenšete velikost další sady smyčkování dob na polovinu pomocí tlačítka pro smyčkování dob. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Zdvojnásobte velikost stávajícího smyčkování dob nebo zdvojnásobte velikost další sady smyčkování dob pomocí tlačítka pro smyčkování dob. - + Start a loop over the set number of beats. Začít smyčku nad stanoveným počtem dob. - + Temporarily enable a rolling loop over the set number of beats. Povolit přechodně běžící smyčku nad stanoveným počtem dob. - + Beatjump/Loop Move Size Velikost skoku o daný počet dob/posunu smyčky - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Zvolit počet dob, o které se má skočit, nebo posunout smyčku pomocí tlačítek pro skoku o daný počet dob vpřed/skok na dobu vzad. - + Beatjump Forward Skok o daný počet dob vpřed - + Jump forward by the set number of beats. Skočit dopředu o stanovený počet dob. - + Move the loop forward by the set number of beats. Posunout smyčku dopředu o stanovený počet dob. - + Jump forward by 1 beat. Skočit o 1 dobu dopředu. - + Move the loop forward by 1 beat. Posunout smyčku o 1 dobu dopředu. - + Beatjump Backward Skok o daný počet dob vzad - + Jump backward by the set number of beats. Skočit dozadu o stanovený počet dob. - + Move the loop backward by the set number of beats. Posunout smyčku dozadu o stanovený počet dob. - + Jump backward by 1 beat. Skočit o 1 dobu dozadu. - + Move the loop backward by 1 beat. Posunout smyčku o 1 dobu dozadu. - + Reloop Smyčkovat znovu - + If the loop is ahead of the current position, looping will start when the loop is reached. Pokud je smyčka před nynější polohou, smyčkování začne při dosažení smyčky. - + Works only if Loop-In and Loop-Out Marker are set. Pracuje, jen když jsou nastaveny značky začátku a konce smyčky. - + Enable loop, jump to Loop-In Marker, and stop playback. Povolit smyčku, skok na značku začátku smyčky a zastavení přehrávání. - + Displays the elapsed and/or remaining time of the track loaded. Ukáže uplynulý a/nebo zbývající čas nahrané skladby. - + Click to toggle between time elapsed/remaining time/both. Klepněte pro přepnutí mezi uplynulým/zbývajícím časem/oběma. - + Hint: Change the time format in Preferences -> Decks. Rada: Změňte časový formát v Nastavení → Přehrávače. - + Show/hide intro & outro markers and associated buttons. Ukázat/Skrýt značky úvodu a závěru a přidružená tlačítka. - + Intro Start Marker Značka začátku úvofu - - - - + + + + If marker is set, jumps to the marker. Pokud je bod značky nastaven, skočí na značku. - - - - + + + + If marker is not set, sets the marker to the current play position. Pokud bod značky stanoven není, nastaví bod značky v nynější poloze přehrávání. - - - - + + + + If marker is set, clears the marker. Pokud je bod značky nastaven, vymaže značku. - + Intro End Marker Značka konce úvodu - + Outro Start Marker Značka začátku závěru - + Outro End Marker Značka konce závěru - + Mix Míchat - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Upravit smíchání nezpracovaného (vstupního) signálu se zpracovaným (výstupním) signálem efektové jednotky - + D/W mode: Crossfade between dry and wet Režim D/W: Prolínání mezi nezpracovaným a zpracovaným - + D+W mode: Add wet to dry Režim D+W: Přidat nezpracovaný a zpracovaný - + Mix Mode Režim míchání - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Upravit, jak je nezpracovaný (vstupní) signál smíchán se zpracovaným (výstupním) signálem efektové jednotky - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Režim Na zkoušku/naostro (křížené čáry): Knoflík Mix mezi nezpracovaným a zpracovaným Použijte toto ke změně zvuku stopy pomocí EQ a filtrových efektů. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Režim Na zkoušku/naostro (ploché nezpracované čáry): Knoflík Mix přidá zpracovaný do nezpracovaného Použijte toto ke změně efektového (zpracovaného) signálu pomocí EQ a filtrových efektů. - + Route the main mix through this effect unit. Vést hlavní míchání skrze tuto efektovou jednotku. - + Route the left crossfader bus through this effect unit. Vést sběrnici levého prolínače skrze tuto efektovou jednotku. - + Route the right crossfader bus through this effect unit. Vést sběrnici pravého prolínače skrze tuto efektovou jednotku. - + Right side active: parameter moves with right half of Meta Knob turn Pravá strana činná: parametr se pohybuje pomocí pravé poloviny otočení otočného řízení. - + Skin Settings Menu Nabídka nastavení vzhledu - + Show/hide skin settings menu Ukázat/Skrýt nabídku pro nastavení vzhledu - + Save Sampler Bank Uložit banku vzorkovače - + Save the collection of samples loaded in the samplers. Uložit sbírku vzorků nahranou do vzorkovačů. - + Load Sampler Bank Nahrát banku vzorkovače - + Load a previously saved collection of samples into the samplers. Nahrát předtím uloženou sbírku vzorků do vzorkovačů. - + Show Effect Parameters Ukázat parametry efektů - + Enable Effect Povolit efekt - + Meta Knob Link Spojení metaknoflíku - + Set how this parameter is linked to the effect's Meta Knob. Nastavit, jak je tento parametr spojen s metaknoflíkem efektu. - + Meta Knob Link Inversion Obrácení spojení metaknoflíku - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Obrátí směr, kterým se tento parametr pohybuje, když se točí metaknoflíkem efektu. - + Super Knob Superknoflík - + Next Chain Další řetězec - + Previous Chain Předchozí řetězec - + Next/Previous Chain Další/Předchozí řetězec - + Clear Smazat - + Clear the current effect. Vyprázdnit nynější efekt. - + Toggle Přepnout - + Toggle the current effect. Přepnout nynější efekt. - + Next Další - + Clear Unit Vyprázdnit jednotku - + Clear effect unit. Vyprázdnit efektovou jednotku. - + Show/hide parameters for effects in this unit. Ukázat/Skrýt parametry pro efekty v této jednotce. - + Toggle Unit Přepnout jednotku - + Enable or disable this whole effect unit. Zapnout nebo vypnout celou tuto efektovou jednotku. - + Controls the Meta Knob of all effects in this unit together. Ovládá otočné řízení všech efektů v této jednotce společně. - + Load next effect chain preset into this effect unit. Nahrát další přednastavení efektového řetězce do této efektové jednotky. - + Load previous effect chain preset into this effect unit. Nahrát předchozí přednastavení efektového řetězce do této efektové jednotky. - + Load next or previous effect chain preset into this effect unit. Nahrát další nebo předchozí přednastavení efektového řetězce do této efektové jednotky. + @@ -12877,169 +12976,168 @@ Použijte toto ke změně efektového (zpracovaného) signálu pomocí EQ a filt - Assign Effect Unit Přiřadit efektovou jednotku - + Assign this effect unit to the channel output. Přiřadit tuto efektovou jednotku výstupu kanálu. - + Route the headphone channel through this effect unit. Vést kanál sluchátek skrze tuto efektovou jednotku. - + Route this deck through the indicated effect unit. Vést tento přehrávač skrze označenou efektovou jednotku. - + Route this sampler through the indicated effect unit. Vést tento vzorkovač skrze označenou efektovou jednotku. - + Route this microphone through the indicated effect unit. Vést tento mikrofon skrze označenou efektovou jednotku. - + Route this auxiliary input through the indicated effect unit. Vést tento pomocný vstup skrze označenou efektovou jednotku. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Efektová jednotka také musí být přiřazena přehrávači nebo jinému zdroji zvuku, aby byl efekt slyšitelný. - + Switch to the next effect. Přepnout na další efekt. - + Previous Předchozí - + Switch to the previous effect. Přepnout na předchozí efekt. - + Next or Previous Další nebo předchozí - + Switch to either the next or previous effect. Přepnout na další nebo předchozí efekt. - + Meta Knob Metaknoflík - + Controls linked parameters of this effect Řídí spojené parametry tohoto efektu. - + Effect Focus Button Tlačítko pro zaměření efektu - + Focuses this effect. Zaměří tento efekt. - + Unfocuses this effect. Zruší zaměření efektu. - + Refer to the web page on the Mixxx wiki for your controller for more information. Podrobnější informace k ovladači najdete na internetové stránce Mixxxu (wikipedie). - + Effect Parameter Parametr efektu - + Adjusts a parameter of the effect. Upraví parametr efektu. - + Inactive: parameter not linked Nečinné: parametr není spojen - + Active: parameter moves with Meta Knob Činné: parametr se pohybuje pomocí otočného řízení - + Left side active: parameter moves with left half of Meta Knob turn Levá strana činná: parametr se pohybuje po polovině otočení otočného řízení vlevo - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Levá a pravá strana činná: parametr se pohybuje v celé šířce pásma pomocí jedné poloviny otočení otočného řízení a zpět pomocí druhé - - + + Equalizer Parameter Kill Potlačení parametru ekvalizéru - - + + Holds the gain of the EQ to zero while active. Když je zapnuto, drží zesílení ekvalizéru na nule. - + Quick Effect Super Knob Superknoflík pro rychlý efekt - + Quick Effect Super Knob (control linked effect parameters). Superknoflík (řízení propojených parametrů efektů). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Rada: Změňte výchozí režim rychlého efektu v Nastavení → Ekvalizéry. - + Equalizer Parameter Parametr ekvalizéru - + Adjusts the gain of the EQ filter. Upraví zesílení filtru ekvalizéru. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Rada: Změňte výchozí režim ekvalizéru v Nastavení → Ekvalizéry. @@ -13138,47 +13236,47 @@ Použijte toto ke změně efektového (zpracovaného) signálu pomocí EQ a filt Sníží výšku tónu o jeden půltón. - + Enable Vinyl Control Povolit ovládání vinylem - + When disabled, the track is controlled by Mixxx playback controls. Když je zakázáno, skladba je ovládána přehrávacími ovládacími prvky Mixxxu. - + When enabled, the track responds to external vinyl control. Když je povoleno, skladba odpovídá na vnější ovládání vinylovou gramodeskou. - + Enable Passthrough Povolit předání dál - + Indicates that the audio buffer is too small to do all audio processing. Ukazuje, že vyrovnávací paměť je na zpracování všeho zvukového signálu příliš malá. - + Displays cover artwork of the loaded track. Ukáže obrázek obalu nahrané skladby. - + Displays options for editing cover artwork. Ukáže volby pro upravování obrázků obalů. - + Star Rating Hodnocení hvězdičkami - + Assign ratings to individual tracks by clicking the stars. Přiřaďte hodnocení jednotlivým skladbám klepnutím na hvězdičky. @@ -13446,123 +13544,123 @@ Použijte toto ke změně efektového (zpracovaného) signálu pomocí EQ a filt Změní výšku tónu dodatečně ke změně výšky tónu regulátoru rychlosti. - + Opens a menu to clear hotcues or edit their labels and colors. Otevře nabídku pro vyprázdnění rychlých značek nebo upravení jejich štítků a barev. - + Record Mix Nahrát míchání - + Toggle mix recording. Přepnout nahrávání míchání. - + Enable Live Broadcasting Povolit živé vysílání - + Stream your mix over the Internet. Vysílejte svoje míchání přes internet. - + Provides visual feedback for Live Broadcasting status: Poskytuje viditelou zpětnou vazbu pro stav živého přenosu: - + disabled, connecting, connected, failure. vypnuto, spojuje se, spojeno, selhalo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Když je zapnuto, mechanika přímo přehrává přícházející zvukový signál na vstupu vinylové gramodesky. - + Blue for passthrough enabled. Zelená (modrá), když je zapnuto předání dál. - + Playback will resume where the track would have been if it had not entered the loop. Přehrávání bude pokračovat tam, kde by skladba byla, pokud by nebyla přehrávána ve smyčce. - + Loop Exit Ukončit smyčku - + Turns the current loop off. Vypne nynější smyčku. - + Slip Mode Režim klouzání - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Když je zapnuto, přehrávání pokračuje během smyčky, obráceného přehrávání (zpětného chodu), vytváření zvuků ručním otáčením gramofonové desky atd. ztlumeno na pozadí. - + Once disabled, the audible playback will resume where the track would have been. Jakmile je zakázáno, slyšitelné přehrávání pokračuje tam, kde by skladba byla. - + Track Key The musical key of a track Tónina skladby - + Displays the musical key of the loaded track. Ukáže tóninu nahrané skladby. - + Clock Hodiny - + Displays the current time. Zobrazí aktuální čas. - + Audio Latency Usage Meter Měřič užití prodlevy zvuku - + Displays the fraction of latency used for audio processing. Ukáže kousek prodlevy používaný pro zpracování zvuku. - + A high value indicates that audible glitches are likely. Vysoká hodnota znamená, že jsou pravděpodobné slyšitelné poruchy. - + Do not enable keylock, effects or additional decks in this situation. Za této situace nepovolujte uzamčení tóniny, efekty nebo dodatečné přehrávače. - + Audio Latency Overload Indicator Ukazatel přetížení prodlevy zvuku @@ -13684,97 +13782,97 @@ Použijte toto ke změně efektového (zpracovaného) signálu pomocí EQ a filt Pokud je stanoven bod rychlé značky, skočí na rychlou značku. - + If hotcue is not set, sets the hotcue to the current play position. Pokud bod rychlé značky stanoven není, nastaví bod rychlé značky v nynější poloze přehrávání. - + Vinyl Control Mode Režim ovládání vinylovou gramodeskou - + Absolute mode - track position equals needle position and speed. Absolutní režim - poloha ve skladbě odpovídá poloze a rychlosti snímací jehly. - + Relative mode - track speed equals needle speed regardless of needle position. Relativní režim – rychlost skladby odpovídá rychlosti jehly bez ohledu na polohu snímací jehly. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Stálý režim - rychlost skladby odpovídá poslední známé stálé rychlosti jehly bez ohledu na vstup snímací jehly. - + Vinyl Status Stav vinylové gramodesky - + Provides visual feedback for vinyl control status: Poskytuje viditelou zpětnou vazbu pro stav ovládání vinylovou gramodeskou: - + Green for control enabled. Zelená, když je zapnuto ovládání. - + Blinking yellow for when the needle reaches the end of the record. Blikající žlutá, když snímací jehla dosáhne konce (gramofonové) desky. - + Loop-In Marker Značka začátku smyčky - + Loop-Out Marker Značka konce smyčky - + Loop Halve Zkrácení smyčky na polovinu - + Halves the current loop's length by moving the end marker. Zkrátí délku nynější smyčky na polovinu posunutím značky konce. - + Deck immediately loops if past the new endpoint. Přehrávač začne okamžitě smyčkovat, jestliže je za novým bodem konce. - + Loop Double Zdvojení smyčky - + Doubles the current loop's length by moving the end marker. Zdvojí délku nynější smyčky na polovinu posunutím značky konce. - + Beatloop Smyčkování dob - + Toggles the current loop on or off. Zapne/Vypne nynější smyčku. - + Works only if Loop-In and Loop-Out marker are set. Pracuje, jen když jsou nastaveny značky začátku a konce smyčky. @@ -13784,82 +13882,82 @@ Použijte toto ke změně efektového (zpracovaného) signálu pomocí EQ a filt Rada: Změňte výchozí režim značky v Nastavení → Rozhraní. - + Vinyl Cueing Mode Režim značení vinylem - + Determines how cue points are treated in vinyl control Relative mode: Určuje, jak se zachází s body značek v relativním režimu ovládání vinylovou gramodeskou: - + Off - Cue points ignored. Vypnuto - Body značek se přehlíží. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Jedna značka - Skladba skočí na tento bod značky, když je snímací jehla položena za bod značky. - + Track Time Čas skladby - + Track Duration Doba trvání skladby - + Displays the duration of the loaded track. Ukáže délku nahrané skladby. - + Information is loaded from the track's metadata tags. Údaje jsou nahrány z popisných dat skladby. - + Track Artist Umělec skladby - + Displays the artist of the loaded track. Ukáže umělce nahrané skladby. - + Track Title Název skladby - + Displays the title of the loaded track. Ukáže název nahrané skladby. - + Track Album Album - + Displays the album name of the loaded track. Ukáže název alba nahrané skladby. - + Track Artist/Title Umělec/Skladba - + Displays the artist and title of the loaded track. Ukáže umělce a název nahrané skladby. @@ -13867,12 +13965,12 @@ Použijte toto ke změně efektového (zpracovaného) signálu pomocí EQ a filt TrackCollection - + Hiding tracks Skrytí skladeb - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Vybrané skladby jsou v následujících seznamech skladeb: %1 Jejich skrytí je odstraní z těchto seznamů skladeb. Pokračovat? @@ -14128,22 +14226,22 @@ Tento krok nelze vrátit zpět! WEffectChainPresetButton - + Update Preset Aktualizovat přednastavení - + Rename Preset - + Save As New Preset... Uložit jako nové přednastavení... - + Save snapshot Uložit snímek obrazovky @@ -14165,7 +14263,7 @@ Tento krok nelze vrátit zpět! WEffectParameterNameBase - + No effect loaded. Nenahrán žádný efekt. @@ -14189,452 +14287,452 @@ Tento krok nelze vrátit zpět! WMainMenuBar - + &File &Soubor - + Load Track to Deck &%1 Nahrát skladbu do přehrávače &%1 - + Loads a track in deck %1 Nahraje skladbu do přehrávače %1 - + Open Otevřít - + &Exit &Ukončit - + Quits Mixxx Ukončí Mixxx - + Ctrl+q Ctrl+Q - + &Library &Knihovna - + &Rescan Library Prohledat knihovnu &znovu - + Rescans library folders for changes to tracks. Prohledá znovu složky s knihovnou kvůli změnám skladeb. - + Ctrl+Shift+L Ctrl+Shift+L - + E&xport Library to Engine Prime U&ložit knihovnu do prvotního stroje - + Export the library to the Engine Prime format Uložit knihovnu do formátu prvotního stroje - + Create &New Playlist Vytvořit &nový seznam skladeb - + Create a new playlist Vytvořit nový seznam skladeb - + Ctrl+n Ctrl+N - + Create New &Crate Vytvořit novou &přepravku - + Create a new crate Vytvořit novou přepravku - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Zobrazení - + May not be supported on all skins. Nebude pravděpodobně podporován všemi vzhledy. - + Show Skin Settings Menu Ukázat nabídku nastavení vzhledu - + Show the Skin Settings Menu of the currently selected Skin Ukázat nabídku nastavení vzhledu nyní vybraného vzhledu - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Ukázat mikrofony - + Show the microphone section of the Mixxx interface. Ukázat oblast s mikrofonem rozhraní Mixxxu. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Ukázat ovládání vinylem - + Show the vinyl control section of the Mixxx interface. Ukázat oblast ovládání vinylovou gramodeskou v rozhraní Mixxxu. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Ukázat přehrávač náhledu - + Show the preview deck in the Mixxx interface. Ukázat oblast s přehrávač náhledu v rozhraní Mixxxu. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Ukázat obal - + Show cover art in the Mixxx interface. Ukázat obal v rozhraní Mixxxu. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Zvětšit okno knihovny - + Maximize the track library to take up all the available screen space. Zvětšit knihovnu skladeb tak, aby zabírala veškerý na obrazovce dostupný prostor. - + Space Menubar|View|Maximize Library Mezerník - + &Full Screen Na &celou obrazovku - + Display Mixxx using the full screen Zobrazit Mixxx v režimu celé obrazovky - + &Options &Volby - + &Vinyl Control Ovládání &vinylem - + Use timecoded vinyls on external turntables to control Mixxx Použít vinylové gramodesky s časovým kódem k ovládání programu Mixxx vnějšími přehrávači (gramofony) - + Enable Vinyl Control &%1 Povolit ovládání vinylem &%1 - + &Record Mix Nah&rát míchání - + Record your mix to a file Nahrát míchání do souboru - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting &Povolit živé vysílání - + Stream your mixes to a shoutcast or icecast server Vysílat vaše míchání na server shoutcast nebo icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Povolit &klávesové zkratky - + Toggles keyboard shortcuts on or off Zapnout/Vypnout klávesové zkratky - + Ctrl+` Ctrl+` - + &Preferences &Nastavení - + Change Mixxx settings (e.g. playback, MIDI, controls) Změnit nastavení Mixxxu (např. přehrávání, MIDI, ovládací prvky) - + &Developer &Vývojář - + &Reload Skin Nahrát vzhled &znovu - + Reload the skin Nahrát vzhled znovu - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Vývojářské &nástroje - + Opens the developer tools dialog Otevře dialog vývojářských nástrojů - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Statistiky: &Pokusný kýbl - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Zapne pokusný režim. Sbírá statistiky do POKUSNÉHO sledovacího kýblu. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Statistiky: &Základní kýbl - + Enables base mode. Collects stats in the BASE tracking bucket. Zapne základní režim. Sbírá statistiky do ZÁKLADNÍHO sledovacího kýblu. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled &Ladění povoleno - + Enables the debugger during skin parsing Zapne ladiče během zpracování vzhledu - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Nápověda - + Show Keywheel menu title Zobrazit kolo klíčů - + Show keywheel tooltip text Zobrazit kolo klíčů - + F12 Menubar|View|Show Keywheel F12 - + &Community Support Podpora &společenství - + Get help with Mixxx Dostat nápovědu k Mixxxu - + &User Manual &Uživatelská příručka - + Read the Mixxx user manual. Číst uživatelskou příručku k Mixxxu. - + &Keyboard Shortcuts &Klávesové zkratky - + Speed up your workflow with keyboard shortcuts. Zrychlit pracovní postup s klávesovými zkratkami - + &Settings directory &Nastavení adresáře - + Open the Mixxx user settings directory. Otevřít adresář uživatelských nastavení Mixxx. - + &Translate This Application &Překlad - + Help translate this application into your language. Pomozte přeložit tento program do svého jazyka. - + &About O &programu - + About the application O tomto programu @@ -14863,564 +14961,564 @@ Tento krok nelze vrátit zpět! WTrackMenu - + Load to Nahrát do - + Deck Přehrávač - + Sampler Vzorkovač - + Add to Playlist Přidat do seznamu skladeb - + Crates Přepravky - + Metadata Popisná data - + Update external collections Aktualizovat vnější sbírky - + Cover Art Obrázek obalu - + Adjust BPM Upravit MM - + Select Color Vybrat barvu - + Reset Reset metadata in right click track context menu in library Obnovit výchozí - - + + Analyze Analýza - - + + Delete Track Files Smazat soubory skladeb - + Add to Auto DJ Queue (bottom) Přidat do řady automatického diskžokeje (dolů) - + Add to Auto DJ Queue (top) Přidat do řady automatického diskžokeje (nahoru) - + Add to Auto DJ Queue (replace) Přidat do řady skladeb automatického diskžokeje (nahradit) - + Preview Deck Náhled přehrávače - + Remove Odstranit - + Remove from Playlist Odstranit ze seznamu skladeb - + Remove from Crate Odstranit z přepravky - + Hide from Library Skrýt z knihovny - + Unhide from Library Ukázat v knihovně - + Purge from Library Odstranit z knihovny - + Move Track File(s) to Trash Přesunout soubory skladeb do koše - + Delete Files from Disk Smazat soubory z disku - + Properties Vlastnosti - + Open in File Browser Otevřít v prohlížeči souborů - + Select in Library Vybrat v knihovně - + Import From File Tags Nahrát ze značek souboru - + Import From MusicBrainz Nahrát z MusicBrainz - + Export To File Tags Uložit do značek souboru - + BPM and Beatgrid MM a rytmická mřížka - + Play Count Počet přehrání - + Rating Hodnocení - + Cue Point Nastavit bod označení - + Hotcues Rychlé značky - + Intro Otevírající skladba - + Outro Uzavírající skladba - + Key Tónina - + ReplayGain Vyrovnání hlasitosti - + Waveform Průběhová křivka - + Comment Poznámka - + All Vše - + Lock BPM Zamknout MM - + Unlock BPM Odemknout MM - + Double BPM Zdvojit MM - + Halve BPM Snížit MM na polovinu - + 2/3 BPM 2/3 MM - + 3/4 BPM 3/4 MM - + 4/3 BPM 4/3 MM - + 3/2 BPM 3/2 MM - + Reset BPM Obnovit výchozí MM - + Reanalyze Znovu analyzovat - + Reanalyze (constant BPM) Znovu analyzovat (konstantu BPM) - + Reanalyze (variable BPM) Znovu analyzovat (proměnnou BPM) - + Update ReplayGain from Deck Gain Aktualizovat vyrovnávání hlasitosti ze zesílení přehrávače - + Deck %1 Přehrávač %1 - + Importing metadata of %n track(s) from file tags Zavádí se popisná data %n skladby ze značek souborůZavádí se popisná data %n skladeb ze značek souborůZavádí se popisná data %n skladeb ze značek souborůZavádí se popisná data %n skladeb ze značek souborů - + Marking metadata of %n track(s) to be exported into file tags Označují se popisná data %n skladby k uložení k exportu do značek souborůOznačují se popisná data %n skladeb k uložení do značek souborůOznačují se popisná data %n skladeb k uložení do značek souborůOznačují se popisná data %n skladeb k uložení do značek souborů - - + + Create New Playlist Vytvořit nový seznam skladeb - + Enter name for new playlist: Zadat název pro nový seznam skladeb: - + New Playlist Nový seznam skladeb - - - + + + Playlist Creation Failed Seznam skladeb se nepodařilo vytvořit - + A playlist by that name already exists. Seznam skladeb s tímto názvem již existuje. - + A playlist cannot have a blank name. Seznam skladeb musí mít název. - + An unknown error occurred while creating playlist: Při vytváření seznamu skladeb došlo k neznámé chybě: - + Add to New Crate Přidat do nové přepravky - + Scaling BPM of %n track(s) Změna velikosti BPM %n skladbyZměna velikosti BPM %n skladebZměna velikosti BPM %n skladebZměna velikosti MM %n skladeb - + Locking BPM of %n track(s) Zamknout BPM %n skladbyZamknout BPM %n skladebZamknout BPM %n skladebZamknout MM %n skladeb - + Unlocking BPM of %n track(s) Odemknout BPM %n skladbyOdemknout BPM %n skladebOdemknout BPM %n skladebOdemknout MM %n skladeb - + Setting color of %n track(s) Nastavení barvy %n skladbyNastavení barvy %n skladebNastavení barvy %n skladebNastavení barvy %n skladeb - + Resetting play count of %n track(s) Vynulování počtu přehrání %n skladbyVynulování počtu přehrání %n skladebVynulování počtu přehrání %n skladebVynulování počtu přehrání %n skladeb - + Resetting beats of %n track(s) Vynulování dob %n skladbyVynulování dob %n skladebVynulování dob %n skladebVynulování dob %n skladeb - + Clearing rating of %n track(s) Vymazat hodnocení %n skladbyVymazat hodnocení %n skladebVymazat hodnocení %n skladebVymazat hodnocení %n skladeb - + Clearing comment of %n track(s) Vymazat komentář %n skladbyVymazat komentář %n skladebVymazat komentář %n skladebVymazat komentář %n skladeb - + Removing main cue from %n track(s) Odstraňování hlavní značky %n skladbyOdstraňování hlavní značky %n skladebOdstraňování hlavní značky %n skladebOdstraňování hlavní značky %n skladeb - + Removing outro cue from %n track(s) Odstraňování značky závěru %n skladbyOdstraňování značky závěru %n skladebOdstraňování značky závěru %n skladebOdstraňování značky závěru %n skladeb - + Removing intro cue from %n track(s) Odstraňování značky úvodu %n skladbyOdstraňování značky úvodu %n skladebOdstraňování značky úvodu %n skladebOdstraňování značky úvodu %n skladeb - + Removing loop cues from %n track(s) Odstraňování značky smyčky %n skladbyOdstraňování značky smyčky %n skladebOdstraňování značky smyčky %n skladebOdstraňování značky smyčky %n skladeb - + Removing hot cues from %n track(s) Odstraňování rychlé značky %n skladbyOdstraňování rychlé značky %n skladebOdstraňování rychlé značky %n skladebOdstraňování rychlé značky %n skladeb - + Resetting keys of %n track(s) Vynulování značek %n skladbyVynulování značek %n skladebVynulování značek %n skladebVynulování značek %n skladeb - + Resetting replay gain of %n track(s) Vynulování vyrovnání hlasitosti %n skladbyVynulování vyrovnání hlasitosti %n skladebVynulování vyrovnání hlasitosti %n skladebVynulování vyrovnání hlasitosti %n skladeb - + Resetting waveform of %n track(s) Vynulování průběhové křivky %n skladbyVynulování průběhové křivky %n skladebVynulování průběhové křivky %n skladebVynulování průběhové křivky %n skladeb - + Resetting all performance metadata of %n track(s) Vynulování všech popisných dat výkonu %n skladbyVynulování všech popisných dat výkonu %n skladebVynulování všech popisných dat výkonu %n skladebVynulování všech popisných dat výkonu %n skladeb - + Permanently delete these files from disk? Odstranit trvale tyto soubory z disku? - - + + This can not be undone! To nelze vrátit zpět! - + Stop the deck and move this track file to the trash bin? Zastavit přehrávač a přesunout tento soubor skladby do koše? - + Stop the deck and permanently delete this track file from disk? Zastavit přehrávač a trvale smazat tyto soubory skladeb z disku? - + Cancel Zrušit - + Delete Files Smazat soubory - + Okay Dobře - + Move Track File(s) to Trash? Přesunout soubory skladeb do koše? - + Track Files Deleted Smazány soubory skladeb - + Track Files Moved To Trash Soubory skladeb přesunuty do koše - + %1 track files were moved to trash and purged from the Mixxx database. %1 souborů skladeb bylo přesunuto do koše a vyčištěno z databáze Mixxxu. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 souborů skladeb bylo smazáno z disku a vyčištěno z databáze Mixxxu. - + Track File Deleted Smazán soubor skladeb - + Track file was deleted from disk and purged from the Mixxx database. %1 soubor skladeb byl smazán z disku a vyčištěn z databáze Mixxxu. - + The following %1 file(s) could not be deleted from disk Následující %1 soubor(y) nemohl(y) být smazán(y) z disku - + This track file could not be deleted from disk Tento soubor skladby nemohl být smazán z disku - + Remaining Track File(s) Zbývající soubor(y) skladeb - + Close Zavřít - + Loops Skoky - + Removing %n track file(s) from disk... Odstraňování %n souborů skladeb z disku... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Poznámka: Jste-li v zobrazení Počítač či Nahrávání, musíte pro zobrazení změn znovu klepnout na nynější zobrazení. - + Track File Moved To Trash Soubor skladby přesunut do koše - + Track file was moved to trash and purged from the Mixxx database. Soubor skladeb byl přesunut do koše a vyčištěn z databáze Mixxxu. - + The following %1 file(s) could not be moved to trash Následující %1 soubor(y) nemohl(y) být přesunut(y) do koše - + This track file could not be moved to trash Tento soubor skladby nemohl být přesunut do koše - + Setting cover art of %n track(s) Nastavení obrázku obalu %n skladbyNastavení obrázku obalu %n skladebNastavení obrázku obalu %n skladebNastavení obrázku obalu %n skladeb - + Reloading cover art of %n track(s) Nahrání obrázku obalu %n skladby znovuNahrání obrázku obalu %n skladeb znovuNahrání obrázku obalu %n skladeb znovuNahrání obrázku obalu %n skladeb znovu @@ -15428,37 +15526,37 @@ Tento krok nelze vrátit zpět! WTrackTableView - + Confirm track hide Potvrdit skrytí skladby - + Are you sure you want to hide the selected tracks? Opravdu chcete skrýt vybrané skladby? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Opravdu chcete odstranit vybrané skladby z řady automatického diskžokeje? - + Are you sure you want to remove the selected tracks from this crate? Opravdu chcete odstranit vybrané skladby z této přepravky? - + Are you sure you want to remove the selected tracks from this playlist? Opravdu chcete odstranit vybrané skladby z tohoto seznamu skladeb? - + Don't ask again during this session Příště se během tohoto sezení nepsat - + Confirm track removal Potvrdit odstranění skladby @@ -15474,7 +15572,7 @@ Tento krok nelze vrátit zpět! WaveformWidgetFactory - + legacy starší @@ -15522,52 +15620,52 @@ Tento krok nelze vrátit zpět! mixxx::CoreServices - + fonts písma - + database databáze - + effects efekty - + audio interface rozhraní zvuku - + decks Přehrávače - + library knihovna - + Choose music library directory Vybrat adresář s hudební knihovnou - + controllers ovladače - + Cannot open database Nelze otevřít databázi - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_da.qm b/res/translations/mixxx_da.qm index fc9745bed7379b3bd83081e190f32ca2ea990728..ac7f7780fc1f6953678dcf6e89f2798481240b13 100644 GIT binary patch delta 3004 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 diff --git a/res/translations/mixxx_da.ts b/res/translations/mixxx_da.ts index 4ff4302040a..892239ff504 100644 --- a/res/translations/mixxx_da.ts +++ b/res/translations/mixxx_da.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Tilføj til Auto DJ-køen (bunden) - + Add to Auto DJ Queue (top) Tilføj til Auto DJ-køen (toppen) - + Add to Auto DJ Queue (replace) Tilføj til Auto DJ-køen (erstat) - - Import Playlist - Importér afspilningsliste + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Afspilningsliste-oprettelsen fejlede - + An unknown error occurred while creating playlist: En ukendt fejl opstod under oprettelsen af afspilningslisten: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Ny afspilningsliste - + Add to Auto DJ Queue (bottom) Tilføj til Auto DJ-køen (bunden) - - + + Create New Playlist Opret ny afspilningsliste - + Add to Auto DJ Queue (top) Tilføj til Auto DJ-køen (toppen) - + Remove Fjern - + Rename Omdøb - + Lock Lås - + Duplicate Dupliker - - + + Import Playlist Importér afspilningsliste - + Export Track Files Eksporter musik fil - + Analyze entire Playlist Analyser hele afspilningslisten - + Enter new name for playlist: Indtast nyt navn til afspilningslisten: - + Duplicate Playlist Kopier afspilningsliste - - + + Enter name for new playlist: Indtast navn til ny afspilningsliste: - - + + Export Playlist Eksportér afspilningsliste - + Add to Auto DJ Queue (replace) Tilføj til Auto DJ-køen (erstat) - + Rename Playlist Omdøb afspilningsliste + - Renaming Playlist Failed Omdøbningen af afspilningslisten fejlede - - - + + + A playlist by that name already exists. En afspillingsliste med samme navn eksisterer allerede. - - - + + + A playlist cannot have a blank name. En afspillingsliste kan ikke have et tomt navn. - + _copy //: Appendix to default name when duplicating a playlist _kopier + - + - - - + + Playlist Creation Failed Afspilningsliste-oprettelsen fejlede - - + + An unknown error occurred while creating playlist: En ukendt fejl opstod under oprettelsen af afspilningslisten: - + Confirm Deletion Bekræft sletning - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U-afspilningsliste (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Kunne ikke læse spor. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Albumkunstner - + Artist Kunstner - + Bitrate Bithastighed - + BPM BPM - + Channels Kanaler - + Color Farve - + Comment Bemærkning - + Composer Komponist - + Cover Art Cover-kunst - + Date Added Dato Tilføjet - + Last Played Sidst Afspillet - + Duration Varighed - + Type Type - + Genre Genre - + Grouping Gruppering - + Key Toneart - + Location Placering - + Preview Forsmag - + Rating Vurdering - + ReplayGain - + Samplerate - + Played Spillede - + Title Titel - + Track # Spor # - + Year År - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed Handlingen fejlede - + Please enable at least one connection to use Live Broadcasting. Mindst en forbindelse skal være aktiv for sende live @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Tilføj til Hurtige Links - + Remove from Quick Links Fjern fra Hurtige Links - + Add to Library Føj til bibliotek - + Quick Links Genveje - - + + Devices Enheder - + Removable Devices Flytbare enheder - - + + Computer Computer - + Music Directory Added Musik-placering tilføjet - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Du har tilføjet et eller flere musik biblioteker. Numrene i disse biblioteker vil ikke være tilgængelige før du har skannet dit bibliotek igen. Vil du skanne biblioteket igen nu ? - + Scan Skan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Komputer" lader dig navigere, kigge, og tilføje filer fra dine mapper på din harddisk og dine eksterne enheder. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx er et open source DJ software. For mere information, se: - + Starts Mixxx in full-screen mode Starter Mixxx i fuldskærmstilstand - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group Gruppe - + Item Emne - + Value Værdi - + Parameter Parameter - + Title Titel - + Description Beskrivelse @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume Sæt til fuld styrke - + Set to zero volume Sluk for lyden @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button Lytteknap til hovedtelefoner - + Mute button Sluk for lyden knap @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Mixretning(f.eks. venstre, højre, midterste) - + Set mix orientation to left Indstil mixretning til venstre - + Set mix orientation to center Indstil mixretning til midt - + Set mix orientation to right Indstil mixretning til højre @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages BPM tap knap - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Flyt loop fremad med %1 slag - + Move loop backward by %1 beats Flyt loop tilbage med %1 slag - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader Lyd fader - + Full Volume Lyd max - + Zero Volume Lyd minimum @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages Lav EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Tilføj til Auto DJ-køen (bunden) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Tilføj til Auto DJ-køen (toppen) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix Optag Mix - + Toggle mix recording - + Effects Effekter - + Quick Effects Hurtige Effekter - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect Hurtig Effekt - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet Tørt/Vådt - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign Tildel - + Clear Ryd - + Clear the current effect Ryd den nuværende effekt - + Toggle Slå til eller fra - + Toggle the current effect - + Next Næste - + Switch to next effect Skift til næste effekt - + Previous Forrige - + Switch to the previous effect Skift til forrige effekt - + Next or Previous Næste eller Forrige - + Switch to either next or previous effect - - + + Parameter Value Parameter Værdi - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Afspilningshastighed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Flyt op - + Equivalent to pressing the UP key on the keyboard Det samme som at trykke PIL OP på tastaturet - + Move down Flyt ned - + Equivalent to pressing the DOWN key on the keyboard Det samme som at trykke PIL NED på tastaturet - + Move up/down Flyt op/ned - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up Rul ip - + Equivalent to pressing the PAGE UP key on the keyboard Det samme som at trykke PAGE UP på tastaturet - + Scroll Down Rul ned - + Equivalent to pressing the PAGE DOWN key on the keyboard Det samme som at trykke PAGE DOWN på tastaturet - + Scroll up/down Rul op/ned - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left Flyt til venstre - + Equivalent to pressing the LEFT key on the keyboard Det samme som at trykke VENSTRE PIL på tastaturet - + Move right Flyt til højre - + Equivalent to pressing the RIGHT key on the keyboard Det samme som at trykke HØJRE PIL på tastaturet - + Move left/right Flyt til venstre/højre - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard Det samme som at trykke TAB på tastaturet - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) Tilføj til Auto DJ-køen (erstat) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off Mikrofon Til/Fra - + Microphone on/off Mikrofon til/fra - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: Og en speciel tak til: - + Past Developers - + Past Contributors - + Official Website Officiel hjemmeside - + Donate Donér @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Om Mixxx - - + + + Unknown Ukendt - + Date: Dato: - + Git Version: Git version: - + + Qt Version: + + + + Platform: Platform: - + Credits - + License Licens @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed Handlingen fejlede - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. Skan - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Aktiv - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Bibliotek - + Interface - + Waveforms - + Mixer Mixer - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Effekter - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Albumskunstner - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Lås - - + + Playlists - + + Shuffle Playlist + + + + Unlock Lås op - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Opret ny afspilningsliste @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Pladespiller 1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Lås op - + Lock Lås - - + + Confirm Deletion Bekræft sletning - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Cover-kunst @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear Ryd - + Clear the current effect. - + Toggle Slå til eller fra - + Toggle the current effect. - + Next Næste - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Forrige - + Switch to the previous effect. - + Next or Previous Næste eller Forrige - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Optag Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art Cover-kunst - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Analyser - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Tilføj til Auto DJ-køen (bunden) - + Add to Auto DJ Queue (top) Tilføj til Auto DJ-køen (toppen) - + Add to Auto DJ Queue (replace) Tilføj til Auto DJ-køen (erstat) - + Preview Deck - + Remove Fjern - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Vurdering - + Cue Point - + Hotcues - + Intro - + Outro - + Key Tast - + ReplayGain - + Waveform - + Comment Bemærkning - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Pladespiller 1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Opret ny afspilningsliste - + Enter name for new playlist: Indtast navn til ny afspilningsliste: - + New Playlist Ny afspilningsliste - - - + + + Playlist Creation Failed Afspilningsliste-oprettelsen fejlede - + A playlist by that name already exists. En afspillingsliste med samme navn eksisterer allerede. - + A playlist cannot have a blank name. En afspillingsliste kan ikke have et tomt navn. - + An unknown error occurred while creating playlist: En ukendt fejl opstod under oprettelsen af afspilningslisten: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Luk - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_de.qm b/res/translations/mixxx_de.qm index 7aa45940840c65d6e7f06c72baa016a54a146992..c33c0b34f54ab50b55033c0cba16ee7f83d5df5f 100644 GIT binary patch delta 24985 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 C1{)Os delta 23802 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Zur Auto-DJ Warteschlange hinzufügen (Ende) - + Add to Auto DJ Queue (top) Zur Auto-DJ Warteschlange hinzufügen (Anfang) - + Add to Auto DJ Queue (replace) Zur Auto-DJ Warteschlange hinzufügen (Ersetzen) - - Import Playlist - Wiedergabeliste importieren + + Import as Playlist + Als Wiedergabeliste importieren + + + + Import as Crate + Als Plattenkiste importieren + + + + Crate Creation Failed + Erstellung der Plattenkiste fehlgeschlagen - + + Could not create crate, it most likely already exists: + Die Plattenkiste konnte nicht erstellt werden, wahrscheinlich existiert sie bereits: + + + Playlist Creation Failed Erstellen der Wiedergabeliste fehlgeschlagen - + An unknown error occurred while creating playlist: Ein unbekannter Fehler ist beim Erstellen der Wiedergabeliste aufgetreten: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Neue Wiedergabeliste - + Add to Auto DJ Queue (bottom) Zur Auto-DJ Warteschlange hinzufügen (Ende) - - + + Create New Playlist Neue Wiedergabeliste erstellen - + Add to Auto DJ Queue (top) Zur Auto-DJ Warteschlange hinzufügen (Anfang) - + Remove Entfernen - + Rename Umbenennen - + Lock Sperren - + Duplicate Duplizieren - - + + Import Playlist Wiedergabeliste importieren - + Export Track Files Track-Dateien exportieren - + Analyze entire Playlist Gesamte Wiedergabeliste analysieren - + Enter new name for playlist: Einen neuen Namen für die Wiedergabeliste eingeben: - + Duplicate Playlist Wiedergabeliste duplizieren - - + + Enter name for new playlist: Einen Namen für die neue Wiedergabeliste eingeben: - - + + Export Playlist Wiedergabeliste exportieren - + Add to Auto DJ Queue (replace) Zur Auto-DJ Warteschlange hinzufügen (Ersetzen) - + Rename Playlist Wiedergabeliste umbenennen + - Renaming Playlist Failed Umbenennen der Wiedergabeliste fehlgeschlagen - - - + + + A playlist by that name already exists. Eine Wiedergabeliste mit diesem Namen existiert bereits. - - - + + + A playlist cannot have a blank name. Eine Wiedergabeliste muss einen Namen haben. - + _copy //: Appendix to default name when duplicating a playlist _Kopie + - + - - - + + Playlist Creation Failed Erstellen der Wiedergabeliste fehlgeschlagen - - + + An unknown error occurred while creating playlist: Ein unbekannter Fehler ist beim Erstellen der Wiedergabeliste aufgetreten: - + Confirm Deletion Löschen bestätigen - + Do you really want to delete playlist <b>%1</b>? Möchten Sie die Wiedergabeliste<b>%1</b> wirklich löschen? - + M3U Playlist (*.m3u) M3U-Wiedergabeliste (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U-Wiedergabeliste (*.m3u);;M3U8-Wiedergabeliste (*.m3u8);;PLS-Wiedergabeliste (*.pls);;CSV (*.csv);;Normaler Text (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Track konnte nicht geladen werden. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Album-Interpret - + Artist Interpret - + Bitrate Bitrate - + BPM BPM - + Channels Kanäle - + Color Farbe - + Comment Kommentar - + Composer Komponist - + Cover Art Cover-Bild - + Date Added Hinzugefügt am - + Last Played Zuletzt gespielt - + Duration Dauer - + Type Typ - + Genre Genre - + Grouping Gruppierung - + Key Tonart - + Location Speicherort - + Preview Vorhören - + Rating Bewertung - + ReplayGain ReplayGain - + Samplerate Abtastrate - + Played Gespielt - + Title Titel - + Track # Track # - + Year Jahr - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk Bild abrufen ... @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Aktion fehlgeschlagen - + Please enable at least one connection to use Live Broadcasting. Bitte aktivieren Sie mindestens eine Verbindung, um Liveübertragung zu verwenden. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Zum Schnellzugriff hinzufügen - + Remove from Quick Links Vom Schnellzugriff entfernen - + Add to Library Zur Bibliothek hinzufügen - + Quick Links Schnellzugriff - - + + Devices Geräte - + Removable Devices Wechseldatenträger - - + + Computer Computer - + Music Directory Added Musikverzeichnis hinzugefügt - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Sie haben ein oder mehrere Musikverzeichnisse hinzugefügt. Die Tracks in diesen Verzeichnissen werden nicht verfügbar sein, bis Sie Ihre Bibliothek erneut durchsuchen lassen. Möchten Sie jetzt erneut durchsuchen lassen? - + Scan Scannen - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. Sie können Ordner auf Ihrer Festplatte und externen Geräten durchsuchen, sich Tracks anzeigen lassen und diese laden. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx ist eine quelloffene DJ Software. Mehr Informationen unter: - + Starts Mixxx in full-screen mode Startet Mixxx im Vollbild-Modus - + Use a custom locale for loading translations. (e.g 'fr') Verwenden Sie ein benutzerdefiniertes Gebietsschema für das Laden von Übersetzungen (z.B. 'de') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Übergeordnetes Verzeichnis, in dem Mixxx nach seinen Ressourcendateien wie z. B. MIDI-Mappings suchen soll, wobei der Standard-Installationsort überschrieben wird. - + Path the debug statistics time line is written to Pfad, in den die Zeitleiste der Debug-Statistik geschrieben wird - - Use legacy vu meter - Frühere Methode für Pegelanzeigen nutzen - - - - Use legacy spinny - Frühere Methode für drehendes Vinyl nutzen - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Lässt Mixxx alle Controller-Daten, die es empfängt und Skript-Funktionen die es lädt anzeigen/protokollieren - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! Das Controller-Mapping wird aggressivere Warnungen und Fehler ausgeben, wenn es einen Missbrauch von Controller-APIs feststellt. Neue Controller-Zuordnungen sollten mit dieser Option entwickelt werden! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Aktiviert den Entwicklermodus. Enthält zusätzliche Protokollinformationen, Statistiken zur Leistung und ein Menü für Entwicklerwerkzeuge. - + Top-level directory where Mixxx should look for settings. Default is: Verzeichnis, in dem Mixxx nach Einstellungen suchen soll. Standard ist: - + + Use legacy vu meter + Frühere Methode für Pegelanzeigen nutzen + + + + Use legacy spinny + Frühere Methode für drehendes Vinyl nutzen + + + + Loads experimental QML GUI instead of legacy QWidget skin + Lädt experimentelle QML-GUI anstelle des früheren QWidget-Skins + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Aktiviert den Safe-Modus. Deaktiviert OpenGL-Wellenformen und rotierende Vinyl-Widgets. Versuchen Sie diese Option, wenn Mixxx beim Starten abstürzt. - + [auto|always|never] Use colors on the console output. [auto|always|never] Farbige Konsolenausgabe verwenden. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -773,17 +802,17 @@ debug - Wie oben + Debug-/Entwicklermeldungen trace - Wie oben + Profiling-Meldungen - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Legt die Protokollierungsstufe fest, mit welcher der Protokollpuffer in mixxx.log geschrieben wird. <level> ist einer der oben unter --logLevel definierten Werte. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Bricht (SIGINT) Mixxx ab, wenn ein DEBUG_ASSERT zu false ausgewertet wird. Unter einem Debugger können Sie danach fortfahren. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Lädt die angegebene(n) Musikdatei(en) beim Start. Jede angegebene Datei wird in das nächste virtuelle Deck geladen. @@ -843,32 +872,32 @@ trace - Wie oben + Profiling-Meldungen ControlModel - + Group Gruppe - + Item Element - + Value Wert - + Parameter Parameter - + Title Titel - + Description Beschreibung @@ -965,13 +994,13 @@ trace - Wie oben + Profiling-Meldungen - + Set to full volume Auf volle Lautstärke setzen - + Set to zero volume Lautstärke auf Null setzen @@ -996,13 +1025,13 @@ trace - Wie oben + Profiling-Meldungen Rückwärts-Roll- (Zensieren-) Taste - + Headphone listen button Kopfhörer-Taste - + Mute button Stummschalten-Taste @@ -1013,25 +1042,25 @@ trace - Wie oben + Profiling-Meldungen - + Mix orientation (e.g. left, right, center) Mix-Orientierung (z.B. Links, Rechts, Mitte) - + Set mix orientation to left Der linken Seite des Crossfaders zuordnen - + Set mix orientation to center Der rechten Seite des Crossfaders zuordnen - + Set mix orientation to right Der Mitte des Crossfaders zuordnen @@ -1071,22 +1100,22 @@ trace - Wie oben + Profiling-Meldungen BPM Tippen-Taste - + Toggle quantize mode Quantisierungs-Modus ein-/ausschalten - + One-time beat sync (tempo only) Einmalige Beat-Synchronisation (Nur Tempo) - + One-time beat sync (phase only) Einmalige Beat-Synchronisation (Nur Phase) - + Toggle keylock mode Tonhöhensperre ein-/ausschalten @@ -1096,193 +1125,193 @@ trace - Wie oben + Profiling-Meldungen Equalizer - + Vinyl Control Vinyl-Steuerung - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Cueing-Modus der Vinyl-Steuerung umschalten (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Vinyl-Steuerungs-Modus umschalten (ABS/REL/CONST) - + Pass through external audio into the internal mixer Externe Audiosignale in den internen Mixer senden - + Cues Cues - + Cue button Cue-Taste - + Set cue point Cue-Punkt setzen - + Go to cue point Zu Cue-Punkt gehen - + Go to cue point and play Zu Cue-Punkt gehen und wiedergeben - + Go to cue point and stop Zu Cue-Punkt gehen und stoppen - + Preview from cue point Vom Cue-Punkt aus vorhören - + Cue button (CDJ mode) Cue-Taste (CDJ-Modus) - + Stutter cue Stotter-Cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Hotcue %1 setzen, vorhören, oder dorthin springen - + Clear hotcue %1 Hotcue %1 löschen - + Set hotcue %1 Hotcue %1 setzen - + Jump to hotcue %1 Zu Hotcue %1 springen - + Jump to hotcue %1 and stop Zu Hotcue %1 springen und stoppen - + Jump to hotcue %1 and play Zu Hotcue %1 springen und wiedergeben - + Preview from hotcue %1 Von Hotcue %1 aus vorhören - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Loop-In Taste - + Loop Out button Loop-Out Taste - + Loop Exit button Loop Beenden-Taste - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Loop um %1 Beats vorwärts verschieben - + Move loop backward by %1 beats Loop um %1 Beats rückwärts verschieben - + Create %1-beat loop %1-Beat Loop erzeugen - + Create temporary %1-beat loop roll Temporären %1-Beat Loop-Roll erzeugen @@ -1398,20 +1427,20 @@ trace - Wie oben + Profiling-Meldungen - - + + Volume Fader Lautstärke-Fader - + Full Volume Volle Lautstärke - + Zero Volume Lautstärke Null @@ -1427,7 +1456,7 @@ trace - Wie oben + Profiling-Meldungen - + Mute Stummschalten @@ -1438,7 +1467,7 @@ trace - Wie oben + Profiling-Meldungen - + Headphone Listen Kopfhörer-Vorhören @@ -1459,25 +1488,25 @@ trace - Wie oben + Profiling-Meldungen - + Orientation Orientierung - + Orient Left Links orientieren - + Orient Center Mittig orientieren - + Orient Right Rechts orientieren @@ -1547,82 +1576,82 @@ trace - Wie oben + Profiling-Meldungen Beatgrid nach rechts verschieben - + Adjust Beatgrid Beatgrid anpassen - + Align beatgrid to current position Beatgrid an der aktuellen Position ausrichten - + Adjust Beatgrid - Match Alignment Beatgrid anpassen - Anordnung angleichen - + Adjust beatgrid to match another playing deck. Beatgrid entsprechend einem anderen spielenden Deck anpassen. - + Quantize Mode Quantisieren-Modus - + Sync Synchronisation - + Beat Sync One-Shot Einmalige Beat-Synchronisation - + Sync Tempo One-Shot Einmalige Tempo-Synchronisation - + Sync Phase One-Shot Einmalige Phasen-Synchronisation - + Pitch control (does not affect tempo), center is original pitch Tonhöhensteuerung (verändert Tempo nicht), Mitte ist originale Tonhöhe - + Pitch Adjust Tonhöhenanpassung - + Adjust pitch from speed slider pitch Verändert die Tonhöhe, ausgehend von der Tonhöhe der Geschwindigkeits-Schieberegler - + Match musical key Tonart synchronisieren - + Match Key Tonart anpassen - + Reset Key Tonart zurücksetzen - + Resets key to original Auf Original-Tonart zurücksetzen @@ -1663,456 +1692,456 @@ trace - Wie oben + Profiling-Meldungen Tiefen-Equalizer - + Toggle Vinyl Control Vinyl-Steuerung ein-/ausschalten - + Toggle Vinyl Control (ON/OFF) Vinyl-Steuerung ein-/ausschalten (ON/OFF) - + Vinyl Control Mode Vinyl-Steuerungsmodus - + Vinyl Control Cueing Mode Vinyl-Steuerung Cueing-Modus - + Vinyl Control Passthrough Vinyl-Steuerung Passthrough - + Vinyl Control Next Deck Vinyl-Steuerung nächstes Deck - + Single deck mode - Switch vinyl control to next deck Einzeldeck-Modus - Vinyl-Steuerung zum nächsten Deck wechseln - + Cue Cue - + Set Cue Cue setzen - + Go-To Cue Zum Cue gehen - + Go-To Cue And Play Zu Cue gehen und wiedergeben - + Go-To Cue And Stop Zum Cue gehen und stoppen - + Preview Cue Cue vorhören - + Cue (CDJ Mode) Cue (CDJ-Modus) - + Stutter Cue Stotter-Cue - + Go to cue point and play after release Zu Cue-Punkt gehen und nach dem Loslassen wiedergeben - + Clear Hotcue %1 Hotcue %1 löschen - + Set Hotcue %1 Hotcue %1 setzen - + Jump To Hotcue %1 Zu Hotcue %1 springen - + Jump To Hotcue %1 And Stop Zu Hotcue %1 springen und stoppen - + Jump To Hotcue %1 And Play Zu Hotcue %1 springen und wiedergeben - + Preview Hotcue %1 Hotcue %1 vorhören - + Loop In Loop In - + Loop Out Loop-Out - + Loop Exit Loop beenden - + Reloop/Exit Loop Reloop/Loop beenden - + Loop Halve Loop halbieren - + Loop Double Loop verdoppeln - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Loop um +%1 Beats verschieben - + Move Loop -%1 Beats Loop um -%1 Beats verschieben - + Loop %1 Beats Einen Loop über %1 Beats setzen - + Loop Roll %1 Beats Loop-Roll %1 Beats - + Add to Auto DJ Queue (bottom) Zur Auto-DJ Warteschlange hinzufügen (Ende) - + Append the selected track to the Auto DJ Queue Ausgewählten Track in Auto-DJ Warteschlange anstellen - + Add to Auto DJ Queue (top) Zur Auto-DJ Warteschlange hinzufügen (Anfang) - + Prepend selected track to the Auto DJ Queue Ausgewählten Track in Auto-DJ Warteschlange voranstellen - + Load Track Track laden - + Load selected track Ausgewählten Track laden - + Load selected track and play Ausgewählten Track laden und wiedergeben - - + + Record Mix Mix aufnehmen - + Toggle mix recording Mix-Aufnahme ein-/ausschalten - + Effects Effekte - + Quick Effects Quick-Effekte - + Deck %1 Quick Effect Super Knob Deck %1 Quick-Effekt Super-Drehregler - + Quick Effect Super Knob (control linked effect parameters) Quick-Effekt Super-Drehregler (Verknüpfte Effekt-Parameter steuern) - - + + Quick Effect Quick-Effekt - + Clear Unit Einheit leeren - + Clear effect unit Effekteinheit leeren - + Toggle Unit Einheit ein-/ausschalten - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Passt die Balance zwischen dem originalen (dry) und dem bearbeiteten (wet) Signal an. - + Super Knob Super-Drehregler - + Next Chain Nächste Effektkette - + Assign Zuweisen - + Clear Löschen - + Clear the current effect Aktuellen Effekt löschen - + Toggle Ein-/ausschalten - + Toggle the current effect Aktuellen Effekt ein-/ausschalten - + Next Nächster - + Switch to next effect Zum nächsten Effekt wechseln - + Previous Vorheriger - + Switch to the previous effect Zum vorherigen Effekt wechseln - + Next or Previous Nächster oder Vorheriger - + Switch to either next or previous effect Zum nächsten oder vorherigen Effekt wechseln - - + + Parameter Value Parameterwert - - + + Microphone Ducking Strength Mikrofon-Dämpfungsstärke - + Microphone Ducking Mode Mikrofon-Dämpfungsmodus - + Gain Verstärkung - + Gain knob Verstärkungs-Drehregler - + Shuffle the content of the Auto DJ queue Den Inhalt der Auto-DJ Warteschlange zufällig wiedergeben - + Skip the next track in the Auto DJ queue Den nächsten Track in der Auto-DJ Warteschlange überspringen - + Auto DJ Toggle Auto-DJ Ein/Aus - + Toggle Auto DJ On/Off Auto-DJ ein-/ausschalten - + Microphone & Auxiliary Show/Hide Mikrofon & Aux ein-/ausblenden - + Show/hide the microphone & auxiliary section Mikrofon- & Aux-Bereich ein-/ausblenden - + 4 Effect Units Show/Hide 4 Effekteinheiten ein-/ausblenden - + Switches between showing 2 and 4 effect units Wechselt zwischen der Anzeige von 2 und 4 Effekteinheiten - + Mixer Show/Hide Mixer ein-/ausblenden - + Show or hide the mixer. Den Mixer anzeigen oder verbergen. - + Cover Art Show/Hide (Library) Cover-Bild ein-ausblenden (Bibliothek) - + Show/hide cover art in the library Cover-Bild in der Bibliothek ein-/ausblenden - + Library Maximize/Restore Bibliothek maximieren/wiederherstellen - + Maximize the track library to take up all the available screen space. Die Track-Bibliothek auf den verfügbaren Bildschirmplatz maximieren. - + Effect Rack Show/Hide Effekt-Rack ein-/ausblenden - + Show/hide the effect rack Effekt-Rack ein-/ausblenden - + Waveform Zoom Out Wellenform verkleinern @@ -2127,102 +2156,102 @@ trace - Wie oben + Profiling-Meldungen Kopfhörer-Verstärkung - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Tippen zum synchronisieren von Tempo (und Phase bei aktivierter Quantisierung), halten für permanente Synchronisation - + One-time beat sync tempo (and phase with quantize enabled) Einmalige Beat-Synchronisation des Tempos (und der Phase bei aktivierter Quantisierung) - + Playback Speed Wiedergabegeschwindigkeit - + Playback speed control (Vinyl "Pitch" slider) Wiedergabegeschwindigkeit-Steuerelement (Vinyl-"Pitch"-Schieberegler) - + Pitch (Musical key) Pitch (Tonart) - + Increase Speed Geschwindigkeit erhöhen - + Adjust speed faster (coarse) Geschwindigkeit erhöhen (grob) - + Increase Speed (Fine) Geschwindigkeit erhöhen (fein) - + Adjust speed faster (fine) Geschwindigkeit erhöhen (fein) - + Decrease Speed Geschwindigkeit verringern - + Adjust speed slower (coarse) Geschwindigkeit verringern (grob) - + Adjust speed slower (fine) Geschwindigkeit verringern (fein) - + Temporarily Increase Speed Geschwindigkeit vorübergehend erhöhen - + Temporarily increase speed (coarse) Geschwindigkeit vorübergehend erhöhen (grob) - + Temporarily Increase Speed (Fine) Geschwindigkeit vorübergehend erhöhen (fein) - + Temporarily increase speed (fine) Geschwindigkeit vorübergehend erhöhen (fein) - + Temporarily Decrease Speed Geschwindigkeit vorübergehend verringern - + Temporarily decrease speed (coarse) Geschwindigkeit vorübergehend verringern (grob) - + Temporarily Decrease Speed (Fine) Vorübergehend die Geschwindigkeit verringern (fein) - + Temporarily decrease speed (fine) Vorübergehend die Geschwindigkeit verringern (fein) @@ -2294,942 +2323,952 @@ trace - Wie oben + Profiling-Meldungen BPM / Beatgrid - + + Move Beatgrid + Beatgrid verschieben + + + + Adjust the beatgrid to the left or right + Beatgrid nach links oder rechts verschieben + + + Sync / Sync Lock Sync / Sync-Sperre - + Internal Sync Leader Interne Synchronisationleiter - + Toggle Internal Sync Leader Interne Sync-Leader umschalten - - + + Internal Leader BPM Interne Leader-BPM - + Internal Leader BPM +1 Interne Leader-BPM +1 - + Increase internal Leader BPM by 1 Interne Leader-BPM um 1 erhöhen - + Internal Leader BPM -1 Interne Leader-BPM -1 - + Decrease internal Leader BPM by 1 Interne Leader-BPM um 1 verringern - + Internal Leader BPM +0.1 Interne Leader-BPM +0.1 - + Increase internal Leader BPM by 0.1 Interne Leader-BPM um 0.1 erhöhen - + Internal Leader BPM -0.1 Interne Leader-BPM -0.1 - + Decrease internal Leader BPM by 0.1 Interne Leader-BPM um 0.1 verringern - + Sync Leader Sync-Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) 3-stufiger Umschalter/Indikator für Sync-Modus (Aus, Soft-Leader, Explicit-Leader) - + Speed Geschwindigkeit - + Decrease Speed (Fine) Geschwindigkeit verringern (fein) - + Pitch (Musical Key) Pitch (Tonart) - + Increase Pitch Tonhöhe erhöhen - + Increases the pitch by one semitone Erhöht die Tonhöhe um einen Halbton - + Increase Pitch (Fine) Tonhöhe erhöhen (Fein) - + Increases the pitch by 10 cents Erhöht die Tonhöhe um 10 Cent - + Decrease Pitch Tonhöhe verringern - + Decreases the pitch by one semitone Verringert die Tonhöhe um einen Halbton - + Decrease Pitch (Fine) Tonhöhe verringern (Fein) - + Decreases the pitch by 10 cents Verringert die Tonhöhe um 10 Cent - + Keylock Tonhöhensperre - + CUP (Cue + Play) CUP (Cue + Wiedergabe) - + Shift cue points earlier Cue-Punkte nach vorn verschieben - + Shift cue points 10 milliseconds earlier Cue-Punkte 10 Millisekunden nach vorn verschieben - + Shift cue points earlier (fine) Cue-Punkte nach vorn verschieben (fein) - + Shift cue points 1 millisecond earlier Cue-Punkte 1 Millisekunde nach vorn verschieben - + Shift cue points later Cue-Punkte nach hinten verschieben - + Shift cue points 10 milliseconds later Cue-Punkte 10 Millisekunden nach hinten verschieben - + Shift cue points later (fine) Cue-Punkte nach hinten verschieben (fein) - + Shift cue points 1 millisecond later Cue-Punkte 1 Millisekunde nach hinten verschieben - + Hotcues %1-%2 Hotcues %1-%2 - + Intro / Outro Markers Intro/Outro-Marker - + Intro Start Marker Intro Start-Marker - + Intro End Marker Intro End-Marker - + Outro Start Marker Outro Start-Marker - + Outro End Marker Outro End-Marker - + intro start marker Intro-Startmarker - + intro end marker Intro-Endmarker - + outro start marker Outro-Startmarker - + outro end marker Outro-Endmarker - + Activate %1 [intro/outro marker %1 aktivieren - + Jump to or set the %1 [intro/outro marker Springen zu oder setzen von %1 - + Set %1 [intro/outro marker %1 setzen - + Set or jump to the %1 [intro/outro marker Setzen von oder springen zu %1 - + Clear %1 [intro/outro marker %1 löschen - + Clear the %1 [intro/outro marker Löschen von %1 - + Loop Selected Beats Ausgewählte Beats loopen - + Create a beat loop of selected beat size Einen Beat-Loop der ausgewählten Beat-Länge erstellen - + Loop Roll Selected Beats Loop-Roll über ausgewählte Beats - + Create a rolling beat loop of selected beat size Einen Beat-Loop-Roll der ausgewählten Beat-Länge erstellen - + Loop Beats Loop Beats - + Loop Roll Beats Loop-Roll Beats - + Go To Loop In Zum Loop-In-Marker springen - + Go to Loop In button "Zum Loop-In-Marker springen"-Taste - + Go To Loop Out Zum Loop-Out-Marker springen - + Go to Loop Out button "Zum Loop-Out-Marker springen"-Taste - + Toggle loop on/off and jump to Loop In point if loop is behind play position Loop ein-/ausschalten und zum Loop-In Punkt springen, wenn sich der Loop hinter der Wiedergabeposition befindet - + Reloop And Stop Reloop und Stop - + Enable loop, jump to Loop In point, and stop Loop aktivieren, zum Loop-In-Marker springen und stoppen - + Halve the loop length Länge des Loops halbieren - + Double the loop length Länge des Loops verdoppeln - + Beat Jump / Loop Move Beat-Sprung / Loop verschieben - + Jump / Move Loop Forward %1 Beats Beat-Sprung / Loop verschieben: %1 Beats vorwärts - + Jump / Move Loop Backward %1 Beats Beat-Sprung / Loop verschieben: %1 Beats rückwärts - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Um %1 Beats vorwärts springen, oder wenn ein Loop aktiviert ist, den Loop um %1 Beats vorwärts verschieben - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Um %1 Beats rückwärts springen, oder wenn ein Loop aktiviert ist, den Loop um %1 Beats rückwärts verschieben - + Beat Jump / Loop Move Forward Selected Beats Beat-Sprung / Loop vorwärts verschieben um gewählte Anzahl Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Um die gewählte Anzahl von Beats vorwärts springen, oder wenn ein Loop aktiviert ist, den Loop um die gewählte Anzahl von Beats vorwärts verschieben - + Beat Jump / Loop Move Backward Selected Beats Beat-Sprung / Loop rückwärts verschieben um gewählte Anzahl Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Um die gewählte Anzahl von Beats rückwärts springen, oder wenn ein Loop aktiviert ist, den Loop um die gewählte Anzahl von Beats rückwärts verschieben - + Beat Jump / Loop Move Forward Beat-Sprung / Loop vorwärts verschieben - + Beat Jump / Loop Move Backward Beat-Sprung / Loop rückwärts verschieben - + Loop Move Forward Loop vorwärts verschieben - + Loop Move Backward Loop rückwärts verschieben - + Remove Temporary Loop Temporären Loop entfernen - + Remove the temporary loop Den temporären Loop entfernen - + Navigation Navigation - + Move up Nach oben bewegen - + Equivalent to pressing the UP key on the keyboard Entspricht dem Drücken der PFEIL HOCH-Taste auf der Tastatur - + Move down Nach unten bewegen - + Equivalent to pressing the DOWN key on the keyboard Entspricht dem Drücken der PFEIL RUNTER-Taste auf der Tastatur - + Move up/down Nach oben/unten bewegen - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mit einem Drehregler vertikal in beide Richtungen bewegen, entspricht dem Drücken der PFEIL HOCH/PFEIL RUNTER Tasten - + Scroll Up Nach oben scrollen - + Equivalent to pressing the PAGE UP key on the keyboard Entspricht dem Drücken der BILD HOCH-Taste auf der Tastatur - + Scroll Down Nach unten scrollen - + Equivalent to pressing the PAGE DOWN key on the keyboard Entspricht dem Drücken der BILD RUNTER-Taste auf der Tastatur - + Scroll up/down Nach oben/unten scrollen - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mit einem Drehregler vertikal in beide Richtungen scrollen, entspricht dem Drücken der BILD HOCH/BILD RUNTER Tasten - + Move left Nach links bewegen - + Equivalent to pressing the LEFT key on the keyboard Entspricht dem Drücken der PFEIL LINKS-Taste auf der Tastatur - + Move right Nach rechts bewegen - + Equivalent to pressing the RIGHT key on the keyboard Entspricht dem Drücken der PFEIL RECHTS-Taste auf der Tastatur - + Move left/right Nach links/rechts bewegen - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mit einem Drehregler horizontal in beide Richtungen bewegen, entspricht dem Drücken der PFEIL LINKS/PFEIL RECHTS Tasten - + Move focus to right pane Fokus in rechten Fensterausschnitt bewegen - + Equivalent to pressing the TAB key on the keyboard Entspricht dem Drücken der TAB-Taste auf der Tastatur - + Move focus to left pane Fokus in linken Fensterausschnitt bewegen - + Equivalent to pressing the SHIFT+TAB key on the keyboard Entspricht dem Drücken der Umschalt- und TAB-Tasten auf der Tastatur - + Move focus to right/left pane Fokus in rechten/linken Fensterausschnitt bewegen - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mit einem Drehregler den Fokus einen Fensterausschnitt nach links oder rechts bewegen, entspricht dem Drücken der TAB/Umschalt+TAB-Tasten - + Sort focused column Ausgewählte Spalte sortieren - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Sortiere die Spalte, in der gerade eine Zelle ausgewählt ist (entspricht einem Klick auf den Spaltenkopf) - + Go to the currently selected item Gehe zum aktuell ausgewählten Element - + Choose the currently selected item and advance forward one pane if appropriate Wähle das aktuell ausgewählte Element und gehe ggf. um ein Fensterausschnitt vor - + Load Track and Play Track laden und wiedergeben - + Add to Auto DJ Queue (replace) Zur Auto-DJ Warteschlange hinzufügen (Ersetzen) - + Replace Auto DJ Queue with selected tracks Auto-DJ Warteschlange mit ausgewählten Tracks ersetzen - + Select next search history Nächste Suchhistorie auswählen - + Selects the next search history entry Wählt den nächsten Eintrag der Suchhistorie aus - + Select previous search history Vorherige Suchhistorie auswählen - + Selects the previous search history entry Wählt den vorherigen Eintrag der Suchhistorie aus - + Move selected search entry Ausgewählten Sucheintrag verschieben - + Moves the selected search history item into given direction and steps Bewegt das ausgewählte Element der Suchhistorie in die angegebene Richtung und Schritte - + Clear search Suche löschen - + Clears the search query Löscht den Suchbegriff - + Deck %1 Quick Effect Enable Button Deck %1 Quick-Effekt-Aktivierungstaste - + Quick Effect Enable Button Quick-Effekt Aktivierungstaste - + Enable or disable effect processing Aktivieren oder Deaktivieren der Effektverarbeitung - + Super Knob (control effects' Meta Knobs) Super-Drehregler (Meta-Drehregler der Effekte steuern) - + Mix Mode Toggle Mix-Modus-Umschalter - + Toggle effect unit between D/W and D+W modes Effekteinheit zwischen D/W und D+W-Modi umschalten - + Next chain preset Nächste Effektketten-Voreinstellung - + Previous Chain Vorherige Effektkette - + Previous chain preset Vorherige Effektketten-Voreinstellung - + Next/Previous Chain Nächste/Vorherige Effektkette - + Next or previous chain preset Nächste oder vorherige Effektketten-Voreinstellung - - + + Show Effect Parameters Effektparameter anzeigen - + Effect Unit Assignment Zuordnung Effekteinheit - + Meta Knob Meta-Drehregler - + Effect Meta Knob (control linked effect parameters) Effekt Meta-Drehregler (Verlinkte Effekt-Parameter steuern) - + Meta Knob Mode Meta-Drehregler-Modus - + Set how linked effect parameters change when turning the Meta Knob. Legt fest, wie sich verknüpfte Effekt-Parameter ändern, wenn der Meta-Drehregler gedreht wird. - + Meta Knob Mode Invert Meta-Drehregler-Modus invertieren - + Invert how linked effect parameters change when turning the Meta Knob. Invertiert, wie sich verknüpfte Effekt-Parameter ändern, wenn der Meta-Drehregler betätigt wird. - - + + Button Parameter Value Tasten-Parameterwert - + Microphone / Auxiliary Mikrofon / Aux - + Microphone On/Off Mikrofon ein-/ausschalten - + Microphone on/off Mikrofon ein/aus - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Mikrofon-Dämpfungsmodus umschalten (AUS, AUTO, MANUELL) - + Auxiliary On/Off Aux ein/aus - + Auxiliary on/off Aux ein-/ausschalten - + Auto DJ Auto-DJ - + Auto DJ Shuffle Auto-DJ Zufallswiedergabe - + Auto DJ Skip Next Auto-DJ: Nächsten Track überspringen - + Auto DJ Add Random Track Auto-DJ zufälligen Track hinzufügen - + Add a random track to the Auto DJ queue Zufälligen Track zur Auto-DJ Warteschlange hinzufügen - + Auto DJ Fade To Next Auto-DJ: Zu nächstem Track überblenden - + Trigger the transition to the next track Löst die Überblendung zum nächsten Track aus - + User Interface Benutzeroberfläche - + Samplers Show/Hide Sampler ein-/ausblenden - + Show/hide the sampler section Sampler-Bereich ein-/ausblenden - + Waveform Zoom Reset To Default Wellenform-Vergrößerung auf Standard zurücksetzen - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms Vergrößerungsstufe aller Wellenform-Anzeigen auf den in Einstellungen -> Wellenformen ausgewählten Standardwert zurücksetzen - + Start/Stop Live Broadcasting Starten/Stoppen der Liveübertragung - + Stream your mix over the Internet. Streamen Sie Ihren Mix über das Internet. - + Start/stop recording your mix. Starten/Stoppen Sie die Aufnahme Ihres Mixes. - - + + Samplers Sampler - + Vinyl Control Show/Hide Vinyl-Steuerung ein-/ausblenden - + Show/hide the vinyl control section Bereich "Vinyl-Steuerung" ein-/ausblenden - + Preview Deck Show/Hide Vorhör-Deck ein-/ausblenden - + Show/hide the preview deck Vorhör-Deck ein-/ausblenden - + Toggle 4 Decks 4 Decks ein-/ausblenden - + Switches between showing 2 decks and 4 decks. Wechselt zwischen der Anzeige von 2 Decks und 4 Decks. - + Cover Art Show/Hide (Decks) Cover-Bild ein-/ausblenden (Decks) - + Show/hide cover art in the main decks Cover-Bild in den Decks ein-/ausblenden - + Vinyl Spinner Show/Hide Drehendes Vinyl ein-/ausblenden - + Show/hide spinning vinyl widget Drehendes Vinyl-Widget ein-/ausblenden - + Vinyl Spinners Show/Hide (All Decks) Drehendes Vinyl ein-/ausblenden (Alle Decks) - + Show/Hide all spinnies Drehendes Vinyl ein-/ausblenden - + Toggle Waveforms Wellenformen ein-/ausschalten - + Show/hide the scrolling waveforms. Laufende Wellenformen ein-/ausblenden. - + Waveform zoom Wellenform-Vergrößerung - + Waveform Zoom Wellenform-Vergrößerung - + Zoom waveform in Wellenform vergrößern - + Waveform Zoom In Wellenform vergrößern - + Zoom waveform out Wellenform verkleinern - + Star Rating Up Sterne-Bewertung hoch - + Increase the track rating by one star Erhöht die Bewertung des Tracks um einen Stern - + Star Rating Down Sterne-Bewertung runter - + Decrease the track rating by one star Verringert die Bewertung des Tracks um einen Stern @@ -3598,37 +3637,37 @@ trace - Wie oben + Profiling-Meldungen DlgAbout - + Mixxx %1.%2 Development Team Mixxx %1.%2 Entwicklerteam - + With contributions from: Mit Beiträgen von: - + And special thanks to: Und besonderen Dank an: - + Past Developers Frühere Entwickler - + Past Contributors Frühere Mitwirkende - + Official Website Offizielle Webseite - + Donate Spenden @@ -3641,34 +3680,40 @@ trace - Wie oben + Profiling-Meldungen Über Mixxx - - + + + Unknown Unbekannt - + Date: Datum: - + Git Version: Git-Version: - + + Qt Version: + Qt-Version: + + + Platform: Plattform: - + Credits Danksagungen - + License Lizenz @@ -3913,7 +3958,7 @@ letzter Ton. Deaktivieren - + Displays the duration and number of selected tracks. Zeigt die Länge und Anzahl der ausgewählten Tracks an. @@ -4171,7 +4216,7 @@ Das führt oft zu Beatgrids mit höherer Qualität, wird aber nicht so gut bei T Lerne: %1. Bewegen Sie jetzt ein Steuerelement an Ihrem Controller. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4404,123 +4449,123 @@ Sie haben versucht anzulernen: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Automatisch - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Aktion fehlgeschlagen - + You can't create more than %1 source connections. Sie können nicht mehr als %1 Quellverbindungen erstellen. - + Source connection %1 Quellverbindung %1 - + At least one source connection is required. Mindestens eine Quellverbindung ist erforderlich. - + Are you sure you want to disconnect every active source connection? Wollen Sie wirklich alle aktiven Quellverbindungen trennen? - - + + Confirmation required Bestätigung erforderlich - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' hat den gleichen Icecast-Einhängepunkt wie '%2'. Zwei Verbindungen auf demselben Server können nicht denselben Einhängepunkt haben. - + Are you sure you want to delete '%1'? Wollen Sie wirklich '%1' löschen? - + Renaming '%1' Umbenennen von '%1' - + New name for '%1': Neuer Name für '%1': - + Can't rename '%1' to '%2': name already in use Kann '%1' nicht in '%2' umbenennen: Name wird bereits verwendet @@ -5093,22 +5138,22 @@ Einstellungen übernehmen und fortfahren? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx verwendet "Mappings", um Befehle von Ihrem Controller mit Steuerelementen in Mixxx zu verbinden. Wenn Sie links in der Seitenleiste auf Ihren Controller klicken und dort keine Voreinstellung für Ihren Controller im Menü "Mapping laden" sehen, können Sie möglicherweise eine aus dem %1 herunterladen. Legen Sie die XML (.xml) und Javascript (.js) Datei(en) in den "Benutzerordner" und starten Mixxx neu. Wenn Sie ein Mapping in einer ZIP-Datei heruntergeladen haben, extrahieren Sie die XML und Javascript-Datei(en) aus der ZIP-Datei in den "Benutzerordner" und starten Mixxx neu. - + Mixxx DJ Hardware Guide Mixxx DJ Hardware-Handbuch - + MIDI Mapping File Format MIDI-Mapping Dateiformat - + MIDI Scripting with Javascript MIDI-Scripting mit Javascript @@ -5218,6 +5263,11 @@ Einstellungen übernehmen und fortfahren? Screen saver Bildschirmschoner + + + Multi-Sampling + Multi-Sampling + Start in full-screen mode @@ -5817,39 +5867,64 @@ Sie können jederzeit Tracks auf dem Bildschirm ziehen und ablegen, um ein Deck DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Die minimale Größe des ausgewählten Skins ist größer als Ihre Bildschirmauflösung. - + Allow screensaver to run Bildschirmschoner erlauben - + Prevent screensaver from running Bildschirmschoner unterdrücken - + Prevent screensaver while playing Bildschirmschoner während der Wiedergabe unterdrücken - + + Disabled + Deaktiviert + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Dieses Skin unterstützt keine Farbschemen - + Information Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx muss neu gestartet werden, damit die neuen Sprach- oder Skalierungseinstellungen wirksam werden. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + Mixxx muss neu gestartet werden, damit die neuen Sprach-, Skalierungs- oder Multi-Sampling-Einstellungen wirksam werden. @@ -6075,52 +6150,52 @@ und ermöglicht es Ihnen die Tonhöhe für harmonisches Mixen anzupassen.Scannen - + Item is not a directory or directory is missing - + Choose a music directory Wählen Sie ein Musikverzeichnis - + Confirm Directory Removal Entfernen des Verzeichnisses bestätigen - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx wird dieses Verzeichnis nicht länger auf neue Tracks überprüfen. Was möchten Sie mit den Tracks aus diesem Verzeichnis und dessen Unterverzeichnissen tun?<ul><li>Alle Tracks aus diesem Verzeichnis und dessen Unterverzeichnissen ausblenden.</li><li>Alle Metadaten für diese Tracks dauerhaft aus Mixxx löschen.</li><li>Tracks unverändert in Ihrer Bibliothek lassen.</li></ul>Das Ausblenden von Tracks speichert deren Metadaten für den Fall, dass Sie diese zukünftig erneut hinzufügen. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadaten beinhalten alle Track-Details (Interpret, Titel, Wiedergabezähler usw.) sowie Beatgrids, Hotcues und Loops. Diese Entscheidung betrifft nur die Mixxx-Bibliothek. Keine Dateien auf der Festplatte werden geändert oder gelöscht. - + Hide Tracks Tracks verbergen - + Delete Track Metadata Track-Metadaten löschen - + Leave Tracks Unchanged Tracks unverändert lassen - + Relink music directory to new location Musik-Verzeichnis mit seinem neuen Speicherort verknüpfen - + Select Library Font Schriftart der Bibliothek auswählen @@ -6982,138 +7057,138 @@ Die Ziel-Lautheit ist ungefähr und nimmt an, dass Track-Vorverstärkung und Mas DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Standard (lange Verzögerung) - + Experimental (no delay) Experimentell (keine Verzögerung) - + Disabled (short delay) Deaktiviert (kurze Verzögerung) - + Soundcard Clock Taktgeber der Soundkarte - + Network Clock Netzwerk-Taktgeber - + Direct monitor (recording and broadcasting only) Direkter Monitor (nur Aufzeichnung und Liveübertragung) - + Disabled Deaktiviert - + Enabled Aktiviert - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. Um Echtzeit-Scheduling zu aktivieren (aktuell deaktiviert), siehe das %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. Im %1 sind Soundkarten und Controller aufgeführt, die Sie für die Verwendung von Mixxx in Betracht ziehen sollten. - + Mixxx DJ Hardware Guide Mixxx DJ Hardware-Handbuch - + auto (<= 1024 frames/period) automatisch (<= 1024 Frames/Periode) - + 2048 frames/period 2048 Frames/Periode - + 4096 frames/period 4096 Frames/Periode - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Mikrofon-Eingänge sind nicht synchron im Aufnahmen- und Liveübertragungssignal, verglichen mit dem was Sie hören. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Messen Sie die Round-Trip-Latenzzeit und geben Sie diese für die Mikrofon-Latenzkompensation ein, um das Mikrofon-Timing auszurichten. - - + + Refer to the Mixxx User Manual for details. Details dazu finden Sie im Mixxx-Benutzerhandbuch. - + Configured latency has changed. Die eingestellte Latenz hat sich geändert. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Messen Sie erneut die Round-Trip-Latenzzeit und geben Sie diese für die Mikrofon-Latenzkompensation ein, um das Mikrofon-Timing auszurichten. - + Realtime scheduling is enabled. Echtzeit-Scheduling ist aktiviert. - + Main output only Nur Hauptausgang - + Main and booth outputs Haupt- und Booth-Ausgänge - + %1 ms %1 ms - + Configuration error Fehler in der Konfiguration @@ -7601,122 +7676,122 @@ Wählen Sie aus verschiedenen Arten der Wellenform-Anzeige, welche sich in erste DlgPreferences - + Sound Hardware Sound-Hardware - + Controllers Controller - + Library Bibliothek - + Interface Benutzeroberfläche - + Waveforms Wellenformen - + Mixer Mixer - + Auto DJ Auto-DJ - + Decks Decks - + Colors Farben - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Hilfe - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Auf Standard zu&rücksetzen - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Anwenden - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ab&brechen - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &OK - + Effects Effekte - + Recording Aufnehmen - + Beat Detection Beat-Erkennung - + Key Detection Tonart-Erkennung - + Normalization Normalisierung - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>Einige Einstellungsseiten haben Fehler. Um die Änderungen anzuwenden, beheben Sie bitte zuerst die Fehler.</b></font> - + Vinyl Control Vinyl-Steuerung - + Live Broadcasting Live-Übertragung - + Modplug Decoder Modplug-Dekodierer @@ -7891,7 +7966,7 @@ Wählen Sie aus verschiedenen Arten der Wellenform-Anzeige, welche sich in erste Album-Interpret - + Fetching track data from the MusicBrainz database Track-Daten werden aus der MusicBrainz-Datenbank abgerufen @@ -7968,72 +8043,72 @@ Wählen Sie aus verschiedenen Arten der Wellenform-Anzeige, welche sich in erste S&chließen - + Original tags Original-Tags - + Metadata applied Metadaten angewendet - + %1 %1 - + Could not find this track in the MusicBrainz database. Konnte diesen Track nicht in der MusicBrainz-Datenbank finden. - + Suggested tags Vorgeschlagene Tags - + The results are ready to be applied Die Ergebnisse können übernommen werden - + Can't connect to %1: %2 Kann sich nicht mit %1 verbinden: %2 - + Looking for cover art Suche nach Cover-Bild - + Cover art found, receiving image. Cover-Bild gefunden, Datei wird empfangen. - + Cover Art is not available for selected metadata Cover-Bild ist für ausgewählte Metadaten nicht verfügbar - + Metadata & Cover Art applied Metadaten & Cover-Bild übernommen - + Selected cover art applied Ausgewähltes Cover-Bild übernommen - + Cover Art File Already Exists Cover-Bild Datei existiert bereits - + File: %1 Folder: %2 Override existing file? @@ -8359,7 +8434,7 @@ Das führt oft zu Beatgrids mit höherer Qualität, wird aber nicht so gut bei T Ab&brechen - + (no color) (keine Farbe) @@ -8569,27 +8644,27 @@ Das führt oft zu Beatgrids mit höherer Qualität, wird aber nicht so gut bei T EngineBuffer - + Soundtouch (faster) Soundtouch (schneller) - + Rubberband (better) Rubberband (besser) - + Rubberband R3 (near-hi-fi quality) Rubberband R3 (nahezu Hi-Fi-Qualität) - + Unknown, using Rubberband (better) Unbekannt, nutze Rubberband (besser) - + Unknown, using Soundtouch Unbekannt, Soundtouch wird verwendet @@ -8812,15 +8887,15 @@ Das führt oft zu Beatgrids mit höherer Qualität, wird aber nicht so gut bei T LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Abgesicherter Modus aktiviert - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8832,57 +8907,57 @@ Shown when VuMeter can not be displayed. Please keep Unterstützung. - + activate aktivieren - + toggle umschalten - + right rechts - + left links - + right small wenig rechts - + left small wenig links - + up hoch - + down runter - + up small wenig hoch - + down small wenig runter - + Shortcut Tastenkombination @@ -8968,32 +9043,32 @@ Möchten Sie wirklich diese Datei überschreiben? MidiController - + MIDI Controller MIDI-Controller - + MixxxControl(s) not found MixxxControl(s) nicht gefunden - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Eine oder mehrere der in der Ausgabe-Sektion des geladenen Mappings angegebenen MixxxControls waren ungültig. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Überprüfen Sie das die fraglichen MixxxControls tatsächlich existieren. Im Handbuch finden Sie eine vollständige Liste: - + Some LEDs or other feedback may not work correctly. Einige LEDs oder andere Rückmeldungen funktionieren möglicherweise nicht korrekt. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Überprüfen Sie ob die Namen der MixxxControls in der Mappingdatei (.xml) richtig geschrieben sind @@ -9069,185 +9144,185 @@ Möchten Sie wirklich diese Datei überschreiben? MixxxMainWindow - + Sound Device Busy Audiogerät beschäftigt - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Wiederholen</b> nach dem Schließen der anderen Anwendung oder dem erneuten Verbinden eines Audiogerätes - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. Mixxx's Audiogeräte-Einstellungen <b>neu konfigurieren</b>. - - + + Get <b>Help</b> from the Mixxx Wiki. Erhalten Sie <b>Hilfe</b> aus dem Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. Mixxx <b>beenden</b>. - + Retry Wiederholen - + skin Skin - - + + Reconfigure Neu konfigurieren - + Help Hilfe - - + + Exit Beenden - - + + Mixxx was unable to open all the configured sound devices. Mixxx konnte nicht alle konfigurierten Audiogeräte öffnen. - + Sound Device Error Audiogeräte-Fehler - + <b>Retry</b> after fixing an issue <b>Wiederholen</b> nach Fehlerbehebung - + No Output Devices Keine Ausgabegeräte - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx wurde ohne Tonausgabe-Geräte konfiguriert. Die Audio-Verarbeitung wird ohne ein konfiguriertes Ausgabegerät deaktiviert werden. - + <b>Continue</b> without any outputs. <b>Weiter</b> ohne jegliche Ausgabegeräte. - + Continue Weiter - + Load track to Deck %1 Track in Deck %1 laden - + Deck %1 is currently playing a track. Deck %1 spielt derzeit einen Track. - + Are you sure you want to load a new track? Möchten Sie wirklich einen neuen Track laden? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Es ist kein Eingabegerät für diese Vinyl-Steuerung ausgewählt. Bitte wählen Sie zuerst ein Eingabegerät in den Sound-Hardware-Einstellungen. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Es ist kein Eingabegerät für diese Passthrough-Steuerung ausgewählt. Bitte wählen Sie zuerst ein Eingabegerät in den Sound-Hardware-Einstellungen. - + There is no input device selected for this microphone. Do you want to select an input device? Es ist kein Eingabegerät für dieses Mikrofon ausgewählt. Wollen Sie ein Eingabegerät auswählen? - + There is no input device selected for this auxiliary. Do you want to select an input device? Es ist kein Eingabegerät für diesen Aux ausgewählt. Wollen Sie ein Eingabegerät auswählen? - + Error in skin file Fehler in Skin-Datei - + The selected skin cannot be loaded. Das gewählte Skin kann nicht geladen werden. - + OpenGL Direct Rendering Direktes Rendern mit OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direktes Rendern ist auf Ihrem System nicht aktiviert.<br><br>Dies bedeutet, dass die Wellenform-Anzeige sehr langsam sein wird <br><b>und möglicherweise Ihre CPU stark belastet</b>. Entweder aktualisieren Sie Ihre<br>Konfiguration, um direktes Rendern zu aktivieren oder deaktivieren<br>die Wellenform-Anzeige in den Mixxx-Einstellungen durch die Auswahl von<br>"Leer" als Wellenform-Anzeige im Bereich 'Benutzeroberfläche'. - - - + + + Confirm Exit Beenden bestätigen - + A deck is currently playing. Exit Mixxx? Ein Deck spielt derzeit. Mixxx beenden? - + A sampler is currently playing. Exit Mixxx? Ein Sampler spielt derzeit. Mixxx beenden? - + The preferences window is still open. Das Einstellungen-Fenster ist noch geöffnet. - + Discard any changes and exit Mixxx? Alle Änderungen verwerfen und Mixxx schließen? @@ -9263,43 +9338,48 @@ Wollen Sie ein Eingabegerät auswählen? PlaylistFeature - + Lock Sperren - - + + Playlists Wiedergabelisten - + + Shuffle Playlist + Wiedergabeliste mischen + + + Unlock Entsperren - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. Wiedergabelisten sind geordnete Listen von Tracks, mit denen Sie Ihre DJ-Sets planen können. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. Es kann notwendig sein, einige Tracks in Ihrer vorbereiteten Wiedergabeliste zu überspringen oder einige andere Tracks hinzuzufügen, um die Energie Ihres Publikums aufrechtzuerhalten. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Einige DJs stellen Wiedergabelisten zusammen bevor sie live auftreten, während andere es bevorzugen sie währenddessen zu erstellen. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Achten Sie bei der Verwendung einer Wiedergabeliste während eines Live-DJ-Sets immer darauf, wie das Publikum auf die von Ihnen gespielte Musik reagiert. - + Create New Playlist Neue Wiedergabeliste erstellen @@ -9367,7 +9447,7 @@ Möchten Sie Ihre Bibliothek jetzt nach Cover-Dateien scannen? QObject - + Invalid Ungültig @@ -9473,68 +9553,68 @@ Möchten Sie Ihre Bibliothek jetzt nach Cover-Dateien scannen? 14-bit (MSB) - + Main Haupt - + Booth Booth - + Headphones Kopfhörer - + Left Bus Linker Bus - + Center Bus Mitten-Bus - + Right Bus Rechter Bus - + Invalid Bus Ungültiger Bus - + Deck Deck - + Record/Broadcast Aufnahme/Übertragung - + Vinyl Control Vinyl-Steuerung - + Microphone Mikrofon - + Auxiliary Aux - - + + Unknown path type %1 Unbekannter Pfad-Typ %1 @@ -9635,6 +9715,8 @@ Wenn Sie Mixxx keinen Zugriff gewähren möchten, klicken Sie in der Dateiauswah + + Time Zeit @@ -9672,6 +9754,7 @@ Wenn Sie Mixxx keinen Zugriff gewähren möchten, klicken Sie in der Dateiauswah + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9692,6 +9775,8 @@ Wenn Sie Mixxx keinen Zugriff gewähren möchten, klicken Sie in der Dateiauswah + + Quantize @@ -9707,6 +9792,8 @@ Wenn Sie Mixxx keinen Zugriff gewähren möchten, klicken Sie in der Dateiauswah + + @@ -10011,7 +10098,7 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. - + Gain for Low Filter Verstärkung für Tiefen-Filter @@ -10068,7 +10155,7 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. - + Gain for High Filter Verstärkung für Höhen-Filter @@ -10088,22 +10175,22 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. Um die Grenzfrequenzen anpassen, siehe Einstellungen -> Mixer. - + Graphic Equalizer Grafik-Equalizer - + Graphic EQ Grafik-EQ - + An 8-band graphic equalizer based on biquad filters Ein 8-Band Grafik-Equalizer basierend auf Biquad-Filtern - + Gain for Band Filter %1 Verstärkung für Band-Filter %1 @@ -10188,8 +10275,8 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. - - + + Range Bereich @@ -10219,42 +10306,42 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. %1:%2 - + Ctrl+t Strg+T - + Ctrl+y Strg+Y - + Ctrl+u Strg+U - + Ctrl+i Strg+I - + Ctrl+o Strg+O - + Ctrl+Shift+O Strg+Umschalt+O - + Ctrl+, Strg+, - + Ctrl+P Strg+P @@ -10274,17 +10361,17 @@ Höhere Werte führen zu weniger Dämpfung der hohen Frequenzen. Ein Bessel Filter-Isolator 8.Ordnung mit Lipshitz und Vanderkooy Mix (bit-perfekte Einheit, steiler Frequenzabfall -48 dB/Oktave). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Ein Linkwitz-Riley Filter-Isolator 8.Ordnung (optimierte Frequenzweiche, konstante Phasenverschiebung, steiler Frequenzabfall -48 dB/Oktave). @@ -10701,18 +10788,18 @@ Ganz rechts: Ende der Effektperiode - + encoder failure Kodiererfehler - + Failed to apply the selected settings. Die ausgewählten Einstellungen konnten nicht übernommen werden. - + Deck %1 Deck %1 @@ -10752,53 +10839,53 @@ Ganz rechts: Ende der Effektperiode Einige Dateipfade in der Wiedergabeliste enthalten Sonderzeichen. Diese werden als absolute Pfad-URLs codiert. Bitte wählen Sie für einen besseren und verlustfreien Export das m3u8-Format. - - + + Pitch Shift Pitch Shift - + Raises or lowers the original pitch of a sound. Erhöht oder verringert die ursprüngliche Tonart eines Sounds. - - + + Pitch Tonart - + The pitch shift applied to the sound. Die auf den Sound angewendete Änderung der Tonart. - + The range of the Pitch knob (0 - 2 octaves). Der Bereich des Tonhöhen-Drehreglers (0 - 2 Oktaven). - - + + Semitones Halbtöne - + Change the pitch in semitone steps instead of continuously. Die Tonart in Halbtonschritten statt kontinuierlich ändern. - - + + Formant Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Bewahrt die Resonanzfrequenzen (Formanten) des menschlichen Stimmapparats und anderer Instrumente. @@ -10847,10 +10934,31 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- StimmenDie Intensität der Verstärkung, die auf das Audiosignal angewendet wird. Bei höheren Pegeln wird der Ton stärker verzerrt. - + Passthrough Passthrough + + + + Glitch + Glitch + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Sampelt und wiederholt in regelmäßigen Abständen einen kleinen Teil des Audiosignals, um einen schrillen, metallischen Sound zu erzeugen. + + + + Round the Time parameter to the nearest 1/8 beat. + Den Zeit-Parameter auf den nächsten 1/8-Takt runden. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Ist der Quantisieren-Parameter aktiviert, die gerundeten 1/8-Takte des Zeitparameters durch 3 teilen. + (empty) @@ -11019,7 +11127,7 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- StimmenRhythmboxFeature - + Rhythmbox Rhythmbox @@ -11065,34 +11173,34 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- Stimmen SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Liest Folgendes aus dem Serato Musik-Verzeichnis und von Wechseldatenträgern: - + Tracks Tracks - + Crates Plattenkisten - + Check for Serato databases (refresh) Nach Serato Datenbanken suchen (aktualisieren) - + (loading) Serato (lade) Serato @@ -11100,64 +11208,64 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- Stimmen SetlogFeature - + Join with previous (below) Mit vorherigem verbinden (darunter) - + Mark all tracks played Alle Tracks als gespielt markieren - + Finish current and start new Aktuelles beenden und neu beginnen - + Lock all child playlists Alle untergeordneten Wiedergabelisten sperren - + Unlock all child playlists Alle untergeordneten Wiedergabelisten entsperren - + Delete all unlocked child playlists Alle untergeordneten Wiedergabelisten löschen - + History Verlauf - + Unlock Entsperren - + Lock Sperren - - + + Confirm Deletion Löschen bestätigen - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Möchten Sie alle untergeordneten Wiedergabelisten von <b>%1</b> wirklich löschen?<br><br> - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Lösche %1 Wiedergabelisten von <b>%2</b>.<br><br> @@ -11166,193 +11274,193 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- Stimmen ShoutConnection - - + + Mixxx encountered a problem Mixxx hat ein Problem festgestellt - + Could not allocate shout_t shout_t konnte nicht zugewiesen werden - + Could not allocate shout_metadata_t shout_metadata_t konnte nicht zugewiesen werden - + Error setting non-blocking mode: Fehler beim Aktivieren des Non-blocking Modus: - + Error setting tls mode: Fehler beim Aktivieren des TLS Modus: - + Error setting hostname! Fehler beim Festlegen des Host-Namens! - + Error setting port! Fehler beim Festlegen des Ports! - + Error setting password! Fehler beim Festlegen des Passwortes! - + Error setting mount! Fehler beim Festlegen des Einhängepunktes! - + Error setting username! Fehler beim Festlegen des Benutzernamens! - + Error setting stream name! Fehler beim Festlegen des Stream-Namens! - + Error setting stream description! Fehler beim Festlegen der Stream-Beschreibung! - + Error setting stream genre! Fehler beim Festlegen des Stream-Genres! - + Error setting stream url! Fehler beim Festlegen der Stream-URL! - + Error setting stream IRC! Fehler beim Festlegen des Stream-IRC! - + Error setting stream AIM! Fehler beim Festlegen des Stream-AIM! - + Error setting stream ICQ! Fehler beim Festlegen des Stream-ICQ! - + Error setting stream public! Fehler beim Festlegen als Öffentlicher Stream! - + Unknown stream encoding format! Unbekanntes Stream-Kodierungsformat! - + Use a libshout version with %1 enabled Verwenden Sie eine libshout-Version mit %1 aktiviert - + Error setting stream encoding format! Fehler beim Einstellen des Stream-Kodierungsformats! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Liveübertragung in 96 kHz mit Ogg Vorbis wird derzeit nicht unterstützt. Bitte versuchen Sie eine andere Abtastrate oder wechseln Sie zu einer anderen Kodierung. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. Für weitere Informationen, siehe https://github.com/mixxxdj/mixxx/issues/5701. - + Unsupported sample rate Nicht unterstützte Abtastrate - + Error setting bitrate Fehler beim Festlegen der Bitrate - + Error: unknown server protocol! Fehler: Unbekanntes Server-Protokoll! - + Error: Shoutcast only supports MP3 and AAC encoders Fehler: Shoutcast unterstützt nur MP3- und AAC-Encoder - + Error setting protocol! Fehler beim Festlegen des Protokolls! - + Network cache overflow Netzwerk-Zwischenspeicher-Überlauf - + Connection error Verbindungsfehler - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Eine der Liveübertragung-Verbindungen hat diesen Fehler ausgelöst:<br><b>Fehler bei Verbindung '%1':</b><br> - + Connection message Verbindungsnachricht - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Nachricht von Liveübertragung-Verbindung '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Verbindung zum Streaming-Server verloren, und %1 Versuche erneut zu verbinden sind fehlgeschlagen. - + Lost connection to streaming server. Verbindung zum Streaming-Server verloren. - + Please check your connection to the Internet. Bitte überprüfen Sie die Verbindung zum Internet. - + Can't connect to streaming server Verbindung zum Streaming-Server kann nicht hergestellt werden - + Please check your connection to the Internet and verify that your username and password are correct. Bitte überprüfen Sie die Internetverbindung und vergewissern sich, dass Ihr Benutzername und Kennwort richtig sind. @@ -11368,23 +11476,23 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- Stimmen SoundManager - - + + a device ein Gerät - + An unknown error occurred Es ist ein unbekannter Fehler aufgetreten - + Two outputs cannot share channels on "%1" Zwei Ausgänge können sich keine Kanäle an "%1" teilen - + Error opening "%1" Fehler beim Öffnen von "%1" @@ -11736,7 +11844,7 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- Stimmen - + Cover Art Cover-Bild @@ -12188,52 +12296,42 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- StimmenNachladen wenn kein Track geladen ist, d.h. lädt den letzten ausgeworfenen Track (von jedem Deck) erneut. - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Ausgewählten Hotcue löschen. - + Track Comment Track-Kommentar - + Displays the comment tag of the loaded track. Zeigt das Kommentar-Tag des geladenen Tracks an. - + Opens separate artwork viewer. Öffnet separate Cover-Bild Anzeige. - + Effect Chain Preset Settings Effektketten-Einstellungen - + Show the effect chain settings menu for this unit. Die Effektketten-Einstellungen für diese Einheit anzeigen. - + Select and configure a hardware device for this input Wählen und konfigurieren Sie ein Hardwaregerät für diesen Eingang - + Recording Duration Aufnahmedauer @@ -12427,444 +12525,445 @@ Hinweis: Kompensiert "Chipmunk"- oder "Brumm"- StimmenHalten oder kurzes Klicken zum Einrasten um diesen Eingang in den Hauptausgang zu mischen. - + Displays the duration of the running recording. Zeigt die Dauer der laufenden Aufnahme. - + Auto DJ is active Auto-DJ aktiviert - + Hot Cue - Track will seek to nearest previous hotcue point. Hot Cue - Der Track springt zum nächstgelegenen vorherigen Hotcue-Punkt. - + Sets the track Loop-In Marker to the current play position. Setzt den Loop-In Marker des Tracks an der aktuellen Wiedergabeposition. - + Press and hold to move Loop-In Marker. Drücken und halten um Loop-In Marker zu verschieben. - + Jump to Loop-In Marker. Zum Loop-In Marker springen. - + Sets the track Loop-Out Marker to the current play position. Setzt den Loop-Out Marker des Tracks an der aktuellen Wiedergabeposition. - + Press and hold to move Loop-Out Marker. Drücken und halten um Loop-Out Marker zu verschieben. - + Jump to Loop-Out Marker. Zum Loop-Out Marker springen. - + Beatloop Size Beatloop-Größe - + Select the size of the loop in beats to set with the Beatloop button. Wähle die Größe des Loop in Beats aus, die mit der Beatloop-Taste eingestellt werden soll. - + Changing this resizes the loop if the loop already matches this size. Ändern dieser Größe verändert den Loop, wenn der Loop bereits dieser Größe entspricht. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Halbiere die Größe eines vorhandenen Beatloop, oder halbiere die Größe des nächsten mit dem Beatloop-Button festgelegten Beatloop. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Verdopple die Länge eines vorhandenen Beatloop, oder verdopple die Länge des nächsten mit dem Beatloop-Button festgelegten Beatloop. - + Start a loop over the set number of beats. Startet einen Loop über die festgelegte Anzahl von Beats. - + Temporarily enable a rolling loop over the set number of beats. Vorübergehend einen Loop-Roll über die festgelegte Anzahl von Beats aktivieren. - + Beatjump/Loop Move Size Größe von Beat-Sprung / Loop-Verschiebung - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Wähle die Anzahl der Beats aus, um den Loop mit den Vorwärts/Rückwärts Beat-Sprung-Tasten zu springen oder zu verschieben. - + Beatjump Forward Beat-Sprung vorwärts - + Jump forward by the set number of beats. Vorwärts springen über die festgelegte Anzahl von Beats. - + Move the loop forward by the set number of beats. Den Loop vorwärts verschieben über die festgelegte Anzahl von Beats. - + Jump forward by 1 beat. Vorwärts springen um 1 Beat. - + Move the loop forward by 1 beat. Verschieben des Loop um 1 Beat vorwärts. - + Beatjump Backward Beat-Sprung rückwärts - + Jump backward by the set number of beats. Rückwärts springen über die festgelegte Anzahl von Beats. - + Move the loop backward by the set number of beats. Rückwärts verschieben des Loop über die festgelegte Anzahl von Beats. - + Jump backward by 1 beat. Rückwärts springen um 1 Beat. - + Move the loop backward by 1 beat. Verschieben des Loop um 1 Beat rückwärts. - + Reloop Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. Wenn der Loop vor der aktuellen Wiedergabeposition ist, beginnt das Looping wenn der Loop erreicht wird. - + Works only if Loop-In and Loop-Out Marker are set. Funktioniert nur wenn die Loop-In und Loop-Out Marker gesetzt sind. - + Enable loop, jump to Loop-In Marker, and stop playback. Loop aktivieren, zum Loop-In Marker springen, und Wiedergabe stoppen. - + Displays the elapsed and/or remaining time of the track loaded. Zeigt die bereits verstrichene und/oder verbleibende Zeit des geladenen Tracks an. - + Click to toggle between time elapsed/remaining time/both. Klicken zum Umschalten zwischen vergangener/verbleibender Zeit/ beiden. - + Hint: Change the time format in Preferences -> Decks. Hinweis: Ändern Sie das Zeitformat in Voreinstellungen -> Decks. - + Show/hide intro & outro markers and associated buttons. Intro- und Outro-Marker und zugehörige Tasten ein-/ausblenden. - + Intro Start Marker Intro Start-Marker - - - - + + + + If marker is set, jumps to the marker. Springt zum Marker wenn bereits ein Marker gesetzt wurde. - - - - + + + + If marker is not set, sets the marker to the current play position. Setzt den Marker an der aktuellen Wiedergabeposition wenn noch kein Marker gesetzt wurde. - - - - + + + + If marker is set, clears the marker. Löscht den Marker wenn bereits ein Marker gesetzt wurde. - + Intro End Marker Intro End-Marker - + Outro Start Marker Outro Start-Marker - + Outro End Marker Outro End-Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Passen Sie die Mischung des unverarbeiteten (Dry) Eingangssignals mit dem verarbeiteten (Wet) Ausgangssignal der Effekteinheit an - + D/W mode: Crossfade between dry and wet D/W Modus: Überblendung zwischen Dry und Wet - + D+W mode: Add wet to dry D+W Modus: Wet zu Dry hinzufügen - + Mix Mode Mix-Modus - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Stellen Sie ein, wie das unverarbeitete (dry) Eingangssignal mit dem verarbeiteten (wet) Ausgangssignal der Effekteinheit gemischt wird - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry / Wet-Modus (gekreuzte Linien): Mix-Drehregler überblendet zwischen Dry und Wet Hiermit können Sie den Sound des Tracks mit EQ- und Filtereffekten ändern. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry + Wet-Modus (Flache Dry-Linie): Mix-Drehregler fügt Wet zu Dry hinzu Verwenden Sie diese Option, um nur das verarbeitete (Wet) Signal mit EQ- und Filtereffekten zu ändern. - + Route the main mix through this effect unit. Den Hauptmix durch die angegebene Effekteinheit routen. - + Route the left crossfader bus through this effect unit. Den linken Crossfader-Bus durch die angegebene Effekteinheit routen. - + Route the right crossfader bus through this effect unit. Den rechten Crossfader-Bus durch die angegebene Effekteinheit routen. - + Right side active: parameter moves with right half of Meta Knob turn Rechte Seite aktiv: Parameter bewegt sich über halbe Drehung rechts des Meta-Drehregler - + Skin Settings Menu Skin-Einstellungen - + Show/hide skin settings menu Skin-Einstellungen zeigen/verbergen - + Save Sampler Bank Sampler-Bank speichern - + Save the collection of samples loaded in the samplers. Speichern Sie die Sammlung der in den Samplern geladenen Samples. - + Load Sampler Bank Sampler-Bank laden - + Load a previously saved collection of samples into the samplers. Laden Sie eine zuvor gespeicherte Sammlung von Samples in die Sampler. - + Show Effect Parameters Effektparameter anzeigen - + Enable Effect Effekt aktivieren - + Meta Knob Link Meta-Drehregler-Verknüpfung - + Set how this parameter is linked to the effect's Meta Knob. Legt fest wie dieser Parameter mit dem Meta-Drehregler des Effektes verknüpft ist. - + Meta Knob Link Inversion Invertierte Meta-Drehregler-Verknüpfung - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invertiert die Richtung in welche sich dieser Parameter beim Drehen des Effekt's Meta-Drehregler bewegt. - + Super Knob Super-Drehregler - + Next Chain Nächste Effektkette - + Previous Chain Vorherige Effektkette - + Next/Previous Chain Nächste/Vorherige Effektkette - + Clear Löschen - + Clear the current effect. Aktuellen Effekt löschen. - + Toggle Ein-/ausschalten - + Toggle the current effect. Aktuellen Effekt ein-/ausschalten. - + Next Nächster - + Clear Unit Einheit leeren - + Clear effect unit. Effekteinheit leeren. - + Show/hide parameters for effects in this unit. Parameter für Effekte in dieser Einheit anzeigen/verbergen. - + Toggle Unit Einheit ein-/ausschalten - + Enable or disable this whole effect unit. Aktivieren oder deaktivieren dieser ganzen Effekteinheit. - + Controls the Meta Knob of all effects in this unit together. Regelt den Meta-Drehregler aller Effekte in dieser Einheit zusammen. - + Load next effect chain preset into this effect unit. Nächste Effektketten-Voreinstellung in diese Effekteinheit laden. - + Load previous effect chain preset into this effect unit. Vorherige Effektketten-Voreinstellung in diese Effekteinheit laden. - + Load next or previous effect chain preset into this effect unit. Nächste oder vorherige Effektketten-Voreinstellung in diese Effekteinheit laden. + @@ -12873,169 +12972,168 @@ Verwenden Sie diese Option, um nur das verarbeitete (Wet) Signal mit EQ- und Fil - Assign Effect Unit Effekteinheit zuweisen - + Assign this effect unit to the channel output. Diese Effekteinheit dem Kanalausgang zuweisen. - + Route the headphone channel through this effect unit. Den Kopfhörer-Kanal durch diese Effekteinheit führen. - + Route this deck through the indicated effect unit. Dieses Deck durch die angegebene Effekteinheit routen. - + Route this sampler through the indicated effect unit. Diesen Sampler durch die angegebene Effekteinheit routen. - + Route this microphone through the indicated effect unit. Dieses Mikrofon durch die angegebene Effekteinheit routen. - + Route this auxiliary input through the indicated effect unit. Diesen Aux-Eingang durch die angegebene Effekteinheit routen. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Der Effekteinheit muss auch ein Deck oder eine andere Soundquelle zugewiesen werden, um den Effekt zu hören. - + Switch to the next effect. Zum nächsten Effekt wechseln. - + Previous Vorheriger - + Switch to the previous effect. Zum vorherigen Effekt wechseln. - + Next or Previous Nächster oder Vorheriger - + Switch to either the next or previous effect. Zum nächsten oder vorherigen Effekt wechseln. - + Meta Knob Meta-Drehregler - + Controls linked parameters of this effect Regelt verknüpfte Parameter dieses Effekts - + Effect Focus Button Effekt-Fokustaste - + Focuses this effect. Fokussiert diesen Effekt. - + Unfocuses this effect. Unfokussiert diesen Effekt. - + Refer to the web page on the Mixxx wiki for your controller for more information. Siehe auch die Webseite für Ihren Controller im Mixxx-Wiki für weitere Informationen. - + Effect Parameter Effektparameter - + Adjusts a parameter of the effect. Einen Parameter des Effekts anpassen. - + Inactive: parameter not linked Inaktiv: Parameter nicht verknüpft - + Active: parameter moves with Meta Knob Aktiv: Parameter bewegt sich mit Meta-Drehregler - + Left side active: parameter moves with left half of Meta Knob turn Linke Seite aktiv: Parameter bewegt sich über halbe Drehung links des Meta-Drehregler - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Linke und rechte Seite aktiv: Parameter bewegt sich in ganzer Bandbreite über halbe Drehung des Meta-Drehregler und zurück mit der anderen Hälfte - - + + Equalizer Parameter Kill Equalizer-Parameter stummschalten - - + + Holds the gain of the EQ to zero while active. Hält die Verstärkung des Equalizers auf Null wenn aktiviert. - + Quick Effect Super Knob Quick-Effekt Super-Drehregler - + Quick Effect Super Knob (control linked effect parameters). Quick-Effekt Super-Drehregler (Verknüpfte Effekt-Parameter steuern). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Hinweis: Ändern Sie den standardmäßigen Quick-Effekt-Modus in den Einstellungen -> Interface. - + Equalizer Parameter Equalizer-Parameter - + Adjusts the gain of the EQ filter. Regelt die Verstärkung des Equalizer-Filters. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Hinweis: Ändern Sie den standardmäßigen Equalizer-Modus in den Einstellungen -> Interface. @@ -13134,47 +13232,47 @@ Verwenden Sie diese Option, um nur das verarbeitete (Wet) Signal mit EQ- und Fil Verringert die Tonhöhe um einen Halbton. - + Enable Vinyl Control Vinyl-Steuerung aktivieren - + When disabled, the track is controlled by Mixxx playback controls. Wenn deaktiviert, wird der Track von Mixxx Wiedergabe-Steuerelementen gesteuert. - + When enabled, the track responds to external vinyl control. Wenn aktiviert, reagiert der Track auf externe Vinyl-Steuerung. - + Enable Passthrough Passthrough aktivieren - + Indicates that the audio buffer is too small to do all audio processing. Zeigt an, dass der Audiopuffer zu klein ist um alle Audiosignale zu verarbeiten. - + Displays cover artwork of the loaded track. Zeigt das Cover-Bild des geladenen Tracks an. - + Displays options for editing cover artwork. Zeigt die Optionen für die Bearbeitung von Cover-Bildern. - + Star Rating Sterne-Bewertung - + Assign ratings to individual tracks by clicking the stars. Weisen Sie einzelnen Tracks Bewertungen zu, indem Sie auf die Sterne klicken. @@ -13442,123 +13540,123 @@ Verwenden Sie diese Option, um nur das verarbeitete (Wet) Signal mit EQ- und Fil Verändert die Tonhöhe zusätzlich zur Tonhöhenänderung der Geschwindigkeits-Schieberegler. - + Opens a menu to clear hotcues or edit their labels and colors. Öffnet ein Menü um Hotcues zu löschen oder deren Beschriftungen und Farben zu bearbeiten. - + Record Mix Mix aufnehmen - + Toggle mix recording. Mix-Aufnahme ein-/ausschalten. - + Enable Live Broadcasting Live-Übertragung aktivieren - + Stream your mix over the Internet. Streamen Sie Ihren Mix über das Internet. - + Provides visual feedback for Live Broadcasting status: Gibt eine grafische Rückmeldung für den Liveübertragung-Status: - + disabled, connecting, connected, failure. deaktiviert, verbinden, verbunden, fehlgeschlagen. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Wenn aktiviert, gibt das Deck direkt das am Vinyl-Eingang ankommende Audiosignal wieder. - + Blue for passthrough enabled. Grün wenn Passthrough aktiviert ist. - + Playback will resume where the track would have been if it had not entered the loop. Die Wiedergabe wird fortgesetzt wo der Track gewesen wäre, ohne in den Loop gegangen zu sein. - + Loop Exit Loop beenden - + Turns the current loop off. Schaltet den aktuellen Loop ab. - + Slip Mode Slip-Modus - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Wenn aktiviert, wird die Wiedergabe während eines Loop, Rückwärtslaufes, Scratches usw. stumm im Hintergrund fortgesetzt. - + Once disabled, the audible playback will resume where the track would have been. Sobald deaktiviert, wird die hörbare Wiedergabe fortgesetzt wo der Track gewesen wäre. - + Track Key The musical key of a track Tonart des Tracks - + Displays the musical key of the loaded track. Zeigt die Tonart des geladenen Tracks an. - + Clock Uhr - + Displays the current time. Zeigt die aktuelle Uhrzeit an. - + Audio Latency Usage Meter Audiolatenz-Nutzungsanzeige - + Displays the fraction of latency used for audio processing. Zeigt den für die Audioverarbeitung verwendeten Anteil der Latenz. - + A high value indicates that audible glitches are likely. Ein hoher Wert bedeutet, dass hörbare Störungen wahrscheinlich sind. - + Do not enable keylock, effects or additional decks in this situation. Aktivieren Sie Tonhöhensperre, Effekte oder zusätzliche Decks in dieser Situation nicht. - + Audio Latency Overload Indicator Audiolatenz-Überlastanzeige @@ -13680,97 +13778,97 @@ Verwenden Sie diese Option, um nur das verarbeitete (Wet) Signal mit EQ- und Fil Springt zum Hotcue wenn bereits ein Hotcue gesetzt wurde. - + If hotcue is not set, sets the hotcue to the current play position. Setzt den Hotcue an der aktuellen Wiedergabeposition wenn noch kein Hotcue gesetzt wurde. - + Vinyl Control Mode Vinyl-Steuerungsmodus - + Absolute mode - track position equals needle position and speed. Absoluter Modus - Die Position des Tracks entspricht der Position und Geschwindigkeit der Nadel. - + Relative mode - track speed equals needle speed regardless of needle position. Relativer Modus - Die Geschwindigkeit des Tracks entspricht der Nadel-Geschwindigkeit unabhängig von der Position der Nadel. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Konstanter Modus - Die Geschwindigkeit des Tracks entspricht der letzten bekannten konstanten Geschwindigkeit unabhängig vom Nadel-Eingang. - + Vinyl Status Vinyl-Status - + Provides visual feedback for vinyl control status: Gibt eine grafische Rückmeldung für den Vinyl-Steuerungsstatus: - + Green for control enabled. Grün wenn die Steuerung aktiviert ist. - + Blinking yellow for when the needle reaches the end of the record. Gelb blinkend wenn die Nadel das Ende der Platte erreicht. - + Loop-In Marker Loop-In Marker - + Loop-Out Marker Loop-Out Marker - + Loop Halve Loop halbieren - + Halves the current loop's length by moving the end marker. Halbiert die Länge des aktuellen Loop durch das Verschieben des Endmarkers. - + Deck immediately loops if past the new endpoint. Das Deck wird sofort loopen wenn es hinter dem neuen Endpunkt ist. - + Loop Double Loop verdoppeln - + Doubles the current loop's length by moving the end marker. Verdoppelt die Länge des aktuellen Loop durch das Verschieben des Endmarkers. - + Beatloop Beatloop - + Toggles the current loop on or off. Den aktuellen Loop ein-/ausschalten. - + Works only if Loop-In and Loop-Out marker are set. Funktioniert nur wenn die Loop-In und Loop-Out Marker gesetzt sind. @@ -13780,82 +13878,82 @@ Verwenden Sie diese Option, um nur das verarbeitete (Wet) Signal mit EQ- und Fil Hinweis: Ändern Sie den Standard-Cue-Modus in den Einstellungen -> Benutzeroberfläche. - + Vinyl Cueing Mode Vinyl-Cueing-Modus - + Determines how cue points are treated in vinyl control Relative mode: Bestimmt wie Cue-Punkte im Relativen Modus der Vinylsteuerung behandelt werde: - + Off - Cue points ignored. Off - Cue-Punkte ignoriert. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - Der Track springt zu diesem Cue-Punkt wenn die Nadel hinter dem Cue-Punkt abgesetzt wird. - + Track Time Track-Zeit - + Track Duration Laufzeit - + Displays the duration of the loaded track. Zeigt die Länge des geladenen Tracks an. - + Information is loaded from the track's metadata tags. Die Informationen werden aus den Metadaten-Tags des Tracks geladen. - + Track Artist Track-Interpret - + Displays the artist of the loaded track. Zeigt den Interpreten des geladenen Tracks an. - + Track Title Track-Titel - + Displays the title of the loaded track. Zeigt den Titel des geladenen Tracks an. - + Track Album Track-Album - + Displays the album name of the loaded track. Zeigt den Albumnamen des geladenen Tracks an. - + Track Artist/Title Track-Interpret/Titel - + Displays the artist and title of the loaded track. Zeigt den Interpreten und Titel des geladenen Tracks an. @@ -13863,12 +13961,12 @@ Verwenden Sie diese Option, um nur das verarbeitete (Wet) Signal mit EQ- und Fil TrackCollection - + Hiding tracks Tracks verbergen - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Die ausgewählten Tracks sind in den folgenden Wiedergabelisten enthalten:%1 Ein Verbergen wird sie von diesen Wiedergabelisten entfernen. Weiter? @@ -14124,22 +14222,22 @@ Dies kann nicht rückgängig gemacht werden! WEffectChainPresetButton - + Update Preset Voreinstellung aktualisieren - + Rename Preset Voreinstellung umbenennen - + Save As New Preset... Als neue Voreinstellung speichern... - + Save snapshot Snapshot speichern @@ -14161,7 +14259,7 @@ Dies kann nicht rückgängig gemacht werden! WEffectParameterNameBase - + No effect loaded. Kein Effekt geladen. @@ -14185,452 +14283,452 @@ Dies kann nicht rückgängig gemacht werden! WMainMenuBar - + &File &Datei - + Load Track to Deck &%1 Track in Deck &%1 laden - + Loads a track in deck %1 Lädt einen Track in Deck %1 - + Open Öffnen - + &Exit &Beenden - + Quits Mixxx Beendet Mixxx - + Ctrl+q Strg+Q - + &Library &Bibliothek - + &Rescan Library &Bibliothek erneut scannen - + Rescans library folders for changes to tracks. Liest die Bibliothek für Änderungen an Tracks erneut ein. - + Ctrl+Shift+L Strg+Umschalt+L - + E&xport Library to Engine Prime Bibliothek nach Engine Prime e&xportieren - + Export the library to the Engine Prime format Die Bibliothek in das Engine Prime Format exportieren - + Create &New Playlist Neue &Wiedergabeliste erstellen - + Create a new playlist Neue Wiedergabeliste erstellen - + Ctrl+n Strg+N - + Create New &Crate Neue &Plattenkiste erstellen - + Create a new crate Neue Plattenkiste erstellen - + Ctrl+Shift+N Strg+Umschalt+N - - + + &View &Ansicht - + May not be supported on all skins. Wird möglicherweise nicht von allen Skins unterstützt. - + Show Skin Settings Menu Skin-Einstellungsmenü anzeigen - + Show the Skin Settings Menu of the currently selected Skin Das Skin-Einstellungsmenü des aktuell ausgewählten Skin anzeigen - + Ctrl+1 Menubar|View|Show Skin Settings Strg+1 - + Show Microphone Section Mikrofon-Bereich anzeigen - + Show the microphone section of the Mixxx interface. Den Mikrofon-Bereich der Mixxx-Benutzeroberfläche anzeigen. - + Ctrl+2 Menubar|View|Show Microphone Section Strg+2 - + Show Vinyl Control Section Vinyl-Steuerung-Bereich anzeigen - + Show the vinyl control section of the Mixxx interface. Den Vinyl-Steuerung Bereich der Mixxx-Benutzeroberfläche anzeigen. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Strg+3 - + Show Preview Deck Vorhör-Deck anzeigen - + Show the preview deck in the Mixxx interface. Das Vorhör-Deck in der Mixxx-Benutzeroberfläche anzeigen. - + Ctrl+4 Menubar|View|Show Preview Deck Strg+4 - + Show Cover Art Cover-Bild anzeigen - + Show cover art in the Mixxx interface. Cover-Bild in der Mixxx-Benutzeroberfläche anzeigen. - + Ctrl+6 Menubar|View|Show Cover Art Strg+6 - + Maximize Library Bibliothek maximieren - + Maximize the track library to take up all the available screen space. Die Track-Bibliothek auf den verfügbaren Bildschirmplatz maximieren. - + Space Menubar|View|Maximize Library Leertaste - + &Full Screen &Vollbild - + Display Mixxx using the full screen Mixxx im Vollbildmodus anzeigen - + &Options &Optionen - + &Vinyl Control &Vinyl-Steuerung - + Use timecoded vinyls on external turntables to control Mixxx Timecode-Vinyls benutzen um Mixxx mit externen Plattenspielern zu steuern - + Enable Vinyl Control &%1 Vinyl-Steuerung &%1 aktivieren - + &Record Mix &Mix aufnehmen - + Record your mix to a file Aufnahme Ihres Mixes in eine Datei - + Ctrl+R Strg+R - + Enable Live &Broadcasting &Liveübertragung aktivieren - + Stream your mixes to a shoutcast or icecast server Den Mix zu einem Icecast- oder Shoutcast-Server streamen - + Ctrl+L Strg+L - + Enable &Keyboard Shortcuts &Tastenkombinationen aktivieren - + Toggles keyboard shortcuts on or off Tastenkombinationen ein-/ausschalten - + Ctrl+` Strg+` - + &Preferences &Einstellungen - + Change Mixxx settings (e.g. playback, MIDI, controls) Mixxx Einstellungen verändern (z.B. Wiedergabe, MIDI, Steuerelemente) - + &Developer &Entwickler - + &Reload Skin Skin &neu laden - + Reload the skin Das Skin neu laden - + Ctrl+Shift+R Strg+Umschalt+R - + Developer &Tools Entwickler&werkzeuge - + Opens the developer tools dialog Öffnet den Entwicklerwerkzeuge-Dialog - + Ctrl+Shift+T Strg+Umschalt+T - + Stats: &Experiment Bucket Statistiken: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Aktiviert den Experiment-Modus. Sammelt Statistiken im Experiment-Tracking-Bucket. - + Ctrl+Shift+E Strg+Umschalt+E - + Stats: &Base Bucket Statistiken: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Aktiviert den Base-Modus. Sammelt Statistiken im Base-Tracking-Bucket. - + Ctrl+Shift+B Strg+Umschalt+B - + Deb&ugger Enabled Deb&ugger aktiviert - + Enables the debugger during skin parsing Aktiviert den Debugger während des Parsens der Skins - + Ctrl+Shift+D Strg+Umschalt+D - + &Help &Hilfe - + Show Keywheel menu title Keywheel anzeigen - + Show keywheel tooltip text Keywheel anzeigen - + F12 Menubar|View|Show Keywheel F12 - + &Community Support &Community Unterstützung - + Get help with Mixxx Hilfe zu Mixxx erhalten - + &User Manual &Benutzerhandbuch - + Read the Mixxx user manual. Mixxx-Benutzerhandbuch lesen. - + &Keyboard Shortcuts &Tastenkombinationen - + Speed up your workflow with keyboard shortcuts. Beschleunigen Sie Ihren Arbeitsablauf mit Tastenkombinationen. - + &Settings directory &Einstellungs-Verzeichnis - + Open the Mixxx user settings directory. Das Verzeichnis mit den Mixxx-Benutzereinstellungen öffnen. - + &Translate This Application Diese Anwendung &übersetzen - + Help translate this application into your language. Helfen Sie, diese Anwendung in Ihre Sprache zu übersetzen. - + &About &Über - + About the application Über diese Anwendung @@ -14859,564 +14957,564 @@ Dies kann nicht rückgängig gemacht werden! WTrackMenu - + Load to Laden in - + Deck Deck - + Sampler Sampler - + Add to Playlist Zur Wiedergabeliste hinzufügen - + Crates Plattenkisten - + Metadata Metadaten - + Update external collections Externe Sammlung aktualisieren - + Cover Art Cover-Bild - + Adjust BPM BPM anpassen - + Select Color Farbe auswählen - + Reset Reset metadata in right click track context menu in library Zurücksetzen - - + + Analyze Analysieren - - + + Delete Track Files Track-Dateien löschen - + Add to Auto DJ Queue (bottom) Zur Auto-DJ Warteschlange hinzufügen (Ende) - + Add to Auto DJ Queue (top) Zur Auto-DJ Warteschlange hinzufügen (Anfang) - + Add to Auto DJ Queue (replace) Zur Auto-DJ Warteschlange hinzufügen (Ersetzen) - + Preview Deck Vorhör-Deck - + Remove Entfernen - + Remove from Playlist Von Wiedergabeliste entfernen - + Remove from Crate Aus Plattenkiste entfernen - + Hide from Library In der Bibliothek ausblenden - + Unhide from Library In der Bibliothek einblenden - + Purge from Library Aus der Bibliothek entfernen - + Move Track File(s) to Trash Track-Datei(en) in den Papierkorb verschieben - + Delete Files from Disk Dateien von der Festplatte löschen - + Properties Eigenschaften - + Open in File Browser Im Dateibrowser öffnen - + Select in Library In Bibliothek auswählen - + Import From File Tags Aus Datei-Tags importieren - + Import From MusicBrainz Von MusicBrainz importieren - + Export To File Tags In Datei-Tags exportieren - + BPM and Beatgrid BPM und Beatgrid - + Play Count Wiedergabezähler - + Rating Bewertung - + Cue Point Cue-Punkt - + Hotcues Hotcues - + Intro Intro - + Outro Outro - + Key Tonart - + ReplayGain ReplayGain - + Waveform Wellenform - + Comment Kommentar - + All Alle - + Lock BPM BPM sperren - + Unlock BPM BPM entsperren - + Double BPM BPM verdoppeln - + Halve BPM BPM halbieren - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM BPM zurücksetzen - + Reanalyze Neu analysieren - + Reanalyze (constant BPM) Neu analysieren (konstante BPM) - + Reanalyze (variable BPM) Neu analysieren (variable BPM) - + Update ReplayGain from Deck Gain Aktualisiere ReplayGain von Deck-Verstärkung - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importieren der Metadaten von %n Track aus Datei-TagsImportieren der Metadaten von %n Tracks aus Datei-Tags - + Marking metadata of %n track(s) to be exported into file tags Markieren der Metadaten von %n Track, die in Datei-Tags exportiert werden sollenMarkieren der Metadaten von %n Tracks, die in Datei-Tags exportiert werden sollen - - + + Create New Playlist Neue Wiedergabeliste erstellen - + Enter name for new playlist: Einen Namen für neue Wiedergabeliste eingeben: - + New Playlist Neue Wiedergabeliste - - - + + + Playlist Creation Failed Erstellung der Wiedergabeliste fehlgeschlagen - + A playlist by that name already exists. Eine Wiedergabeliste mit diesem Namen gibt es bereits. - + A playlist cannot have a blank name. Eine Wiedergabeliste muss einen Namen haben. - + An unknown error occurred while creating playlist: Ein unbekannter Fehler ist beim Erstellen der Wiedergabeliste aufgetreten: - + Add to New Crate Zu neuer Plattenkiste hinzufügen - + Scaling BPM of %n track(s) Skalieren der BPM von %n TrackSkalieren der BPM von %n Tracks - + Locking BPM of %n track(s) Sperren der BPM von %n TrackSperren der BPM von %n Tracks - + Unlocking BPM of %n track(s) Entsperren der BPM von %n TrackEntsperren der BPM von %n Tracks - + Setting color of %n track(s) Setzen der Farbe von %n TrackSetzen der Farbe von %n Tracks - + Resetting play count of %n track(s) Zurücksetzen des Wiedergabezählers von %n TrackZurücksetzen des Wiedergabezählers von %n Tracks - + Resetting beats of %n track(s) Zurücksetzen der Beats von %n TrackZurücksetzen der Beats von %n Tracks - + Clearing rating of %n track(s) Löschen der Bewertung von %n TrackLöschen der Bewertung von %n Tracks - + Clearing comment of %n track(s) Löschen des Kommentars von %n TrackLöschen des Kommentars von %n Tracks - + Removing main cue from %n track(s) Entfernen des Cue-Punktes von %n TrackEntfernen des Cue-Punktes von %n Tracks - + Removing outro cue from %n track(s) Entfernen der Outro-Cues von %n TrackEntfernen der Outro-Cues von %n Tracks - + Removing intro cue from %n track(s) Entfernen der Intro-Cues von %n TrackEntfernen der Intro-Cues von %n Tracks - + Removing loop cues from %n track(s) Entfernen der Loop-Cues von %n TrackEntfernen der Loop-Cues von %n Tracks - + Removing hot cues from %n track(s) Entfernen der Hotcues von %n TrackEntfernen der Hotcues von %n Tracks - + Resetting keys of %n track(s) Zurücksetzen der Tonarten von %n TrackZurücksetzen der Tonarten von %n Tracks - + Resetting replay gain of %n track(s) Zurücksetzen des ReplayGain von %n TrackZurücksetzen des ReplayGain von %n Tracks - + Resetting waveform of %n track(s) Zurücksetzen der Wellenform von %n TrackZurücksetzen der Wellenform von %n Tracks - + Resetting all performance metadata of %n track(s) Zurücksetzen aller Leistungsmetadaten von %n TrackZurücksetzen aller Leistungsmetadaten von %n Tracks - + Permanently delete these files from disk? Diese Dateien dauerhaft von der Festplatte löschen? - - + + This can not be undone! Dies kann nicht rückgängig gemacht werden! - + Stop the deck and move this track file to the trash bin? Das Deck anhalten und diese Track-Datei in den Papierkorb verschieben? - + Stop the deck and permanently delete this track file from disk? Das Deck anhalten und diese Track-Datei dauerhaft von der Festplatte löschen? - + Cancel Abbrechen - + Delete Files Dateien löschen - + Okay OK - + Move Track File(s) to Trash? Track-Datei(en) in den Papierkorb verschieben? - + Track Files Deleted Track-Dateien gelöscht - + Track Files Moved To Trash Track-Dateien in den Papierkorb verschoben - + %1 track files were moved to trash and purged from the Mixxx database. %1 Track-Dateien wurden in den Papierkorb verschoben und aus der Mixxx-Datenbank entfernt. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 Track-Dateien wurden von der Festplatte gelöscht und aus der Mixxx-Datenbank entfernt. - + Track File Deleted Track-Datei gelöscht - + Track file was deleted from disk and purged from the Mixxx database. Track-Datei wurde von der Festplatte gelöscht und aus der Mixxx-Datenbank entfernt. - + The following %1 file(s) could not be deleted from disk Die folgenden %1 Datei(en) konnten nicht von der Festplatte gelöscht werden - + This track file could not be deleted from disk Diese Track-Datei konnte nicht von der Festplatte gelöscht werden - + Remaining Track File(s) Verbleibende Track-Datei(en) - + Close Schließen - + Loops Loops - + Removing %n track file(s) from disk... Entferne %n Track-Datei(en) von der Festplatte ... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Hinweis: Sind Sie in der Computer- oder Aufnahmen-Ansicht, müssen Sie erneut auf die aktuelle Ansicht klicken, um Änderungen zu sehen. - + Track File Moved To Trash Track-Datei in den Papierkorb verschoben - + Track file was moved to trash and purged from the Mixxx database. Track-Datei wurden in den Papierkorb verschoben und aus der Mixxx-Datenbank entfernt. - + The following %1 file(s) could not be moved to trash Die folgenden %1 Datei(en) konnten nicht in den Papierkorb verschoben werden - + This track file could not be moved to trash Diese Track-Datei konnte nicht in den Papierkorb verschoben werden - + Setting cover art of %n track(s) Setzen des Cover-Bilds von %n TrackSetzen des Cover-Bilds von %n Tracks - + Reloading cover art of %n track(s) Cover-Bild von %n Track neu ladenCover-Bild von %n Tracks neu laden @@ -15424,37 +15522,37 @@ Dies kann nicht rückgängig gemacht werden! WTrackTableView - + Confirm track hide Ausblenden der Tracks bestätigen - + Are you sure you want to hide the selected tracks? Möchten Sie wirklich die gewählten Tracks ausblenden? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Möchten Sie wirklich die gewählten Tracks aus der Auto-DJ Warteschlange löschen? - + Are you sure you want to remove the selected tracks from this crate? Möchten Sie wirklich die gewählten Tracks aus dieser Plattenkiste löschen? - + Are you sure you want to remove the selected tracks from this playlist? Möchten Sie wirklich die gewählten Tracks von dieser Wiedergabeliste löschen? - + Don't ask again during this session Während dieser Sitzung nicht erneut fragen - + Confirm track removal Entfernen der Tracks bestätigen @@ -15470,7 +15568,7 @@ Dies kann nicht rückgängig gemacht werden! WaveformWidgetFactory - + legacy Veraltet @@ -15518,52 +15616,52 @@ Dies kann nicht rückgängig gemacht werden! mixxx::CoreServices - + fonts Schriftarten - + database Datenbank - + effects Effekte - + audio interface Audio-Interface - + decks Decks - + library Bibliothek - + Choose music library directory Verzeichnis für die Musikbibliothek auswählen - + controllers Controller - + Cannot open database Kann Datenbank nicht öffnen - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_el.qm b/res/translations/mixxx_el.qm index e5704f37d89439ade21e4b20628186cd150335b1..3e7be4047843534042950029e5f55386b8c51a73 100644 GIT binary patch delta 7002 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Προσθήκη στη λίστα του Αυτόματου DJ (στο τέλος) - + Add to Auto DJ Queue (top) Προσθήκη στη λίστα του Αυτόματου DJ (στην αρχή) - + Add to Auto DJ Queue (replace) Προσθήκη στη λίστα του Αυτόματου DJ (Αντικατάσταση) - - Import Playlist - Εισαγωγή λίστας αναπαραγωγής + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + Crate Creation Failed - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Η δημιουργία λίστας αναπαραγωγής απέτυχε - + An unknown error occurred while creating playlist: Προέκυψε άγνωστο σφάλμα κατά τη δημιουργία λίστας: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Νέα Λίστα Αναπαραγωγής - + Add to Auto DJ Queue (bottom) Προσθήκη στη λίστα του Αυτόματου DJ (στο τέλος) - - + + Create New Playlist Δημιουργία νέας λίστας αναπαραγωγής - + Add to Auto DJ Queue (top) Προσθήκη στη λίστα του Αυτόματου DJ (στην αρχή) - + Remove Αφαίρεση - + Rename Μετονομασία - + Lock Κλείδωμα - + Duplicate Κλωνοποίηση - - + + Import Playlist Εισαγωγή λίστας αναπαραγωγής - + Export Track Files Εξαγωγή αρχείων ήχου - + Analyze entire Playlist Ανάλυση ολόκληρης της λίστας αναπαραγωγής - + Enter new name for playlist: Εισάγετε νέο όνομα για τη λίστα αναπαραγωγής: - + Duplicate Playlist Κλωνοποίηση λίστας αναπαραγωγής - - + + Enter name for new playlist: Εισάγετε όνομα για τη νέα λίστα αναπαραγωγής: - - + + Export Playlist Εξαγωγή λίστας αναπαραγωγής - + Add to Auto DJ Queue (replace) Προσθήκη στη λίστα του Αυτόματου DJ (Αντικατάσταση) - + Rename Playlist Μετονομασία λίστας αναπαραγωγής + - Renaming Playlist Failed Η μετονομασία της λίστας αναπαραγωγής απέτυχε - - - + + + A playlist by that name already exists. Μια λίστα αναπαραγωγής με αυτό το όνομα υπάρχει ήδη. - - - + + + A playlist cannot have a blank name. Η λίστα αναπαραγωγής δεν μπορεί να έχει κενό όνομα. - + _copy //: Appendix to default name when duplicating a playlist _αντίγραφο + - + - - - + + Playlist Creation Failed Η δημιουργία λίστας αναπαραγωγής απέτυχε - - + + An unknown error occurred while creating playlist: Προέκυψε άγνωστο σφάλμα κατά τη δημιουργία λίστας: - + Confirm Deletion Επιβεβαίωση Διαγραφής - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) Λίστα αναπαραγωγής M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Λίστα αναπαραγωγής M3U (*.m3u);;Λίστα αναπαραγωγής M3U8 (*.m3u8);;Λίστα αναπαραγωγής PLS (*.pls);;Κείμενο CSV (*.csv);;Απλό κείμενο (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. H φόρτωση του κομματιού απέτυχε. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Άλμπουμ - + Album Artist Καλλιτέχνης δίσκου - + Artist Καλλιτέχνης - + Bitrate Ρυθμός μετάδοσης bit - + BPM BPM - + Channels Κανάλια - + Color Χρώμα - + Comment Σχόλιο - + Composer Συνθέτης - + Cover Art Εξώφυλλο - + Date Added Ημερομηνία προσθήκης - + Last Played - + Duration Διάρκεια - + Type Τύπος - + Genre Είδος - + Grouping Ομαδοποίηση - + Key Κλειδί - + Location Θέση - + Preview Προεπισκόπηση - + Rating Αξιολόγηση - + ReplayGain ReplayGain - + Samplerate Ρυθμός δειγματοληψίας - + Played Έπαιξε - + Title Τίτλος - + Track # Αρ. κομματιού - + Year Έτος - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Αποτυχία ενέργειας - + Please enable at least one connection to use Live Broadcasting. Παρακαλούμε ενεργοποιήστε τουλάχιστον μία σύνδεση για τη λειτουργία Ζωντανής Μετάδοσης. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Προσθήκη στους Γρήγορους Συνδέσμους - + Remove from Quick Links Αφαίρεση από Γρήγορους Συνδέσμους - + Add to Library Προσθήκη στη Συλλογή - + Quick Links Γρήγοροι Σύνδεσμοι - - + + Devices Συσκευές - + Removable Devices Αφαιρούμενες συσκευές - - + + Computer Υπολογιστής - + Music Directory Added Προστέθηκε Μουσικός Κατάλογος - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Προσθέσατε έναν ή περισσότερους μουσικούς καταλόγους. Τα κομμάτια σε αυτούς τους καταλόγους δεν θα είναι διαθέσιμα μέχρι να επανασαρωθεί η συλλογή σας. Θέλετε να γίνει τώρα επανασάρωση; - + Scan Σάρωση - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. Ο "Υπολογιστής" σας επιτρέπει την πλοήγηση σε, προβολή και φόρτωση κομματιών από φακέλους στο σκληρό σας δίσκο και τις εξωτερικές σας συσκευές. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny - + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Ομάδα - + Item Αντικείμενο - + Value Τιμή - + Parameter Παράμετρος - + Title Τίτλος - + Description Περιγραφή @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Ρύθμιση σε πλήρη ένταση - + Set to zero volume Ρύθμιση σε μηδενική ένταση @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Κουμπί αντίστροφης κύλισης (Λογοκρισία) - + Headphone listen button Κουμπί για ακρόαση ακουστικών - + Mute button Κουμπί σίγασης @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Προσανατολισμός μείξης (π.χ. αρ., δεξ., κέντρο) - + Set mix orientation to left Ρύθμιση προσανατολισμού μείξης προς τα αριστερά - + Set mix orientation to center Ρύθμιση προσανατολισμού μείξης προς το κέντρο - + Set mix orientation to right Ρύθμιση προσανατολισμού μείξης προς τα δεξιά @@ -1066,23 +1095,23 @@ trace - Above + Profiling messages Πλήκτρο χτύπου BPM - + Toggle quantize mode Ενεργ./Απενεργ. λειτουργίας κβαντισμού - + One-time beat sync (tempo only) Άμεσος συγχρον. ρυθμού (μόνο βήμα) - + One-time beat sync (phase only) Άμεσος συγχρον. ρυθμού (μόνο φάση) - + Toggle keylock mode Ενεργ./Απενεργ. λειτουργίας κλειδώματος ύψους @@ -1092,193 +1121,193 @@ trace - Above + Profiling messages Ισοσταθμιστές - + Vinyl Control Έλεγχος βινυλίου - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Ενεργ./Απενεργ. λειτουργίας cueing ελέγχου-βινυλίου (ΑΝΕΝΕΡΓΟ/ΕΝΑ/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Τρόπος ελέγχου-βινυλίου (ΑΠΟΛ/ΣΧΕΤ/ΣΤΑΘ) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Επανάληψη - + Loop In button Κουμπί Εισόδου στην Επανάληψη - + Loop Out button Κουμπί Εξόδου από την Επανάληψη - + Loop Exit button Κουμπί για έξοδο από τον βρόχο (loop) - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1394,20 +1423,20 @@ trace - Above + Profiling messages - - + + Volume Fader Ποτενσιόμετρο Έντασης - + Full Volume Πλήρης Ένταση - + Zero Volume Μηδενική ένταση @@ -1423,7 +1452,7 @@ trace - Above + Profiling messages - + Mute Σίγαση @@ -1434,7 +1463,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1455,25 +1484,25 @@ trace - Above + Profiling messages - + Orientation Προσανατολισμός - + Orient Left - + Orient Center - + Orient Right @@ -1543,82 +1572,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync Συγχρονισμός - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch Έλεγχος τόνου (δεν επηρεάζει το ρυθμό), το κέντρο αντιστοιχεί στον αρχικό τόνο - + Pitch Adjust Ρύθμιση Τόνου - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1659,456 +1688,456 @@ trace - Above + Profiling messages Χαμηλός Ισοσταθμιστής - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Προσθήκη στη λίστα του Αυτόματου DJ (στο τέλος) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Προσθήκη στη λίστα του Αυτόματου DJ (στην αρχή) - + Prepend selected track to the Auto DJ Queue - + Load Track Άνοιγμα κομματιού - + Load selected track Φόρτωση του διαλεγμένου κομματιού - + Load selected track and play Φόρτωση του επιλεγμένου κομματιού και αναπαραγωγή - - + + Record Mix Εγγραφή μίξης - + Toggle mix recording - + Effects Εφέ - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear Εκκαθάριση - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Επόμενο - + Switch to next effect - + Previous Προηγούμενο - + Switch to the previous effect Εναλλαγή στο προηγούμενο εφέ - + Next or Previous Επόμενο ή Προηγούμενο - + Switch to either next or previous effect Εναλλαγή είτε στο επόμενο είτε στο προηγούμενο εφέ - - + + Parameter Value Τιμή Παραμέτρου - - + + Microphone Ducking Strength Ισχύς "Βύθισης" Μικροφώνου - + Microphone Ducking Mode Λειτουργία "Βύθισης" Μικροφώνου - + Gain Ενίσχυση - + Gain knob Κουμπί ρύθμισης του gain - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Εναλλαγή Aυτόματου DJ - + Toggle Auto DJ On/Off Θέστε τον Αυτόματο DJ εντός/εκτός λειτουργίας - + Microphone & Auxiliary Show/Hide Μικρόφωνο & Θύρα Aux Εμφάνιση/Απόκρυψη - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Μεγιστοποίηση/Επαναφορά Βιβλιοθήκης - + Maximize the track library to take up all the available screen space. Μεγιστοποίηση της βιλιοθήκης αρχείων ώστε να καταλαμβάνει ολόκληρο τον διαθέσιμο χώρο της οθόνης - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2123,102 +2152,102 @@ trace - Above + Profiling messages Ενίσχυση Ακουστικού - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Ταχύτητα αναπαραγωγής - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed Αύξηση ταχύτητας - + Adjust speed faster (coarse) - + Increase Speed (Fine) Αύξηση Ταχύτητας (Ακριβής) - + Adjust speed faster (fine) - + Decrease Speed Ελάττωση ταχύτητας - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed Προσωρινή αύξηση ταχύτητας - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed Προσωρινή μείωση ταχύτητας - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2290,942 +2319,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) Προσθήκη στη λίστα του Αυτόματου DJ (Αντικατάσταση) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Μικρόφωνο ανοιχτό/κλειστό - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Αυτόματος DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track Ενεργοποίηση μετάβασης στο επόμενο κομμάτι - + User Interface Διεπαφή χρήστη - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Εμφάνιση/ Απόκρυψη ενότητας για τον έλεγχο βινυλίου - + Preview Deck Show/Hide - + Show/hide the preview deck Εμφάνιση/ Απόκρυψη του deck προεπισκόπησης - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3594,37 +3633,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3637,34 +3676,40 @@ trace - Above + Profiling messages Περί του Mixxx - - + + + Unknown Άγνωστο - + Date: Ημ/νία: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3878,7 +3923,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4129,7 +4174,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4359,122 +4404,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono Μονοφωνία - + Stereo Στεροφωνία - - - - + + + + Action failed Αποτυχία ενέργειας - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5047,22 +5092,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5172,6 +5217,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5748,38 +5798,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Πληροφορίες - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6005,52 +6080,52 @@ and allows you to pitch adjust them for harmonic mixing. Σάρωση - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6910,138 +6985,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Αρχική (μακρά καθυστέρηση) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Απενεργοποιημένο - + Enabled Ενεργό - + Stereo Στεροφωνία - + Mono Μονοφωνία - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Σφάλμα ρυθμίσεων @@ -7527,122 +7602,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Υλικό Ήχου - + Controllers Ελεγκτές - + Library Βιβλιοθήκη - + Interface Διεπαφή - + Waveforms - + Mixer Μείκτης - + Auto DJ Αυτόματος DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Βοήθεια - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Εφαρμογή - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ακύ&ρωση - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Εφέ - + Recording Ηχογράφηση - + Beat Detection - + Key Detection - + Normalization Κανονικοποίηση - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Έλεγχος βινυλίου - + Live Broadcasting Ζωντανή Εκπομπή - + Modplug Decoder @@ -7817,7 +7892,7 @@ Select from different types of displays for the waveform, which differ primarily Καλλιτέχνης δίσκου - + Fetching track data from the MusicBrainz database @@ -7894,72 +7969,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8280,7 +8355,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Ακύ&ρωση - + (no color) @@ -8490,27 +8565,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8733,15 +8808,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8752,57 +8827,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8885,32 +8960,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8985,181 +9060,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Συσκευή Ήχου Απασχολημένη - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry Επανάληψη - + skin - - + + Reconfigure Επαναρύθμιση - + Help Βοήθεια - - + + Exit Έξοδος - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Συνέχεια - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Σφάλμα στο αρχείο skin - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Επιβεβαίωση εξόδου - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. Το παράθυρο επιλογών είναι ακόμα ανοιχτό - + Discard any changes and exit Mixxx? Απαλοιφή αλλαγών και έξοδος του Mixxx; @@ -9175,43 +9250,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Κλείδωμα - - + + Playlists Λίστες Αναπαραγωγής - + + Shuffle Playlist + + + + Unlock Ξεκλείδωμα - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Δημιουργία νέας λίστας αναπαραγωγής @@ -9278,7 +9358,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Μη έγκυρο @@ -9384,68 +9464,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Ακουστικά - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Έλεγχος βινυλίου - + Microphone Μικρόφωνο - + Auxiliary - - + + Unknown path type %1 @@ -9538,6 +9618,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9575,6 +9657,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9593,6 +9676,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9608,6 +9693,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9905,7 +9992,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Ενίσχυση για το χαμηλό φίλτρο @@ -9962,7 +10049,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Ενίσχυση για το υψηλό φίλτρο @@ -9982,22 +10069,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Ενίσχυση για το φίλτρο ζώνης %1 @@ -10080,8 +10167,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Εύρος @@ -10111,42 +10198,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10166,17 +10253,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10578,18 +10665,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10629,52 +10716,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10722,10 +10809,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Διέλευση + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10894,7 +11002,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10940,34 +11048,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Κιβώτια - + Check for Serato databases (refresh) - + (loading) Serato @@ -10975,64 +11083,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Ιστορικό - + Unlock Ξεκλείδωμα - + Lock Κλείδωμα - - + + Confirm Deletion Επιβεβαίωση Διαγραφής - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11041,193 +11149,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Το Mixxx αντιμετώπισε ένα πρόβλημα - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Ελέγξτε την σύνδεσή σας στο Internet και επιβεβαιώστε οτι το όνομα χρήστη και ο κωδικός είναι σωστά. @@ -11243,23 +11351,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device μια συσκευή - + An unknown error occurred Προέκυψε ένα άγνωστο σφάλμα - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11611,7 +11719,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Εξώφυλλο @@ -12063,52 +12171,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration Διάρκεια Ηχογράφησης @@ -12302,442 +12400,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Μείξη - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear Εκκαθάριση - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Επόμενο - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12746,169 +12845,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Εναλλαγή στο επόμενο εφέ - + Previous Προηγούμενο - + Switch to the previous effect. Εναλλαγή στο προηγούμενο εφέ - + Next or Previous Επόμενο ή Προηγούμενο - + Switch to either the next or previous effect. Εναλλαγή είτε στο επόμενο είτε στο προηγούμενο εφέ - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Παράμετρος Εφέ - + Adjusts a parameter of the effect. Ρυθμίζει την παράμετρο του εφέ - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Παράμετρος Ισοσταθμιστή - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13007,47 +13105,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Μειώνει τον τόνο κατά ένα ημιτόνιο. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13315,123 +13413,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Εγγραφή μίξης - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13553,97 +13651,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13653,82 +13751,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time Χρόνος κομματιού - + Track Duration Διάρκεια κομματιού - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist Καλλιτέχνης κομματιού - + Displays the artist of the loaded track. - + Track Title Τίτλος Κομματιού - + Displays the title of the loaded track. - + Track Album Τίτλος Δίσκου - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13736,12 +13834,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13994,22 +14092,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14031,7 +14129,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14055,452 +14153,452 @@ This can not be undone! WMainMenuBar - + &File &Αρχείο - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open Άνοιγμα - + &Exit &Έξοδος - + Quits Mixxx - + Ctrl+q Ctrl+q - + &Library &Συλλογή - + &Rescan Library &Επανεξέταση της Συλλογής - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Εμφάνιση - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. Μεγιστοποίηση της βιλιοθήκης αρχείων ώστε να καταλαμβάνει ολόκληρο τον διαθέσιμο χώρο της οθόνης - + Space Menubar|View|Maximize Library - + &Full Screen &Πλήρης Οθόνη - + Display Mixxx using the full screen Εμφάνιση του Mixxx σε πλήρη οθόνη - + &Options &Επιλογές - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file Ηχογραφήστε την μίξη σας σε αρχείο - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Προτιμήσεις - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Βοήθεια - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About &Περί - + About the application @@ -14729,564 +14827,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist Προσθήκη στη Λίστα Αναπαραγωγής - + Crates Κιβώτια - + Metadata - + Update external collections - + Cover Art Εξώφυλλο - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Επαναφορά - - + + Analyze Ανάλυση - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Προσθήκη στη λίστα του Αυτόματου DJ (στο τέλος) - + Add to Auto DJ Queue (top) Προσθήκη στη λίστα του Αυτόματου DJ (στην αρχή) - + Add to Auto DJ Queue (replace) Προσθήκη στη λίστα του Αυτόματου DJ (Αντικατάσταση) - + Preview Deck - + Remove Αφαίρεση - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Ιδιότητες - + Open in File Browser Άνοιξε το στο πρόγραμμα περιήγησης αρχείων - + Select in Library - + Import From File Tags Εισαγωγή Από Ετικέτες Αρχείου - + Import From MusicBrainz Εισαγωγή από MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Αξιολόγηση - + Cue Point - + Hotcues - + Intro - + Outro - + Key Κλειδί - + ReplayGain ReplayGain - + Waveform Κυματομορφή - + Comment Σχόλιο - + All Όλα - + Lock BPM Kλείδωμα BPM - + Unlock BPM Ξεκλείδωμα BPM - + Double BPM Διπλασιασμός BPM - + Halve BPM Υποδιπλασιασμός BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Δημιουργία νέας λίστας αναπαραγωγής - + Enter name for new playlist: Εισάγετε όνομα για τη νέα λίστα αναπαραγωγής: - + New Playlist Νέα Λίστα Αναπαραγωγής - - - + + + Playlist Creation Failed Η δημιουργία λίστας αναπαραγωγής απέτυχε - + A playlist by that name already exists. Μια λίστα αναπαραγωγής με αυτό το όνομα υπάρχει ήδη. - + A playlist cannot have a blank name. Η λίστα αναπαραγωγής δεν μπορεί να έχει κενό όνομα. - + An unknown error occurred while creating playlist: Προέκυψε άγνωστο σφάλμα κατά τη δημιουργία λίστας: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Άκυρο - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Κλείσιμο - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15294,37 +15392,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15340,7 +15438,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15388,52 +15486,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Επιλογή καταλόγου μουσικής συλλογής - + controllers - + Cannot open database Αδυναμία ανοίγματος της βάσης δεδομένων - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_en_CA.qm b/res/translations/mixxx_en_CA.qm index 3a91656ef4bd00a2b18473e37d33681c5da6a1e6..e8d0b2755beb4343dc7d6a0cc077b2af44b9c2cd 100644 GIT binary patch delta 18992 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) Add to Auto DJ Queue (replace) - - Import Playlist - Import Playlist + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + Crate Creation Failed - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Playlist Creation Failed - + An unknown error occurred while creating playlist: An unknown error occurred while creating playlist: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist New Playlist - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - - + + Create New Playlist Create New Playlist - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Remove Remove - + Rename Rename - + Lock Lock - + Duplicate Duplicate - - + + Import Playlist Import Playlist - + Export Track Files Export Track Files - + Analyze entire Playlist Analyse entire Playlist - + Enter new name for playlist: Enter new name for playlist: - + Duplicate Playlist Duplicate Playlist - - + + Enter name for new playlist: Enter name for new playlist: - - + + Export Playlist Export Playlist - + Add to Auto DJ Queue (replace) Add to Auto DJ Queue (replace) - + Rename Playlist Rename Playlist + - Renaming Playlist Failed Renaming Playlist Failed - - - + + + A playlist by that name already exists. A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist _copy + - + - - - + + Playlist Creation Failed Playlist Creation Failed - - + + An unknown error occurred while creating playlist: An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Couldn't load track. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Album Artist - + Artist Artist - + Bitrate Bitrate - + BPM BPM - + Channels Channels - + Color Color - + Comment Comment - + Composer Composer - + Cover Art Cover Art - + Date Added Date Added - + Last Played - + Duration Duration - + Type Type - + Genre Genre - + Grouping Grouping - + Key Key - + Location Location - + Preview Preview - + Rating Rating - + ReplayGain ReplayGain - + Samplerate Samplerate - + Played Played - + Title Title - + Track # Track # - + Year Year - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Action failed - + Please enable at least one connection to use Live Broadcasting. Please enable at least one connection to use Live Broadcasting. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Add to Quick Links - + Remove from Quick Links Remove from Quick Links - + Add to Library Add to Library - + Quick Links Quick Links - - + + Devices Devices - + Removable Devices Removable Devices - - + + Computer Computer - + Music Directory Added Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value Value - + Parameter Parameter - + Title Title - + Description Description @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Set to full volume - + Set to zero volume Set to zero volume @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Reverse roll (Censor) button - + Headphone listen button Headphone listen button - + Mute button Mute button @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Mix orientation (e.g. left, right, center) - + Set mix orientation to left Set mix orientation to left - + Set mix orientation to center Set mix orientation to center - + Set mix orientation to right Set mix orientation to right @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages BPM tap button - + Toggle quantize mode Toggle quantize mode - + One-time beat sync (tempo only) One-time beat sync (tempo only) - + One-time beat sync (phase only) One-time beat sync (phase only) - + Toggle keylock mode Toggle keylock mode @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer Pass through external audio into the internal mixer - + Cues Cues - + Cue button Cue button - + Set cue point Set cue point - + Go to cue point Go to cue point - + Go to cue point and play Go to cue point and play - + Go to cue point and stop Go to cue point and stop - + Preview from cue point Preview from cue point - + Cue button (CDJ mode) Cue button (CDJ mode) - + Stutter cue Stutter cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Clear hotcue %1 - + Set hotcue %1 Set hotcue %1 - + Jump to hotcue %1 Jump to hotcue %1 - + Jump to hotcue %1 and stop Jump to hotcue %1 and stop - + Jump to hotcue %1 and play Jump to hotcue %1 and play - + Preview from hotcue %1 Preview from hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Loop In button - + Loop Out button Loop Out button - + Loop Exit button Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Move loop forward by %1 beats - + Move loop backward by %1 beats Move loop backward by %1 beats - + Create %1-beat loop Create %1-beat loop - + Create temporary %1-beat loop roll Create temporary %1-beat loop roll @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Volume Fader - + Full Volume Full Volume - + Zero Volume Zero Volume @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Mute @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Headphone Listen @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientation - + Orient Left Orient Left - + Orient Center Orient Center - + Orient Right Orient Right @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Adjust the beatgrid to the right - + Adjust Beatgrid Adjust Beatgrid - + Align beatgrid to current position Align beatgrid to current position - + Adjust Beatgrid - Match Alignment Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. Adjust beatgrid to match another playing deck. - + Quantize Mode Quantize Mode - + Sync Sync - + Beat Sync One-Shot Beat Sync One-Shot - + Sync Tempo One-Shot Sync Tempo One-Shot - + Sync Phase One-Shot Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust Pitch Adjust - + Adjust pitch from speed slider pitch Adjust pitch from speed slider pitch - + Match musical key Match musical key - + Match Key Match Key - + Reset Key Reset Key - + Resets key to original Resets key to original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Low EQ - + Toggle Vinyl Control Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode Vinyl Control Mode - + Vinyl Control Cueing Mode Vinyl Control Cueing Mode - + Vinyl Control Passthrough Vinyl Control Passthrough - + Vinyl Control Next Deck Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck Single deck mode - Switch vinyl control to next deck - + Cue Cue - + Set Cue Set Cue - + Go-To Cue Go-To Cue - + Go-To Cue And Play Go-To Cue And Play - + Go-To Cue And Stop Go-To Cue And Stop - + Preview Cue Preview Cue - + Cue (CDJ Mode) Cue (CDJ Mode) - + Stutter Cue Stutter Cue - + Go to cue point and play after release Go to cue point and play after release - + Clear Hotcue %1 Clear Hotcue %1 - + Set Hotcue %1 Set Hotcue %1 - + Jump To Hotcue %1 Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play Jump To Hotcue %1 And Play - + Preview Hotcue %1 Preview Hotcue %1 - + Loop In Loop In - + Loop Out Loop Out - + Loop Exit Loop Exit - + Reloop/Exit Loop Reloop/Exit Loop - + Loop Halve Loop Halve - + Loop Double Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Move Loop +%1 Beats - + Move Loop -%1 Beats Move Loop -%1 Beats - + Loop %1 Beats Loop %1 Beats - + Loop Roll %1 Beats Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue Prepend selected track to the Auto DJ Queue - + Load Track Load Track - + Load selected track Load selected track - + Load selected track and play Load selected track and play - - + + Record Mix Record Mix - + Toggle mix recording Toggle mix recording - + Effects Effects - + Quick Effects Quick Effects - + Deck %1 Quick Effect Super Knob Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect Quick Effect - + Clear Unit Clear Unit - + Clear effect unit Clear effect unit - + Toggle Unit Toggle Unit - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Super Knob - + Next Chain Next Chain - + Assign Assign - + Clear Clear - + Clear the current effect Clear the current effect - + Toggle Toggle - + Toggle the current effect Toggle the current effect - + Next Next - + Switch to next effect Switch to next effect - + Previous Previous - + Switch to the previous effect Switch to the previous effect - + Next or Previous Next or Previous - + Switch to either next or previous effect Switch to either next or previous effect - - + + Parameter Value Parameter Value - - + + Microphone Ducking Strength Microphone Ducking Strength - + Microphone Ducking Mode Microphone Ducking Mode - + Gain Gain - + Gain knob Gain knob - + Shuffle the content of the Auto DJ queue Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue Skip the next track in the Auto DJ queue - + Auto DJ Toggle Auto DJ Toggle - + Toggle Auto DJ On/Off Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Show or hide the mixer. - + Cover Art Show/Hide (Library) Cover Art Show/Hide (Library) - + Show/hide cover art in the library Show/hide cover art in the library - + Library Maximize/Restore Library Maximize/Restore - + Maximize the track library to take up all the available screen space. Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide Effect Rack Show/Hide - + Show/hide the effect rack Show/hide the effect rack - + Waveform Zoom Out Waveform Zoom Out @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Headphone gain - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Playback Speed - + Playback speed control (Vinyl "Pitch" slider) Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) Pitch (Musical key) - + Increase Speed Increase Speed - + Adjust speed faster (coarse) Adjust speed faster (coarse) - + Increase Speed (Fine) Increase Speed (Fine) - + Adjust speed faster (fine) Adjust speed faster (fine) - + Decrease Speed Decrease Speed - + Adjust speed slower (coarse) Adjust speed slower (coarse) - + Adjust speed slower (fine) Adjust speed slower (fine) - + Temporarily Increase Speed Temporarily Increase Speed - + Temporarily increase speed (coarse) Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) Temporarily increase speed (fine) - + Temporarily Decrease Speed Temporarily Decrease Speed - + Temporarily decrease speed (coarse) Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) Temporarily decrease speed (fine) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Keylock - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker Intro Start Marker - + Intro End Marker Intro End Marker - + Outro Start Marker Outro Start Marker - + Outro End Marker Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Loop Selected Beats - + Create a beat loop of selected beat size Create a beat loop of selected beat size - + Loop Roll Selected Beats Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop Reloop And Stop - + Enable loop, jump to Loop In point, and stop Enable loop, jump to Loop In point, and stop - + Halve the loop length Halve the loop length - + Double the loop length Double the loop length - + Beat Jump / Loop Move Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navigation - + Move up Move up - + Equivalent to pressing the UP key on the keyboard Equivalent to pressing the UP key on the keyboard - + Move down Move down - + Equivalent to pressing the DOWN key on the keyboard Equivalent to pressing the DOWN key on the keyboard - + Move up/down Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left Move left - + Equivalent to pressing the LEFT key on the keyboard Equivalent to pressing the LEFT key on the keyboard - + Move right Move right - + Equivalent to pressing the RIGHT key on the keyboard Equivalent to pressing the RIGHT key on the keyboard - + Move left/right Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button Quick Effect Enable Button - + Enable or disable effect processing Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes Toggle effect unit between D/W and D+W modes - + Next chain preset Next chain preset - + Previous Chain Previous Chain - + Previous chain preset Previous chain preset - + Next/Previous Chain Next/Previous Chain - + Next or previous chain preset Next or previous chain preset - - + + Show Effect Parameters Show Effect Parameters - + Effect Unit Assignment - + Meta Knob Meta Knob - + Effect Meta Knob (control linked effect parameters) Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary Microphone / Auxiliary - + Microphone On/Off Microphone On/Off - + Microphone on/off Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliary On/Off - + Auxiliary on/off Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Shuffle - + Auto DJ Skip Next Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Auto DJ Fade To Next - + Trigger the transition to the next track Trigger the transition to the next track - + User Interface User Interface - + Samplers Show/Hide Samplers Show/Hide - + Show/hide the sampler section Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Vinyl Control Show/Hide - + Show/hide the vinyl control section Show/hide the vinyl control section - + Preview Deck Show/Hide Preview Deck Show/Hide - + Show/hide the preview deck Show/hide the preview deck - + Toggle 4 Decks Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Waveform zoom - + Waveform Zoom Waveform Zoom - + Zoom waveform in Zoom waveform in - + Waveform Zoom In Waveform Zoom In - + Zoom waveform out Zoom waveform out - + Star Rating Up Star Rating Up - + Increase the track rating by one star Increase the track rating by one star - + Star Rating Down Star Rating Down - + Decrease the track rating by one star Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: With contributions from: - + And special thanks to: And special thanks to: - + Past Developers Past Developers - + Past Contributors Past Contributors - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages About Mixxx - - + + + Unknown Unknown - + Date: Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits Credits - + License License @@ -3908,7 +3953,7 @@ last sound. Disable - + Displays the duration and number of selected tracks. Displays the duration and number of selected tracks. @@ -4161,7 +4206,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Learning: %1. Now move a control on your controller. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4391,122 +4436,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Action failed - + You can't create more than %1 source connections. You can't create more than %1 source connections. - + Source connection %1 Source connection %1 - + At least one source connection is required. At least one source connection is required. - + Are you sure you want to disconnect every active source connection? Are you sure you want to disconnect every active source connection? - - + + Confirmation required Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? Are you sure you want to delete '%1'? - + Renaming '%1' Renaming '%1' - + New name for '%1': New name for '%1': - + Can't rename '%1' to '%2': name already in use Can't rename '%1' to '%2': name already in use @@ -5079,22 +5124,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5204,6 +5249,11 @@ Apply settings and continue? Screen saver Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5803,38 +5853,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run Allow screensaver to run - + Prevent screensaver from running Prevent screensaver from running - + Prevent screensaver while playing Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes This skin does not support color schemes - + Information Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6060,52 +6135,52 @@ and allows you to pitch adjust them for harmonic mixing. Scan - + Item is not a directory or directory is missing - + Choose a music directory Choose a music directory - + Confirm Directory Removal Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories? <ul><li>Hide all tracks from this directory and subdirectories.</li> <li>Delete all metadata for these tracks from Mixxx permanently.</li> <li>Leave the tracks unchanged in your library.</li></ul> Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Hide Tracks - + Delete Track Metadata Delete Track Metadata - + Leave Tracks Unchanged Leave Tracks Unchanged - + Relink music directory to new location Relink music directory to new location - + Select Library Font Select Library Font @@ -6965,138 +7040,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Default (long delay) - + Experimental (no delay) Experimental (no delay) - + Disabled (short delay) Disabled (short delay) - + Soundcard Clock Soundcard Clock - + Network Clock Network Clock - + Direct monitor (recording and broadcasting only) Direct monitor (recording and broadcasting only) - + Disabled Disabled - + Enabled Enabled - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. Refer to the Mixxx User Manual for details. - + Configured latency has changed. Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Configuration error @@ -7584,122 +7659,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interface - + Waveforms Waveforms - + Mixer Mixer - + Auto DJ Auto DJ - + Decks Decks - + Colors Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Help - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Apply - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancel - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Effects - + Recording Recording - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Live Broadcasting - + Modplug Decoder Modplug Decoder @@ -7874,7 +7949,7 @@ Select from different types of displays for the waveform, which differ primarily Album Artist - + Fetching track data from the MusicBrainz database Fetching track data from the MusicBrainz database @@ -7951,72 +8026,72 @@ Select from different types of displays for the waveform, which differ primarily &Close - + Original tags Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8337,7 +8412,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancel - + (no color) @@ -8547,27 +8622,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (faster) - + Rubberband (better) Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8790,15 +8865,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Safe Mode Enabled - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8810,57 +8885,57 @@ Shown when VuMeter can not be displayed. Please keep support. - + activate activate - + toggle toggle - + right right - + left left - + right small right small - + left small left small - + up up - + down down - + up small up small - + down small down small - + Shortcut Shortcut @@ -8946,32 +9021,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller MIDI Controller - + MixxxControl(s) not found MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -9047,185 +9122,185 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Exit</b> Mixxx. - + Retry Retry - + skin - - + + Reconfigure Reconfigure - + Help Help - - + + Exit Exit - - + + Mixxx was unable to open all the configured sound devices. Mixxx was unable to open all the configured sound devices. - + Sound Device Error Sound Device Error - + <b>Retry</b> after fixing an issue <b>Retry</b> after fixing an issue - + No Output Devices No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. <b>Continue</b> without any outputs. - + Continue Continue - + Load track to Deck %1 Load track to Deck %1 - + Deck %1 is currently playing a track. Deck %1 is currently playing a track. - + Are you sure you want to load a new track? Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error in skin file - + The selected skin cannot be loaded. The selected skin cannot be loaded. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirm Exit - + A deck is currently playing. Exit Mixxx? A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. The preferences window is still open. - + Discard any changes and exit Mixxx? Discard any changes and exit Mixxx? @@ -9241,43 +9316,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Lock - - + + Playlists Playlists - + + Shuffle Playlist + + + + Unlock Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Create New Playlist @@ -9345,7 +9425,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Invalid @@ -9451,68 +9531,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Booth - + Headphones Headphones - + Left Bus Left Bus - + Center Bus Center Bus - + Right Bus Right Bus - + Invalid Bus Invalid Bus - + Deck Deck - + Record/Broadcast Record/Broadcast - + Vinyl Control Vinyl Control - + Microphone Microphone - + Auxiliary Auxiliary - - + + Unknown path type %1 Unknown path type %1 @@ -9605,6 +9685,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Time @@ -9642,6 +9724,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9662,6 +9745,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9677,6 +9762,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9981,7 +10068,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Gain for Low Filter @@ -10038,7 +10125,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Gain for High Filter @@ -10058,22 +10145,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer Graphic Equalizer - + Graphic EQ Graphic EQ - + An 8-band graphic equalizer based on biquad filters An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Gain for Band Filter %1 @@ -10158,8 +10245,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Range @@ -10189,42 +10276,42 @@ Higher values result in less attenuation of high frequencies. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10244,17 +10331,17 @@ Higher values result in less attenuation of high frequencies. A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10671,18 +10758,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10722,52 +10809,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10815,10 +10902,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10987,7 +11095,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11033,34 +11141,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: Reads the following from the Serato Music directory and removable devices: - + Tracks Tracks - + Crates Crates - + Check for Serato databases (refresh) Check for Serato databases (refresh) - + (loading) Serato (loading) Serato @@ -11068,64 +11176,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History History - + Unlock Unlock - + Lock Lock - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11134,193 +11242,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx encountered a problem - + Could not allocate shout_t Could not allocate shout_t - + Could not allocate shout_metadata_t Could not allocate shout_metadata_t - + Error setting non-blocking mode: Error setting non-blocking mode: - + Error setting tls mode: Error setting tls mode: - + Error setting hostname! Error setting hostname! - + Error setting port! Error setting port! - + Error setting password! Error setting password! - + Error setting mount! Error setting mount! - + Error setting username! Error setting username! - + Error setting stream name! Error setting stream name! - + Error setting stream description! Error setting stream description! - + Error setting stream genre! Error setting stream genre! - + Error setting stream url! Error setting stream url! - + Error setting stream IRC! Error setting stream IRC! - + Error setting stream AIM! Error setting stream AIM! - + Error setting stream ICQ! Error setting stream ICQ! - + Error setting stream public! Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate Unsupported sample rate - + Error setting bitrate Error setting bitrate - + Error: unknown server protocol! Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Error setting protocol! - + Network cache overflow Network cache overflow - + Connection error Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. Lost connection to streaming server. - + Please check your connection to the Internet. Please check your connection to the Internet. - + Can't connect to streaming server Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Please check your connection to the Internet and verify that your username and password are correct. @@ -11336,23 +11444,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device a device - + An unknown error occurred An unknown error occurred - + Two outputs cannot share channels on "%1" Two outputs cannot share channels on "%1" - + Error opening "%1" Error opening "%1" @@ -11704,7 +11812,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Cover Art @@ -12156,52 +12264,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input Select and configure a hardware device for this input - + Recording Duration Recording Duration @@ -12395,444 +12493,445 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. Jump to Loop-Out Marker. - + Beatloop Size Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward Beatjump Forward - + Jump forward by the set number of beats. Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. Move the loop forward by the set number of beats. - + Jump forward by 1 beat. Jump forward by 1 beat. - + Move the loop forward by 1 beat. Move the loop forward by 1 beat. - + Beatjump Backward Beatjump Backward - + Jump backward by the set number of beats. Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. Move the loop backward by the set number of beats. - + Jump backward by 1 beat. Jump backward by 1 beat. - + Move the loop backward by 1 beat. Move the loop backward by 1 beat. - + Reloop Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. Show/hide intro & outro markers and associated buttons. - + Intro Start Marker Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. If marker is set, clears the marker. - + Intro End Marker Intro End Marker - + Outro Start Marker Outro Start Marker - + Outro End Marker Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu Skin Settings Menu - + Show/hide skin settings menu Show/hide skin settings menu - + Save Sampler Bank Save Sampler Bank - + Save the collection of samples loaded in the samplers. Save the collection of samples loaded in the samplers. - + Load Sampler Bank Load Sampler Bank - + Load a previously saved collection of samples into the samplers. Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Show Effect Parameters - + Enable Effect Enable Effect - + Meta Knob Link Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Super Knob - + Next Chain Next Chain - + Previous Chain Previous Chain - + Next/Previous Chain Next/Previous Chain - + Clear Clear - + Clear the current effect. Clear the current effect. - + Toggle Toggle - + Toggle the current effect. Toggle the current effect. - + Next Next - + Clear Unit Clear Unit - + Clear effect unit. Clear effect unit. - + Show/hide parameters for effects in this unit. Show/hide parameters for effects in this unit. - + Toggle Unit Toggle Unit - + Enable or disable this whole effect unit. Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. Load next or previous effect chain preset into this effect unit. + @@ -12841,169 +12940,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Assign Effect Unit - + Assign this effect unit to the channel output. Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Switch to the next effect. - + Previous Previous - + Switch to the previous effect. Switch to the previous effect. - + Next or Previous Next or Previous - + Switch to either the next or previous effect. Switch to either the next or previous effect. - + Meta Knob Meta Knob - + Controls linked parameters of this effect Controls linked parameters of this effect - + Effect Focus Button Effect Focus Button - + Focuses this effect. Focuses this effect. - + Unfocuses this effect. Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Effect Parameter - + Adjusts a parameter of the effect. Adjusts a parameter of the effect. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Equalizer Parameter - + Adjusts the gain of the EQ filter. Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13102,47 +13200,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decreases the pitch by one semitone. - + Enable Vinyl Control Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. When enabled, the track responds to external vinyl control. - + Enable Passthrough Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. Displays options for editing cover artwork. - + Star Rating Star Rating - + Assign ratings to individual tracks by clicking the stars. Assign ratings to individual tracks by clicking the stars. @@ -13410,123 +13508,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Adjust the pitch in addition to the speed slider pitch. - + Opens a menu to clear hotcues or edit their labels and colors. Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Record Mix - + Toggle mix recording. Toggle mix recording. - + Enable Live Broadcasting Enable Live Broadcasting - + Stream your mix over the Internet. Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit Loop Exit - + Turns the current loop off. Turns the current loop off. - + Slip Mode Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track Track Key - + Displays the musical key of the loaded track. Displays the musical key of the loaded track. - + Clock Clock - + Displays the current time. Displays the current time. - + Audio Latency Usage Meter Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator Audio Latency Overload Indicator @@ -13648,97 +13746,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status Vinyl Status - + Provides visual feedback for vinyl control status: Provides visual feedback for vinyl control status: - + Green for control enabled. Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker Loop-In Marker - + Loop-Out Marker Loop-Out Marker - + Loop Halve Loop Halve - + Halves the current loop's length by moving the end marker. Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. Deck immediately loops if past the new endpoint. - + Loop Double Loop Double - + Doubles the current loop's length by moving the end marker. Doubles the current loop's length by moving the end marker. - + Beatloop Beatloop - + Toggles the current loop on or off. Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. Works only if Loop-In and Loop-Out marker are set. @@ -13748,82 +13846,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time Track Time - + Track Duration Track Duration - + Displays the duration of the loaded track. Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. Information is loaded from the track's metadata tags. - + Track Artist Track Artist - + Displays the artist of the loaded track. Displays the artist of the loaded track. - + Track Title Track Title - + Displays the title of the loaded track. Displays the title of the loaded track. - + Track Album Track Album - + Displays the album name of the loaded track. Displays the album name of the loaded track. - + Track Artist/Title Track Artist/Title - + Displays the artist and title of the loaded track. Displays the artist and title of the loaded track. @@ -13831,12 +13929,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -14089,22 +14187,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14126,7 +14224,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. No effect loaded. @@ -14150,452 +14248,452 @@ This can not be undone! WMainMenuBar - + &File &File - + Load Track to Deck &%1 Load Track to Deck &%1 - + Loads a track in deck %1 Loads a track in deck %1 - + Open Open - + &Exit &Exit - + Quits Mixxx Quits Mixxx - + Ctrl+q Ctrl+q - + &Library &Library - + &Rescan Library &Rescan Library - + Rescans library folders for changes to tracks. Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Create &New Playlist - + Create a new playlist Create a new playlist - + Ctrl+n Ctrl+n - + Create New &Crate Create New &Crate - + Create a new crate Create a new crate - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &View - + May not be supported on all skins. May not be supported on all skins. - + Show Skin Settings Menu Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Show Microphone Section - + Show the microphone section of the Mixxx interface. Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Show Preview Deck - + Show the preview deck in the Mixxx interface. Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Show Cover Art - + Show cover art in the Mixxx interface. Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Full Screen - + Display Mixxx using the full screen Display Mixxx using the full screen - + &Options &Options - + &Vinyl Control &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 Enable Vinyl Control &%1 - + &Record Mix &Record Mix - + Record your mix to a file Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+` - + &Preferences &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer &Developer - + &Reload Skin &Reload Skin - + Reload the skin Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Developer &Tools - + Opens the developer tools dialog Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Enabled - + Enables the debugger during skin parsing Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Community Support - + Get help with Mixxx Get help with Mixxx - + &User Manual &User Manual - + Read the Mixxx user manual. Read the Mixxx user manual. - + &Keyboard Shortcuts &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Translate This Application - + Help translate this application into your language. Help translate this application into your language. - + &About &About - + About the application About the application @@ -14824,564 +14922,564 @@ This can not be undone! WTrackMenu - + Load to Load to - + Deck Deck - + Sampler Sampler - + Add to Playlist Add to Playlist - + Crates Crates - + Metadata Metadata - + Update external collections Update external collections - + Cover Art Show Cover Art - + Adjust BPM Adjust BPM - + Select Color Select Color - + Reset Reset metadata in right click track context menu in library Reset - - + + Analyze Analyse - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) Add to Auto DJ Queue (replace) - + Preview Deck Preview Deck - + Remove Remove - + Remove from Playlist Remove from Playlist - + Remove from Crate Remove from Crate - + Hide from Library Hide from Library - + Unhide from Library Unhide from Library - + Purge from Library Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Properties - + Open in File Browser Open in File Browser - + Select in Library - + Import From File Tags Import From File Tags - + Import From MusicBrainz Import From MusicBrainz - + Export To File Tags Export To File Tags - + BPM and Beatgrid BPM and Beatgrid - + Play Count Play Count - + Rating Rating - + Cue Point Cue Point - + Hotcues Hotcues - + Intro Intro - + Outro Outro - + Key Key - + ReplayGain ReplayGain - + Waveform Waveform - + Comment Comment - + All All - + Lock BPM Lock BPM - + Unlock BPM Unlock BPM - + Double BPM Double BPM - + Halve BPM Halve BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Create New Playlist - + Enter name for new playlist: Enter name for new playlist: - + New Playlist New Playlist - - - + + + Playlist Creation Failed Playlist Creation Failed - + A playlist by that name already exists. A playlist by that name already exists. - + A playlist cannot have a blank name. A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: An unknown error occurred while creating playlist: - + Add to New Crate Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15389,37 +15487,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15435,7 +15533,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15483,52 +15581,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Choose music library directory - + controllers - + Cannot open database Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_en_GB.qm b/res/translations/mixxx_en_GB.qm index 132b688986a8b1c2f6c496b60f444b1866bcc240..2b1185dc877866431e8b238d5cb5c473377af3af 100644 GIT binary patch delta 19019 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 z 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 HPPY6X&UfHe diff --git a/res/translations/mixxx_en_GB.ts b/res/translations/mixxx_en_GB.ts index 2e9698ef3be..2cd103ab4ce 100644 --- a/res/translations/mixxx_en_GB.ts +++ b/res/translations/mixxx_en_GB.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) Add to Auto DJ Queue (replace) - - Import Playlist - Import Playlist + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + Crate Creation Failed - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Playlist Creation Failed - + An unknown error occurred while creating playlist: An unknown error occurred while creating playlist: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist New Playlist - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - - + + Create New Playlist Create New Playlist - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Remove Remove - + Rename Rename - + Lock Lock - + Duplicate Duplicate - - + + Import Playlist Import Playlist - + Export Track Files Export Track Files - + Analyze entire Playlist Analyse entire Playlist - + Enter new name for playlist: Enter new name for playlist: - + Duplicate Playlist Duplicate Playlist - - + + Enter name for new playlist: Enter name for new playlist: - - + + Export Playlist Export Playlist - + Add to Auto DJ Queue (replace) Add to Auto DJ Queue (replace) - + Rename Playlist Rename Playlist + - Renaming Playlist Failed Renaming Playlist Failed - - - + + + A playlist by that name already exists. A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist _copy + - + - - - + + Playlist Creation Failed Playlist Creation Failed - - + + An unknown error occurred while creating playlist: An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Couldn't load track. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Album Artist - + Artist Artist - + Bitrate Bitrate - + BPM BPM - + Channels Channels - + Color Color - + Comment Comment - + Composer Composer - + Cover Art Cover Art - + Date Added Date Added - + Last Played - + Duration Duration - + Type Type - + Genre Genre - + Grouping Grouping - + Key Key - + Location Location - + Preview Preview - + Rating Rating - + ReplayGain ReplayGain - + Samplerate Samplerate - + Played Played - + Title Title - + Track # Track # - + Year Year - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Action failed - + Please enable at least one connection to use Live Broadcasting. Please enable at least one connection to use Live Broadcasting. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Add to Quick Links - + Remove from Quick Links Remove from Quick Links - + Add to Library Add to Library - + Quick Links Quick Links - - + + Devices Devices - + Removable Devices Removable Devices - - + + Computer Computer - + Music Directory Added Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item New Item - + Value Value - + Parameter Parameter - + Title Title - + Description Description @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Set to full volume - + Set to zero volume Set to zero volume @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Reverse roll (Censor) button - + Headphone listen button Headphone listen button - + Mute button Mute button @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Mix orientation (e.g. left, right, center) - + Set mix orientation to left Set mix orientation to left - + Set mix orientation to center Set mix orientation to center - + Set mix orientation to right Set mix orientation to right @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages BPM tap button - + Toggle quantize mode Toggle quantize mode - + One-time beat sync (tempo only) One-time beat sync (tempo only) - + One-time beat sync (phase only) One-time beat sync (phase only) - + Toggle keylock mode Toggle keylock mode @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer Pass through external audio into the internal mixer - + Cues Cues - + Cue button Cue button - + Set cue point Set cue point - + Go to cue point Go to cue point - + Go to cue point and play Go to cue point and play - + Go to cue point and stop Go to cue point and stop - + Preview from cue point Preview from cue point - + Cue button (CDJ mode) Cue button (CDJ mode) - + Stutter cue Stutter cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Clear hotcue %1 - + Set hotcue %1 Set hotcue %1 - + Jump to hotcue %1 Jump to hotcue %1 - + Jump to hotcue %1 and stop Jump to hotcue %1 and stop - + Jump to hotcue %1 and play Jump to hotcue %1 and play - + Preview from hotcue %1 Preview from hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Loop In button - + Loop Out button Loop Out button - + Loop Exit button Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Move loop forward by %1 beats - + Move loop backward by %1 beats Move loop backward by %1 beats - + Create %1-beat loop Create %1-beat loop - + Create temporary %1-beat loop roll Create temporary %1-beat loop roll @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Volume Fader - + Full Volume Full Volume - + Zero Volume Zero Volume @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Mute @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Headphone Listen @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientation - + Orient Left Orient Left - + Orient Center Orient Center - + Orient Right Orient Right @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Adjust the beatgrid to the right - + Adjust Beatgrid Adjust Beatgrid - + Align beatgrid to current position Align beatgrid to current position - + Adjust Beatgrid - Match Alignment Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. Adjust beatgrid to match another playing deck. - + Quantize Mode Quantize Mode - + Sync Sync - + Beat Sync One-Shot Beat Sync One-Shot - + Sync Tempo One-Shot Sync Tempo One-Shot - + Sync Phase One-Shot Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust Pitch Adjust - + Adjust pitch from speed slider pitch Adjust pitch from speed slider pitch - + Match musical key Match musical key - + Match Key Match Key - + Reset Key Reset Key - + Resets key to original Resets key to original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Low EQ - + Toggle Vinyl Control Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode Vinyl Control Mode - + Vinyl Control Cueing Mode Vinyl Control Cueing Mode - + Vinyl Control Passthrough Vinyl Control Passthrough - + Vinyl Control Next Deck Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck Single deck mode - Switch vinyl control to next deck - + Cue Cue - + Set Cue Set Cue - + Go-To Cue Go-To Cue - + Go-To Cue And Play Go-To Cue And Play - + Go-To Cue And Stop Go-To Cue And Stop - + Preview Cue Preview Cue - + Cue (CDJ Mode) Cue (CDJ Mode) - + Stutter Cue Stutter Cue - + Go to cue point and play after release Go to cue point and play after release - + Clear Hotcue %1 Clear Hotcue %1 - + Set Hotcue %1 Set Hotcue %1 - + Jump To Hotcue %1 Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play Jump To Hotcue %1 And Play - + Preview Hotcue %1 Preview Hotcue %1 - + Loop In Loop In - + Loop Out Loop Out - + Loop Exit Loop Exit - + Reloop/Exit Loop Reloop/Exit Loop - + Loop Halve Loop Halve - + Loop Double Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Move Loop +%1 Beats - + Move Loop -%1 Beats Move Loop -%1 Beats - + Loop %1 Beats Loop %1 Beats - + Loop Roll %1 Beats Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue Prepend selected track to the Auto DJ Queue - + Load Track Load Track - + Load selected track Load selected track - + Load selected track and play Load selected track and play - - + + Record Mix Record Mix - + Toggle mix recording Toggle mix recording - + Effects Effects - + Quick Effects Quick Effects - + Deck %1 Quick Effect Super Knob Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect Quick Effect - + Clear Unit Clear Unit - + Clear effect unit Clear effect unit - + Toggle Unit Toggle Unit - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Super Knob - + Next Chain Next Chain - + Assign Assign - + Clear Clear - + Clear the current effect Clear the current effect - + Toggle Toggle - + Toggle the current effect Toggle the current effect - + Next Next - + Switch to next effect Switch to next effect - + Previous Previous - + Switch to the previous effect Switch to the previous effect - + Next or Previous Next or Previous - + Switch to either next or previous effect Switch to either next or previous effect - - + + Parameter Value Parameter Value - - + + Microphone Ducking Strength Microphone Ducking Strength - + Microphone Ducking Mode Microphone Ducking Mode - + Gain Gain - + Gain knob Gain knob - + Shuffle the content of the Auto DJ queue Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue Skip the next track in the Auto DJ queue - + Auto DJ Toggle Auto DJ Toggle - + Toggle Auto DJ On/Off Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Show or hide the mixer. - + Cover Art Show/Hide (Library) Cover Art Show/Hide (Library) - + Show/hide cover art in the library Show/hide cover art in the library - + Library Maximize/Restore Library Maximize/Restore - + Maximize the track library to take up all the available screen space. Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide Effect Rack Show/Hide - + Show/hide the effect rack Show/hide the effect rack - + Waveform Zoom Out Waveform Zoom Out @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Headphone gain - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Playback Speed - + Playback speed control (Vinyl "Pitch" slider) Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) Pitch (Musical key) - + Increase Speed Increase Speed - + Adjust speed faster (coarse) Adjust speed faster (coarse) - + Increase Speed (Fine) Increase Speed (Fine) - + Adjust speed faster (fine) Adjust speed faster (fine) - + Decrease Speed Decrease Speed - + Adjust speed slower (coarse) Adjust speed slower (coarse) - + Adjust speed slower (fine) Adjust speed slower (fine) - + Temporarily Increase Speed Temporarily Increase Speed - + Temporarily increase speed (coarse) Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) Temporarily increase speed (fine) - + Temporarily Decrease Speed Temporarily Decrease Speed - + Temporarily decrease speed (coarse) Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) Temporarily decrease speed (fine) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Keylock - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker Intro Start Marker - + Intro End Marker Intro End Marker - + Outro Start Marker Outro Start Marker - + Outro End Marker Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Loop Selected Beats - + Create a beat loop of selected beat size Create a beat loop of selected beat size - + Loop Roll Selected Beats Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop Reloop And Stop - + Enable loop, jump to Loop In point, and stop Enable loop, jump to Loop In point, and stop - + Halve the loop length Halve the loop length - + Double the loop length Double the loop length - + Beat Jump / Loop Move Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navigation - + Move up Move up - + Equivalent to pressing the UP key on the keyboard Equivalent to pressing the UP key on the keyboard - + Move down Move down - + Equivalent to pressing the DOWN key on the keyboard Equivalent to pressing the DOWN key on the keyboard - + Move up/down Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left Move left - + Equivalent to pressing the LEFT key on the keyboard Equivalent to pressing the LEFT key on the keyboard - + Move right Move right - + Equivalent to pressing the RIGHT key on the keyboard Equivalent to pressing the RIGHT key on the keyboard - + Move left/right Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button Quick Effect Enable Button - + Enable or disable effect processing Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes Toggle effect unit between D/W and D+W modes - + Next chain preset Next chain preset - + Previous Chain Previous Chain - + Previous chain preset Previous chain preset - + Next/Previous Chain Next/Previous Chain - + Next or previous chain preset Next or previous chain preset - - + + Show Effect Parameters Show Effect Parameters - + Effect Unit Assignment - + Meta Knob Meta Knob - + Effect Meta Knob (control linked effect parameters) Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary Microphone / Auxiliary - + Microphone On/Off Microphone On/Off - + Microphone on/off Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliary On/Off - + Auxiliary on/off Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Shuffle - + Auto DJ Skip Next Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Auto DJ Fade To Next - + Trigger the transition to the next track Trigger the transition to the next track - + User Interface User Interface - + Samplers Show/Hide Samplers Show/Hide - + Show/hide the sampler section Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Vinyl Control Show/Hide - + Show/hide the vinyl control section Show/hide the vinyl control section - + Preview Deck Show/Hide Preview Deck Show/Hide - + Show/hide the preview deck Show/hide the preview deck - + Toggle 4 Decks Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Waveform zoom - + Waveform Zoom Waveform Zoom - + Zoom waveform in Zoom waveform in - + Waveform Zoom In Waveform Zoom In - + Zoom waveform out Zoom waveform out - + Star Rating Up Star Rating Up - + Increase the track rating by one star Increase the track rating by one star - + Star Rating Down Star Rating Down - + Decrease the track rating by one star Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: With contributions from: - + And special thanks to: And special thanks to: - + Past Developers Past Developers - + Past Contributors Past Contributors - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages About Mixxx - - + + + Unknown Unknown - + Date: Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits Credits - + License License @@ -3908,7 +3953,7 @@ last sound. Disable - + Displays the duration and number of selected tracks. Displays the duration and number of selected tracks. @@ -4161,7 +4206,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Learning: %1. Now move a control on your controller. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4391,122 +4436,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Action failed - + You can't create more than %1 source connections. You can't create more than %1 source connections. - + Source connection %1 Source connection %1 - + At least one source connection is required. At least one source connection is required. - + Are you sure you want to disconnect every active source connection? Are you sure you want to disconnect every active source connection? - - + + Confirmation required Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? Are you sure you want to delete '%1'? - + Renaming '%1' Renaming '%1' - + New name for '%1': New name for '%1': - + Can't rename '%1' to '%2': name already in use Can't rename '%1' to '%2': name already in use @@ -5079,22 +5124,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5204,6 +5249,11 @@ Apply settings and continue? Screen saver Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5803,38 +5853,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run Allow screensaver to run - + Prevent screensaver from running Prevent screensaver from running - + Prevent screensaver while playing Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes This skin does not support color schemes - + Information Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6060,52 +6135,52 @@ and allows you to pitch adjust them for harmonic mixing. Scan - + Item is not a directory or directory is missing - + Choose a music directory Choose a music directory - + Confirm Directory Removal Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories? <ul><li>Hide all tracks from this directory and subdirectories.</li> <li>Delete all metadata for these tracks from Mixxx permanently.</li> <li>Leave the tracks unchanged in your library.</li></ul> Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Hide Tracks - + Delete Track Metadata Delete Track Metadata - + Leave Tracks Unchanged Leave Tracks Unchanged - + Relink music directory to new location Relink music directory to new location - + Select Library Font Select Library Font @@ -6965,138 +7040,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Default (long delay) - + Experimental (no delay) Experimental (no delay) - + Disabled (short delay) Disabled (short delay) - + Soundcard Clock Soundcard Clock - + Network Clock Network Clock - + Direct monitor (recording and broadcasting only) Direct monitor (recording and broadcasting only) - + Disabled Disabled - + Enabled Enabled - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. Refer to the Mixxx User Manual for details. - + Configured latency has changed. Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Configuration error @@ -7584,122 +7659,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interface - + Waveforms Waveforms - + Mixer Mixer - + Auto DJ Auto DJ - + Decks Decks - + Colors Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Help - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Apply - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancel - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Effects - + Recording Recording - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Live Broadcasting - + Modplug Decoder Modplug Decoder @@ -7874,7 +7949,7 @@ Select from different types of displays for the waveform, which differ primarily Album Artist - + Fetching track data from the MusicBrainz database Fetching track data from the MusicBrainz database @@ -7951,72 +8026,72 @@ Select from different types of displays for the waveform, which differ primarily &Close - + Original tags Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8337,7 +8412,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancel - + (no color) @@ -8547,27 +8622,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (faster) - + Rubberband (better) Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8790,15 +8865,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Safe Mode Enabled - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8810,57 +8885,57 @@ Shown when VuMeter can not be displayed. Please keep support. - + activate activate - + toggle toggle - + right right - + left left - + right small right small - + left small left small - + up up - + down down - + up small up small - + down small down small - + Shortcut Shortcut @@ -8946,32 +9021,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller MIDI Controller - + MixxxControl(s) not found MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -9047,185 +9122,185 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Exit</b> Mixxx. - + Retry Retry - + skin - - + + Reconfigure Reconfigure - + Help Help - - + + Exit Exit - - + + Mixxx was unable to open all the configured sound devices. Mixxx was unable to open all the configured sound devices. - + Sound Device Error Sound Device Error - + <b>Retry</b> after fixing an issue <b>Retry</b> after fixing an issue - + No Output Devices No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. <b>Continue</b> without any outputs. - + Continue Continue - + Load track to Deck %1 Load track to Deck %1 - + Deck %1 is currently playing a track. Deck %1 is currently playing a track. - + Are you sure you want to load a new track? Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error in skin file - + The selected skin cannot be loaded. The selected skin cannot be loaded. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirm Exit - + A deck is currently playing. Exit Mixxx? A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. The preferences window is still open. - + Discard any changes and exit Mixxx? Discard any changes and exit Mixxx? @@ -9241,43 +9316,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Lock - - + + Playlists Playlists - + + Shuffle Playlist + + + + Unlock Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Create New Playlist @@ -9345,7 +9425,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Invalid @@ -9451,68 +9531,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Booth - + Headphones Headphones - + Left Bus Left Bus - + Center Bus Center Bus - + Right Bus Right Bus - + Invalid Bus Invalid Bus - + Deck Deck - + Record/Broadcast Record/Broadcast - + Vinyl Control Vinyl Control - + Microphone Microphone - + Auxiliary Auxiliary - - + + Unknown path type %1 Unknown path type %1 @@ -9605,6 +9685,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Time @@ -9642,6 +9724,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9662,6 +9745,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9677,6 +9762,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9981,7 +10068,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Gain for Low Filter @@ -10038,7 +10125,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Gain for High Filter @@ -10058,22 +10145,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer Graphic Equalizer - + Graphic EQ Graphic EQ - + An 8-band graphic equalizer based on biquad filters An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Gain for Band Filter %1 @@ -10158,8 +10245,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Range @@ -10189,42 +10276,42 @@ Higher values result in less attenuation of high frequencies. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10244,17 +10331,17 @@ Higher values result in less attenuation of high frequencies. A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10671,18 +10758,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10722,52 +10809,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10815,10 +10902,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10987,7 +11095,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11033,34 +11141,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: Reads the following from the Serato Music directory and removable devices: - + Tracks Tracks - + Crates Crates - + Check for Serato databases (refresh) Check for Serato databases (refresh) - + (loading) Serato (loading) Serato @@ -11068,64 +11176,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History History - + Unlock Unlock - + Lock Lock - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11134,193 +11242,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx encountered a problem - + Could not allocate shout_t Could not allocate shout_t - + Could not allocate shout_metadata_t Could not allocate shout_metadata_t - + Error setting non-blocking mode: Error setting non-blocking mode: - + Error setting tls mode: Error setting tls mode: - + Error setting hostname! Error setting hostname! - + Error setting port! Error setting port! - + Error setting password! Error setting password! - + Error setting mount! Error setting mount! - + Error setting username! Error setting username! - + Error setting stream name! Error setting stream name! - + Error setting stream description! Error setting stream description! - + Error setting stream genre! Error setting stream genre! - + Error setting stream url! Error setting stream url! - + Error setting stream IRC! Error setting stream IRC! - + Error setting stream AIM! Error setting stream AIM! - + Error setting stream ICQ! Error setting stream ICQ! - + Error setting stream public! Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate Unsupported sample rate - + Error setting bitrate Error setting bitrate - + Error: unknown server protocol! Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Error setting protocol! - + Network cache overflow Network cache overflow - + Connection error Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. Lost connection to streaming server. - + Please check your connection to the Internet. Please check your connection to the Internet. - + Can't connect to streaming server Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Please check your connection to the Internet and verify that your username and password are correct. @@ -11336,23 +11444,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device a device - + An unknown error occurred An unknown error occurred - + Two outputs cannot share channels on "%1" Two outputs cannot share channels on "%1" - + Error opening "%1" Error opening "%1" @@ -11704,7 +11812,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Cover Art @@ -12156,52 +12264,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input Select and configure a hardware device for this input - + Recording Duration Recording Duration @@ -12395,444 +12493,445 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. Jump to Loop-Out Marker. - + Beatloop Size Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward Beatjump Forward - + Jump forward by the set number of beats. Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. Move the loop forward by the set number of beats. - + Jump forward by 1 beat. Jump forward by 1 beat. - + Move the loop forward by 1 beat. Move the loop forward by 1 beat. - + Beatjump Backward Beatjump Backward - + Jump backward by the set number of beats. Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. Move the loop backward by the set number of beats. - + Jump backward by 1 beat. Jump backward by 1 beat. - + Move the loop backward by 1 beat. Move the loop backward by 1 beat. - + Reloop Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. Show/hide intro & outro markers and associated buttons. - + Intro Start Marker Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. If marker is set, clears the marker. - + Intro End Marker Intro End Marker - + Outro Start Marker Outro Start Marker - + Outro End Marker Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu Skin Settings Menu - + Show/hide skin settings menu Show/hide skin settings menu - + Save Sampler Bank Save Sampler Bank - + Save the collection of samples loaded in the samplers. Save the collection of samples loaded in the samplers. - + Load Sampler Bank Load Sampler Bank - + Load a previously saved collection of samples into the samplers. Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Show Effect Parameters - + Enable Effect Enable Effect - + Meta Knob Link Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Super Knob - + Next Chain Next Chain - + Previous Chain Previous Chain - + Next/Previous Chain Next/Previous Chain - + Clear Clear - + Clear the current effect. Clear the current effect. - + Toggle Toggle - + Toggle the current effect. Toggle the current effect. - + Next Next - + Clear Unit Clear Unit - + Clear effect unit. Clear effect unit. - + Show/hide parameters for effects in this unit. Show/hide parameters for effects in this unit. - + Toggle Unit Toggle Unit - + Enable or disable this whole effect unit. Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. Load next or previous effect chain preset into this effect unit. + @@ -12841,169 +12940,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Assign Effect Unit - + Assign this effect unit to the channel output. Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Switch to the next effect. - + Previous Previous - + Switch to the previous effect. Switch to the previous effect. - + Next or Previous Next or Previous - + Switch to either the next or previous effect. Switch to either the next or previous effect. - + Meta Knob Meta Knob - + Controls linked parameters of this effect Controls linked parameters of this effect - + Effect Focus Button Effect Focus Button - + Focuses this effect. Focuses this effect. - + Unfocuses this effect. Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Effect Parameter - + Adjusts a parameter of the effect. Adjusts a parameter of the effect. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Equalizer Parameter - + Adjusts the gain of the EQ filter. Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13102,47 +13200,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decreases the pitch by one semitone. - + Enable Vinyl Control Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. When enabled, the track responds to external vinyl control. - + Enable Passthrough Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. Displays options for editing cover artwork. - + Star Rating Star Rating - + Assign ratings to individual tracks by clicking the stars. Assign ratings to individual tracks by clicking the stars. @@ -13410,123 +13508,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Adjust the pitch in addition to the speed slider pitch. - + Opens a menu to clear hotcues or edit their labels and colors. Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Record Mix - + Toggle mix recording. Toggle mix recording. - + Enable Live Broadcasting Enable Live Broadcasting - + Stream your mix over the Internet. Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit Loop Exit - + Turns the current loop off. Turns the current loop off. - + Slip Mode Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track Track Key - + Displays the musical key of the loaded track. Displays the musical key of the loaded track. - + Clock Clock - + Displays the current time. Displays the current time. - + Audio Latency Usage Meter Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator Audio Latency Overload Indicator @@ -13648,97 +13746,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.If hotcue is set, jumps to the hotcue. - + If hotcue is not set, sets the hotcue to the current play position. If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status Vinyl Status - + Provides visual feedback for vinyl control status: Provides visual feedback for vinyl control status: - + Green for control enabled. Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker Loop-In Marker - + Loop-Out Marker Loop-Out Marker - + Loop Halve Loop Halve - + Halves the current loop's length by moving the end marker. Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. Deck immediately loops if past the new endpoint. - + Loop Double Loop Double - + Doubles the current loop's length by moving the end marker. Doubles the current loop's length by moving the end marker. - + Beatloop Beatloop - + Toggles the current loop on or off. Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. Works only if Loop-In and Loop-Out marker are set. @@ -13748,82 +13846,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time Track Time - + Track Duration Track Duration - + Displays the duration of the loaded track. Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. Information is loaded from the track's metadata tags. - + Track Artist Track Artist - + Displays the artist of the loaded track. Displays the artist of the loaded track. - + Track Title Track Title - + Displays the title of the loaded track. Displays the title of the loaded track. - + Track Album Track Album - + Displays the album name of the loaded track. Displays the album name of the loaded track. - + Track Artist/Title Track Artist/Title - + Displays the artist and title of the loaded track. Displays the artist and title of the loaded track. @@ -13831,12 +13929,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -14089,22 +14187,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14126,7 +14224,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. No effect loaded. @@ -14150,452 +14248,452 @@ This can not be undone! WMainMenuBar - + &File &File - + Load Track to Deck &%1 Load Track to Deck &%1 - + Loads a track in deck %1 Loads a track in deck %1 - + Open Open - + &Exit &Exit - + Quits Mixxx Quits Mixxx - + Ctrl+q Ctrl+q - + &Library &Library - + &Rescan Library &Rescan Library - + Rescans library folders for changes to tracks. Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Create &New Playlist - + Create a new playlist Create a new playlist - + Ctrl+n Ctrl+n - + Create New &Crate Create New &Crate - + Create a new crate Create a new crate - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &View - + May not be supported on all skins. May not be supported on all skins. - + Show Skin Settings Menu Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Show Microphone Section - + Show the microphone section of the Mixxx interface. Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Show Preview Deck - + Show the preview deck in the Mixxx interface. Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Show Cover Art - + Show cover art in the Mixxx interface. Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Full Screen - + Display Mixxx using the full screen Display Mixxx using the full screen - + &Options &Options - + &Vinyl Control &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 Enable Vinyl Control &%1 - + &Record Mix &Record Mix - + Record your mix to a file Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+` - + &Preferences &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer &Developer - + &Reload Skin &Reload Skin - + Reload the skin Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Developer &Tools - + Opens the developer tools dialog Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Enabled - + Enables the debugger during skin parsing Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Community Support - + Get help with Mixxx Get help with Mixxx - + &User Manual &User Manual - + Read the Mixxx user manual. Read the Mixxx user manual. - + &Keyboard Shortcuts &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Translate This Application - + Help translate this application into your language. Help translate this application into your language. - + &About &About - + About the application About the application @@ -14824,564 +14922,564 @@ This can not be undone! WTrackMenu - + Load to Load to - + Deck Deck - + Sampler Sampler - + Add to Playlist Add to Playlist - + Crates Crates - + Metadata Metadata - + Update external collections Update external collections - + Cover Art Cover Art - + Adjust BPM Adjust BPM - + Select Color Select Color - + Reset Reset metadata in right click track context menu in library Reset - - + + Analyze Analyse - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) Add to Auto DJ Queue (replace) - + Preview Deck Preview Deck - + Remove Remove - + Remove from Playlist Remove from Playlist - + Remove from Crate Remove from Crate - + Hide from Library Hide from Library - + Unhide from Library Unhide from Library - + Purge from Library Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Properties - + Open in File Browser Open in File Browser - + Select in Library - + Import From File Tags Import From File Tags - + Import From MusicBrainz Import From MusicBrainz - + Export To File Tags Export To File Tags - + BPM and Beatgrid BPM and Beatgrid - + Play Count Play Count - + Rating Rating - + Cue Point Cue Point - + Hotcues Hotcues - + Intro Intro - + Outro Outro - + Key Key - + ReplayGain ReplayGain - + Waveform Waveform - + Comment Comment - + All All - + Lock BPM Lock BPM - + Unlock BPM Unlock BPM - + Double BPM Double BPM - + Halve BPM Halve BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Create New Playlist - + Enter name for new playlist: Enter name for new playlist: - + New Playlist New Playlist - - - + + + Playlist Creation Failed Playlist Creation Failed - + A playlist by that name already exists. A playlist by that name already exists. - + A playlist cannot have a blank name. A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: An unknown error occurred while creating playlist: - + Add to New Crate Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15389,37 +15487,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15435,7 +15533,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15483,52 +15581,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Choose music library directory - + controllers - + Cannot open database Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_eo.qm b/res/translations/mixxx_eo.qm index 7af5cf1d4b1a1fb4ddbda5f9d91f1bcceb7f65ea..353d18632356c84b5eedb7a2ef2eaee51574f885 100644 GIT binary patch delta 1195 zcmXZcYe*DP6bJC5?w#G8ab0(veLtx*3VT>B^g%Rj(Lx0?A?yJXDFmfpYFN;KA+Dfg zSfGY}(8?%LK@$w5LWIgC@Pi2kN?C}I5~Py!pkseO{qDVU=ggct=giN%*1T3#ixAOH zqL>?O8j&&sZSCwKqWBW_2s^+YB{Ibk#pUpPA5?i9cai7yY#EW&z~1BeEZ??+kE&B=QES$-++4C!iQ(#SDLBJ_Z>dk+(yKu;s|hDqeFapnuqS4g6V zx0}C{c*U8BE~sQdiyt~aLGN!8zxZ^-G*qgfy>Cm6$T@YtW&G zz7Itb0)i?JPnmzs6K-BYUs>|uDj5EY}*YOI6&*#Vw5OpI(9R{-_q0#ZD(~&Lk~H# z9;h#a_6+DKgsx)f)@?fq{n@&Xiu**tK2ddNgcBPSk)d3683waNbIv3ey-sNV2MM!S zuoOWx0S0SD^NA2|%z$PYCZ&k>XB8aqI+VlE>lBk)wPenOo-ydH7E8(86;uN~hb3DF zcaynRldhz7@CkHE(GR`+#*(z+UL=y5q>ZXEBDqd)?Br^V>D3>PRk^iV3@6`&d4H*) zp_?n4G7V1`zYrzP8>ZBEJSS*Mh34nb<~Ax3u9-M9)JI{WR&Lx?zsc>_ZG2Ha!GThs z`cb}=zV*ODXpmt-(zX|1;ISOto8S=#7BNemStK@dXe#S+8}3;K|S2pI$!S|~mC_tWp3bI(05&v~Bi{MGz!MeQb{ z?L-kDSs#(f53Q^0KJGtf_Y;|;*aPf&qR4C>zYdj0Y#H~zuoXlx7ucITFO`4W#^dMM zBqGZ)+sfZ&NmU(q0|p8&Cq!mx=Tp-+d`!CL1_ls#Z6Trr-A{`TaxmNi8Mn{Y=E|6Xs?0^ zg_NAd(J-u2?#?lu-w4G_s7ym!BDDLVvkAI(Z#mDZyg-6Xg%hnD%1h9g4lN>d9D^Pw zosp9G#_dq@K~p5O3eYwS9fQ#M6S^M2xKq&6MJwvU6p`Z7tOfZk%^T1(>k zI%_YNl{}}b@%3^Q{LxL#JtXp0>Xu!c;kqT=?*Nyeab7gs;jGm}ibpgGM`l@{_cDv; zkLz3eR(RnI{o{qNTxRL|H_B`76Et_iXe+cf8KfZRPUK~%SCi3*o;2)eS>w9gFpO5d z;OuUL)M%$sdGE3_!jy7DW2-KF= Q6jYZ5N&}6z>% diff --git a/res/translations/mixxx_eo.ts b/res/translations/mixxx_eo.ts index afadee94767..bda74f73f79 100644 --- a/res/translations/mixxx_eo.ts +++ b/res/translations/mixxx_eo.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Importi ludliston + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove Forigi - + Rename Alinomi - + Lock Ŝlosi - + Duplicate - - + + Import Playlist Importi ludliston - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Oni ne povis ŝargi la kanton. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Albumo - + Album Artist Albuma Artisto - + Artist Artisto - + Bitrate Bitrapido - + BPM BPM - + Channels - + Color - + Comment Komento - + Composer - + Cover Art - + Date Added Almetdato - + Last Played - + Duration Daŭro - + Type Tipo - + Genre Ĝenro - + Grouping - + Key Klavo - + Location Loko - + Preview - + Rating Pritakso - + ReplayGain - + Samplerate - + Played Ludita - + Title Titolo - + Track # Kanto # - + Year Jaro - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Rapidaj Ligiloj - - + + Devices Aparatoj - + Removable Devices Demeteblaj aparatoj - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Titolo - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Sekva - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Aŭtomata DĴ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Pri Miksss - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Biblioteko - + Interface - + Waveforms - + Mixer - + Auto DJ Aŭtomata DĴ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Albuma Artisto - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Ŝlosi - - + + Playlists - + + Shuffle Playlist + + + + Unlock Malŝlosi - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Malŝlosi - + Lock Ŝlosi - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Sekva - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albumo - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Forigi - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Propraĵoj - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Pritakso - + Cue Point - + Hotcues - + Intro - + Outro - + Key Klavo - + ReplayGain - + Waveform - + Comment Komento - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es.qm b/res/translations/mixxx_es.qm index 884802375475f9c7f6608be222635fd208143a27..f2fb90b7072f41e5df1485098a678d2626b4aaae 100644 GIT binary patch delta 20586 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

vj;TmB5cd=Y87I1|EV(>q;UTMSY7Qe9ln4cHki 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 W(~+%P`TJ4}9~|dL9vm01*8UHgk}7oo diff --git a/res/translations/mixxx_es.ts b/res/translations/mixxx_es.ts index 060f5cee634..fea80282676 100644 --- a/res/translations/mixxx_es.ts +++ b/res/translations/mixxx_es.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - - Import Playlist - Importar la lista de reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como caja + + + + Crate Creation Failed + Fallo en la creación de la caja + + + + Could not create crate, it most likely already exists: + No se ha podido crear la caja, lo más probable es que ya exista: - + Playlist Creation Failed Ha fallado la creación de la lista de reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar lista de reproducción - + Export Track Files Exportar pistas - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - + Rename Playlist Renombrar lista de reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Ya existe una lista de reproducción con ese nombre. - - - + + + A playlist cannot have a blank name. El nombre de la lista de reproducción no puede quedar en blanco. - + _copy //: Appendix to default name when duplicating a playlist _copia + - + - - - + + Playlist Creation Failed Ha fallado la creación de la lista de reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Lista de reproducción M3U (*.m3u);;Lista de reproducción M3U8 (*.m3u8);;Lista de reproducción PLS (*.pls);;Texto CSV (*.csv);;Texto legible (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Álbum - + Album Artist Artista del álbum - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Carátula - + Date Added Fecha añadida - + Last Played - + Duration Duración - + Type Tipo - + Genre Género - + Grouping Grupo - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Puntuación - + ReplayGain Ganancia de reproducción - + Samplerate Muestra - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar de Enlaces Rápidos - + Add to Library Añadir a la biblioteca - + Quick Links Enlaces Rápidos - - + + Devices Dispositivos - + Removable Devices Dispositivos extraíbles - - + + Computer Equipo - + Music Directory Added Directorio de música agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Equipo" te permite navegar, ver y abrir las pistas de las carpetas del disco duro o de dispositivos externos. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Establecer a volumen máximo - + Set to zero volume Establecer a volumen cero @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha por Auriculares - + Mute button Botón de silencio @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Ecualizadores - + Vinyl Control Control de vinilo - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Efectos - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync toca para sincronizar el tempo (y fase con cuantización habilitada) mantenga para sincronizar permanentemente - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ir al elemento actualmente seleccionado - + Choose the currently selected item and advance forward one pane if appropriate Selecciona el elemento actualmente seleccionado y avanza un panel, si corresponde - + Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con contribuciones de: - + And special thanks to: Y un agradecimiento especial a: - + Past Developers Desarrolladores Anteriores - + Past Contributors Contribuyentes anteriores - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4130,7 +4175,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4360,123 +4405,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5049,22 +5094,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5174,6 +5219,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5768,39 +5818,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6025,52 +6100,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadatos significa todos los detalles de la pista (artista, titulo, cantidad de reproducciones, etc) como cuadrículas de tempo, hotcues y bucles. Este cambio solo afecta a la biblioteca de Mixxx. Ningun archivo en el disco será cambiado o eliminado. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6932,138 +7007,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Activado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7551,122 +7626,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Hardware de sonido - + Controllers Controladores - + Library Biblioteca - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ Auto DJ - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Efectos - + Recording Grabando - + Beat Detection Detección de pulsaciones - + Key Detection Detección de tonalidad - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Control de vinilo - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7841,7 +7916,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del álbum - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7918,72 +7993,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8307,7 +8382,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8517,27 +8592,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8760,15 +8835,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8780,57 +8855,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8913,32 +8988,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9014,183 +9089,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. El renderizado directo no está habilitado en su máquina. <br><br>Esto significa que las visualizaciones de forma de onda serán muy <br>lentas y pueden exigir mucho a su CPU<b>. Actualice su <br>configuración para habilitar la representación directa o desactiv<br> las visualizaciones de forma de onda en las preferencias de Mixxx seleccionando <br>"Vacío" como la pantalla de forma de onda en la sección 'Interfaz'. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9206,43 +9281,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9310,7 +9390,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9416,68 +9496,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Control de vinilo - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9570,6 +9650,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9607,6 +9689,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9627,6 +9710,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9642,6 +9727,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9946,7 +10033,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10003,7 +10090,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10023,22 +10110,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10123,8 +10210,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10154,42 +10241,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10209,17 +10296,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10635,18 +10722,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Plato %1 @@ -10686,53 +10773,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10781,10 +10868,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10953,7 +11061,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10999,34 +11107,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11034,64 +11142,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11100,193 +11208,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11302,23 +11410,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11670,7 +11778,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Carátula @@ -12122,52 +12230,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12361,442 +12459,443 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Ajuste la mezcla de la señal seca (entrada) con la señal húmeda (salida) de la unidad de efectos - + D/W mode: Crossfade between dry and wet Modo D/W: fundido cruzado entre seco y húmedo - + D+W mode: Add wet to dry Modo D+W: agregue húmedo a seco - + Mix Mode Modo Mix - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Ajuste cómo se mezcla la señal seca (entrada) con la señal húmeda (salida) de la unidad de efectos - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Modo seco / húmedo (líneas cruzadas): Mezcle los fundidos cruzados de la perilla entre seco y húmedo. Use esto para cambiar el sonido de la pista con EQ y efectos de filtro. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Modo seco + húmedo (línea seca plana): la perilla de mezcla agrega húmedo a seco. Use esto para cambiar solo la señal efectuada (húmeda) con EQ y efectos de filtro. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Redirige el bus derecho del crossfader a través de esta unidad de efectos. - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12805,169 +12904,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactivo: parámetro no enlazado - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13066,47 +13164,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13374,123 +13472,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13612,97 +13710,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13712,82 +13810,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13795,12 +13893,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14056,22 +14154,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14093,7 +14191,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14117,452 +14215,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar la configuración de Temas - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Espacio - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14791,564 +14889,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Carátula - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Quitar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Puntuación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain Ganancia de reproducción - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Plato %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Ha fallado la creación de la lista de reproducción - + A playlist by that name already exists. Ya existe una lista de reproducción con ese nombre. - + A playlist cannot have a blank name. El nombre de la lista de reproducción no puede quedar en blanco. - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) Borrando comentarios de %n pistaBorrando comentarios de %n pistasBorrando comentarios de %n pista(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15356,37 +15454,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15402,7 +15500,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15450,52 +15548,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_419.qm b/res/translations/mixxx_es_419.qm index 1fa64bde61b08a797d4c82ef8db7b7b3946a3d17..78e117ded135c1551799f9d4cec6dc0d9242e0e1 100644 GIT binary patch delta 20558 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%0D*UNU;$ffe+A zZyfm?%XiyPn2r9y`9$L*jiV=(#a2uYWAM8e{C;n;amLeJV%zo`XO+T@T2(X75i&`9 z*3%eu)=2F224l1tPkKW%&W%`zM#5lYOiRRdyGq8GK9F2xUxmW3*2aZ9Fa^mEjf+=j z68nAMxcC#&dwHdC_(0g6oTnr;4HN z@4FdKn>s-mM=0bq|1+Lx38k8{!I(8;Es4c@jhE(BfWsPR%${RUWVmF!im4O2Ju>E1 z4#bbkmKqD3pqv$E81Gwl&Gjl}d~hKc*ZpaH)ND4oY)2HDN&iqe;J1p5PokWNC8iml z+;PH^>@VZ9H<;ThZ;UTCKmx`fhPFF$E4t z{lUcinvxjy!6dafN0d-(QuVNGzu9Y2Uqtjfx6GtHe3w|HVA8Rs#Ol{H>9l8w)vI9A zp+_V%Z)noHV&LQ;b~4)riOc7;nG-PqJ%DzyA!qRHt?9PyC8rbgS5@tDV&8auW^eX-rt^r$DXLmN#l z=7D&_cf6^2U39z7WSLskvBj3DEK}>cp=i5zFtrJqOJc@OQ=55lD80O_>@>>CuB%M# zR>I7vjj7}8G!omnn%q;ylJM)A$#*Pt;mI>oK-)?rKH;Xov+dA1EieTg7=R9oq>x`; zYch}B3r7)o*<>Mqu-i2DgAZJB4bwR1Fx2@v(*z0TwYJbSp;j;Ab*`Gi6H!XJemBiX z3&F0LPNq3BBsap#w0MLLqAq2M<&nhO#+a5beuK>?=S(YVVypHfW?Iw33601BrnNR1 zM1!7~Hq1)Kww}&rQ_=+_97o@oHr~cEd$Fx)^BDAks+Biwi$QyA#Z1%o+$Ip6WZHQ+ z1UcIjQ}QQ#{@e!Bfn12P)CN;ZW+sYHcT>tOOy$2nrbACt5nOJXQjzBi**8t;tx@7t z-)}nBf@4pKjp@WU{POAD7E|Ub4eAZ^QPU|WIG(<{O{eY#V&Co+)2VN`@QD+qtT~v9 z$zi6fHJ8!DEn_+#^qBaU@}~2_2}mR!n=Z5$(Gg8IT^NhG%-w6st`djROs9}i@%q3MHOn%Jzi6`Pj^KWketJ|E4c6<&??A1_FCiogXZZbXko(A)LX?ijelK3~&^gQ(o2@YdSg-!93 zEuZS9ccAFEl7_z@>qnKeBHZKDQcN5M1!|Bk1p6b4SDP@MabFa8gv zK)e#DygrF0Q(*k0JG^XXUuun?K_g1z{}!DlOb!mP3z-mZ=N}sA8y*PY-v)L;;dbLE zgoWD$2aO91jFcCKnrEuIj z6u0%q+4%TUpLvB+rtae>P6!RR^9{4>WVyQK%T>Dm|Gq;LRxbB;(U$q&FGYLzKjPhA zC{#NR!o!5(af0Xzh2S22aku~bEV{noc7p;#!-6J+#D5wllt1F;EwtG^|As6cxgoRQ zi50Z?b8o(o3MBTw0+8K<%<$IP-DPl*j)_QJ{kAM92OkOEIX%VwEhe1XmxIzGE znZiI^;VFh^xu)fnAbj3(=g}BbFs>0wPX9ab;e7%_gC+z7`TGWAe!_gmPYezWv-1rJ zunP^Gh?&H(UD$ZMX=jl=WMVgAl%4P7fS?I>;S;QrT`mxx866xH?ms5NZhT-kJ{;s9 z-yxn=JhE{)8)Oi|;~OTihPnY5NT79s*L39-bOAWC!|z2JQOo$HNz7AddE`+NE2$t9 z#6LXD91VRjTwg^TK{S13yZl=5CF!hkJBy-PR5bkmUQRi;JfTGbA^6uKam%sgbN|n6 iENAft(^(ajWh@X>{OH51i_miZ{=@9Z{=+ delta 19983 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - - Import Playlist - Importar Lista de Reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reproducción - + Export Track Files Exportar pistas de audio - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar). - + Rename Playlist Renombrar Lista de Reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - - - + + + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + _copy //: Appendix to default name when duplicating a playlist Copiar + - + - - - + + Playlist Creation Failed Fallo la creación de lista de Reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista del Album - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Portada - + Date Added Fecha de Agregado - + Last Played - + Duration Duración - + Type Tipo - + Genre Genero - + Grouping Agrupación - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Calificación - + ReplayGain Reproducir otra vez - + Samplerate Tasa de muestreo - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar Link Rapido - + Add to Library Agregar Biblioteca - + Quick Links Enlaces Rapidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removibles - - + + Computer Equipo - + Music Directory Added Directorio de Musica Agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computadora" le permite navegar, ver y cargar pistas desde carpetas en su disco duro y dispositivos externos. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Ajustar volumen al máximo - + Set to zero volume Ajustar volumen al mínimo @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha de auriculares - + Mute button Botón para silenciar MUTE @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Effects - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ DJ Automatico - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4130,7 +4175,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4360,123 +4405,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5049,22 +5094,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5174,6 +5219,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5768,39 +5818,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6025,52 +6100,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6932,138 +7007,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Habilitado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7551,122 +7626,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ DJ Automatico - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effects - + Recording Grabando - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7841,7 +7916,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del Album - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7918,72 +7993,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8307,7 +8382,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8517,27 +8592,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8760,15 +8835,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8780,57 +8855,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8916,32 +8991,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9017,183 +9092,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9209,43 +9284,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9313,7 +9393,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9419,68 +9499,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Vinyl Control - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9573,6 +9653,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9610,6 +9692,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9630,6 +9713,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9645,6 +9730,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9949,7 +10036,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10006,7 +10093,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10026,22 +10113,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10126,8 +10213,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10157,42 +10244,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10212,17 +10299,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10638,18 +10725,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10689,53 +10776,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10784,10 +10871,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10956,7 +11064,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11002,34 +11110,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11037,64 +11145,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11103,193 +11211,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! ¡Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11305,23 +11413,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11673,7 +11781,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Portada @@ -12125,52 +12233,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12364,444 +12462,445 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12810,169 +12909,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13071,47 +13169,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13379,123 +13477,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13617,97 +13715,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13717,82 +13815,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13800,12 +13898,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14061,22 +14159,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14098,7 +14196,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14122,452 +14220,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14796,564 +14894,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Calificación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain Reproducir otra vez - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importación de metadatos de %n pista a partir de las etiquetas del archivoImportación de metadatos de %n pistas a partir de las etiquetas de los archivosImportación de metadatos de %n pista(s) a partir de las etiquetas del archivo - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15361,37 +15459,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15407,7 +15505,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15455,52 +15553,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_AR.qm b/res/translations/mixxx_es_AR.qm index bfe250e1f2e4e729cf71e936bf5d1f2ea3e132c4..5db99735c64cf69e5f1389501b566fecdd4f4c3e 100644 GIT binary patch delta 20558 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%0D*UNU;$ffe+A zZyfm?%XiyPn2r9y`9$L*jiV=(#a2uYWAM8e{C;n;amLeJV%zo`XO+T@T2(X75i&`9 z*3%eu)=2F224l1tPkKW%&W%`zM#5lYOiRRdyGq8GK9F2xUxmW3*2aZ9Fa^mEjf+=j z68nAMxcC#&dwHdC_(0g6oTnr;4HN z@4FdKn>s-mM=0bq|1+Lx38k8{!I(8;Es4c@jhE(BfWsPR%${RUWVmF!im4O2Ju>E1 z4#bbkmKqD3pqv$E81Gwl&Gjl}d~hKc*ZpaH)ND4oY)2HDN&iqe;J1p5PokWNC8iml z+;PH^>@VZ9H<;ThZ;UTCKmx`fhPFF$E4t z{lUcinvxjy!6dafN0d-(QuVNGzu9Y2Uqtjfx6GtHe3w|HVA8Rs#Ol{H>9l8w)vI9A zp+_V%Z)noHV&LQ;b~4)riOc7;nG-PqJ%DzyA!qRHt?9PyC8rbgS5@tDV&8auW^eX-rt^r$DXLmN#l z=7D&_cf6^2U39z7WSLskvBj3DEK}>cp=i5zFtrJqOJc@OQ=55lD80O_>@>>CuB%M# zR>I7vjj7}8G!omnn%q;ylJM)A$#*Pt;mI>oK-)?rKH;Xov+dA1EieTg7=R9oq>x`; zYch}B3r7)o*<>Mqu-i2DgAZJB4bwR1Fx2@v(*z0TwYJbSp;j;Ab*`Gi6H!XJemBiX z3&F0LPNq3BBsap#w0MLLqAq2M<&nhO#+a5beuK>?=S(YVVypHfW?Iw33601BrnNR1 zM1!7~Hq1)Kww}&rQ_=+_97o@oHr~cEd$Fx)^BDAks+Biwi$QyA#Z1%o+$Ip6WZHQ+ z1UcIjQ}QQ#{@e!Bfn12P)CN;ZW+sYHcT>tOOy$2nrbACt5nOJXQjzBi**8t;tx@7t z-)}nBf@4pKjp@WU{POAD7E|Ub4eAZ^QPU|WIG(<{O{eY#V&Co+)2VN`@QD+qtT~v9 z$zi6fHJ8!DEn_+#^qBaU@}~2_2}mR!n=Z5$(Gg8IT^NhG%-w6st`djROs9}i@%q3MHOn%Jzi6`Pj^KWketJ|E4c6<&??A1_FCiogXZZbXko(A)LX?ijelK3~&^gQ(o2@YdSg-!93 zEuZS9ccAFEl7_z@>qnKeBHZKDQcN5M1!|Bk1p6b4SDP@MabFa8gv zK)e#DygrF0Q(*k0JG^XXUuun?K_g1z{}!DlOb!mP3z-mZ=N}sA8y*PY-v)L;;dbLE zgoWD$2aO91jFcCKnrEuIj z6u0%q+4%TUpLvB+rtae>P6!RR^9{4>WVyQK%T>Dm|Gq;LRxbB;(U$q&FGYLzKjPhA zC{#NR!o!5(af0Xzh2S22aku~bEV{noc7p;#!-6J+#D5wllt1F;EwtG^|As6cxgoRQ zi50Z?b8o(o3MBTw0+8K<%<$IP-DPl*j)_QJ{kAM92OkOEIX%VwEhe1XmxIzGE znZiI^;VFh^xu)fnAbj3(=g}BbFs>0wPX9ab;e7%_gC+z7`TGWAe!_gmPYezWv-1rJ zunP^Gh?&H(UD$ZMX=jl=WMVgAl%4P7fS?I>;S;QrT`mxx866xH?ms5NZhT-kJ{;s9 z-yxn=JhE{)8)Oi|;~OTihPnY5NT79s*L39-bOAWC!|z2JQOo$HNz7AddE`+NE2$t9 z#6LXD91VRjTwg^TK{S13yZl=5CF!hkJBy-PR5bkmUQRi;JfTGbA^6uKam%sgbN|n6 iENAft(^(ajWh@X>{OH51i_miZ{=@9Z{=+ delta 19983 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - - Import Playlist - Importar Lista de Reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,155 +119,155 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reproducción - + Export Track Files Exportar pistas de audio - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar). - + Rename Playlist Renombrar Lista de Reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - - - + + + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + _copy //: Appendix to default name when duplicating a playlist Copiar + - + - - - + + Playlist Creation Failed Fallo la creación de lista de Reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -264,7 +288,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -272,137 +296,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista del Album - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Portada - + Date Added Fecha de Agregado - + Last Played - + Duration Duración - + Type Tipo - + Genre Genero - + Grouping Agrupación - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Calificación - + ReplayGain Reproducir otra vez - + Samplerate Tasa de muestreo - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -411,12 +435,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -490,59 +514,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar Link Rapido - + Add to Library Agregar Biblioteca - + Quick Links Enlaces Rapidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removibles - - + + Computer Equipo - + Music Directory Added Directorio de Musica Agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computadora" le permite navegar, ver y cargar pistas desde carpetas en su disco duro y dispositivos externos. @@ -694,72 +718,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -769,17 +798,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -839,32 +868,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -961,13 +990,13 @@ trace - Above + Profiling messages - + Set to full volume Ajustar volumen al máximo - + Set to zero volume Ajustar volumen al mínimo @@ -992,13 +1021,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha de auriculares - + Mute button Botón para silenciar MUTE @@ -1009,25 +1038,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1067,22 +1096,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1092,193 +1121,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1394,20 +1423,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1423,7 +1452,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1434,7 +1463,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1455,25 +1484,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1543,82 +1572,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1659,456 +1688,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Effects - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2123,102 +2152,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2290,942 +2319,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ DJ Automatico - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3594,37 +3633,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website - + Donate @@ -3637,34 +3676,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3878,7 +3923,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4131,7 +4176,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4361,123 +4406,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5050,22 +5095,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5175,6 +5220,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5769,39 +5819,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6026,52 +6101,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6933,138 +7008,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Habilitado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7552,122 +7627,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ DJ Automatico - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effects - + Recording Grabando - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7842,7 +7917,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del Album - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7919,72 +7994,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8308,7 +8383,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8518,27 +8593,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8761,15 +8836,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8781,57 +8856,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8917,32 +8992,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9018,183 +9093,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9210,43 +9285,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9314,7 +9394,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9420,68 +9500,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Vinyl Control - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9574,6 +9654,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9611,6 +9693,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9631,6 +9714,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9646,6 +9731,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9950,7 +10037,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10007,7 +10094,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10027,22 +10114,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10127,8 +10214,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10158,42 +10245,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10213,17 +10300,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10639,18 +10726,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10690,53 +10777,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10785,10 +10872,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10957,7 +11065,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11003,34 +11111,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11038,64 +11146,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11104,193 +11212,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! ¡Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11306,23 +11414,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11674,7 +11782,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Portada @@ -12126,52 +12234,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12365,444 +12463,445 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12811,169 +12910,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13072,47 +13170,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13380,123 +13478,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13618,97 +13716,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13718,82 +13816,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13801,12 +13899,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14062,22 +14160,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14099,7 +14197,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14123,452 +14221,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14797,564 +14895,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Calificación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain Reproducir otra vez - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importación de metadatos de %n pista a partir de las etiquetas del archivoImportación de metadatos de %n pistas a partir de las etiquetas de los archivosImportación de metadatos de %n pista(s) a partir de las etiquetas del archivo - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15362,37 +15460,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15408,7 +15506,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15456,52 +15554,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_CO.qm b/res/translations/mixxx_es_CO.qm index 1fa64bde61b08a797d4c82ef8db7b7b3946a3d17..78e117ded135c1551799f9d4cec6dc0d9242e0e1 100644 GIT binary patch delta 20558 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%0D*UNU;$ffe+A zZyfm?%XiyPn2r9y`9$L*jiV=(#a2uYWAM8e{C;n;amLeJV%zo`XO+T@T2(X75i&`9 z*3%eu)=2F224l1tPkKW%&W%`zM#5lYOiRRdyGq8GK9F2xUxmW3*2aZ9Fa^mEjf+=j z68nAMxcC#&dwHdC_(0g6oTnr;4HN z@4FdKn>s-mM=0bq|1+Lx38k8{!I(8;Es4c@jhE(BfWsPR%${RUWVmF!im4O2Ju>E1 z4#bbkmKqD3pqv$E81Gwl&Gjl}d~hKc*ZpaH)ND4oY)2HDN&iqe;J1p5PokWNC8iml z+;PH^>@VZ9H<;ThZ;UTCKmx`fhPFF$E4t z{lUcinvxjy!6dafN0d-(QuVNGzu9Y2Uqtjfx6GtHe3w|HVA8Rs#Ol{H>9l8w)vI9A zp+_V%Z)noHV&LQ;b~4)riOc7;nG-PqJ%DzyA!qRHt?9PyC8rbgS5@tDV&8auW^eX-rt^r$DXLmN#l z=7D&_cf6^2U39z7WSLskvBj3DEK}>cp=i5zFtrJqOJc@OQ=55lD80O_>@>>CuB%M# zR>I7vjj7}8G!omnn%q;ylJM)A$#*Pt;mI>oK-)?rKH;Xov+dA1EieTg7=R9oq>x`; zYch}B3r7)o*<>Mqu-i2DgAZJB4bwR1Fx2@v(*z0TwYJbSp;j;Ab*`Gi6H!XJemBiX z3&F0LPNq3BBsap#w0MLLqAq2M<&nhO#+a5beuK>?=S(YVVypHfW?Iw33601BrnNR1 zM1!7~Hq1)Kww}&rQ_=+_97o@oHr~cEd$Fx)^BDAks+Biwi$QyA#Z1%o+$Ip6WZHQ+ z1UcIjQ}QQ#{@e!Bfn12P)CN;ZW+sYHcT>tOOy$2nrbACt5nOJXQjzBi**8t;tx@7t z-)}nBf@4pKjp@WU{POAD7E|Ub4eAZ^QPU|WIG(<{O{eY#V&Co+)2VN`@QD+qtT~v9 z$zi6fHJ8!DEn_+#^qBaU@}~2_2}mR!n=Z5$(Gg8IT^NhG%-w6st`djROs9}i@%q3MHOn%Jzi6`Pj^KWketJ|E4c6<&??A1_FCiogXZZbXko(A)LX?ijelK3~&^gQ(o2@YdSg-!93 zEuZS9ccAFEl7_z@>qnKeBHZKDQcN5M1!|Bk1p6b4SDP@MabFa8gv zK)e#DygrF0Q(*k0JG^XXUuun?K_g1z{}!DlOb!mP3z-mZ=N}sA8y*PY-v)L;;dbLE zgoWD$2aO91jFcCKnrEuIj z6u0%q+4%TUpLvB+rtae>P6!RR^9{4>WVyQK%T>Dm|Gq;LRxbB;(U$q&FGYLzKjPhA zC{#NR!o!5(af0Xzh2S22aku~bEV{noc7p;#!-6J+#D5wllt1F;EwtG^|As6cxgoRQ zi50Z?b8o(o3MBTw0+8K<%<$IP-DPl*j)_QJ{kAM92OkOEIX%VwEhe1XmxIzGE znZiI^;VFh^xu)fnAbj3(=g}BbFs>0wPX9ab;e7%_gC+z7`TGWAe!_gmPYezWv-1rJ zunP^Gh?&H(UD$ZMX=jl=WMVgAl%4P7fS?I>;S;QrT`mxx866xH?ms5NZhT-kJ{;s9 z-yxn=JhE{)8)Oi|;~OTihPnY5NT79s*L39-bOAWC!|z2JQOo$HNz7AddE`+NE2$t9 z#6LXD91VRjTwg^TK{S13yZl=5CF!hkJBy-PR5bkmUQRi;JfTGbA^6uKam%sgbN|n6 iENAft(^(ajWh@X>{OH51i_miZ{=@9Z{=+ delta 19983 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - - Import Playlist - Importar Lista de Reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reproducción - + Export Track Files Exportar pistas de audio - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar). - + Rename Playlist Renombrar Lista de Reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - - - + + + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + _copy //: Appendix to default name when duplicating a playlist Copiar + - + - - - + + Playlist Creation Failed Fallo la creación de lista de Reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista del Album - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Portada - + Date Added Fecha de Agregado - + Last Played - + Duration Duración - + Type Tipo - + Genre Genero - + Grouping Agrupación - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Calificación - + ReplayGain Reproducir otra vez - + Samplerate Tasa de muestreo - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar Link Rapido - + Add to Library Agregar Biblioteca - + Quick Links Enlaces Rapidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removibles - - + + Computer Equipo - + Music Directory Added Directorio de Musica Agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computadora" le permite navegar, ver y cargar pistas desde carpetas en su disco duro y dispositivos externos. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Ajustar volumen al máximo - + Set to zero volume Ajustar volumen al mínimo @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha de auriculares - + Mute button Botón para silenciar MUTE @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Effects - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ DJ Automatico - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4130,7 +4175,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4360,123 +4405,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5049,22 +5094,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5174,6 +5219,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5768,39 +5818,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6025,52 +6100,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6932,138 +7007,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Habilitado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7551,122 +7626,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ DJ Automatico - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effects - + Recording Grabando - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7841,7 +7916,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del Album - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7918,72 +7993,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8307,7 +8382,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8517,27 +8592,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8760,15 +8835,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8780,57 +8855,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8916,32 +8991,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9017,183 +9092,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9209,43 +9284,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9313,7 +9393,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9419,68 +9499,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Vinyl Control - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9573,6 +9653,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9610,6 +9692,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9630,6 +9713,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9645,6 +9730,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9949,7 +10036,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10006,7 +10093,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10026,22 +10113,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10126,8 +10213,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10157,42 +10244,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10212,17 +10299,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10638,18 +10725,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10689,53 +10776,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10784,10 +10871,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10956,7 +11064,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11002,34 +11110,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11037,64 +11145,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11103,193 +11211,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! ¡Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11305,23 +11413,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11673,7 +11781,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Portada @@ -12125,52 +12233,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12364,444 +12462,445 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12810,169 +12909,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13071,47 +13169,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13379,123 +13477,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13617,97 +13715,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13717,82 +13815,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13800,12 +13898,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14061,22 +14159,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14098,7 +14196,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14122,452 +14220,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14796,564 +14894,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Calificación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain Reproducir otra vez - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importación de metadatos de %n pista a partir de las etiquetas del archivoImportación de metadatos de %n pistas a partir de las etiquetas de los archivosImportación de metadatos de %n pista(s) a partir de las etiquetas del archivo - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15361,37 +15459,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15407,7 +15505,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15455,52 +15553,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_CR.qm b/res/translations/mixxx_es_CR.qm index bfe250e1f2e4e729cf71e936bf5d1f2ea3e132c4..5db99735c64cf69e5f1389501b566fecdd4f4c3e 100644 GIT binary patch delta 20558 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%0D*UNU;$ffe+A zZyfm?%XiyPn2r9y`9$L*jiV=(#a2uYWAM8e{C;n;amLeJV%zo`XO+T@T2(X75i&`9 z*3%eu)=2F224l1tPkKW%&W%`zM#5lYOiRRdyGq8GK9F2xUxmW3*2aZ9Fa^mEjf+=j z68nAMxcC#&dwHdC_(0g6oTnr;4HN z@4FdKn>s-mM=0bq|1+Lx38k8{!I(8;Es4c@jhE(BfWsPR%${RUWVmF!im4O2Ju>E1 z4#bbkmKqD3pqv$E81Gwl&Gjl}d~hKc*ZpaH)ND4oY)2HDN&iqe;J1p5PokWNC8iml z+;PH^>@VZ9H<;ThZ;UTCKmx`fhPFF$E4t z{lUcinvxjy!6dafN0d-(QuVNGzu9Y2Uqtjfx6GtHe3w|HVA8Rs#Ol{H>9l8w)vI9A zp+_V%Z)noHV&LQ;b~4)riOc7;nG-PqJ%DzyA!qRHt?9PyC8rbgS5@tDV&8auW^eX-rt^r$DXLmN#l z=7D&_cf6^2U39z7WSLskvBj3DEK}>cp=i5zFtrJqOJc@OQ=55lD80O_>@>>CuB%M# zR>I7vjj7}8G!omnn%q;ylJM)A$#*Pt;mI>oK-)?rKH;Xov+dA1EieTg7=R9oq>x`; zYch}B3r7)o*<>Mqu-i2DgAZJB4bwR1Fx2@v(*z0TwYJbSp;j;Ab*`Gi6H!XJemBiX z3&F0LPNq3BBsap#w0MLLqAq2M<&nhO#+a5beuK>?=S(YVVypHfW?Iw33601BrnNR1 zM1!7~Hq1)Kww}&rQ_=+_97o@oHr~cEd$Fx)^BDAks+Biwi$QyA#Z1%o+$Ip6WZHQ+ z1UcIjQ}QQ#{@e!Bfn12P)CN;ZW+sYHcT>tOOy$2nrbACt5nOJXQjzBi**8t;tx@7t z-)}nBf@4pKjp@WU{POAD7E|Ub4eAZ^QPU|WIG(<{O{eY#V&Co+)2VN`@QD+qtT~v9 z$zi6fHJ8!DEn_+#^qBaU@}~2_2}mR!n=Z5$(Gg8IT^NhG%-w6st`djROs9}i@%q3MHOn%Jzi6`Pj^KWketJ|E4c6<&??A1_FCiogXZZbXko(A)LX?ijelK3~&^gQ(o2@YdSg-!93 zEuZS9ccAFEl7_z@>qnKeBHZKDQcN5M1!|Bk1p6b4SDP@MabFa8gv zK)e#DygrF0Q(*k0JG^XXUuun?K_g1z{}!DlOb!mP3z-mZ=N}sA8y*PY-v)L;;dbLE zgoWD$2aO91jFcCKnrEuIj z6u0%q+4%TUpLvB+rtae>P6!RR^9{4>WVyQK%T>Dm|Gq;LRxbB;(U$q&FGYLzKjPhA zC{#NR!o!5(af0Xzh2S22aku~bEV{noc7p;#!-6J+#D5wllt1F;EwtG^|As6cxgoRQ zi50Z?b8o(o3MBTw0+8K<%<$IP-DPl*j)_QJ{kAM92OkOEIX%VwEhe1XmxIzGE znZiI^;VFh^xu)fnAbj3(=g}BbFs>0wPX9ab;e7%_gC+z7`TGWAe!_gmPYezWv-1rJ zunP^Gh?&H(UD$ZMX=jl=WMVgAl%4P7fS?I>;S;QrT`mxx866xH?ms5NZhT-kJ{;s9 z-yxn=JhE{)8)Oi|;~OTihPnY5NT79s*L39-bOAWC!|z2JQOo$HNz7AddE`+NE2$t9 z#6LXD91VRjTwg^TK{S13yZl=5CF!hkJBy-PR5bkmUQRi;JfTGbA^6uKam%sgbN|n6 iENAft(^(ajWh@X>{OH51i_miZ{=@9Z{=+ delta 19983 zcmXY(2V9Qb8^^EvoO3^W*jq9}A~R%UgpA4_86iR>B$Ux(WR|ibAu}ryWs^}MBYVEt z*+j{v{=e?$|NcMk|NE?-``qVT<9A)>Jn!@EW%FXot|(*aN<=k@$_)YSNa}2F<;p7x zS?|MOBVuizf{lsVbx_DA-3OZxwO=%M>Oj)z!C*&{QtN@P;4QEdNoUi+ z&Lo{{2X-OJl2-gdHybHb<0|S{c6ZFCJB+!?nvBxPYXz;?FI|^WESkvPfqK;lVbH>;t$TBP$CY z0>^--!PDS1{NV%eF$RhOtIrZU8AenGcXk(_16kWcU@)FX6FIadHuo$zgxL7!m^c$& zKaYv3ff?Kg)&l>5b{5>pP&}xMJF5>a#PfwjPQ`ba2reRK!iQVh;W_@G4H$V9#057KjU_VJfjaQn~|Cci6>HOex4yw-NQg=gzGla$ij%9e3=}g}B3Xa2`p+ zqd?q9uclU}I4k45C!<4=O}y-Q`Q@Q*zz@q^{({DO2?ZD*-}r1LW?`X`{FY0 zsF?p5iTX4psXt7pZ)4cdDXP(ip{R_h?ROC~6GGJg0!ho(5)C+nJHmjAdFZy4$vqVEfEiX!8l_Ma z{3IHbM%)tvAAFklDo3IPlSpc6i}k+~Pqe9!n3PMB#~or5rxNSknb?ycl14iauRWhw zwniVw#TFf)El38;Dmqqfp#=4yF+e zn?>Tl1>)5cNF3=*QXPwg2TzFC$RKh2Gx3^%B(4i$4|kEcfe%D~AaTEtXv#c={3WJ4 zyFRhfJxRO`!y4mr9}yoOO(OC60ba*)7IRQbg}iR`SMDX*9W%Kn zU!kzkfdxc+S1J@XZAl)08=8s>gREj{lE>ASBd25YcTcGNL~_8 zyoU|RkqfXqn@L_DN>rCAlx|g1$iB=bd1EKyeO*Z2ikZ4mQlS*lj$}B7R5_jGT`!4M zJ4bTD2%_7aNKSGhK2`=@;lq!b6+a+8awo}WeTk}ew6f85g_8d^g=}v*g?tre=Ffb5 z4pUjoMt2ml(6d&qTBT52zDTN_AtV`FkP1u8j-Mp81MKTW3sR3qIG%#%!InEjAstA) z!5bsZCw-58MCHS*tT$I73*2wz{0R!hrBP&_oClBCNhN0ABIe>uB|n}gZm2`0cFe)d z?WeM8tpD2#DjyA_TN_4|I){=NIGSuX`4CHERHM*9BJv{HSuD|*vR`-*O~TujY9|Yl zyvtGDX0YzY|EO*YSap*IRM#C|P>@dbV4NcECDprOM`CkXs#k1$UgJ)|>@u ztem@u9QucmI6r_KuoNO9lN_#JB(Ysh^*g;Ha@3QhL1q(TG>04q+#%j#HaQM*1KW^e zEPQv>V`_LJfW+ue)TqKSqPsJwDb*lKdP2>L2WWJrW?{ccDvBYe;vC?jBBx?EH0D!_ zF~x5Cnp)O%Bz7v8TFr(nReVgXu8tX8<6wo-@Jb5VqF)L{<|Xo6 zi!kldg*>+)VRf2GJ>_Hss^bbRtkzBI3*DDeuYu{rI##o?`z7jiHWJ}9fO>sdPg2ND z>a*-TvD~`U=U603jZ>-butJhXexkl(rjqzCiTaM;L(E1+{Y>YHHrp#?6SJuw?pzwx zmHI8fozEO*Wy*Q#?Qt&?nloM$b68@J&NFIeG+=3ssp_zAT;`vURJO3&|Yc9<_ zYmb4X(Y!n;ph;C|zQ-D3!CPtm=u~3)j22d0K&<*;S{Uq1ylN#19|9wsV6@Qk4+w>l zJw;AWB&q#KD_xha^MI zAo2F@wDn^yQ4Kw9FAw829HQ;lT}YT>Xh)ik$UL6n+rJ`F*_U=MW^hM~hITK!L(-T* zw0m123AKUtK0ZXeLM$a@!>9`WP-3PhNlw@3fX_JM)7&X($Z?_#V<_nkj48b$C0{Pi ze*SdiKqB$uhv>-hG9>;@pktAhAVhY8nCherbbOIFQFH>Q1=v=KXYY9=yn}3Ei>DC84pUJBRZ~tkco`^$&?P3!n!z zkpJnQgYrPq{Gtb$xbXBq%C>>g%q&Nb&G|(0=hE}p&}-eA(Mw+&;^kB5?bvkU0|V(p zpFKqTE%ad~X6|qg`f#c=vG*J4WAW0I>_B`5kGTA>TH8tk}^)}(iTf|I8^HLESYFa ztkmTNxYaE6oC2HZ+gBQt0EPVRr(_xI*$_rnUK%?1A&KWlB=0g<+iE|g5k6TY-nWu` z8b%WTn=bi8Vqm7#(x~%&iB(FMeAmIfyf#SV+`bZlGwUx(nJ9x zt-4#G)N7A4(axTv`2Nzwg&j$(yeLh%ED^7B!Xky(-zJf;MhaPoHOw+ev$nj0RGDO@ zHp|Km?-Yvb`O@s#{YdP%Cx!a{CCd3LS^m^U{opLkjYG)ZVUXrIV&>Ynk(Pwp5%X&- zEjb7`D|=9iimrpD9Ve{_{zYOUk=N3>x0LGkgru8eq>OY(Ch=Oj zuw^Q-VQ-{MC9jZp{XxpydY!207AZ3?mZbG-q|0`ViCn8mSB@el1eBAq-bInr>xXoG zXG@~I@zM>aD?}^$DiqpQ(v8-RB)xW(Zn9b=_V$o&sa;8|EhpWPnvjKUPmu2TxS-&8 zAl(_2NUVpqbgy0tvG`!=q2Fqf*4Ro9p^mACr}QYUEJ-_$O4;^subFqHCx;M1`<0g7 z-Ybg>e~{h7j(b06K-mrzZX8<#$ogh|bJ2RgygL>g6D=`qd{!suc8T^%` zLlLa(W(2Cl7p%f37;Twf%(m1W5=GycomU5#Bp zbS5!u7juECm0IPo4xX3+w_N7>bODJ6@vL*n?Wmj@vaa**k~nse_2?gufYwK$D9Kna z%Tg_|$}3r)wYTA3Em;5YoTTro*r1p!Vxu;)K^x$1J4&qCX_?#akZ2iGP;^$kj3FWbLy#v`~ zpWDPbonw}njX$E7bCg+{;*C3b3dP8?Y+gI$dkSF-KIfxwC}Lp@UvS)$g`J;IV&fpT zu+WJl(UC0~5(%YbV`alf3PsL1w(O$~`aXSFL_L&R-rLxkW4(#ZSffy^Z^2?4OC(8` zEiASR*6yp3Z7D2G(!tX#egX=G0d3gMvZx80FJrsbLgU4$*zOt5sB~IdIVIN0xnl ze{m=~iVLz&aqL7&Dv9JccJlZI#PW{pbTv%r`Ccsb9;UosIdmYVmVz9 zFKoB7oYN05Q-4@a0VLSb`|Ncc2$Bh#*@smo;=M1hkMofA9w)HR+QUR1_t>vaaYWZz zuwP3uk^fixr#xU2`>`82?&3aGncUL5Kcsnah97t?(Cg)3S zh)vzeg))FAT)r`lq(A?-Ixc`jleS!a;{^%-4_udZoAZH+G)Shi z+n^JJ$)4cOjU!u%1y!#X+p{k>J_a&Q2 zJl)840!Pjb;$*AIPWmA5A=TB%gh1 z0ZC6*^Eo4sRF)s&mJLX^8?SQ9S$Ij<18#W}NBoy7pIc!u@_QOzpbUHy51ZzVv~J=H zUn4#QX7EKvp({$=yZ;eum&?~|#DHGbR4DwH z@#s^-N$Nd^ulw~7Gjf;5wRuZ4{R7{z0ipMN8jl|eTkt%^cb3m0$!j#t2fq9K2%@0pe7`)J#L;E^fa(#kQXhEIv2AE{SWfYj$|jQ17x81S9f`TV=O>|T zc=tB^%wZqmUN?D0yJy7LJMoL!Ys40hQz-5q=9k_VqA1;{kZ;uS%m3P=)C%KQ58=*F z*5}vN-ozWY@f+0;^P5NU8&^6K*I(eb-=-0zdhgM{EiaPxM2Q(me@My=7r}v-i1Te? z=I$~i3OkFLN!~=?eXRUhMa(V_<&^nWSgI@`*1brCnHHd4h!KlcfZw)=rAa%`Eqi2T zz1s>|;6Gt0euK?FVSOR-i;tvt9xp}3SPA`bWvtKuml{sxj1xK^yOgOM(LDWYA` zFYFvC)(v=tmVLU2!RCWh^P)m_ZofityP=i8x{LJz2vEODiP&6J$2*Q##Kz%$P`4i! z8&ASrO#j5zU|8+UiDK(nl+Eh~iya|7(eFDZ;+GecEfraL_#EL#Y&yP=OlKH2a%+9S~lUqOFXy%=8)LM!Pj7O z@H7X z&)a}@AO;X+5C5+mBN8?>#+p?G(TeTfTO{m<=HoZSzWVVb?Y}1WB@Dy%+@%(8HcETEnmxE>#8yG8c7BwO&?4nT8*@`#$Skoa9 z;=`VW#1722GU<_(huVmbcQ8A%2Ee#f2MK znY75tgE`_Sasf}u6@U7VC(+=WC_IS3H0X>>hSDT9XUWw2B}o%r$f9^AQ#7)?=LtzC z*T}NvDqd(T$uh{BXUg(ZNTby*3Pp)AvZ?`M_R>MJRyGm)kuB?M)F=KgPu9C*?F)a% zM#2p|ohO$H`AU*&35D$H7rAU#U+neR%jMU>OD;z$6g|($c5ZX9y*x^xxYj_n)DA^# zb{!$tzupx+99eGE1EP{;%1x3k6H9+8H{DSN63SV2im@YUNs;VyusXzPAG!IOtq>M( z6*AsQp(tHKZaHK&@iuO<^H}^{pr72jeI4TABjnacD-fHtKyEv_Kk?x^WS7Cny3;RM zWS3|po0!jXyV3Zk>M6+dBAFnxWfwB%NttG<(oXX2V%JESb6A5h{~-_@~{!j&@7%UkLbJ)TPM!) z2si8#e@;-yCUsWG$DLFtg7?THl0!+dIVg{K4=ri*m&Yg}_@+E29y;L1QY(Mw%HyY* z;Qt-+XMNCZMq>=kC6Qxi)kzSujq%RX(anYIh$-g1!FH=@BS<={G*km(iW;H*dzRXydInG;c2`6(2$xIC+Be{@7n$g_)IFNl}t zj82FCzh5LTu7o_EFUgBn!(F1b$xD*l@Wl@liWe2-@R(5IQ_so~Xedi7qveQ3JaB3+>oWh-C9FZfg!YC`*Ddau($q}zG;Is{L)Ik)LnIGk-yA?^4 zekZTiz#Ep-X}`luq1}0wgpzs zs;^LFe3UnJ#P|L;Mc(2DBTf!g$OCpO6yKW2JBs(1yz0pDmb=a*t=K8=orCRh@4xci zaQJIYe|hhvGbCZ7vzV++p+Y{qzP$H(MUwK*%L!{>oU@n9iN!l6BQoX0PAS9_HpwY5 z7fCuXK|cJ%4)XeqLg7D9KJuR*N#6qGBVY0Qw<_|nnKg-B>m*x>AMlV4^0C#3aN+54 zYKj|)lmYUYI=Lj3cp{%20P#3EL?M4sQcnMjq}1WJoPk|1Npnged)rkZpEXpzke^C? z_fGk8gUZAYo{_H>_Xo$>$XSD%p&R~AzFx_m=;UGf#zn|*bF@XirBOqI<;l12p#tik zF5heENu*9yD6ajJ@3n!kOLYB@!RKOjT_MtiAzP)y%<--HcJyLN2hd zdFz!2;@U`6tyS@aM6Rk8hY_#dq)?PNrLwDpx}bVRmED%l#6DM2)mDau1Pv8NYRZWDcoDt58bAypv@`%j_BbW*ux;r-erRo!c!N2{fU zs(U2d$tbDZoz%ogr*cm);pD>=g~BF4)vp1R&;_$<@M{zCpPf`gq_V_r&ruCoWr5MP zc2{}Ngmum~tGo|=AX>RXHT(dUBz&T3WXuz^SOZl)jXM$B`AFr1Q!*4iN;PWSViJiD zRK882`J(+)nh4Vs%swMM% zpf@_GmOY0T9d}h(!moHj5*bwyd632Xrm2>r`>Ydr7U$ zs?9^N#A~~$wjG96yq058?dr7_={HriyHX*EQPWhrYk`Z#s&>Ehf>NoW+H1cWEtGSr zgcJ;Pd$4L>Ci;Ubj;Z!nf(&neUbP>0EVjH+9ddFc;XX)}to9@+v9Bum%`1|+zgDI6 zM2DmxNp;*GYri8-b+RPBXKR+~WVhAm6?dXEIa8h;k-gfMm%ur<&tKWrdR9RmTTKkVu-DnA$ z*>FvDV+%GMxsB?UJ2s!@EmPfEluLYPYt?O!rr59yQr){bANk*Tk?Q_$M5GVvRgcDW zC$_t;>Iw2aoe5FBbeV+G?6d0iflv}BCaKRtCZlw=E3?mBn{eX8`5s7@zU?pqA}Jy(6cj~U2as`?&y9QnUt zN7aw+o+RomRsDJc&aS2Umy}4N*JU-ozXgHEMXg$awVrZLt&J^2hvTMNcQpX56(_Z! zLnyJ157fq%7+|?yYLg4f_s0L!rW6xNgDM^}p#@@dFa~V%1gFB9tz@p{{ZlvN^Vsx~dBfm*kdH+ZLu08RlA9bWtG> znWnC>U@innp1Rh1Z)`XgsTFlQUsfotWvcBWebmUEN%VrFc4C-J+W}bbJqW%MF;BQsvaG z8xBR!_@=t8=z&dUv%2lfeBx0D)E(D*!3*Z9T^T}m#Y}b2!DrEKcTmU^8mN1zFe7hv zsQXw@A@v`w?q`{R#-m4Nb-&w~nrE%m1IwWZy|YU_XnPh(?tRo=KXXXBbyMw)UXB>C zMLp69OEJ!(9yu$S#0q=$$X`fa4-(Wqwt zPbu!CX1c4VC19q$4pYxL*^Fq{9kpd{l>#)G`l{#dLQkj55A{69Tf}2~spl2InuGeQ z!>d$7<8X~SJg^xA$|ZI9Sr-z+8>k~j6l=bn>WGVNNNhWzj<~)K3M$&lhOz49gMSho zYNcMDlS-m(zB+2UGmhsasH1*hM$67ruR8Y&XTUNo>X=%PSZ}=5F)Py%={(gj`#iB* zy;&Wb4dYTfsyEf^hT3hpdW+*oVs>TKTaRE37p_!qJ(oyib6LHu!6QVtvg-KjxRCu_ z_0Ano%W?J9yAHtJUU;c@pUuL#(kS(w;3p)FZ=>Ef6q?g-wmOj(f|lp%1LYbMwJ@s> z%tB9Q*&KDTbYdsFsgIochRx{d3i<2P>f>RMXmTy}iDtOKrs?XFkKy-Y)~Qb~M1=J0 zu09hm6@|r5_1SApiRp)`(-tEFZp~JwXWStwy zUUWR_sjrV}N|H}=^^Hv;qJD|QF{1d9!q`qIA zBO<4(A9%nfoL;G)G_Fh(^+f%$4kF-Op?bK!2w~wZ(-~M-qM42h-_acQP zs-*r9rG@{0e4);5nS=9xGt~Jj=96%URex(%1@(Zh`ul5SMVqebpa1ZM9qX%qm%<-r zyixy7T!gIoOSB-7nXA+TJHFi695dY($sa@YhQXOYa?FLxus^2xWKOnRkW@zfT zz$Vvmu-x38vU zhe8r{*JzyA^&{?{u4(OvscipU3=lcE+GPDOxN_VWMz@mZkEO~JCT?+RMTrDE?ld< zruWWKFs?V6!5(FZa(y&In@__gvYW>Hdw-I;_0){27e`cWm}c~+xlqN|HGZwpOtQbK z@t>VYqQ^YV!~_@OXU}Q^8bGvuoT8cBmJ`_}Xr`XYCDwd_CP>PyNsq-{*|H7!Mq-o~Ohno%VqnTfPQtnxtxCm*IO_M`$**fV3O2R zVU-BYEypw*I3K3D)hGheOs%M9Wtt}yf8iw6NzHRq%Tk|-n%t3bB$a=zDInZf zxKS?SP9p)}~Jwq#@& zNoyWyOSN$(DZxft$`x65!&`0njuxcfgvr{<$1sy)uWG9#nTXm(Xsb@d+I{b@wedZG zHd>LkW?36z*?+Y)^ZvnV8z~g`ytK9ED zctPu&5{92^bk}x()Z(!jTG!C8NK&?1x5(o-)#9k_KFtPNaE?MzO{eXi?Tbj4r}Y?H z2=^2UrNOne9{1tS>N(n;CE+cWKyA;u-XuPB(^`7<_aRYXj<&ax3${eOv;#Aq;6Q%H_g`U5+)BQN4YH$${Or$#_MZ_tkV z@QQeweF{bSVC~o;_`Y57+OgArAp-u>j(Z6=K6XtZ+yBd=9q%sCjcTq?%u3acpNA0q zu!?p<%pkZ;MXkRUM$^VY>+ipdsM1<19aku1i>10tUQtpx{)_M z)`oka0}{MXq3CcyyJFif{Enofc4O&nM4x_XH`T3(`hQxWcGExvoT_)VTTa6Z&V*>U z{FHGh?YVYqC_?k3OA7h(EbZ36Iq3i8YPYwtf%c2mrj&a@w7E!oc;z1)F7ePF`E-J$ zPlvT9M!!TCZK(Fd82JCdB89B?bnUsCxgl)ZQKIO44Jq_I_+BqUvL`53kr0$(5|s1r-zezhk)a zg1E6<`!wR6vK>)uFYVh|I2l!Li}u~-M5yOi z+V^L@(Nwb6zR%tcRohhiaV*rZLpv*g?gj*}MeX#ZTBhN)bs{WsJF$7-5u3n$_Ej1AhNhi-@q zTeL;5WRjeMb<_$GG3=6lX%%ZI(E{D=tfT+JB8<^<8Ng|FZl%uXfV@1sz0ULsLZM4to%u~6vCEfqRr4H?hL`GUIpczV zmg?$sK-!JU*EtNpk_<@GHE@HMIQi)uj}>B<`#)X7u86FM8tNJ*ny^>AR@cbikHqNN zx@MW9iLO|5PJ_@xjy38m#ScWeF}mhH*g(A5O6QXEjd-(gUHdCAKGzWn`TAM9PFe_% zw$8e)!Wl=c%IUf`o`#;!5M2-HC6bgz*W)1ecE*+0d5lg(8o#gW)euIyYQL_JU2hz@ z^3?UIeUNB=72S}w@UG0cx}hh~MIYj8(fNE%C8ipw8#T}q!r`ZGbQ>t1irh+vP%FQG zw(@6!LUDTy2%X^Rr1L#q1)Y(0R{s2}8#lurz2M=xaqq!Oe{|!1{y+=oltLc3Qs?(y z9!Uc>>-=wW9B{V8>n7F9CGJ06H$4eImD(Pmo1TUZLziE=kmF}anp{gaGZ9Cq_Ho_( zt;h+#I_c(T1!3wEb@Ly?f2)_&g-u4Ur;4vGYy*rc#8bD#mnKJ4z>pM* zbC-2VS$ByYpQ}5V)DLbuQI~SS25$FuiSAhQ4%igFtUG=Sb^5U53VD@x3dLQM?nK>( zNFJ+nC%cBArE=d&ZCfil3|1(vkJqIRhB4Z0)}6hJ-cAWO-ML=HYwe{=YwAk0bDb`| zB|`Lymby#pGKl$K)n&$59EogwbXR{ZfIqtFu2+vEQKgFRMyI7nlXZ2sW+G-k3)kJT z%ffkpuDUzR@cj8v-Q6!(lFb#P~|Ox=rG2R_jlS}^!t10{*8h0T?^F}`QgHz^>syQhzpI{=;e-EAv_B7s)?z@KX=q?3-G=% zO>gvsk@l;nFL7=viAl%wrRQ@J_g(d6Uw=Zk%~M~YWM8!9Pw6d{?iWI>cGg#$-w9LH zUT?c_74-UceFJ}3X%nVzupkoKZ>RN+%Up<+GwU6X;V`OkpuTB#DH07Y>syMG#HZiY zw^3)K=QBy~GB6VQV6DFW3l|(*o~iG6ZxnXPH!EaUH|x6;gc46}pzpePDt5;nTlC#h z6S2+qK;PXLlE{C#zQ+(mFy~czk4kq)JnOFa)D~dP0`$G@OeDRmtMAjVGjYf5`u>gx zG~sso{*9iX-F{I&Y|Sj9t2X)(75if&^NQXFTdZP^yMEMqPm=ua=|`P!N>bmF`q674 zzc2Xc$JWUr(ay3~KjC^Z@%nE1iME)D>bLciE3P57Www6Gd~Y-qRr)EfvxrU9=%@dO zk&mCQpMjs;N~<^P7qt0}y zm5qEAvX!UxOB|ZO|JO9vhc|gfeBV!fL>CKGY*T&2CK#2$pkM9|zwMf;Ul9noJa)8x zRof3Z{}ZKOg)TXH+3HuF!cJ%HOZv5S5VG4$)5lDMjXZp)k9oHh2Nman+rYE>*k(}G zay$LTIsqgdFRkC`5eC8YTA_v4Y^dK_(TnKdV*S=XsTk3D{q}6!QK`RHcFp59)A|F4VH2ma z^oPPe;{?=FeR4A|Vr`r1kCraZ|D|dbKOjkdsXwt`2o4sc>Q5hntS(rnPc8lf-3R@d zW~gre8>v5Y7lLB;UuKIhAEH3EVf6_l%Q;Wpg5&B25S{Tm?he`VEeTaw)=IWp7a!IrrtAASDVqKJ@e|6ywN&4pck6wr)4n_LUU#1Z& zI-&oPRE8wmiu%0YO|kW2(&uNwdoEqn|LPB2u_!_RYaeEOk%NI*wsa=y@!P=u^~4WG za}B(B4fh^1l&};M>k?up^%iZkE|G@P{X@|{4>nY&5s2>ATSMh*HmGFM4ONbHgE2lb zRIj#!q;andHO`>(ajd4H#<_JQ?a~3IHL!U6TbZ$2=^gWP@wtNM{fXa)J1Js7WgP#z;d)F}d>{gWf z|AE_(BP=Bi-XlH})orOzy4~9_VhM~VJlinhaWpm_#~XasAPy`kZSW}o7q>Eu+LVow zEYIL;Q%Hg@GWhmNCH_uj7#ntoMEypFanI1%s5H(nejburYFopU>QGL-uNtP+b%YHB z8m9M+Be8a+VFpXZ%x(=c%&>{arc*h?4F5+s13K0)!;(T2Uu2kZ?=I1HJ449ncPKJz z8)o%_u??DRSa1bXJI2|tWM3{SqN-Lla4;-;XYL+s<@BrVxy*pLcuNR2XV?Ba{F-*XL{&Vbc& z44Y@*PP20jTQo>oS1%iO?O%z80}EjJ|mLK}5F zdDUsdv8PLk;zk-yH%}urDavr}DntJ-ZlfXXB|_)zhlX?pqo}w{AwQj}P~6TkTpalU zrI?4|YL{;?o_NEps7MlF)eN^*!w4I5!|htg>l%B*-4iwlO!kI*ja^8pxZ7~A#}&-n zH^coo5Gt;Dh6h#QMK$vbkI$nDo=k?PMV4;~+RkA%D}$kmn6AInc+Dw+(Tk zQFBB7eT3TK-weMSxe)zJQ7CDb7+EB=;yTih?q?W@TUkc^`xJC6Rv1eT_amvwBx6~X4{ER{Dpr{ANtG zcWYzierRHM9AK<+zZbEUKa5p}!U*5@Fjh@$KqBz1vDz#Q^usTs#Wodpdc@6WSH3CH z?ybf;?uT$3$J1CRdJBo7GRC?da7VlP#=5aziMwSO>kUnYQu<|dJn#}T_Se`{?TP-r z&e%Mn40=Nqjn3$l@Na5ko0g-9*6NIHPeDgC9cAp~m5)<%*FhY~*j)zv26|cW;4dD; zfra2pun5QKwir7NW;jMy7Zl(`W9QwWBz$HXyDW6U*|6KjF5lK6EiW^=t;!+suCK9M z&vfh&JyOVCWh)eSni{)}9E0@!%;@flfsP$(^f1Jd#7`MLo>e3Ez!GcpbO=CpQW-rL zLwe16YU~xhfY{gt#@;q4!J^t4`$ogf0u9D~*Dz(#=Zph-;fsduGI|vv(UAx(r?D`TS{R@hZ!f>!{#h> z)EF@B4Y5*-je*5ms?`FF!RrdK(b&-#d<6}NCs&NK;u{dnU23%KFkv&9jB~3!gth-L zhUIt?9lxkh)PH4M)W0NhK%{Ze(M`k(zZ;kKDvxY9*SP$Y7Y433Mj3WtCRE0i?Vk{7 zW+}9Ytb@kY{0y>MPS(qD|b?{vg=T(oh|Oe~QcW!z_v zHBMh)+;?jk@%`(KiE|xL=RYzYTv>#QDc^W}3*0my)Ocb-90}E0V`|3?>@VaP&m3Bb zpI+q~&$equeB)Q+*#+qT@le^A9#aYMI(V5pQI%c zYmsMsYQhX1_+)%;TN7UJ+xUFrL&)nM#^*cXj-maGFEbb52T9kAIceS`CEYZ>_6;IR zcyIjL6HVxa>BfQ?GtlOrZ7j$MA$nV6{8nhGLL%DJ_`M|ZbkDcOA}vH>l`2-AzH3tH z5t=_VFqONWMXW}1Qx(T#5*Kcms+C+#Tss$5+Cuy)Ma!tqJeEqT?!G&f>tRMF~>}9 z+9o75+i&WTQxZvPx5<5`3nHJ<)U!Q=$wPZn&*P|k0)CqM-u_CWm!rwj_rpA*zcHr% zwG&DD5o;P4>4~k;X{JGI@t@R~n{V>U!VG!uH4UkTWF$2;4cU(n-C&$)Xk0q6?FQ4( z2eAI0jZ7n6Vw-Mjm}!*%9ij;drm<5>NMhSevz})W-!jcKrv$FkLTj2Q zr4oA{Wiib^Zz7)KYg%BzonCKf3JY0^#z8gH!j{P6)rOfC_QKRvh*T(f)iy2Ni6z(@ zZwil2CH`Z(DLfB)UcPTyeLo9n`lD&xy#*w-D{qQ9j`t(Snqni5qS>5eip@cJzvqf+ zQ!_glZD-TA!y_T>Eb~p<-Ta6-O*ZZL*$*d|+L?Bj#!~p)HtpL9E8mu5N?HxUu+YJD zuz3nmMqks>2LZ%N7*Z~^zL`l>9a7_FG;4<9MparDx1!H zb0Yq>gz2o=6~-8$P}m$coofl3vP^q!N}si!Sixu0rFrGyp9@Tx^J)?4znQLK?W8W3 zO}8rf;#A9R(>+HRXW6l)|B6q^b^B||zTl59K4*H;bS~OzN3GQB6pEWiOwZ;!5??#p z^bDO*W_B^Xc!#Aef6(-56K24;-}LI(f9U_+X>0nrs~=Z7g|EKnhTJH=FZl3`=9f~lx7c(lK%=me}ft&^E>c7%&KBa zG00qUC}g%W-4~vi9lu7B7+=xcFdoWg&N_1=duJ39@61h(c@j??Yj*07*N4ZN zo7Y8G>r9^6xsDBq{t@O@bpz2|*P2`Vh2bd12XpI1k%*{WtnARo+}cw7LZ`XrcB|oD zI3Lq-ZVEA%d1kky@g)5&Z5}xuHt?*rd32kK#GZCF`<`z{>}Dmi-+_K;rF2s$E{rsf zPgsDZ`k_!fm|`CP*&Ctyoq0mDsVL`bnkUKds_1>@Nj33${OnBy)$U>vPr-h3as=wDu&w~hrkf8vPbO)~8FMo9yp&nqe7MzDY@g+s zPqYv?s?pJW>U(*jch}9SYqTgV{+iD?BH;A;WIprIm+13P^O^7X-cw{wpNFNG(%PK9 z_A+d$(467-6hFOqV$Sf7fo`zuGGA!V(D{5}zAzqZd3mZivvMR#u$~IV#%2HK8!I>U zRw&aNbEYQ(&F2~BE5mz{6dYu}S}KdU7-zmU3NzBBmig{bZ(_?IoA18sM|8M?`9W!T zL5bxGB@u3ZR0G~NHg||QyRt-l(tY!jA1U|+L_PDf5txa>P3D)$UrDOj&z#c)Kgk+4 z%KYKXN8*L2%-?R>5;aLOf8W`kC}gWb{$_{y=WwLe+TP~B6LO&`Cz}h$qNfyN_9I!+ zto!0E)k{uyU!Yn&ZusEUPJL`wkMo(ez&zlnd4SYLb2P$Ra^6$+8F`Q&1uOrvrP1U| zKIFS@<#nlS*{OJ9OOt6N1>#>@nnKg?*3%PG1p}VpzaN4B_otET&UI#0*Im0Wl@xek zlJc}#@%vM06#fpMz}HT~TT}7(ffR)20qcf06BYaR_3#T04z`^*ZEBFMkFRZ@@6@1? zfkD2b@np=TKwsOSalWw_yvr$o$4DD1WvV`;pgvf8#Ho) zudVNxF}|aM*6LX0#TjaLG(*k(Cm$Ua%zY{y6>Ina + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - - Import Playlist - Importar Lista de Reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,155 +119,155 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reproducción - + Export Track Files Exportar pistas de audio - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar). - + Rename Playlist Renombrar Lista de Reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - - - + + + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + _copy //: Appendix to default name when duplicating a playlist Copiar + - + - - - + + Playlist Creation Failed Fallo la creación de lista de Reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -264,7 +288,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -272,137 +296,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista del Album - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Portada - + Date Added Fecha de Agregado - + Last Played - + Duration Duración - + Type Tipo - + Genre Genero - + Grouping Agrupación - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Calificación - + ReplayGain Reproducir otra vez - + Samplerate Tasa de muestreo - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -411,12 +435,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -490,59 +514,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar Link Rapido - + Add to Library Agregar Biblioteca - + Quick Links Enlaces Rapidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removibles - - + + Computer Equipo - + Music Directory Added Directorio de Musica Agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computadora" le permite navegar, ver y cargar pistas desde carpetas en su disco duro y dispositivos externos. @@ -694,72 +718,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -769,17 +798,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -839,32 +868,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -961,13 +990,13 @@ trace - Above + Profiling messages - + Set to full volume Ajustar volumen al máximo - + Set to zero volume Ajustar volumen al mínimo @@ -992,13 +1021,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha de auriculares - + Mute button Botón para silenciar MUTE @@ -1009,25 +1038,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1067,22 +1096,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1092,193 +1121,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1394,20 +1423,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1423,7 +1452,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1434,7 +1463,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1455,25 +1484,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1543,82 +1572,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1659,456 +1688,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Effects - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2123,102 +2152,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2290,942 +2319,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ DJ Automatico - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3594,37 +3633,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website - + Donate @@ -3637,34 +3676,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3878,7 +3923,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4131,7 +4176,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4361,123 +4406,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5050,22 +5095,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5175,6 +5220,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5769,39 +5819,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6026,52 +6101,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6933,138 +7008,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Habilitado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7552,122 +7627,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ DJ Automatico - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effects - + Recording Grabando - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7842,7 +7917,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del Album - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7919,72 +7994,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8308,7 +8383,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8518,27 +8593,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8761,15 +8836,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8781,57 +8856,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8917,32 +8992,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9018,183 +9093,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9210,43 +9285,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9314,7 +9394,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9420,68 +9500,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Vinyl Control - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9574,6 +9654,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9611,6 +9693,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9631,6 +9714,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9646,6 +9731,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9950,7 +10037,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10007,7 +10094,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10027,22 +10114,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10127,8 +10214,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10158,42 +10245,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10213,17 +10300,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10639,18 +10726,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10690,53 +10777,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10785,10 +10872,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10957,7 +11065,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11003,34 +11111,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11038,64 +11146,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11104,193 +11212,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! ¡Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11306,23 +11414,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11674,7 +11782,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Portada @@ -12126,52 +12234,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12365,444 +12463,445 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12811,169 +12910,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13072,47 +13170,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13380,123 +13478,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13618,97 +13716,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13718,82 +13816,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13801,12 +13899,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14062,22 +14160,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14099,7 +14197,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14123,452 +14221,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14797,564 +14895,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Calificación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain Reproducir otra vez - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importación de metadatos de %n pista a partir de las etiquetas del archivoImportación de metadatos de %n pistas a partir de las etiquetas de los archivosImportación de metadatos de %n pista(s) a partir de las etiquetas del archivo - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15362,37 +15460,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15408,7 +15506,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15456,52 +15554,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_EC.qm b/res/translations/mixxx_es_EC.qm index bfe250e1f2e4e729cf71e936bf5d1f2ea3e132c4..5db99735c64cf69e5f1389501b566fecdd4f4c3e 100644 GIT binary patch delta 20558 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%0D*UNU;$ffe+A zZyfm?%XiyPn2r9y`9$L*jiV=(#a2uYWAM8e{C;n;amLeJV%zo`XO+T@T2(X75i&`9 z*3%eu)=2F224l1tPkKW%&W%`zM#5lYOiRRdyGq8GK9F2xUxmW3*2aZ9Fa^mEjf+=j z68nAMxcC#&dwHdC_(0g6oTnr;4HN z@4FdKn>s-mM=0bq|1+Lx38k8{!I(8;Es4c@jhE(BfWsPR%${RUWVmF!im4O2Ju>E1 z4#bbkmKqD3pqv$E81Gwl&Gjl}d~hKc*ZpaH)ND4oY)2HDN&iqe;J1p5PokWNC8iml z+;PH^>@VZ9H<;ThZ;UTCKmx`fhPFF$E4t z{lUcinvxjy!6dafN0d-(QuVNGzu9Y2Uqtjfx6GtHe3w|HVA8Rs#Ol{H>9l8w)vI9A zp+_V%Z)noHV&LQ;b~4)riOc7;nG-PqJ%DzyA!qRHt?9PyC8rbgS5@tDV&8auW^eX-rt^r$DXLmN#l z=7D&_cf6^2U39z7WSLskvBj3DEK}>cp=i5zFtrJqOJc@OQ=55lD80O_>@>>CuB%M# zR>I7vjj7}8G!omnn%q;ylJM)A$#*Pt;mI>oK-)?rKH;Xov+dA1EieTg7=R9oq>x`; zYch}B3r7)o*<>Mqu-i2DgAZJB4bwR1Fx2@v(*z0TwYJbSp;j;Ab*`Gi6H!XJemBiX z3&F0LPNq3BBsap#w0MLLqAq2M<&nhO#+a5beuK>?=S(YVVypHfW?Iw33601BrnNR1 zM1!7~Hq1)Kww}&rQ_=+_97o@oHr~cEd$Fx)^BDAks+Biwi$QyA#Z1%o+$Ip6WZHQ+ z1UcIjQ}QQ#{@e!Bfn12P)CN;ZW+sYHcT>tOOy$2nrbACt5nOJXQjzBi**8t;tx@7t z-)}nBf@4pKjp@WU{POAD7E|Ub4eAZ^QPU|WIG(<{O{eY#V&Co+)2VN`@QD+qtT~v9 z$zi6fHJ8!DEn_+#^qBaU@}~2_2}mR!n=Z5$(Gg8IT^NhG%-w6st`djROs9}i@%q3MHOn%Jzi6`Pj^KWketJ|E4c6<&??A1_FCiogXZZbXko(A)LX?ijelK3~&^gQ(o2@YdSg-!93 zEuZS9ccAFEl7_z@>qnKeBHZKDQcN5M1!|Bk1p6b4SDP@MabFa8gv zK)e#DygrF0Q(*k0JG^XXUuun?K_g1z{}!DlOb!mP3z-mZ=N}sA8y*PY-v)L;;dbLE zgoWD$2aO91jFcCKnrEuIj z6u0%q+4%TUpLvB+rtae>P6!RR^9{4>WVyQK%T>Dm|Gq;LRxbB;(U$q&FGYLzKjPhA zC{#NR!o!5(af0Xzh2S22aku~bEV{noc7p;#!-6J+#D5wllt1F;EwtG^|As6cxgoRQ zi50Z?b8o(o3MBTw0+8K<%<$IP-DPl*j)_QJ{kAM92OkOEIX%VwEhe1XmxIzGE znZiI^;VFh^xu)fnAbj3(=g}BbFs>0wPX9ab;e7%_gC+z7`TGWAe!_gmPYezWv-1rJ zunP^Gh?&H(UD$ZMX=jl=WMVgAl%4P7fS?I>;S;QrT`mxx866xH?ms5NZhT-kJ{;s9 z-yxn=JhE{)8)Oi|;~OTihPnY5NT79s*L39-bOAWC!|z2JQOo$HNz7AddE`+NE2$t9 z#6LXD91VRjTwg^TK{S13yZl=5CF!hkJBy-PR5bkmUQRi;JfTGbA^6uKam%sgbN|n6 iENAft(^(ajWh@X>{OH51i_miZ{=@9Z{=+ delta 19983 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - - Import Playlist - Importar Lista de Reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,155 +119,155 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reproducción - + Export Track Files Exportar pistas de audio - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar). - + Rename Playlist Renombrar Lista de Reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - - - + + + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + _copy //: Appendix to default name when duplicating a playlist Copiar + - + - - - + + Playlist Creation Failed Fallo la creación de lista de Reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -264,7 +288,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -272,137 +296,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista del Album - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Portada - + Date Added Fecha de Agregado - + Last Played - + Duration Duración - + Type Tipo - + Genre Genero - + Grouping Agrupación - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Calificación - + ReplayGain Reproducir otra vez - + Samplerate Tasa de muestreo - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -411,12 +435,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -490,59 +514,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar Link Rapido - + Add to Library Agregar Biblioteca - + Quick Links Enlaces Rapidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removibles - - + + Computer Equipo - + Music Directory Added Directorio de Musica Agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computadora" le permite navegar, ver y cargar pistas desde carpetas en su disco duro y dispositivos externos. @@ -694,72 +718,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -769,17 +798,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -839,32 +868,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -961,13 +990,13 @@ trace - Above + Profiling messages - + Set to full volume Ajustar volumen al máximo - + Set to zero volume Ajustar volumen al mínimo @@ -992,13 +1021,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha de auriculares - + Mute button Botón para silenciar MUTE @@ -1009,25 +1038,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1067,22 +1096,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1092,193 +1121,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1394,20 +1423,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1423,7 +1452,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1434,7 +1463,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1455,25 +1484,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1543,82 +1572,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1659,456 +1688,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Effects - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2123,102 +2152,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2290,942 +2319,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ DJ Automatico - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3594,37 +3633,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website - + Donate @@ -3637,34 +3676,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3878,7 +3923,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4131,7 +4176,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4361,123 +4406,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5050,22 +5095,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5175,6 +5220,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5769,39 +5819,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6026,52 +6101,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6933,138 +7008,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Habilitado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7552,122 +7627,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ DJ Automatico - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effects - + Recording Grabando - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7842,7 +7917,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del Album - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7919,72 +7994,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8308,7 +8383,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8518,27 +8593,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8761,15 +8836,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8781,57 +8856,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8917,32 +8992,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9018,183 +9093,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9210,43 +9285,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9314,7 +9394,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9420,68 +9500,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Vinyl Control - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9574,6 +9654,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9611,6 +9693,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9631,6 +9714,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9646,6 +9731,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9950,7 +10037,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10007,7 +10094,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10027,22 +10114,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10127,8 +10214,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10158,42 +10245,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10213,17 +10300,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10639,18 +10726,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10690,53 +10777,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10785,10 +10872,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10957,7 +11065,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11003,34 +11111,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11038,64 +11146,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11104,193 +11212,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! ¡Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11306,23 +11414,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11674,7 +11782,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Portada @@ -12126,52 +12234,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12365,444 +12463,445 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12811,169 +12910,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13072,47 +13170,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13380,123 +13478,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13618,97 +13716,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13718,82 +13816,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13801,12 +13899,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14062,22 +14160,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14099,7 +14197,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14123,452 +14221,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14797,564 +14895,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Calificación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain Reproducir otra vez - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importación de metadatos de %n pista a partir de las etiquetas del archivoImportación de metadatos de %n pistas a partir de las etiquetas de los archivosImportación de metadatos de %n pista(s) a partir de las etiquetas del archivo - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15362,37 +15460,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15408,7 +15506,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15456,52 +15554,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_ES.qm b/res/translations/mixxx_es_ES.qm index ab0406a42e9a7db6bcf6c2157bfcfe00c89e0a6b..c8a5414e697ca8a1077f1876e4dd06a99f528e9b 100644 GIT binary patch delta 24143 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 F?Z46rEE@m- delta 23535 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

H;TEvm4a2bPA>w4znvj-5n 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 diff --git a/res/translations/mixxx_es_ES.ts b/res/translations/mixxx_es_ES.ts index 8742cb793aa..ef515f6baa8 100644 --- a/res/translations/mixxx_es_ES.ts +++ b/res/translations/mixxx_es_ES.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - - Import Playlist - Importar lista de reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Ha fallado la creación de la lista de reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar lista de reproducción - + Export Track Files Exportar pistas - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - + Rename Playlist Renombrar lista de reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Ya existe una lista de reproducción con ese nombre. - - - + + + A playlist cannot have a blank name. El nombre de la lista de reproducción no puede quedar en blanco. - + _copy //: Appendix to default name when duplicating a playlist _copia + - + - - - + + Playlist Creation Failed Ha fallado la creación de la lista de reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Lista de reproducción M3U (*.m3u);;Lista de reproducción M3U8 (*.m3u8);;Lista de reproducción PLS (*.pls);;Texto CSV (*.csv);;Texto legible (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Álbum - + Album Artist Artista del álbum - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Carátula - + Date Added Fecha añadida - + Last Played Last Played - + Duration Duración - + Type Tipo - + Genre Género - + Grouping Grupo - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Puntuación - + ReplayGain Ganancia de reproducción - + Samplerate Velocidad de muestreo - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar de Enlaces Rápidos - + Add to Library Añadir a la biblioteca - + Quick Links Enlaces Rápidos - - + + Devices Dispositivos - + Removable Devices Dispositivos extraíbles - - + + Computer Equipo - + Music Directory Added Directorio de música agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Equipo" te permite navegar, ver y abrir las pistas de las carpetas del disco duro o de dispositivos externos. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -773,17 +802,17 @@ debug - Above + Debug/Developer messages trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -843,32 +872,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -965,13 +994,13 @@ trace - Above + Profiling messages - + Set to full volume Establecer a volumen máximo - + Set to zero volume Establecer a volumen cero @@ -996,13 +1025,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha por Auriculares - + Mute button Botón de silencio @@ -1013,25 +1042,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1071,22 +1100,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1096,193 +1125,193 @@ trace - Above + Profiling messages Ecualizadores - + Vinyl Control Control de vinilo - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1398,20 +1427,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1427,7 +1456,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1438,7 +1467,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1459,25 +1488,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1547,82 +1576,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1663,456 +1692,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Efectos - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units Switches between showing 2 and 4 effect units - + Mixer Show/Hide Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) Cover Art Show/Hide (Library) - + Show/hide cover art in the library Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2127,102 +2156,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) Tiempo de sincronización de tempo de compás (y fase con cuantización habilitada) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2294,942 +2323,952 @@ trace - Above + Profiling messages BPM / Beatgrid - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) Pitch (Musical Key) - + Increase Pitch Increase Pitch - + Increases the pitch by one semitone Increases the pitch by one semitone - + Increase Pitch (Fine) Increase Pitch (Fine) - + Increases the pitch by 10 cents Increases the pitch by 10 cents - + Decrease Pitch Decrease Pitch - + Decreases the pitch by one semitone Decreases the pitch by one semitone - + Decrease Pitch (Fine) Decrease Pitch (Fine) - + Decreases the pitch by 10 cents Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier Shift cue points earlier - + Shift cue points 10 milliseconds earlier Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier Shift cue points 1 millisecond earlier - + Shift cue points later Shift cue points later - + Shift cue points 10 milliseconds later Shift cue points 10 milliseconds later - + Shift cue points later (fine) Shift cue points later (fine) - + Shift cue points 1 millisecond later Shift cue points 1 millisecond later - + Hotcues %1-%2 Hotcues %1-%2 - + Intro / Outro Markers Intro / Outro Markers - + Intro Start Marker Intro Start Marker - + Intro End Marker Intro End Marker - + Outro Start Marker Outro Start Marker - + Outro End Marker Outro End Marker - + intro start marker intro start marker - + intro end marker intro end marker - + outro start marker outro start marker - + outro end marker outro end marker - + Activate %1 [intro/outro marker Activate %1 - + Jump to or set the %1 [intro/outro marker Jump to or set the %1 - + Set %1 [intro/outro marker Set %1 - + Set or jump to the %1 [intro/outro marker Set or jump to the %1 - + Clear %1 [intro/outro marker Clear %1 - + Clear the %1 [intro/outro marker Clear the %1 - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats Loop Beats - + Loop Roll Beats Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward Beat Jump / Loop Move Backward - + Loop Move Forward Loop Move Forward - + Loop Move Backward Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navegación - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history Select next search history - + Selects the next search history entry Selects the next search history entry - + Select previous search history Select previous search history - + Selects the previous search history entry Selects the previous search history entry - + Move selected search entry Move selected search entry - + Moves the selected search history item into given direction and steps Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón de activación de efecto rápido de cubierta% 1 - + Quick Effect Enable Button Activación de efecto rápido - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo mezcla - + Toggle effect unit between D/W and D+W modes Alternar control de efectos entre los modos D/W y D+W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track Auto DJ Add Random Track - + Add a random track to the Auto DJ queue Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. Start/stop recording your mix. - - + + Samplers Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies Show/Hide all spinnies - + Toggle Waveforms Toggle Waveforms - + Show/hide the scrolling waveforms. Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up Star Rating Up - + Increase the track rating by one star Increase the track rating by one star - + Star Rating Down Star Rating Down - + Decrease the track rating by one star Decrease the track rating by one star @@ -3598,37 +3637,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website Official Website - + Donate @@ -3641,34 +3680,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3913,7 +3958,7 @@ last sound. Desactivar - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4171,7 +4216,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4404,123 +4449,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5093,22 +5138,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ Hardware Guide - + MIDI Mapping File Format MIDI Mapping File Format - + MIDI Scripting with Javascript MIDI Scripting with Javascript @@ -5218,6 +5263,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5817,39 +5867,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6075,52 +6150,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadatos significa todos los detalles de la pista (artista, titulo, cantidad de reproducciones, etc) como cuadrículas de tempo, hotcues y bucles. Este cambio solo afecta a la biblioteca de Mixxx. Ningun archivo en el disco será cambiado o eliminado. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6982,138 +7057,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Activado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only Main output only - + Main and booth outputs Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7601,122 +7676,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Hardware de sonido - + Controllers Controladores - + Library Biblioteca - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ Auto DJ - + Decks Reproductores - + Colors Colores - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Efectos - + Recording Grabando - + Beat Detection Detección de pulsaciones - + Key Detection Detección de tonalidad - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Control de vinilo - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7891,7 +7966,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del álbum - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7968,72 +8043,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8359,7 +8434,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8569,27 +8644,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8812,15 +8887,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8832,57 +8907,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8968,32 +9043,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9069,185 +9144,185 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9263,43 +9338,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9367,7 +9447,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9473,68 +9553,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Control de vinilo - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9631,6 +9711,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9668,6 +9750,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9688,6 +9771,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9703,6 +9788,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -10007,7 +10094,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10064,7 +10151,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10084,22 +10171,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10184,8 +10271,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10215,42 +10302,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10270,17 +10357,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10696,18 +10783,18 @@ Todo a la derecha: final del período - + encoder failure encoder failure - + Failed to apply the selected settings. Failed to apply the selected settings. - + Deck %1 Plato %1 @@ -10747,53 +10834,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10842,10 +10929,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -11014,7 +11122,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11060,34 +11168,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajones - + Check for Serato databases (refresh) Check for Serato databases (refresh) - + (loading) Serato (loading) Serato @@ -11095,64 +11203,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11161,193 +11269,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error al configurar el modo tls: - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error de ajuste de retransmisión en IRC! - + Error setting stream AIM! ¡Error de ajuste de retransmisión en AIM! - + Error setting stream ICQ! ¡Error de ajuste de retransmisión en ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! Unknown stream encoding format! - + Use a libshout version with %1 enabled Use a libshout version with %1 enabled - + Error setting stream encoding format! Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11363,23 +11471,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11731,7 +11839,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Carátula @@ -12183,52 +12291,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12422,444 +12520,445 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Hold or short click for latching to mix this input into the main output. - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. Show/hide intro & outro markers and associated buttons. - + Intro Start Marker Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. If marker is set, clears the marker. - + Intro End Marker Intro End Marker - + Outro Start Marker Outro Start Marker - + Outro End Marker Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Enruta el bus izquierdo del crossfader a través de la unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de samples cargada en los samplers. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga una colección de samples previamente guardada en los samplers. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. Unidad claro efecto. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12868,169 +12967,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactivo: parámetro no enlazado - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13129,47 +13227,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13437,123 +13535,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13675,97 +13773,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13775,82 +13873,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13858,12 +13956,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14119,22 +14217,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14156,7 +14254,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14180,452 +14278,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime E&xport Library to Engine Prime - + Export the library to the Engine Prime format Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar el menú de ajustes de aspecto del seleccionado actualmente - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Espacio - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title Show Keywheel - + Show keywheel tooltip text Show keywheel - + F12 Menubar|View|Show Keywheel F12 - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14854,564 +14952,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajones - + Metadata Metadatos - + Update external collections Update external collections - + Cover Art Carátula - + Adjust BPM Adjust BPM - + Select Color Select Color - + Reset Reset metadata in right click track context menu in library Reiniciar - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la cola de Auto DJ (reemplaza) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Puntuación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro Intro - + Outro Outro - + Key Clave - + ReplayGain Ganancia de reproducción - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Plato %1 - + Importing metadata of %n track(s) from file tags Importing metadata of %n track(s) from file tagsImporting metadata of %n track(s) from file tagsImporting metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags Marking metadata of %n track(s) to be exported into file tagsMarking metadata of %n track(s) to be exported into file tagsMarking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Ha fallado la creación de la lista de reproducción - + A playlist by that name already exists. Ya existe una lista de reproducción con ese nombre. - + A playlist cannot have a blank name. El nombre de la lista de reproducción no puede quedar en blanco. - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate Add to New Crate - + Scaling BPM of %n track(s) Scaling BPM of %n track(s)Scaling BPM of %n track(s)Scaling BPM of %n track(s) - + Locking BPM of %n track(s) Locking BPM of %n track(s)Locking BPM of %n track(s)Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) Unlocking BPM of %n track(s)Unlocking BPM of %n track(s)Unlocking BPM of %n track(s) - + Setting color of %n track(s) Setting color of %n track(s)Setting color of %n track(s)Setting color of %n track(s) - + Resetting play count of %n track(s) Resetting play count of %n track(s)Resetting play count of %n track(s)Resetting play count of %n track(s) - + Resetting beats of %n track(s) Resetting beats of %n track(s)Resetting beats of %n track(s)Resetting beats of %n track(s) - + Clearing rating of %n track(s) Clearing rating of %n track(s)Clearing rating of %n track(s)Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) Removing main cue from %n track(s)Removing main cue from %n track(s)Removing main cue from %n track(s) - + Removing outro cue from %n track(s) Removing outro cue from %n track(s)Removing outro cue from %n track(s)Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) Removing intro cue from %n track(s)Removing intro cue from %n track(s)Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) Removing loop cues from %n track(s)Removing loop cues from %n track(s)Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) Removing hot cues from %n track(s)Removing hot cues from %n track(s)Removing hot cues from %n track(s) - + Resetting keys of %n track(s) Resetting keys of %n track(s)Resetting keys of %n track(s)Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) Resetting replay gain of %n track(s)Resetting replay gain of %n track(s)Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) Resetting waveform of %n track(s)Resetting waveform of %n track(s)Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) Resetting all performance metadata of %n track(s)Resetting all performance metadata of %n track(s)Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) Setting cover art of %n track(s)Setting cover art of %n track(s)Poniendo portadas de %n pista(s) - + Reloading cover art of %n track(s) Reloading cover art of %n track(s)Reloading cover art of %n track(s)Recarga de portadas de %n pista(s) @@ -15419,37 +15517,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la playlist? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirma eliminación de la pista @@ -15465,7 +15563,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15513,52 +15611,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts tipos de letra - + database base de datos - + effects efectos - + audio interface interface de sonido - + decks decks - + library Biblioteca - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers Controladores - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_MX.qm b/res/translations/mixxx_es_MX.qm index f0a07d449b10e61faa364fe588bd43796f870423..ba452a49e9f1f5c365f06c8bb654c96f57243f91 100644 GIT binary patch delta 21272 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 diff --git a/res/translations/mixxx_es_MX.ts b/res/translations/mixxx_es_MX.ts index 886a3cf4f44..b455b486942 100644 --- a/res/translations/mixxx_es_MX.ts +++ b/res/translations/mixxx_es_MX.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Agregar a la lista de DJ Automatico (Final) - + Add to Auto DJ Queue (top) Agregar a la lista de DJ Automatico (Inicio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - - Import Playlist - Importar Lista de Reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + An unknown error occurred while creating playlist: Un error desconocido ocurrio mientras la creacion de la lista de reproducción @@ -95,155 +119,155 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Agregar a la lista de DJ Automatico (Final) - - + + Create New Playlist Crear una nueva lista de reproducción - + Add to Auto DJ Queue (top) Agregar a la lista de DJ Automatico (Inicio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reproducción - + Export Track Files Exportar pistas de audio - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Introducir nuevo nombre de Lista de Repoducción - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Introducir nuevo nombre de lista de reproducción - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar). - + Rename Playlist Renombrar Lista de Reproducción + - Renaming Playlist Failed Renombrando lista de reproducción fallida - - - + + + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - - - + + + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + _copy //: Appendix to default name when duplicating a playlist Copiar + - + - - - + + Playlist Creation Failed Fallo la creación de lista de Reproducción - - + + An unknown error occurred while creating playlist: Un error desconocido ocurrio mientras la creacion de la lista de reproducción - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de Reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -264,7 +288,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se puede cargar la pista @@ -272,137 +296,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista del Album - + Artist Artista - + Bitrate Tasa de Muestreo - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Portada - + Date Added Fecha de Agregado - + Last Played Última reproducción - + Duration Duración - + Type Tipo - + Genre Genero - + Grouping Agrupación - + Key Tono - + Location Ubicación - + Preview Vista Previa - + Rating Calificación - + ReplayGain Reproducir otra vez - + Samplerate Tasa de muestreo - + Played Reproducido - + Title Título - + Track # Pista # - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -411,12 +435,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor habilite al menos una conexión para usar el Broadcasting en vivo @@ -490,59 +514,59 @@ BrowseFeature - + Add to Quick Links Agregar Link Rapido - + Remove from Quick Links Quitar Link Rapido - + Add to Library Agregar Biblioteca - + Quick Links Enlaces Rapidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removibles - - + + Computer Procesar - + Music Directory Added Directorio de Musica Agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Agregaste uno o mas directorios de musica. Las pistas en esas carpetas no estaran disponibles hasta que se reescaneé tu bliblioteca. Te gustaria reescanear ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computadora" le permite navegar, ver y cargar pistas desde carpetas en su disco duro y dispositivos externos. @@ -694,72 +718,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Iniciar Mixxx en modo pantalla completa - + Use a custom locale for loading translations. (e.g 'fr') Utiliza un locale personalizado para cargar traducciones. (ej. 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Directorio de nivel superior donde Mixxx debería buscar sus archivos de recursos tales como mapeos MIDI, anulando la ubicación de instalación predeterminada. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Causa que Mixxx muestre/registre todos los datos del controlador que recibe y las funciones en script que cargue - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Habilita el modo desarrollador. Incluye información extra en el registro, estadísticas sobre el desempeño, y un menú de herramientas para el Desarrollador. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Habilita el modo seguro. Deshabilita formas de onda en OpenGL, y widgets de vinilos giratorios. Intenta esta opción si Mixxx se bloquea al iniciar. - + [auto|always|never] Use colors on the console output. [auto|always|never] Utiliza colores en la salida de la consola. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -774,17 +803,17 @@ depurar - Arriba + Mensajes de Depuración/Desarrollador rastrear - Arriba + Perfilar mensajes - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Interrumpe (SIGINT) Mixxx, si un DEBUG_ASSERT es evaluado a falso. Bajo un depurador podrás continuar después. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Carga los archivos de música especificados al iniciar. Cada archivo que especifiques será cargado en el siguiente deck virtual. @@ -844,32 +873,32 @@ rastrear - Arriba + Perfilar mensajes ControlModel - + Group Grupo - + Item Elemento - + Value Valor - + Parameter Parametro - + Title Título - + Description Descripción @@ -966,13 +995,13 @@ rastrear - Arriba + Perfilar mensajes - + Set to full volume Ajustar volumen al máximo - + Set to zero volume Ajustar volumen al mínimo @@ -997,13 +1026,13 @@ rastrear - Arriba + Perfilar mensajes Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha de auriculares - + Mute button Botón para silenciar MUTE @@ -1014,25 +1043,25 @@ rastrear - Arriba + Perfilar mensajes - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1072,22 +1101,22 @@ rastrear - Arriba + Perfilar mensajes Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1097,193 +1126,193 @@ rastrear - Arriba + Perfilar mensajes Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1399,20 +1428,20 @@ rastrear - Arriba + Perfilar mensajes - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1428,7 +1457,7 @@ rastrear - Arriba + Perfilar mensajes - + Mute Silenciar @@ -1439,7 +1468,7 @@ rastrear - Arriba + Perfilar mensajes - + Headphone Listen Escuchar por auriculares @@ -1460,25 +1489,25 @@ rastrear - Arriba + Perfilar mensajes - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1548,82 +1577,82 @@ rastrear - Arriba + Perfilar mensajes Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1664,456 +1693,456 @@ rastrear - Arriba + Perfilar mensajes Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Marcador - + Set Cue Establecer Marca - + Go-To Cue Ir a Marca - + Go-To Cue And Play Ir a Marca y reproducir - + Go-To Cue And Stop Ir a Marca y detener - + Preview Cue Vista Previa de Marca - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Agregar a la lista de DJ Automatico (Final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Agregar a la lista de DJ Automatico (Inicio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Effects - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super perilla de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super perilla de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Súper Perilla - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Perilla de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide Mostrar/Ocultar Micrófono y Auxiliar - + Show/hide the microphone & auxiliary section Muestra/oculta la sección del micrófono y el auxiliar - + 4 Effect Units Show/Hide Mostrar/Ocultar 4 Unidades de Efectos - + Switches between showing 2 and 4 effect units Cambia entre mostrar 2 y 4 unidades de efectos - + Mixer Show/Hide Mostrar/Ocultar Mezclador - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) Mostrar/Ocultar Portadas (Biblioteca) - + Show/hide cover art in the library Muestra/oculta las portadas en la biblioteca - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2128,102 +2157,102 @@ rastrear - Arriba + Perfilar mensajes Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Tono (Clave Musical) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2295,942 +2324,952 @@ rastrear - Arriba + Perfilar mensajes BPM / Cuadrícula de Tempo - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock Sincronizar / Bloqueo Sincronización - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) Tono (Clave Musical) - + Increase Pitch Incrementar Tono - + Increases the pitch by one semitone Incrementar el tono por un semitono - + Increase Pitch (Fine) Incrementar Tono (Fino) - + Increases the pitch by 10 cents Incrementa el tono por 10 céntimos - + Decrease Pitch Decrementar Tono - + Decreases the pitch by one semitone Decrementa el tono por un semitono - + Decrease Pitch (Fine) Decrementar Tono (Fino) - + Decreases the pitch by 10 cents Decrementa el tono por 10 céntimos - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Marcar + Reproducir) - + Shift cue points earlier Cambiar puntos marcado antes - + Shift cue points 10 milliseconds earlier Cambiar puntos marcado 10 milisegundos antes - + Shift cue points earlier (fine) Cambiar puntos marcado antes (fino) - + Shift cue points 1 millisecond earlier Cambiar puntos marcado 1 milisegundo antes - + Shift cue points later Cambiar puntos marcado después - + Shift cue points 10 milliseconds later Cambiar puntos marcado 10 milisegundos después - + Shift cue points later (fine) Cambiar puntos marcado después (fino) - + Shift cue points 1 millisecond later Cambiar puntos marcado 1 milisegundo después - + Hotcues %1-%2 Accesos Directos %1-%2 - + Intro / Outro Markers Marcadores de Entrada / Salida - + Intro Start Marker Marcador Inicial de Entrada - + Intro End Marker Marcador Final de Entrada - + Outro Start Marker Marcador Inicial de Salida - + Outro End Marker Marcador Final de Salida - + intro start marker marcador inicial de entrada - + intro end marker marcador final de entrada - + outro start marker marcador inicial de salida - + outro end marker marcador final de salida - + Activate %1 [intro/outro marker Activar %1 - + Jump to or set the %1 [intro/outro marker Saltar a o poner el %1 - + Set %1 [intro/outro marker Poner %1 - + Set or jump to the %1 [intro/outro marker Poner o saltar al %1 - + Clear %1 [intro/outro marker Limpiar %1 - + Clear the %1 [intro/outro marker Limpiar el %1 - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward Salto de pulsaciones / Movimiento del Bucle Adelante - + Beat Jump / Loop Move Backward Salto de pulsaciones / Movimiento del Bucle Atrás - + Loop Move Forward Movimiento del Bucle Adelante - + Loop Move Backward Movimiento del Bucle Atrás - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navegación - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en cualquier dirección usando una perilla, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en cualquier dirección usando una perilla, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en cualquier dirección usando una perilla, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una perilla, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play Cargar Pista y Reproducir - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history Selecciona siguiente búsqueda del historial - + Selects the next search history entry Selecciona la siguiente entrada de búsqueda del historial - + Select previous search history Seleccionar entrada previa de búsqueda del historial - + Selects the previous search history entry Selecciona la entrada previa de búsqueda del historial - + Move selected search entry Mover entrada de búsqueda seleccionada - + Moves the selected search history item into given direction and steps Mueve el elemento de la búsqueda histórica seleccionado en la dirección dada y pasa - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Super Perilla(Meta perillas del control de efectos) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment Asignación de Unidad de Efectos - + Meta Knob Meta Perilla - + Effect Meta Knob (control linked effect parameters) Perilla Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la Perilla Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la perilla Meta. - + Meta Knob Mode Invert Modo Invertido de Perilla Meta - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la Perilla Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ DJ Automatico - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3600,37 +3639,37 @@ M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*. DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website - + Donate @@ -3643,34 +3682,40 @@ M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*. Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3884,7 +3929,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4137,7 +4182,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4367,123 +4412,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5056,22 +5101,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5181,6 +5226,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5775,39 +5825,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6032,52 +6107,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6939,138 +7014,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Habilitado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7558,122 +7633,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezcladora - + Auto DJ DJ Automatico - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effects - + Recording Grabando - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7848,7 +7923,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del Album - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7925,72 +8000,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8314,7 +8389,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8524,27 +8599,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8767,15 +8842,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8787,57 +8862,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8923,32 +8998,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9024,183 +9099,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9216,43 +9291,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear una nueva lista de reproducción @@ -9320,7 +9400,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9426,68 +9506,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Vinyl Control - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9580,6 +9660,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9617,6 +9699,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9637,6 +9720,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9652,6 +9737,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9956,7 +10043,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10013,7 +10100,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10033,22 +10120,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10133,8 +10220,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10164,42 +10251,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10219,17 +10306,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10645,18 +10732,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10696,53 +10783,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10791,10 +10878,31 @@ Consejo: compensa las voces de "ardillas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10963,7 +11071,7 @@ Consejo: compensa las voces de "ardillas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11009,34 +11117,34 @@ Consejo: compensa las voces de "ardillas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11044,64 +11152,64 @@ Consejo: compensa las voces de "ardillas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11110,193 +11218,193 @@ Consejo: compensa las voces de "ardillas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! ¡Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11312,23 +11420,23 @@ Consejo: compensa las voces de "ardillas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11680,7 +11788,7 @@ Consejo: compensa las voces de "ardillas" o "gruñonas" - + Cover Art Portada @@ -12132,52 +12240,42 @@ Consejo: compensa las voces de "ardillas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12371,444 +12469,445 @@ Consejo: compensa las voces de "ardillas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Modo Seco/Mojado (líneas cruzadas): La Perilla de mezcla funde en cruce entre seco y mojado Utiliza esto para cambiar el sonido de la pista con EQ y efectos de filtrado. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Modo Seco+Húmedo (línea seca plana): La perilla de mezcla agrega mojado a seco Utiliza esto para cambiar únicamente la señal afectada (mojada) con EQ y efectos de filtrado. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al girar la mitad derecha de la perilla Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la Perilla Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la Perilla Meta. - + Meta Knob Link Inversion Inversión del enlace de la Perilla Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la Perilla Meta. - + Super Knob Perilla Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las Perillas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12817,169 +12916,168 @@ Utiliza esto para cambiar únicamente la señal afectada (mojada) con EQ y efect - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Perilla Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la Perilla Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la Perilla Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la Perilla Meta, y vuelve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Súper Perilla de Efecto Rápido - + Quick Effect Super Knob (control linked effect parameters). Súper Perilla de Efecto Rápido (controla los parámetros de efecto vinculados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13078,47 +13176,47 @@ Utiliza esto para cambiar únicamente la señal afectada (mojada) con EQ y efect Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13386,123 +13484,123 @@ Utiliza esto para cambiar únicamente la señal afectada (mojada) con EQ y efect Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13624,97 +13722,97 @@ Utiliza esto para cambiar únicamente la señal afectada (mojada) con EQ y efect Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13724,82 +13822,82 @@ Utiliza esto para cambiar únicamente la señal afectada (mojada) con EQ y efect Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13807,12 +13905,12 @@ Utiliza esto para cambiar únicamente la señal afectada (mojada) con EQ y efect TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14068,22 +14166,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar instantánea @@ -14105,7 +14203,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14129,452 +14227,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14803,564 +14901,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Agregar a la lista de DJ Automatico (Final) - + Add to Auto DJ Queue (top) Agregar a la lista de DJ Automatico (Inicio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Calificación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Tono - + ReplayGain Reproducir otra vez - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importando metadatos de %n pista(s) desde etiquetas de archivosImportando metadatos de %n pista(s) desde etiquetas de archivosImportando metadatos de %n pista(s) desde etiquetas de archivos - + Marking metadata of %n track(s) to be exported into file tags Haciendo metadatos de %n pista(s) a ser exportadas en las etiquetas de archivosHaciendo metadatos de %n pista(s) a ser exportadas en las etiquetas de archivosHaciendo metadatos de %n pista(s) a ser exportadas en las etiquetas de archivos - - + + Create New Playlist Crear una nueva lista de reproducción - + Enter name for new playlist: Introducir nuevo nombre de lista de reproducción - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + An unknown error occurred while creating playlist: Un error desconocido ocurrio mientras la creacion de la lista de reproducción - + Add to New Crate - + Scaling BPM of %n track(s) Escalando BPM de %n pista(s)Escalando BPM de %n pista(s)Escalando BPM de %n pista(s) - + Locking BPM of %n track(s) Bloqueando BPM de %n% pista(s)Bloqueando BPM de %n% pista(s)Bloqueando BPM de %n% pista(s) - + Unlocking BPM of %n track(s) Desbloqueando BPM de %n pista(s)Desbloqueando BPM de %n pista(s)Desbloqueando BPM de %n pista(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15368,37 +15466,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15414,7 +15512,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15462,52 +15560,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface audio interface - + decks decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_PA.qm b/res/translations/mixxx_es_PA.qm index bfe250e1f2e4e729cf71e936bf5d1f2ea3e132c4..5db99735c64cf69e5f1389501b566fecdd4f4c3e 100644 GIT binary patch delta 20558 zcmZ{scU(?y{QuwQT-Q1GzHcjALLnoo?6PH*y^?4l5-KC3o06GqC1h_B6*96iA|c7% z**=-s@_XIq{yx6H-#@?4fRM81^Ai>?$ z%9W25iv1>mjY)J{2R0$oVe9)bQtW2;kv7VQS#5p8}VnD1bu3@EUjKR4d&ZEIV5|+LLSK<5) z5f8c#h0k`F0NR7sK?gIQWFijg;)Q=;49?dQxmcd?EI5xu;}b~MfrMqHiP~C-^R~F5 zsSPB#0Z)<+VqjkVAxICRN^h)efGM<`_kFHVoU2pFG`Kll=T}>R=4~WQtBM2gj+&@j z0}{$OD&)5?fNmC1;e*|9qb!KByM?cadf=u$xDd$B-XrRX&z)N3X2>`Fu)U5PdD z0q2n5yA{NP^!Z?ATCqYF3W=EU2LF*v4gE}oVB?~X6nCy*y=HO z;VUuM9IyoE$B720iMiER$g58UFG4a)hz4FDA$AYZphG0~#T;9hy41=vl|mMJz{)UK z4c_NJ8xsvVN30K&&+84qY$~A~xTm6MEv4wIt4UA-;DVv1&6E^1GG5 zb3`LNi66K?tmbIqhr5vAXtu$@BVx7Y5YPBP%-)IkHBRC^f8y8if%t#KZmTp*RQ zt_lUSN~;`*uSzRqk!?w86NxEUN>bO}nA465#nvj4y1BqdaVy;xC=~asR>)RABdHf8 zx%a$6UK8Kz^_6H}fI?n#GD(B*K$9aCij}UBG%AzK{K!s{LKhOH>lJdxek4s<1<@}g zX~A}49z98lizZPVM$%entm7?(Lf(Ca;-{7*t?x{1Py>=SLsB;i6$)|vN!mgrRJ%jc z&gUfB%_3>EMOH$rvr(q+gRCjib5geutIT9op1|9WU!SD`YRN}f~<_LqmbvUBh$oB(C`QRFUB z3?Qc=?w~z6CHfPsN})!_LWl=BP~(b6iEj6xW>k~t&_Qyx4A4+a&T~N;KrTuwI7==T zb2KJXi%}Ny-9jzvI+1wNnOe_;PE}q@t#bn45mU|9gVfVjrX5wt!hEb;*;FC_F_K!p zW<-mYk!v=dWJ?6OJ8wpm>rUMqVOEvwtZYzSp;)!R%CMGJMt!&PK)97D*Q`8bc2Ev@ z&Is!Ey&Q>YQx&qXYSewyE@H+E>QNs`Hl(FOc48m(aDm-7Ef2!MWFDm+%~z99XRJbg zdp-5=_amyj(Mq>|3WZ566pAr*sYmbtn70e{ShNW7zjPPsk+Be-%9DB=s|D|8q#hS> z;~II?O9#I{s#qa=@|AkIXOOtJm^`W)i7oda53h3wHXF#}d<T^1dc*G9s z^KmT+GhR@?MQ2GYDx`i#<49 z82JMlGWQl7lN}8?nMtg79u3LPf;;{|L#|+eE^ifzGr5(IFVfJ_tBCdMLtdj-6F>8i zyn>R5-9JoT-&U!`F>2O`^bRyGx_Y=20hXm`{~ zb44pxxLcXB+RB6PtxWBwkmsJEVSxzs(|gmfut&sp;B)5r>)^S1lD7Nmpy5xA#M@1!;lH6P6ZX-Fju82N2lD+= zLhRQ$^7jiMnplnkhn*+EFqHz~38_Lc1zrsyHhU(GZnPF==|bl5%g+!`Z%ZLDNhIu! zppY}JB=lKN6L%ra8rF)Y4#XTs|DkDr;ZTm7DPr*-;*pLNu{V!cr5`jszZUY$M>IPs z2d;Gw%|7jjftYE|CuBm1no%CBNQ@XxQ307Ge$J$rO3@_NEKf1hT0!Xx%(Qq|Dm+&< zEqMn|DEU&{lw=Y*PPVekW{O{fa9rz%l`j8LqC4`q+goT|=uM(WiL`#lWn!hWyo`64pu z_OvS|pM){Nv};QVab0KH^Y9R!a1iZ%0HrEELdn^lB(!)+2mHnmi1bSKBqV+yB%OAXGUoXZ#Ya-cZD(R;k6CnV z%ySZF&7$M`l8ARKrZbJ)NN7ErvRZ|cxM2oe9Ndyv>uYpzYD*IQ)9GRn=DNR;F3tQ( zGhj!J3YB7rU- zyPc{Mgb--EZH6E`en9L+jKG@ska+m9z`~J~t`r2Rt`P%2FQ{%4QJemPdVCFHu}uX{ zqAiM|--0gP%!yLdae#1ICsHszfmzk|6>J8cBVpkyq5Oet61Lk26)Pm7_!%ZtUQmQw z?}AWct0PgMEY!LNNgSCi*sqHu7G5CKK8E+-nWscV`QPzf+S++z6)J!5lhnTg|4ocnj?LM zu1`{lwu~3LKC|$d(0dYeV&G`OJY;VK@n4MvFV99OJpKvZUU!MVC=z_iVQ%eGg^_-_ z#EU`&zeX@4`Xl(oT_&N_D8c`1e-f+A76Rk(`tX~=822wE&e$)E*%VG}t62!T7e`|J zePKL@l2)IgQ0RA381LXn!p)&I=Gq{{-ax>JM*$D7E_bA*T(%wg_jVaBF6 zNL40SsoQL2rxOZ!em!AkZKUM8jY4GLAEKAn1oQ9Os3Y{k>?FAC?T>{yPLN#tAHssg z4kQNsCoDJ!D=R-=6!4L)hL| zB%~J3AQoR!NUw!({i>{Rq(17)-!njD(Z4?lM_?_YIenUt*#@rHJy6JWe?&rFP2qeN zQYLAOaA8vzi9TC}OQo+6e^*P$-i$iVB}~Zvlt{w5UBYFDCg>@A7OosYObE#na^EZ^ zp}$VJwgZibFRsFMmn%doYAfW1P~mzTClX%%6K;t1#FL|iJXI&;|B0SLzJT0s+h`%* z&kez+l#uVAOk%IfLP5PW5_dQYcY{`vum(hyOdd6adr3AV?7AX6aD;iy+$B6Z1P?k` z5DLrT$<-5t*9A5hK&J2}97@JVS*hP6d|U?y7vm`W2#h24x~cGUmlNzi|E%!4aXyiK zW8u%?3J5MYL@^E`uInX=&u-ue#)~R17ov=KQMGOpipX`M@!T;~vm->)$#SS4wuz+% zBhSBIPb@v{3khkPM4OFpSSjgZ#s8qZm70ilW%5blPGYUhKnzePIt=YV6m>+beZUOu ztzTKJoq-pkW5oI%{Ya>uVCAW2V*P6fO5sbz2KrkhcF7Z+eicI5rYq!=!o|kNk)|KH zD>i%OjBuMLx}3%UGRlZK5@6|HPgHx5L9ZDC9P+#Xbu)Bv$nh`>nYNbJL0g$1)PWdx}F6a!CvrA`V#x^V@b! z9MK1#t8-f%u{Dx-ij2B$|-xM)u>3k9g6^LUC zzZ19LCYr|5y)98Q2QjuD zO0bcW&El$~eMy|wM8Skia&GiCr;=U!RDZO3IRudPCek4u!+edg2Zn)QT-a z#hq)A^KEexcTH_Y;@GcNh7PiF_6>1YJO&aJDDJVO=bb+)6hq_0y?5b?mp(+Y)P=WQb03?*KbY3>6)D-#mEy}fNKhu+ z7T>LaL+bxUd_Tt)_W$&`_(79S)O)x1vvU&BHLdt_K{m`TS)mwW6n`#qB)-i@{COV9 zWa)76S40VMj{)MZU6l}SM~EfKgGrne!`MPw62tu%R|b&Cr0bJO_>;j@Ng>3WPiCs? z&xlW|#k9F+iQ9Z;+S_H3|Iggdv|lV2c*yjz6457nX2^vD%5Y=GBxv;rH)f(D5+lQz zsS3*JCw*C&Bu}JZS**f#T(~5e)oyl<#Mv{MXE$bxskodbh7)j!vY}QHD zk;Dr*tn-F6qU>d?%VRj8%dc3ENeD`|)mabof{nzV=d&KM7|4~r%u_L+GpzTZl_X3r zYvrsHZ189_q8?9TLo6-U+cns*@Y}?ubY;W#zzl7cv*C4|Q2{wHpCizv*WKBOUS){e z&SU;N;jnsFX925G`MkQuM%gFB&&04%6Dts{ozBcbDIy7z#<20#4ia6Q&&Iog7p}0d zI$Mb{r?9X-80lblHkqcvaX7Kb0|SUftz|P$M3eBiH=8vQL1t+TGp|GVP1?xJr(q=v zOEL4SBw~MOu-O&oBi`R;(aOMwvbmFe5azqGn3wPm;R$9o?+6l&vMbp9G4@C<@3Ghg z2&aV(EH)0|^x1b7ck4dl_#U=uJqA?xO(CCnmaRT90?}?ci~o5S5?RiY+P)^5mdUoQ zgX_KUn{D@oF7&z1c2vkEVc0abBlQi@-I{DyrG?0vGuf`QBZ;P%)7X9~fcWvV?0|fa z#IieC%F!+8d~9QBRgCC%cVtIjI+56U2Rn{ThxH0#r_%k1d7onE+dUz+VLZF2xk};! zdxiY|f9%rR67-WNC}f*Dvde$lV|`&T%Q=K6KNY~PseFhzHDcGR!{wV>`myU*I-+S5 z#csYnM|8Rg%TJFameG>kvOHPAepXNy!J>34c4rcvWW-eVpa)8->0{Xg%lCAJ>`9S7 z@w?O6Q@bc)k7lrE&rwastza*9b|yZpDtkQ@R^r{3z4_oqynkc%b~vnSU|aUNz#jcy zb2j^WD2aqsJ6TD+RVb$?a>>yNx!zPj%I)2eB(C4eYdhzWu;VwcJrhrKp#!gd zp@evwecW-Rk@(Eoyk1auVx?;FdQs>J&E3Qsc);aOE#VEmm4Z%;PX_cZk)?zfEheVt3<+NXTrLN{VL zpZK6Mk;J=~>A zgSv8@o2xD$vFC9<*BFiZVE~`E4E*NJ%?neup?$WWD{Qbsp%|87W%Lv)5A3t@pls!# zkqUXvHy(SykHl(P9{UH2P~m&{DhDX({O^2qC-e{9kMsCJFGzemnl*eAgmaksv4(#Gwk=EO&+cPFud~D|Bb%K)&ZIR>}IB zTk*YdC?2a|eIV{B@jY8WM5#Tuz~^{T4HklJz?WbM_zfl3Fc6v0-pzb37C%@OCs4$B zK8RGUeKc5#`2M$GCA_~Lv_;xo4Xlpy%U})S=Hxy&u*VBOKnG$~YlDv90KRua6ZB{> zkPS%Bdm8xO{mA)vEZ^5)I|&D#@_l=UW4X?aC;K4ZPb$X`P4q=k`iiG^xJC52mqI?v zfv28^8K<7(NA*|(dR&1Y+y4l`?WsaDKa5qr)Vjp9oM#PAB3||)KffsxwOuj4BqD0r zpXb>@rAeH8m0w1n;9F*4ziOl-4NUdbavPvn8|0Z#ZNDo()q}`85IMGLva&X?vMj>l) zP?8=aLt0&0AupFC$qnJU7Y9ok$w=al1W8x30ddh$()GFp$y}BUga>$@A(e^vLP8gN zh2qtHl1;Zj5+=J!<_hsJmmFWoLf-$Uag`eP zL~_Yuq^2ooP@G>UHQQDWsgz!FNpQeG%1SN=YamH=keaXBj0EGjLJ@0LmUCXAo78gH zOsq3Dl3I<%_rlwnr8e!chPO09YICF_i8I?tt^os){jQMQybyk;-ILr_+ak=?k=g~| zf*T_ga@#_w-CiUnUcIIEC(y~Pm?yRW=nm@`By}itjl{f}Qiq56L=VeKU1REzxNwf- zUJv<1+X$)W&GsZ_J&}4o!TYt$2~w}lJ|t9rA@%C(g2q5usrO7QK6bAu4a~)p`0AxW zD>34Z)1;w3$m!Z0l)QSvmv^ouc`rwDx%rbce55m0wR%eP!+ah6mn zr>zuh+Z{f;sub)57C(@Jmkq$wRFr~|L5W@5rI3X%Kli25#K;w>iruBqrD-U^?4|Ib z#YEl#(zH6+=n37Drsc*FuQ5-Wo;@D%zqqY(z|C!>8Px`&l$s*V#2fT&nlvi_Vfb#I zG`}+9`L|Zm{FShlWj@k^6n9*BuR{K^ue3NJ679GjQY;oMgq6Fc*v384fYeE`%|{Y% z)kunMKMxDlCMmY-d7|<@3I)v=3t|7WBc=>_flH9&HR=4xfar@87LsS4w6=P!v(wgNb$xv63VZV5~5}i|5Qy%*c*Z+mSOtYXr#5j;A+EEQex>x_*{UL=-ZiSTsbLm8M3t(?_fA-`-dZRm*W zKHe>DGP^^I(^^ZLKozeJkx*40Cm8C+)d( ziiDx%6pF5RALq=kvb5(~B@(_wN_$s9IcIg3k}V$7|A>^_IgQwXTT)uWMG}tJkKovvhipJyB>ch3sW_DeD7*Q)i=e9;;)5cBw+~4Ohs_tE3B917Q0eNtYW|fk*sq zmU1kO!!h@yTrX#|$+t__DmxOLTp(S)h;+PEUnx(mBJS@f-7G*wH298G(9)Agvs@w1 zbCC+#LRY@-knZKz#B#h&deFg*_+*px&@Y+z_R-RlsGDf#A>eWIlp`^*00<2gp z$&?M%%E3DB$c7!WiB3(EOXawc_@$>@rg97xB-YAh%W6od(b3AYTjg?{pJD(uayh>O z6s;p=o3&U+D0N=8xtC04HhP*|eH*mBQ3bhHA)f5kb=h8t0Rt8C8*63z7264cT((cb zh*wWk$jg0|9V(+PsBuen*z|$K4+U~<<$H@2@*7v>`cq&PL!D)(de2FGv`cQ{6-P{7 zB)1)Gi-t#}?CMI!hj_4CJjm z_OJ?O-9;W3(;vIGHp{_g8<^F%uX1pcwIo~!mV?jWf;)=k@z*klUUiWt-AN%n{-->p zR|j-JTgy`|E_mrBIbtz(vGhA6&yX2n##VWT8p-Om4YIk~ALx*iJo`7&@@DttIf*xk zwyu|>@9si5e^DWC?kvxr2?sT1hiqOjCKo$in#&8K{E%o2lovgP`J9{~FTUc5Z8F(% z>?dT!Df{ImtvkUw{H*-&US7Ji6IwQ%6|%6)^2$BXoxMHeRr4|Dt$)j_-66@TW;vmZ z6OqqWIpIGS;y+X5wb}?wZ9O@$xD)Zq*UWN~WpSzPGkN1M%yGOVZ%Ie8czl9u$!z7kURaDW$DEb(<`og! z6DHsEXhyWqT`ss0MXYs*eESz1(SO16y-__#+*K$)LY${Fz2xU^6G)8SE5AGtNj!6> z{MzRRs@@9n>yqw7$tUGEJ(5t8wUghB&n3~hjr?vdQn=<%cUcH_8Cv95PL5E|TN}Cgc){0uC?+{61r&TILOAN3|6P3{o<-2ofl`+jog7w;7a4vs;ak; zEho)XRdf4ALQ$T|t|XJl*k7R_Br0UH_N!_}&qhN-QrW-tAy($N%9_-kQONTIm1C(F zM7G^kj`z%Gh|UdF)t?6?`E^HC|MqSuMNL)1p?SnNzg0E58AxQxS13pWRgJy`q6}B7 znrkr?PhC|ly8B@JO|+`zI!LCxr>adOZ}g0ps9bqZEIPZZT&I5~w(^y#76D%*0}MJ+o@*lvX5~Myr;7he#`Us8*c$ zNo?#9Rf0WIt2a$l3CpwK>1L=B_IYCU`nD?Z0hCMiR<)sCca&`BRhyiANp!fO+I$#O zxG-C_`Ajllf0b%W!+Y>>Ott+QZscT8?bwDaIq9`(=K)yT%jK$Fr*ny#oBdR~r#&Je zxQ}X|HENl6XQ=9X?Tv#p&(}+1p}O#$2Rk z(i7D&XUh$ms*XQ|-H-0CIvE2G*;`hf3JF6!k)}F*wHb-}imG$-;Q@D)Q)QjcNBp-L zsT}a9QL2lplSq8JNp<-F^7O%ps+=QxFa3C!RJW)7KsMY}bz6xMO;vY1pcAdDsU9_{LbUv#>UkY_z^IC<*9%q< zJ9bj_dT~?4|Ks0OukRm1dc0fpmZxEF?{bBL@Sp14QVmg2x~iyUAyIk{)#qhV#2e+Q zik+*X9@wDz_7c&tI#>Ppiwk#duliLc4MA+H>R0kSbip*Le~s;lHEyW-H`ov1-A^qX zgN}*i)NBMN)-6FT?ca+1e>+0e+6mK1csNjPXbmN5rdAt6(dGKuQ*E;b+FkvQx_px& z66&^6S3p|L*A=TP7MvrYTco;*-AEE^-&Wi0dWEd^u-fh*bY#bDwcV!=*i|=M?XY7T zv41h@+6{~(IC`jSH^iJ*&sNud2M=p#rmo{=hH~_bQrDeanFM1;b;Fj2pyf8|MjIir z&xh5GKXRneH`Oj#wTQ-ES2x#g!y0dGb;}MV#2e(OTg49`=J`q8#t9~oRmb%MHEL^|=8aq8}+JEK+FOx^tw zJmH0=>Yll|By?D+_I!{`qPDfVk1uXqcbdBI4u2@wR<)N$Iiim)YVYQgv8Y^G?elFQ z2|fMQ{`HcGYBW{{{5Km}@ey@U8}yXwEl>x~ghYF1sK@Vx%g_3uHitAs_WE(RdZH^5 zi8_($uv0}OwrHmgSHbbL$x+Wd3$yHHR?jSi3!a*xp8dxO!Nshe6XitQXOTL}vK32n z)5-%|)ltdt6OP-}(d#=BwV$GnkbMQCg79|grE}09So2=Jd>Yzp z=NG6~WELR`a`lRPZU{1d>J>j~k>Dq(SNDcQcaK-Ep2SG(I8nWJW;tX;)76QKa2?l8 z>UAxU;`y2PsMocFy}sI_UT3+{u}bPB*SnBJJ#|tZlxe=3dh>ryXh6PFZ*i_c;-y9E z?dLEhV>_sKd_f-YW{rAR_#1RW>Z*5_w8tL14eCA5;hF)pRv&GQ3snzOXI!?7w30gGSwC#a7^lv7 zhwQkOT79fe39&7M)W`m=C4Tj=`cxTgL>|yZeF3}P_?ubk%io~H(*{_%f1~JRC{3 zI_JMs5<~x4IcJCZDoZ6g?yZnFeyzS5c^;csMyT_g&Jhi0tj=p33tc&<&M$~0cKEFN zQKg?GjJc+MifUOHFh^bFn*^6zsaXA$@MKk^)Zcza5(Dbkc_+lqw!O*LgYA>3}V(^Tk)FubpU zrpi%BGH9cwYKoDl-3U#!@tC{sr8TyJ2S}JwR#VHymc)lgHMKtdMb7tLA-}g=V;_Yl zUN%Q#zakI~%rH&e_Vz?xwKb02p`?*bHI8N+h{2aN4bEeu0Xv~-95$WU;{BSY51=$% zk~A%RZD2lunwGZc18yIwX<1!EY^JZK)ugQ?Jc-h@N}G#i_$W;Wq+BfNuclMv7X+&z z8uz#i5^dgUdQ7%OPS{5wuhmi0<3S)CU6#gUbO|2hw#IBZ5WHJ!JZ{6Db?KVkrC~0! zoix4c`VjvxN7HAZAMvW`n!YY>#0r;d2A_X~jRoU1Lv=8pBPPwzTtqi^T;rvWM`bfp z<24|c_~0Oo&%&GN4;<6@Uc`-V_R{#B7>O)8MC1SN1u@rE3VD?jvu5-#TyXD0&FCpV zu|nyh8S@-=eC(-0F*#i`wiic3LZgtIziGzKfeXI(K{GC42&|^BCRhWVY45KI4&I3t zO^}t1t>@zWSIRlhb<+gj!2?b&qX{`vLhRZ|P3Qpdrn#RcY!VWNJ@quPo@cuEtV z=LRbnr-}H8qOt!N&Gf=ML;)Q%W^70j_s!LqZ$o>>yK3gF(P1h`AukoHiOw++m%nPF zZ}udywXav)BV25cAAJ<$!l7(Jb5Ylcgt|X}#up#V*7nY&16}#NolFYi>+BfI36a z+!~Gj|H8v7n%jwG(2H%QxqHQtNUCh5-rdU1J_>pMdClXv7bMwj#NeHSb3wD{eFu zG~?h!Kh1x!+em!bM)RTRBjVS4X+ALo5Bsm0Z#RpGWfp3F9X6AA(?jz+4te~t)|%f( zQov)H-&ZF?l-o6bz1@iZYBVJia2|0$^Y5-Z+UseWe=j5wTEuFpH9X?Hty)UO6xGyd z1-&P+@_|~>eB1^5{%dN*6L_JVmzIB@L85CPt=hkksO~U@!i^NIzJW6~nQzw`>LVP_@|4uP6r3{kYsKBL6{P+-`a-mu##4r zwN6J%pbKTSjk-bdX`Qs@M#)BEk8-t*gM)~VNz*!K2M}HDr*#>ECi1!`3VG!uZF4^? zB;GV=-3p6|xrAxkUxD&Jp7bF@(pVZOB-v~wq-=TohQ zcJ4ap)U0{h1%@J|U;*02O$U--{<~GXIOPiorH$Gp3F##ETc=(6C5_mK4DGV#%}8Pw zwFyR~&&EdDgw~MI>_lxs_w^)>YiOl;mz8tW+Ju|%8^fO{WM}JX*ADe0KHN#W_AE#0 z`OQk3%L;knMeW+VA*laDH)s=UcE^HXS#45*M096{HtCy%m9-l;z|Oy(*KX>NL@dpy z-Bc6`4%Kd^PgtgV1%5`Z*HybY0Qtf0i`p%}Dv&VorgpnGrfSJx?M|=t@QAkBy;Z|W zNOaKdb$v<{xlp^$6-xg;L3`loH1z*Ey|El%U0>9u8 zYmYYXfPFrqHX{$^`iNMCtlD;k{BBq6vATDWJzv%y?-oJWb7iHjl$D(tD&#k}XfwT_ zjJ1bpPv1g|r!>=^>0`Fc^?2>MW}S$3jn!tggpXeKReLG^JbsF?K%1T5L{!s7oAWao z=2%&K4ZT}#H$Z#6^Fk8Mh1$I7aM{m%wD}IX#JkPb<}bqe^F`WQA2G)cy|jbMz+$3>kyK9ks&={n6*(gT*{tTVX z%m2`JYp$zUx<83Q({z<@mk^7arK=v*84@b1vx`}QDO;>-7z`zC`c~I4I*!Cj5jv+u zZrEOXMdx%Bn^aBpbj=>1z2+?HTJqz>W*BsBRS%G7MC;rJ$00w+)wO@-MttQVv#w)- zKbA;R6^d7f>AHT6Bz87X*KK|n38oZX_snDxx2)3j2t-B{GE&!b7(AHkWt~UmeBy;s zI#114wB76J`Z^d%cwVUMH=ql#MvHX=o#1Gew9*Z1{D|1;f4bqTX27w1(v7S%5IH8( z`C)~X&oR%{`LFdPA>^&j|7yH(N;IQPA>6Ixw>)JQi(Neq#JJsNz`1b zn^rlA$G8_F19PI zWo!*y>;@>6{*rDu_DdWa!Af)w+Z?n@Je73fzMDKPX?9=!~>l`mI~FLXP$KSOOdNFjedT(>8o3DKPTx;@XJg#P7q z`_5tD*Ba=O*TRns+^ai~9%shyab(@0xgW3ts*5hwc_^aa2VMFsTVh>n=#G>{K2Y|% zLP2#{cPx4sF^B28lZTL27kAKQTE3^-sXOJ2>h|$k-KkrhNZ7MecP7^p9n&_tv*CA1 zNO00!{JNT0bb{{k-bd(u{nh2*H-I$i7-;^2x$C35<{N^YiKlgW_E^a{Gf-F1>p8L3 zjdcYmD!Il%cW;$F@%IV3dx@~y$XU7vj)-RSTj(CFSWav~E8T;A@QCw|>KqQrx(^>G6Qe1*k16FysM%2W$^5Gsu~C0?pR-{;+0nY6 z1CdxPh}8Yu2hqx)Um_8-vKzYJ~v>ZPy$7x_VPE4|Z|O4y*(Rqs@oP3#=$oBZPN z_2u-V#ou9eAHxprxF|Dj`Q`MJKZGqFkIio z2G-?S)vWIl4rQ3rL*KQkBbHz*=-r16!JI|t-B)}ivNtOfW^_|1Hjmf$@WK-~bkO%$ z*O~a9n)+VnZV(Id(RJ~`?GZA*x&GWCIdGKu}?rXM{QUAD$!^kbf& zu~EfdKXwjsN^|B<{iGU5o%(OoPp<0(9dOc5>7PVAF~h<4`brxx5I+V(>qaqIky$^f#LeagR%ZclV0iL=40eFO6ymfP`%EWpkK2UA1q$0keiq469wG(Xudx2 zVFn3{4(r!t!WzzA)UWRvNPO8*{f1MZeO3L&sd&<-we_3S2wFEp{m%W%(YV~MkUy!Y z-(ABErPq1=-k%8L^Ec}c{FRV}3ib7AH=xZcBlJffFC^OJtUuZO9ElTq>d$P(jZ5#< zpUDx4Z^_r6dkzf&QjF!n^u~{?;*DlwdFP1x?IuBvd(}FX(xNgykCj?ODiJx;g6aRD(G=Wa%HC zWf;f_{o{YdsDy^-pFD>B-@U7Uj$ROdo2oDL##Buhrhl;%4yVvv|E8i566&vi>+uy1 zr?&q6IykV0bM>EOG!UjAQOMpc(0}rQwWKc6e==`@!*CAKf4&XZ>w8K6tFar=zxfIU z-7td~homvW%OLK-FWlRFHt-PKV02Z3#^i(sXju?FoA^Z{)pEF@POn46*3UE4S-lBKYA-`w z4~tp8Hq=f0g7t#WhI-zq$e3~rP6wWoaPO$0naY!RhmMBkvE|S+dT(fjjtTqO&TMGg z(jQBw4-Kv-kWe`HG;|*NnfN{xh^-m>dV$5@a_|pW0G1HnUj_V!U31=s&R)=s{UbpR zZZ~w<6-j*5Aw$;~H|!BxYUo-VPhv<{gZqj?;{Po+bnl%-WZbV%d}&Tl4)~pMhVH(j z5a%x$dUe7`$89ut=o3khmKr>sR44K7AcJT95aOrZ44(7f5Y0Md=(9MQ#4+s*eQi;S zt(9&HTMuAmX|oEc_p$KQ8|@-~>a8L_zB(lERFT{Iw54RZ@UA@W3pyh$~~yn&?= z3$_^M9l_uK5dR%AEbLQ(!~<;&OHK^M$U7O9>UW}PTx3|@{t=PZQz6fLV_3;fk+^D@ zApwO0^ZsX8Yw`X58w`mE*Ft%2*p=Urc+yqF?&+8!%|*jLN6hi1ONM=Ui;%$FFeJ~e zPr{=$hJ(xhkq{;uGBy>%{wJ<592=KJT$^ji?06mv4Mz;84lO6Xww~d1J7;2>>l;o- zyAX?VHDo2&Aa1)FuJpyP;g+>F-0qAi8Tit0H?fG=r#6QBWJe_LHat3)Ok&IZhQ~%o zD$T+0)UFl@)s2Ry>+d4lwlzH60kfQ4$M8Jc9F1Qt9XAx7^C98T3&YF6aH9Pu4PSbr zDZTKI;pW1T70h^E#y z);)<-YHgUYUhGz)SZ`ya(l@aWAm7;Zoezm;w;P)mVs3Y48QV-j(Av@4=;{FpoHZC- z;i&kwJH~b{$FUwT&DeP~3Kqv{#xC_EiTS@Ub`5YQ8d}QOwFC}rvZq46{-e?Cu4zg_ z^E1Ytg{9F*d}8c1-Ho_=7h~`ClcDu5jJ-2Z2~9{d_P>e7;($@c{_o}xm5ehEtes54 zk3q)4ah}A#?>7!vlSnM4o^fa{B;@zZIIKE?lhDjKY(HFeqc%qGq%0D*UNU;$ffe+A zZyfm?%XiyPn2r9y`9$L*jiV=(#a2uYWAM8e{C;n;amLeJV%zo`XO+T@T2(X75i&`9 z*3%eu)=2F224l1tPkKW%&W%`zM#5lYOiRRdyGq8GK9F2xUxmW3*2aZ9Fa^mEjf+=j z68nAMxcC#&dwHdC_(0g6oTnr;4HN z@4FdKn>s-mM=0bq|1+Lx38k8{!I(8;Es4c@jhE(BfWsPR%${RUWVmF!im4O2Ju>E1 z4#bbkmKqD3pqv$E81Gwl&Gjl}d~hKc*ZpaH)ND4oY)2HDN&iqe;J1p5PokWNC8iml z+;PH^>@VZ9H<;ThZ;UTCKmx`fhPFF$E4t z{lUcinvxjy!6dafN0d-(QuVNGzu9Y2Uqtjfx6GtHe3w|HVA8Rs#Ol{H>9l8w)vI9A zp+_V%Z)noHV&LQ;b~4)riOc7;nG-PqJ%DzyA!qRHt?9PyC8rbgS5@tDV&8auW^eX-rt^r$DXLmN#l z=7D&_cf6^2U39z7WSLskvBj3DEK}>cp=i5zFtrJqOJc@OQ=55lD80O_>@>>CuB%M# zR>I7vjj7}8G!omnn%q;ylJM)A$#*Pt;mI>oK-)?rKH;Xov+dA1EieTg7=R9oq>x`; zYch}B3r7)o*<>Mqu-i2DgAZJB4bwR1Fx2@v(*z0TwYJbSp;j;Ab*`Gi6H!XJemBiX z3&F0LPNq3BBsap#w0MLLqAq2M<&nhO#+a5beuK>?=S(YVVypHfW?Iw33601BrnNR1 zM1!7~Hq1)Kww}&rQ_=+_97o@oHr~cEd$Fx)^BDAks+Biwi$QyA#Z1%o+$Ip6WZHQ+ z1UcIjQ}QQ#{@e!Bfn12P)CN;ZW+sYHcT>tOOy$2nrbACt5nOJXQjzBi**8t;tx@7t z-)}nBf@4pKjp@WU{POAD7E|Ub4eAZ^QPU|WIG(<{O{eY#V&Co+)2VN`@QD+qtT~v9 z$zi6fHJ8!DEn_+#^qBaU@}~2_2}mR!n=Z5$(Gg8IT^NhG%-w6st`djROs9}i@%q3MHOn%Jzi6`Pj^KWketJ|E4c6<&??A1_FCiogXZZbXko(A)LX?ijelK3~&^gQ(o2@YdSg-!93 zEuZS9ccAFEl7_z@>qnKeBHZKDQcN5M1!|Bk1p6b4SDP@MabFa8gv zK)e#DygrF0Q(*k0JG^XXUuun?K_g1z{}!DlOb!mP3z-mZ=N}sA8y*PY-v)L;;dbLE zgoWD$2aO91jFcCKnrEuIj z6u0%q+4%TUpLvB+rtae>P6!RR^9{4>WVyQK%T>Dm|Gq;LRxbB;(U$q&FGYLzKjPhA zC{#NR!o!5(af0Xzh2S22aku~bEV{noc7p;#!-6J+#D5wllt1F;EwtG^|As6cxgoRQ zi50Z?b8o(o3MBTw0+8K<%<$IP-DPl*j)_QJ{kAM92OkOEIX%VwEhe1XmxIzGE znZiI^;VFh^xu)fnAbj3(=g}BbFs>0wPX9ab;e7%_gC+z7`TGWAe!_gmPYezWv-1rJ zunP^Gh?&H(UD$ZMX=jl=WMVgAl%4P7fS?I>;S;QrT`mxx866xH?ms5NZhT-kJ{;s9 z-yxn=JhE{)8)Oi|;~OTihPnY5NT79s*L39-bOAWC!|z2JQOo$HNz7AddE`+NE2$t9 z#6LXD91VRjTwg^TK{S13yZl=5CF!hkJBy-PR5bkmUQRi;JfTGbA^6uKam%sgbN|n6 iENAft(^(ajWh@X>{OH51i_miZ{=@9Z{=+ delta 19983 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - - Import Playlist - Importar Lista de Reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,155 +119,155 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reproducción - + Export Track Files Exportar pistas de audio - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar). - + Rename Playlist Renombrar Lista de Reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - - - + + + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + _copy //: Appendix to default name when duplicating a playlist Copiar + - + - - - + + Playlist Creation Failed Fallo la creación de lista de Reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -264,7 +288,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -272,137 +296,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista del Album - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Portada - + Date Added Fecha de Agregado - + Last Played - + Duration Duración - + Type Tipo - + Genre Genero - + Grouping Agrupación - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Calificación - + ReplayGain Reproducir otra vez - + Samplerate Tasa de muestreo - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -411,12 +435,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -490,59 +514,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar Link Rapido - + Add to Library Agregar Biblioteca - + Quick Links Enlaces Rapidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removibles - - + + Computer Equipo - + Music Directory Added Directorio de Musica Agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computadora" le permite navegar, ver y cargar pistas desde carpetas en su disco duro y dispositivos externos. @@ -694,72 +718,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -769,17 +798,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -839,32 +868,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -961,13 +990,13 @@ trace - Above + Profiling messages - + Set to full volume Ajustar volumen al máximo - + Set to zero volume Ajustar volumen al mínimo @@ -992,13 +1021,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha de auriculares - + Mute button Botón para silenciar MUTE @@ -1009,25 +1038,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1067,22 +1096,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1092,193 +1121,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1394,20 +1423,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1423,7 +1452,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1434,7 +1463,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1455,25 +1484,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1543,82 +1572,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1659,456 +1688,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Effects - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2123,102 +2152,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2290,942 +2319,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ DJ Automatico - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3594,37 +3633,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website - + Donate @@ -3637,34 +3676,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3878,7 +3923,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4131,7 +4176,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4361,123 +4406,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5050,22 +5095,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5175,6 +5220,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5769,39 +5819,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6026,52 +6101,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6933,138 +7008,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Habilitado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7552,122 +7627,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ DJ Automatico - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effects - + Recording Grabando - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7842,7 +7917,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del Album - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7919,72 +7994,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8308,7 +8383,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8518,27 +8593,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8761,15 +8836,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8781,57 +8856,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8917,32 +8992,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9018,183 +9093,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9210,43 +9285,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9314,7 +9394,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9420,68 +9500,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Vinyl Control - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9574,6 +9654,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9611,6 +9693,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9631,6 +9714,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9646,6 +9731,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9950,7 +10037,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10007,7 +10094,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10027,22 +10114,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10127,8 +10214,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10158,42 +10245,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10213,17 +10300,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10639,18 +10726,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10690,53 +10777,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10785,10 +10872,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10957,7 +11065,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11003,34 +11111,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11038,64 +11146,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11104,193 +11212,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! ¡Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11306,23 +11414,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11674,7 +11782,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Portada @@ -12126,52 +12234,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12365,444 +12463,445 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12811,169 +12910,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13072,47 +13170,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13380,123 +13478,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13618,97 +13716,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13718,82 +13816,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13801,12 +13899,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14062,22 +14160,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14099,7 +14197,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14123,452 +14221,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14797,564 +14895,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Calificación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain Reproducir otra vez - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importación de metadatos de %n pista a partir de las etiquetas del archivoImportación de metadatos de %n pistas a partir de las etiquetas de los archivosImportación de metadatos de %n pista(s) a partir de las etiquetas del archivo - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15362,37 +15460,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15408,7 +15506,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15456,52 +15554,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_es_UY.qm b/res/translations/mixxx_es_UY.qm index 1fa64bde61b08a797d4c82ef8db7b7b3946a3d17..78e117ded135c1551799f9d4cec6dc0d9242e0e1 100644 GIT binary patch delta 20558 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%0D*UNU;$ffe+A zZyfm?%XiyPn2r9y`9$L*jiV=(#a2uYWAM8e{C;n;amLeJV%zo`XO+T@T2(X75i&`9 z*3%eu)=2F224l1tPkKW%&W%`zM#5lYOiRRdyGq8GK9F2xUxmW3*2aZ9Fa^mEjf+=j z68nAMxcC#&dwHdC_(0g6oTnr;4HN z@4FdKn>s-mM=0bq|1+Lx38k8{!I(8;Es4c@jhE(BfWsPR%${RUWVmF!im4O2Ju>E1 z4#bbkmKqD3pqv$E81Gwl&Gjl}d~hKc*ZpaH)ND4oY)2HDN&iqe;J1p5PokWNC8iml z+;PH^>@VZ9H<;ThZ;UTCKmx`fhPFF$E4t z{lUcinvxjy!6dafN0d-(QuVNGzu9Y2Uqtjfx6GtHe3w|HVA8Rs#Ol{H>9l8w)vI9A zp+_V%Z)noHV&LQ;b~4)riOc7;nG-PqJ%DzyA!qRHt?9PyC8rbgS5@tDV&8auW^eX-rt^r$DXLmN#l z=7D&_cf6^2U39z7WSLskvBj3DEK}>cp=i5zFtrJqOJc@OQ=55lD80O_>@>>CuB%M# zR>I7vjj7}8G!omnn%q;ylJM)A$#*Pt;mI>oK-)?rKH;Xov+dA1EieTg7=R9oq>x`; zYch}B3r7)o*<>Mqu-i2DgAZJB4bwR1Fx2@v(*z0TwYJbSp;j;Ab*`Gi6H!XJemBiX z3&F0LPNq3BBsap#w0MLLqAq2M<&nhO#+a5beuK>?=S(YVVypHfW?Iw33601BrnNR1 zM1!7~Hq1)Kww}&rQ_=+_97o@oHr~cEd$Fx)^BDAks+Biwi$QyA#Z1%o+$Ip6WZHQ+ z1UcIjQ}QQ#{@e!Bfn12P)CN;ZW+sYHcT>tOOy$2nrbACt5nOJXQjzBi**8t;tx@7t z-)}nBf@4pKjp@WU{POAD7E|Ub4eAZ^QPU|WIG(<{O{eY#V&Co+)2VN`@QD+qtT~v9 z$zi6fHJ8!DEn_+#^qBaU@}~2_2}mR!n=Z5$(Gg8IT^NhG%-w6st`djROs9}i@%q3MHOn%Jzi6`Pj^KWketJ|E4c6<&??A1_FCiogXZZbXko(A)LX?ijelK3~&^gQ(o2@YdSg-!93 zEuZS9ccAFEl7_z@>qnKeBHZKDQcN5M1!|Bk1p6b4SDP@MabFa8gv zK)e#DygrF0Q(*k0JG^XXUuun?K_g1z{}!DlOb!mP3z-mZ=N}sA8y*PY-v)L;;dbLE zgoWD$2aO91jFcCKnrEuIj z6u0%q+4%TUpLvB+rtae>P6!RR^9{4>WVyQK%T>Dm|Gq;LRxbB;(U$q&FGYLzKjPhA zC{#NR!o!5(af0Xzh2S22aku~bEV{noc7p;#!-6J+#D5wllt1F;EwtG^|As6cxgoRQ zi50Z?b8o(o3MBTw0+8K<%<$IP-DPl*j)_QJ{kAM92OkOEIX%VwEhe1XmxIzGE znZiI^;VFh^xu)fnAbj3(=g}BbFs>0wPX9ab;e7%_gC+z7`TGWAe!_gmPYezWv-1rJ zunP^Gh?&H(UD$ZMX=jl=WMVgAl%4P7fS?I>;S;QrT`mxx866xH?ms5NZhT-kJ{;s9 z-yxn=JhE{)8)Oi|;~OTihPnY5NT79s*L39-bOAWC!|z2JQOo$HNz7AddE`+NE2$t9 z#6LXD91VRjTwg^TK{S13yZl=5CF!hkJBy-PR5bkmUQRi;JfTGbA^6uKam%sgbN|n6 iENAft(^(ajWh@X>{OH51i_miZ{=@9Z{=+ delta 19983 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - - Import Playlist - Importar Lista de Reproducción + + Import as Playlist + Importar como lista de reproducción + + + + Import as Crate + Importar como cajón + + + + Crate Creation Failed + Falló la creación del cajón - + + Could not create crate, it most likely already exists: + No se ha podido crear el cajón, lo más probable es que ya exista: + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nueva lista de reproducción - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - - + + Create New Playlist Crear nueva lista de reproducción - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Remove Quitar - + Rename Renombrar - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reproducción - + Export Track Files Exportar pistas de audio - + Analyze entire Playlist Analizar toda la lista de reproducción - + Enter new name for playlist: Escriba un nuevo nombre para la lista de reproducción: - + Duplicate Playlist Duplicar lista de reproducción - - + + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - - + + Export Playlist Exportar lista de reproducción - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar). - + Rename Playlist Renombrar Lista de Reproducción + - Renaming Playlist Failed Ha fallado el renombrado de la lista de reproducción - - - + + + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - - - + + + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + _copy //: Appendix to default name when duplicating a playlist Copiar + - + - - - + + Playlist Creation Failed Fallo la creación de lista de Reproducción - - + + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Confirm Deletion Confirmar Borrado - + Do you really want to delete playlist <b>%1</b>? Do you really want to delete playlist %1? - + M3U Playlist (*.m3u) Lista de reproducción M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. No se ha podido cargar la pista. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista del Album - + Artist Artista - + Bitrate Tasa de bits - + BPM BPM - + Channels Canales - + Color Color - + Comment Comentario - + Composer Compositor - + Cover Art Portada - + Date Added Fecha de Agregado - + Last Played - + Duration Duración - + Type Tipo - + Genre Genero - + Grouping Agrupación - + Key Clave - + Location Ubicación - + Preview Preescucha - + Rating Calificación - + ReplayGain Reproducir otra vez - + Samplerate Tasa de muestreo - + Played Reproducido - + Title Título - + Track # Pista n.º - + Year Año - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Acción fallida - + Please enable at least one connection to use Live Broadcasting. Por favor, activa almenos una fuente de emisión en vivo. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Agregar a Enlaces Rápidos - + Remove from Quick Links Quitar Link Rapido - + Add to Library Agregar Biblioteca - + Quick Links Enlaces Rapidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removibles - - + + Computer Equipo - + Music Directory Added Directorio de Musica Agregado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Has agregado uno o más directorios de música. Las pistas de estos directorios no estarán disponibles hasta que vuelva a escanear la biblioteca. Le gustaría escanearla ahora? - + Scan Escanear - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computadora" le permite navegar, ver y cargar pistas desde carpetas en su disco duro y dispositivos externos. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx es un software de DJ de código abierto. Para más información, ver: - + Starts Mixxx in full-screen mode Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to Ruta a donde las estadísticas de depuración de la línea de tiempo son escritas. - - Use legacy vu meter - Utilizar el vúmetro antiguo - - - - Use legacy spinny - Usar diseño de plato antiguo - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! El mapeo del controlador generará advertencias y errores más agresivos cuando detecte un mal uso de las APIs del controlador. Los nuevos mapeos de controladores deben desarrollarse con esta opción activada. - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - + Top-level directory where Mixxx should look for settings. Default is: Directorio de nivel superior en donde Mixxx debería buscar por sus parámetros. Por defecto es : - + + Use legacy vu meter + Utilizar el vúmetro antiguo + + + + Use legacy spinny + Usar diseño de plato antiguo + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Establece el nivel del registro en el cual el búfer de registro es descargado el registro de mixxx. <level> es uno de los valores definidos en --nivel de bitácora de arriba. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Ítem - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descripción @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Ajustar volumen al máximo - + Set to zero volume Ajustar volumen al mínimo @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Botón Reproduce hacia atrás (con censura) - + Headphone listen button Botón de escucha de auriculares - + Mute button Botón para silenciar MUTE @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación de la mezcla (p. ej. izquierda, derecha, centro) - + Set mix orientation to left Establecer orientación de la mezcla hacia la izquierda - + Set mix orientation to center Establecer orientación de la mezcla al centro - + Set mix orientation to right Establecer orientación de la mezcla hacia la derecha @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Botón de BPM manual - + Toggle quantize mode Conmutar el modo de cuantización - + One-time beat sync (tempo only) Sincronizar por unica vez (sólo el tempo) - + One-time beat sync (phase only) Sincronizar por unica vez (sólo la fase) - + Toggle keylock mode Conmutar bloqueo tonal @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutar el modo de puntos cue del control de vinilo (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutar el control de vinilo (Absoluto/Relativo/Constante) - + Pass through external audio into the internal mixer Pasar audio externo al mezclador interno - + Cues Puntos cue - + Cue button Botón de Cue - + Set cue point Establecer punto de Cue - + Go to cue point Ir al Cue - + Go to cue point and play Ir al Cue y reproducir - + Go to cue point and stop Ir al punto de Cue y parar - + Preview from cue point Preescuchar desde punto Cue - + Cue button (CDJ mode) Boton Cue (modo CDJ) - + Stutter cue Reproducir Cue (Stutter) - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Establecer, preescuchar o saltar al hotcue %1 - + Clear hotcue %1 Borrar hotcue %1 - + Set hotcue %1 Establecer Hotcue %1 - + Jump to hotcue %1 Saltar al hotcue %1 - + Jump to hotcue %1 and stop Saltar al hotcue %1 y parar - + Jump to hotcue %1 and play Saltar al hotcue %1 y reproducir - + Preview from hotcue %1 Preescucha Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetición - + Loop In button Botón de inicio del bucle - + Loop Out button Botón de fin de bucle - + Loop Exit button Botón de salida de bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover el bucle hacia adelante en %1 pulsaciones - + Move loop backward by %1 beats Mover el bucle hacia atrás en %1 pulsaciones - + Create %1-beat loop Crear bucle de %1 pulsaciones - + Create temporary %1-beat loop roll Crear bucle temporal corredizo de %1 pulsaciones @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Deslizador de Volumen - + Full Volume Volumen máximo - + Zero Volume Volumen cero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuchar por auriculares @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar a la izquierda - + Orient Center Orientar al centro - + Orient Right Orientar a la derecha @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Ajusta la cuadrícula de tempo hacia la derecha - + Adjust Beatgrid Ajustar cuadrícula de tempo - + Align beatgrid to current position Alinea la cuadrícula de tempo a la posición actual - + Adjust Beatgrid - Match Alignment Ajustar la cuadrícula de tempo - Concidir alineación - + Adjust beatgrid to match another playing deck. Ajusta la cuadrícula de tempo para que coincida con otro plato en reproducción. - + Quantize Mode Modo Cuantizado - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar pulsaciones al momento - + Sync Tempo One-Shot Sincronizar tempo al momento - + Sync Phase One-Shot Sincronizar Fase al momento - + Pitch control (does not affect tempo), center is original pitch Control de velocidad (No afecta el tempo), al centro es la velocidad original - + Pitch Adjust Ajuste de velocidad - + Adjust pitch from speed slider pitch Ajuste la velocidad desde el deslizador de velocidad - + Match musical key Coincidir con clave musical - + Match Key Cuadrar tonalidad (clave) - + Reset Key Restablecer tonalidad - + Resets key to original Restablecer tonalidad a la original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Ecualización de Graves - + Toggle Vinyl Control Conmutar el control del vinilo - + Toggle Vinyl Control (ON/OFF) Conmutar el control de vinilo (ON/OFF) - + Vinyl Control Mode Modo de control de vinilo - + Vinyl Control Cueing Mode Modo de Cue en Control por Vinilo - + Vinyl Control Passthrough Passthrough en Control por Vinilo - + Vinyl Control Next Deck siguiente plato en Control por vinilo - + Single deck mode - Switch vinyl control to next deck Modo de plato único - Cambia el control de vinilo al siguiente plato - + Cue Cue - + Set Cue Establecer punto cue - + Go-To Cue Ir al Cue - + Go-To Cue And Play Ir a Cue y reproducir - + Go-To Cue And Stop Ir al Cue y detener - + Preview Cue Preescuchar Cue - + Cue (CDJ Mode) Cue (modo CDJ) - + Stutter Cue Reproducir Cue (Stutter) - + Go to cue point and play after release Ir al cue y reproducir en soltar - + Clear Hotcue %1 Borrar hotcue %1 - + Set Hotcue %1 Establecer Hotcue %1 - + Jump To Hotcue %1 Saltar al hotcue %1 - + Jump To Hotcue %1 And Stop Saltar al hotcue %1 y parar - + Jump To Hotcue %1 And Play Saltar al hotcue %1 y reproducir - + Preview Hotcue %1 Preescuchar Hotcue %1 - + Loop In Inicio de bucle - + Loop Out Fin del bucle - + Loop Exit Salida del bucle - + Reloop/Exit Loop Repetir/Salir del bucle - + Loop Halve Reducir bucle a la mitad - + Loop Double Aumentar bucle al doble - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover bucle en +%1 pulsaciones - + Move Loop -%1 Beats Mover bucle en -%1 pulsaciones - + Loop %1 Beats Bucle de %1 pulsaciones - + Loop Roll %1 Beats Bucle corredizo de %1 pulsaciones - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Append the selected track to the Auto DJ Queue Añade las pistas seleccionadas al final de la cola de Auto DJ - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Prepend selected track to the Auto DJ Queue Añade las pistas seleccionadas al principio de la cola de Auto DJ - + Load Track Cargar Pista - + Load selected track Carga la pista seleccionada - + Load selected track and play Carga la pista seleccionada y la reproduce - - + + Record Mix Grabar mezcla - + Toggle mix recording Conmuta la grabación de la mezcla - + Effects Effects - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Super rueda de efecto rápido del plato %1 - + Quick Effect Super Knob (control linked effect parameters) Super rueda de efecto rápido (parámetros de efecto asociado al control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpiar unidad - + Clear effect unit Limpia la unidad de efectos - + Toggle Unit Conmutar la unidad - + Dry/Wet Directo/Alterado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajuste entre señal directa (dry) y alterada (wet). - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Assign Asignar - + Clear Borrar - + Clear the current effect Borrar el efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutar el efecto actual - + Next Siguente - + Switch to next effect Cambiar al siguiente efecto - + Previous Anterior - + Switch to the previous effect Cambiar al efecto previo - + Next or Previous Siguiente o Anterior - + Switch to either next or previous effect Cambiar a cualquier efecto siguiente o anterior - - + + Parameter Value Valor de Parámetro - - + + Microphone Ducking Strength Intensidad de Atenuación de Micrófono - + Microphone Ducking Mode Modo de Atenuación de Micrófono - + Gain Ganancia - + Gain knob Rueda de Ganancia - + Shuffle the content of the Auto DJ queue Mezcla el contenido de la cola de Auto DJ - + Skip the next track in the Auto DJ queue Salta la siguiente pista de la cola de Auto DJ - + Auto DJ Toggle Conmutar Auto DJ - + Toggle Auto DJ On/Off Conmutar Auto DJ Encendido/Apagado - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostrar u ocultar el mezclador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Effect Rack Show/Hide Mostrar/ocultar unidad de efectos - + Show/hide the effect rack Mostrar/ocultar unidad de efectos - + Waveform Zoom Out Alejar zoom de forma de onda @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Ganancia de auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque sincronización el tempo (y la fase con la cuantización habilitada), mantenga presionado para habilitar la sincronización permanente. - + One-time beat sync tempo (and phase with quantize enabled) toque para sincronizar solo una vez (el tempo y fase) - + Playback Speed Velocidad de reproducción - + Playback speed control (Vinyl "Pitch" slider) Control de velocidad de reproducción (El "Pitch de vinilo) - + Pitch (Musical key) Pitch (tonalidad) - + Increase Speed Incrementar Velocidad - + Adjust speed faster (coarse) Incrementar la velocidad (grueso) - + Increase Speed (Fine) Incrementar velocidad (fino) - + Adjust speed faster (fine) Incrementar la velocidad (fino) - + Decrease Speed Reducir Velocidad - + Adjust speed slower (coarse) Reducir la velocidad (grueso) - + Adjust speed slower (fine) Reducir la velocidad (fino) - + Temporarily Increase Speed Incrementar temporalmente la velocidad - + Temporarily increase speed (coarse) Incremento temporal de velocidad (grueso) - + Temporarily Increase Speed (Fine) Incremento temporal de velocidad (fino) - + Temporarily increase speed (fine) Incremento temporal de velocidad (fino) - + Temporarily Decrease Speed Reducir temporalmente la velocidad - + Temporarily decrease speed (coarse) Reducción temporal de velocidad (grueso) - + Temporarily Decrease Speed (Fine) Reducción temporal de velocidad (fino) - + Temporarily decrease speed (fine) Reducción temporal de velocidad (fino) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Sincronización Líder Interno - + Toggle Internal Sync Leader Conmutar el modo Sincronización Líder Interno - - + + Internal Leader BPM BPM Líder Interno - + Internal Leader BPM +1 BPM Líder Interno +1 - + Increase internal Leader BPM by 1 Incrementar BPM líder interno en 1 - + Internal Leader BPM -1 BPM Líder Interno -1 - + Decrease internal Leader BPM by 1 Disminuir BPM líder interno en 1 - + Internal Leader BPM +0.1 BPM Líder Interno +0.1 - + Increase internal Leader BPM by 0.1 Incrementar BPM líder interno en 0.1 - + Internal Leader BPM -0.1 BPM Líder Interno -0.1 - + Decrease internal Leader BPM by 0.1 Disminuir BPM Líder Interno en 0.1 - + Sync Leader Líder de Sicronización - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modo de Sicronización 3-State Toggle / Indicador (Off, Soft Leader, Explicit Leader) - + Speed LFO - + Decrease Speed (Fine) Reducir velocidad (fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Bucle de las pulsaciones seleccionadas - + Create a beat loop of selected beat size Crear bucle con el tamaño de pulsaciones seleccionado - + Loop Roll Selected Beats Bucle corredizo de las pulsaciones seleccionadas - + Create a rolling beat loop of selected beat size Crear bucle corredizo con el tamaño de pulsaciones seleccionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir al Loop de entrada - + Go to Loop In button Ir al botón Loop de entrada - + Go To Loop Out Ir al Loop de salida - + Go to Loop Out button Ir al botón Loop de salida - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activar / Desactivar bucle y saltar al inicio del bucle si está detrás de la posición de reproducción - + Reloop And Stop Reactivar bucle y detener - + Enable loop, jump to Loop In point, and stop Activar bucle, ir al inicio del bucle y detener - + Halve the loop length Reducir a la mitad la longitud del bucle - + Double the loop length Duplicar la longitud del bucle - + Beat Jump / Loop Move Salto de pulsaciones / Movimiento del bucle - + Jump / Move Loop Forward %1 Beats Saltar / Mover bucle hacia delante en %1 pulsaciones - + Jump / Move Loop Backward %1 Beats Saltar / Mover bucle hacia atrás en %1 pulsaciones - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar hacia adelante en %1 pulsaciones, o si el bucle está activado, moverlo hacia adelante en %1 pulsaciones - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar hacia atrás en %1 pulsaciones, o si el bucle está activado, moverlo hacia atrás en %1 pulsaciones - + Beat Jump / Loop Move Forward Selected Beats Saltar en pulsaciones / Mover el bucle adelante en la cantidad seleccionada - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta hacia adelante la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia adelante la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Backward Selected Beats Saltar en pulsaciones / Mover el bucle atrás en la cantidad seleccionada - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta hacia atrás la cantidad seleccionada de pulsaciones, o si el bucle está activado, lo mueve hacia atrás la cantidad seleccionada de pulsaciones - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Hacia arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a pulsar la tecla flecha arriba en el teclado - + Move down Hacia abajo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pulsar la tecla abajo arriba en el teclado - + Move up/down Arriba/abajo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha arriba/abajo - + Scroll Up Retrocede página - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pulsar la tecla retrocede página arriba en el teclado - + Scroll Down Avance página - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pulsar la tecla avance página en el teclado - + Scroll up/down Arriba/abajo página - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas avance/retroceso página - + Move left Izquierda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pulsar la tecla flecha izquierda en el teclado - + Move right Derecha - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pulsar la tecla flecha derecha en el teclado - + Move left/right Izquierda/derecha - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en qualquier dirección usando una rueda, como si se pulsaran las teclas flecha izquierda/derecha - + Move focus to right pane Mover al panel derecho - + Equivalent to pressing the TAB key on the keyboard Equivalente a pulsar la tecla Tabulador del teclado - + Move focus to left pane Mover el foco al panel izquierdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pulsar las teclas Mayúsculas+Tabulación en el teclado. - + Move focus to right/left pane Mover el foco al panel izquierdo/derecho - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mueve el foco al panel izquierdo o derecho usando una rueda, como si se pulsara tabulación/mayusculas+tabulación. - + Sort focused column Ordenar columna enfocada - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordena la columna de la celda que está enfocada, equivale a hacer click en su encabezado - + Go to the currently selected item Ve al elemento actualmente seleccionado. - + Choose the currently selected item and advance forward one pane if appropriate Elige el elemento actualmente seleccionado y avanza un panel si aplica. - + Load Track and Play - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Replace Auto DJ Queue with selected tracks Reemplaza la cola de Auto DJ con las pistas seleccionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Eliminar búsqueda - + Clears the search query Limpia la búsqueda - + Deck %1 Quick Effect Enable Button Botón rápido de activación de efecto de cubierta %1 - + Quick Effect Enable Button Botón de activación de efectos rápidos - + Enable or disable effect processing Activar o desactivar efectos - + Super Knob (control effects' Meta Knobs) Rueda Super (controla las ruedas Meta del efecto) - + Mix Mode Toggle Alternar modo de mezcla - + Toggle effect unit between D/W and D+W modes Cambia la unidad de efectos entre los modos D / W y D + W - + Next chain preset Siguiente preajuste de cadena - + Previous Chain Cadena anterior - + Previous chain preset Anterior preajuste de cadena - + Next/Previous Chain Cadena siguiente/anterior - + Next or previous chain preset Siguiente o anterior preajuste de cadena - - + + Show Effect Parameters Mostrar parámetros de efectos - + Effect Unit Assignment - + Meta Knob Rueda Meta - + Effect Meta Knob (control linked effect parameters) Rueda Meta del efecto (controla los parámetros del efecto asociados) - + Meta Knob Mode Modo de la rueda Meta - + Set how linked effect parameters change when turning the Meta Knob. Define como se comportan los parámetros del efecto enlazados al mover la rueda Meta. - + Meta Knob Mode Invert Modo rueda Meta Invertida - + Invert how linked effect parameters change when turning the Meta Knob. Invierte el sentido en el que se mueven los parámetros del efecto enlazados al girar la rueda Meta. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono/Auxiliar - + Microphone On/Off Micrófono Encendido/Apagado - + Microphone on/off Micrófono encendido/apagado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutar modo de atenuación de micrófono (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Encendido/Apagado - + Auxiliary on/off Auxiliar encendido/apagado - + Auto DJ DJ Automatico - + Auto DJ Shuffle Auto DJ Aleatorio - + Auto DJ Skip Next Quitar la siguiente en Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Autodesvanecer a la siguiente en Auto DJ - + Trigger the transition to the next track Desencadenar la transición a la pista siguiente - + User Interface Interfaz de usuario - + Samplers Show/Hide Mostrar/Ocultar reproductor de muestras - + Show/hide the sampler section Mostrar/Ocultar la sección de reproductor de muestras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Control de Vinilo - + Show/hide the vinyl control section Mostrar/ocultar la sección del control del vinilo - + Preview Deck Show/Hide Ocultar/Mostrar reproductor de preescucha - + Show/hide the preview deck Oculta/Muestra el reproductor de pre-escucha - + Toggle 4 Decks Conmuta el modo de 4 platos - + Switches between showing 2 decks and 4 decks. Cambia entre mostrar 2 platos o 4 platos. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/ocultar vinilo - + Show/hide spinning vinyl widget Mostrar/ocultar el widget de vinilo giratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Cambia el zoom de la forma de onda - + Waveform Zoom Zoom de forma de onda - + Zoom waveform in Incrementa el zoom de la forma de onda - + Waveform Zoom In Acercar zoom de forma de onda - + Zoom waveform out Reduce el zoom de la forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Con colaboradores de: - + And special thanks to: Y agradecimientos especiales a: - + Past Developers Antiguos desarrolladores - + Past Contributors Antiguos colaboradores - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Acerca de Mixxx - - + + + Unknown Desconocido - + Date: Data: - + Git Version: - + + Qt Version: + Versión Qt: + + + Platform: - + Credits Créditos - + License Licencia @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. Muestra la duración y cantidad de pistas seleccionadas. @@ -4130,7 +4175,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendizaje: %1. Ahora mueva un control en su controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4360,123 +4405,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Acción fallida - + You can't create more than %1 source connections. No se pueden crear más de %1 fuentes de emisión en vivo. - + Source connection %1 Fuente de emisión %1 - + At least one source connection is required. Se requiere almenos una fuente de emisión. - + Are you sure you want to disconnect every active source connection? ¿Seguro que deseas desconectar todas las fuentes de emisión activas? - - + + Confirmation required Se necesita confirmación - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? ¿Deseas realmente borrar '%1'? - + Renaming '%1' Renombrando '%1' - + New name for '%1': Nuevo nombre para '%1': - + Can't rename '%1' to '%2': name already in use No se puede renombrar '%1' a '%2': el nombre está en uso @@ -5049,22 +5094,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5174,6 +5219,11 @@ Apply settings and continue? Screen saver Salvapantallas + + + Multi-Sampling + + Start in full-screen mode @@ -5768,39 +5818,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. El tamaño mínimo de la apariencia seleccionada es mas grande que la resolucion de su pantalla. - + Allow screensaver to run Permite el salvapantallas - + Prevent screensaver from running Evita que se active el salvapantallas - + Prevent screensaver while playing Evita el salvapantallas mientras reproduce - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este skin no soporta esquemas de color - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx debe reiniciarse para que los cambios en la configuración regional o configuración escalado surtan efecto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6025,52 +6100,52 @@ and allows you to pitch adjust them for harmonic mixing. Escanear - + Item is not a directory or directory is missing - + Choose a music directory Elija un directorio de música - + Confirm Directory Removal Confirme la eliminación del directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx no seguirá observando el directorio por nuevas pistas. Que quiere hacer con las pistas de esta carpeta y subcarpetas que están en la biblioteca?<ul><li>Esconder las pistas de la carpeta y subcarpetas.</li><li>Borrar los metadatos de estas pistas de forma permanente.</li><li>Mantener las pistas en la biblioteca.</li></ul>Esconder las pistas permite guardar los metadatos en caso que quiera volverlas a la bibloteca. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ocultar Pistas - + Delete Track Metadata Eliminar Metadatos de la pista - + Leave Tracks Unchanged Dejar pistas sin cambios - + Relink music directory to new location Reenlazar el directorio de musica en una nueva ubicación - + Select Library Font Seleccionar la Fuente para Biblioteca @@ -6932,138 +7007,138 @@ El objetivo de sonoridad es aproximado y asume que la preganancia de la pista y DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Por Defecto (mas retardo) - + Experimental (no delay) Experimental (sin retardo) - + Disabled (short delay) Desactivado (poco retardo) - + Soundcard Clock Reloj de la tarjeta de sonido - + Network Clock Reloj de red - + Direct monitor (recording and broadcasting only) Monitorización directa (solo grabación y emisión en vivo) - + Disabled Desactivado - + Enabled Habilitado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 fotogramas/período) - + 2048 frames/period 2048 fotogramas/período - + 4096 frames/period 4096 fotogramas/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. La entrada de micrófono está desincronizada respecto la grabación y emisión comparado con la señal que se oye. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mide la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - - + + Refer to the Mixxx User Manual for details. Para más detalles, lea el manual de usuario de Mixxx. - + Configured latency has changed. La latencia configurada ha cambiado. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Vuelve a medir la latencia total e introducela en la Compensacion de latencia del micrófono para sincronizar el micrófono. - + Realtime scheduling is enabled. La planificación en Tiempo Real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuración @@ -7551,122 +7626,122 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se DlgPreferences - + Sound Hardware Sound Hardware - + Controllers Controllers - + Library Library - + Interface Interfaz - + Waveforms Formas de onda - + Mixer Mezclador - + Auto DJ DJ Automatico - + Decks Reproductores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Ay&uda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Restaurar valores por defecto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effects - + Recording Grabando - + Beat Detection Beat Detection - + Key Detection Key Detection - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl Control - + Live Broadcasting Emisión en vivo - + Modplug Decoder Decodificador Modplug @@ -7841,7 +7916,7 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se Artista del Album - + Fetching track data from the MusicBrainz database Obteniendo datos de la pista desde la base de datos MusicBrainz @@ -7918,72 +7993,72 @@ Elija entre los distintos tipos de visualización para la forma de onda, que se &Cerrar - + Original tags Etiquetas originales - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. No se ha podido encontrar esta canción en la base de datos de MusicBrainz. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied Los resultados están listos para ser aplicados - + Can't connect to %1: %2 No se puede conectar a %1: %2 - + Looking for cover art Buscando carátulas - + Cover art found, receiving image. Carátula encontrada, recibiendo imagen. - + Cover Art is not available for selected metadata La carátula no está disponible para los metadatos seleccionados - + Metadata & Cover Art applied Metadatos y carátulas aplicados - + Selected cover art applied Carátulas seleccionadas aplicadas - + Cover Art File Already Exists El archivo de carátula ya existe - + File: %1 Folder: %2 Override existing file? @@ -8307,7 +8382,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) (sin color) @@ -8517,27 +8592,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mejor) - + Rubberband R3 (near-hi-fi quality) Banda elástica R3 (calidad casi alta fidelidad) - + Unknown, using Rubberband (better) Desconocido, utilizando Banda elástica (mejor) - + Unknown, using Soundtouch @@ -8760,15 +8835,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8780,57 +8855,57 @@ Shown when VuMeter can not be displayed. Please keep de OpenGL. - + activate activar - + toggle conmutar - + right derecha - + left izquierda - + right small derecha pequeño - + left small izquierda pequeño - + up arriba - + down abajo - + up small arriba pequeño - + down small abajo pequeño - + Shortcut Atajo @@ -8916,32 +8991,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) no encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Algunos LEDs u otra información de salida podrían no funcionar correctamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verifica que los nombres de los MixxxControls están bien escritos en el mapeado (.xml) @@ -9017,183 +9092,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy El dispositivo de sonido está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reintente</b> luego de cerrar las otras aplicaciones o reconectar un dispositivo de sonido - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigure</b> las opciones del dispositivo de sonido de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obtenga <b>ayuda</b> del wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Salir</b> de Mixxx. - + Retry Reintentar - + skin - - + + Reconfigure Reconfigurar - + Help Ayuda - - + + Exit Salir - - + + Mixxx was unable to open all the configured sound devices. Mixxx no ha podido activar todos los dispositivos de sonido configurados. - + Sound Device Error Error del dispositivo de sonido - + <b>Retry</b> after fixing an issue <b>Reintenta</b> una vez corregido el problema - + No Output Devices No hay dispositivos de salida - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx fue configurado sin ningún dispositivo de salida de audio. El procesamiento de audio estará desactivado mientras no se configure un dispositivo de audio de salida. - + <b>Continue</b> without any outputs. <b>Continuar</b> sin ninguna salida. - + Continue Continuar - + Load track to Deck %1 Cargar pista al plato %1 - + Deck %1 is currently playing a track. El plato %1 está reproduciendo una pista. - + Are you sure you want to load a new track? ¿Está seguro de cargar una pista nueva? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control por vinilo. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. No hay ningún dispositivo de entrada seleccionado para el control passthrough. Por favor, seleccione un dispositivo de entrada en las preferencias de hardware de sonido. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Error en el archivo de la apariencia - + The selected skin cannot be loaded. No se ha podido cargar la apariencia seleccionada. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar salida - + A deck is currently playing. Exit Mixxx? Un plato está reproduciendo. ¿Salir de Mixxx? - + A sampler is currently playing. Exit Mixxx? Un reproductor de muestras está en reproducción. ¿Salir de Mixxx? - + The preferences window is still open. La ventana de preferencias todavía está abierta. - + Discard any changes and exit Mixxx? ¿Descartar cambios y salir de Mixxx? @@ -9209,43 +9284,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reproducción - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algunos DJ preparan listas de reproducción antes de tocar en vivo, pero otros prefieren hacerlo en el momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cuando uses una lista de reproducción en una actuación en vivo, recuerda siempre prestar mucha atención a cómo reacciona la audiencia con la música que has elegido reproducir. - + Create New Playlist Crear nueva lista de reproducción @@ -9313,7 +9393,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid No válido @@ -9419,68 +9499,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth Cabina - + Headphones Auriculares - + Left Bus Bus izquierdo - + Center Bus Bus central - + Right Bus Bus derecho - + Invalid Bus Bus inválido - + Deck Plato - + Record/Broadcast Grabación / Emisión en vivo - + Vinyl Control Vinyl Control - + Microphone Micrófono - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de ruta %1 desconocida @@ -9573,6 +9653,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Retardo @@ -9610,6 +9692,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9630,6 +9713,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9645,6 +9730,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9949,7 +10036,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for Low Filter Ganancia para el filtro de graves @@ -10006,7 +10093,7 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Gain for High Filter Ganancia para el filtro de agudos @@ -10026,22 +10113,22 @@ Valores más altos no atenuaran tanto las altas frecuencias. - + Graphic Equalizer Ecualizador Gráfico - + Graphic EQ Ecualizador Gráfico - + An 8-band graphic equalizer based on biquad filters Un equalizador de 8 bandas basado en filtros biquad - + Gain for Band Filter %1 Ganáncia del filtro de banda %1 @@ -10126,8 +10213,8 @@ Valores más altos no atenuaran tanto las altas frecuencias. - - + + Range Rango @@ -10157,42 +10244,42 @@ Valores más altos no atenuaran tanto las altas frecuencias. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10212,17 +10299,17 @@ Valores más altos no atenuaran tanto las altas frecuencias. Un aislador de filtro Bessel de 8o órden con una mezcla de Lipshitz y Vanderkooy (unidad perfecta, atenuación -48 dB/Oct.) - + LinkwitzRiley8 Isolator Aislador LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un aislador Linkwitz-Riley de 8o órden (punto de corte optimizado, fase constante, atenuación de -48dB/octava) @@ -10638,18 +10725,18 @@ Todo a la derecha: final del período - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10689,53 +10776,53 @@ Todo a la derecha: final del período Algunas rutas de archivo en la lista de reproducción tienen caracteres especiales. Estas rutas de archivo serán codificadas como rutas URL absolutas. Por favor selecciona el formato m3u8 para una mejor exportación sin pérdidas. - - + + Pitch Shift Cambio de Tono - + Raises or lowers the original pitch of a sound. Incrementa o decrementa el tono original de un sonido. - - + + Pitch Tono - + The pitch shift applied to the sound. El cambio de tono aplicado al sonido. - + The range of the Pitch knob (0 - 2 octaves). El rango de la perilla Tono (0 - 2 octavas). - - + + Semitones Semitonos - + Change the pitch in semitone steps instead of continuously. Cambiar el tono en pasos de semitonos en lugar de continuamente. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preserva las frecuencias resonantes (formantes) de la pista vocal humana y otros instrumentos. @@ -10784,10 +10871,31 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"La cantidad de amplificación aplicada a la señal de audio. A niveles más altos, el audio estará más distorsionado. - + Passthrough Paso + + + + Glitch + Fallo + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Muestrea y repite periódicamente una pequeña porción de audio para crear un sonido metálico irregular. + + + + Round the Time parameter to the nearest 1/8 beat. + Redondea el parámetro Tiempo al compás de 1/8 más cercano. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Cuando el parámetro Quantize está activado, divide por 3 los tiempos redondeados de 1/8 del parámetro Time. + (empty) @@ -10956,7 +11064,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11002,34 +11110,34 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Cajas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11037,64 +11145,64 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SetlogFeature - + Join with previous (below) - + Mark all tracks played Marcar todas las pistas reproducidas - + Finish current and start new - + Lock all child playlists Bloquear todas las listas de reproducción infantiles - + Unlock all child playlists Desbloquear todas las listas de reproducción infantiles - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirmar Borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11103,193 +11211,193 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" ShoutConnection - - + + Mixxx encountered a problem Mixxx encontró un problema - + Could not allocate shout_t No se pudo asignar shout_t - + Could not allocate shout_metadata_t No se pudo asignar shout_metadata_t - + Error setting non-blocking mode: Error al establecer el modo "sin bloqueo": - + Error setting tls mode: Error de configuracion del "Modo TLS" - + Error setting hostname! ¡Error al establecer el nombre de host! - + Error setting port! ¡Error al establecer el puerto! - + Error setting password! ¡Error al establecer la contraseña! - + Error setting mount! ¡Error al establecer el punto de montaje! - + Error setting username! ¡Error al establecer el nombre de usuario! - + Error setting stream name! ¡Error al establecer el nombre de la emisión! - + Error setting stream description! ¡Error al establecer la descripción de la emisión! - + Error setting stream genre! ¡Error al establecer el género de la emisión! - + Error setting stream url! ¡Error al establecer la URL de la emisión! - + Error setting stream IRC! ¡Error al configurar el flujo IRC! - + Error setting stream AIM! ¡Error al configurar el flujo AIM! - + Error setting stream ICQ! ¡Error al configurar el flujo ICQ! - + Error setting stream public! Error al iniciar la emisión pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Error al establecer la tasa de bits - + Error: unknown server protocol! ¡Error: protocolo del servidor desconocido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! ¡Error al establecer el protocolo! - + Network cache overflow Caché de red excedido - + Connection error Error de connexión - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una de las fuentes de emisión en vivo ha lanzado este error:<br><b>Error con la fuente '%1':</b><br> - + Connection message Mensaje de conexión - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensaje de la fuente de emisión en vivo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Se ha perdido la conexión al servidor de emisión y han fallado %1 intentos de reconexión. - + Lost connection to streaming server. Se ha perdido la conexión al servidor de emisión - + Please check your connection to the Internet. Comprueba tu conexión a internet. - + Can't connect to streaming server No se puede conectar al servidor de emisión - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11305,23 +11413,23 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" SoundManager - - + + a device un dispositivo - + An unknown error occurred Ocurrió un error desconocido - + Two outputs cannot share channels on "%1" Dos salidas no pueden usar los mismos canales de %1 - + Error opening "%1" Error al abrir "%1" @@ -11673,7 +11781,7 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Cover Art Portada @@ -12125,52 +12233,42 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas"Se recupera la pista expulsada cuando no hay ninguna pista cargada, es decir, vuelve a cargar la pista que se expulsó en último lugar (de cualquier deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment Comentario de la pista - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Configuraciones de Preconfiguración de Cadena de Efectos - + Show the effect chain settings menu for this unit. Muestra el menú de las configuraciones de las cadenas de efectos para esta unidad. - + Select and configure a hardware device for this input - + Recording Duration Duración de la grabación @@ -12364,444 +12462,445 @@ Consejo: compensa las voces de "ardillitas" o "gruñonas" - + Displays the duration of the running recording. Muestra la duración de la grabación en curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Establece la marca de inicio de bucle a la posición actual - + Press and hold to move Loop-In Marker. Mantener presionado para mover la marca de inicio de bucle. - + Jump to Loop-In Marker. Ir a la marca de inicio de bucle. - + Sets the track Loop-Out Marker to the current play position. Establece la marca de fin de bucle a la posición actual. - + Press and hold to move Loop-Out Marker. Mantener presionado para mover la marca de fin de bucle. - + Jump to Loop-Out Marker. Ir a la marca de fin de bucle. - + Beatloop Size Pulsaciones del bucle - + Select the size of the loop in beats to set with the Beatloop button. Define el tamaño del bucle en pulsaciones a usar cuando se pulse el botón de bucle de pulsaciones. - + Changing this resizes the loop if the loop already matches this size. Al cambiar este valor, cambiará el tamaño del bucle existente, si tenía el tamaño anterior. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduce a la mitad el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Dobla el tamaño del bucle existente, o del próximo bucle definido con el botón de bucle de pulsaciones. - + Start a loop over the set number of beats. Activa un bucle con la cantidad definida de pulsaciones. - + Temporarily enable a rolling loop over the set number of beats. Activa temporalmente un bucle de continuación con la cantidad de pulsaciones definidas. - + Beatjump/Loop Move Size Tamaño del salto de pulsaciones/Desplazamiento del bucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecciona la cantidad de pulsaciones a saltar o a mover el bucle con los botones de avance/retroceso. - + Beatjump Forward Avanzar en pulsaciones - + Jump forward by the set number of beats. Avanza la pista la cantidad definida de pulsaciones. - + Move the loop forward by the set number of beats. Avanza el bucle en la cantidad definida de pulsaciones. - + Jump forward by 1 beat. Avanza 1 pulsación. - + Move the loop forward by 1 beat. Avanza el bucle 1 pulsación. - + Beatjump Backward Retrocede en pulsaciones - + Jump backward by the set number of beats. Retrocede la cantidad de pulsaciones definida. - + Move the loop backward by the set number of beats. Retrocede el bucle la cantidad de pulsaciones definida. - + Jump backward by 1 beat. Retrocede 1 pulsación. - + Move the loop backward by 1 beat. Retrocede el bucle 1 pulsación. - + Reloop Repite el bucle - + If the loop is ahead of the current position, looping will start when the loop is reached. Si el bucle está por delante de la posición actual, este no se activará hasta que se llege a él. - + Works only if Loop-In and Loop-Out Marker are set. Solo funciona si las marcas de inicio y fin de bucle estan definidas. - + Enable loop, jump to Loop-In Marker, and stop playback. Activa el bucle, va a la posición de inicio de bucle y se detiene. - + Displays the elapsed and/or remaining time of the track loaded. Muestra el tiempo transcurrido y/o restante de la pista cargada. - + Click to toggle between time elapsed/remaining time/both. Pulsar para cambiar entre tiempo transcurrido/restante/ambos - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry D+W mode: Add wet to dry - + Mix Mode Modo mezcla - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Redirige el bus izquierdo del crossfader a través de esta unidad de efectos. - + Route the right crossfader bus through this effect unit. Enruta el bus derecho del crossfader a través de la unidad de efectos - + Right side active: parameter moves with right half of Meta Knob turn Derecha activo: el parámetro se mueve al mover la mitad derecha del control Meta. - + Skin Settings Menu Menú de las opciones de la Apariencia - + Show/hide skin settings menu Muestra/esconde el menú de opciones de la Apariencia - + Save Sampler Bank Guardar banco de muestras - + Save the collection of samples loaded in the samplers. Guarda la colección de muestras cargadas en los reproductores de muestras. - + Load Sampler Bank Cargar banco de muestras - + Load a previously saved collection of samples into the samplers. Carga en los reproductores de muestras una colección de muestras guardada en anterioridad. - + Show Effect Parameters Mostrar parámetros de efectos - + Enable Effect Activar efecto - + Meta Knob Link Enlace de la rueda Meta - + Set how this parameter is linked to the effect's Meta Knob. Configura cómo le afecta a este parámetro la rueda Meta. - + Meta Knob Link Inversion Inversión del enlaze de la rueda Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Invierte la dirección en la que se mueve el parámetro al mover la rueda Meta. - + Super Knob Rueda Súper - + Next Chain Siguiente cadena - + Previous Chain Cadena anterior - + Next/Previous Chain Cadena siguiente/anterior - + Clear Borrar - + Clear the current effect. Borra el efecto actual. - + Toggle Conmutar - + Toggle the current effect. Conmuta el efecto actual. - + Next Siguente - + Clear Unit Limpiar unidad - + Clear effect unit. limpiar la unidad de efectos. - + Show/hide parameters for effects in this unit. Muestra/esconde los parámetros de los efectos de esta unidad. - + Toggle Unit Conmutar la unidad - + Enable or disable this whole effect unit. Activa o desactiva la unidad de efectos. - + Controls the Meta Knob of all effects in this unit together. Controla a la vez las ruedas Meta de todos los efectos asociados a esta unidad. - + Load next effect chain preset into this effect unit. Carga el siguiente preajuste de efectos en esta unidad de efectos. - + Load previous effect chain preset into this effect unit. Carga el anterior preajuste de efectos en esta unidad de efectos. - + Load next or previous effect chain preset into this effect unit. Carga el siguiente o anterior preajuste de efectos en esta unidad de efectos. + @@ -12810,169 +12909,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Asignar la unidad de efectos - + Assign this effect unit to the channel output. Asigna esta unidad de efectos a la salida del canal. - + Route the headphone channel through this effect unit. Redirige la salida de auriculares a través de la unidad de efectos. - + Route this deck through the indicated effect unit. Redirige este plato a través de la unidad de efectos indicada. - + Route this sampler through the indicated effect unit. Redirige este reproductor a través de la unidad de efectos indicada. - + Route this microphone through the indicated effect unit. Redirige este micrófono a través de la unidad de efectos indicada. - + Route this auxiliary input through the indicated effect unit. Redirige la entrada auxiliar a través de la unidad de efectos indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. La unidad de efectos debe estar asignada a un plato o otra fuente de sonido para oír el efecto. - + Switch to the next effect. Pasa al siguiente efecto. - + Previous Anterior - + Switch to the previous effect. Pasa al efecto anterior. - + Next or Previous Siguiente o Anterior - + Switch to either the next or previous effect. Pasa al siguiente o anterior efecto. - + Meta Knob Rueda Meta - + Controls linked parameters of this effect Controla los parámetros enlazados del efecto - + Effect Focus Button Botón de foco de efecto - + Focuses this effect. Pone el foco en el efecto. - + Unfocuses this effect. Quita el foco del efecto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consulta la página web de tu controlador en la wiki del Mixxx para más información - + Effect Parameter parámetro de efecto - + Adjusts a parameter of the effect. Ajusta un parámetro del efecto. - + Inactive: parameter not linked Inactive: parameter not linked - + Active: parameter moves with Meta Knob Activo: el parámetro se mueve con la rueda Meta - + Left side active: parameter moves with left half of Meta Knob turn Izquierda activo: el parámetro se mueve con la primera mitad de la rueda Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Izquierda y derecha activo: el parámetro recorre todo el rango con la primera mitad de la rueda Meta, y vueve atrás con la segunda mitad - - + + Equalizer Parameter Kill Parámetro de supresión del ecualizador - - + + Holds the gain of the EQ to zero while active. Mantiene la ganáncia de EQ a cero mientras está activo. - + Quick Effect Super Knob Rueda Súper de efecto rápido - + Quick Effect Super Knob (control linked effect parameters). Rueda Súper de efecto rápido (controla los parámetros de efecto asociados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Nota: Puedes cambiar el efecto rápido por defecto en Preferéncias > Ecualizadores. - + Equalizer Parameter ecualizador paramétrico - + Adjusts the gain of the EQ filter. Ajusta la ganáncia del filtro de EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Nota: Se puede cambiar el modo de EQ por defecto en Preferencias > Ecualizadores. @@ -13071,47 +13169,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decrementa el tono en una seminota. - + Enable Vinyl Control Activar vinilo de control - + When disabled, the track is controlled by Mixxx playback controls. Si está desactivado, los controles de reproducción del Mixxx controlan la pista. - + When enabled, the track responds to external vinyl control. Si está activado, el control de vinilo externo controla la pista. - + Enable Passthrough Activa el paso de audio - + Indicates that the audio buffer is too small to do all audio processing. Indica que el búfer de audio es demasiado pequeño para llevar a cabo todo el procesamiento de audio. - + Displays cover artwork of the loaded track. Muestra la carátula de la pista cargada. - + Displays options for editing cover artwork. Muestra las opciones de edición de carátula. - + Star Rating Puntuación - + Assign ratings to individual tracks by clicking the stars. Asigna la puntuación de cada pista pulsando en las estrellas. @@ -13379,123 +13477,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta la velocidad añadiendo al cambio del deslizador de velocidad. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Grabar mezcla - + Toggle mix recording. Conmutar la grabación de la mezcla. - + Enable Live Broadcasting Activar la emisión en vivo - + Stream your mix over the Internet. Emite tus mezclas por internet. - + Provides visual feedback for Live Broadcasting status: Da una indicación acerca del estado de la emisión en vivo: - + disabled, connecting, connected, failure. desactivado, conectando, conectado, fallo. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Cuando está activado, el plato reproduce directamente el audio que recibe por la entrada de vinilo. - + Blue for passthrough enabled. Azul si el passthrough está activado. - + Playback will resume where the track would have been if it had not entered the loop. La reproducción se reanudará en el punto al que habría llegado la pista si no hubiese entrado en el bucle. - + Loop Exit Salida del bucle - + Turns the current loop off. Desactiva el bucle actual. - + Slip Mode Modo Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cuando está activado, la reproducción continúa en silencio mientras dura el bucle, la reproducción hacia atrás, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Una vez desactivado, la reproducción (audible) seguirá donde la pista habría estado. - + Track Key The musical key of a track Tonalidad de la pista - + Displays the musical key of the loaded track. Muestra la clave musical de la pista cargada. - + Clock Reloj - + Displays the current time. Muestra la hora actual. - + Audio Latency Usage Meter Medidor de Latencia de Audio - + Displays the fraction of latency used for audio processing. Muestra la parte de latencia usada para el proceso de audio. - + A high value indicates that audible glitches are likely. Un valor alto indica que se pueden percibir ruidos. - + Do not enable keylock, effects or additional decks in this situation. No activar el bloqueo de tonalidad, los efectos o los platos adicionales en este caso. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latencia de Audio @@ -13617,97 +13715,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Si el hotcue está establecido, salta al hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Si el hotcue no está establecido, establece el hotcue en la actual posición de reproducción. - + Vinyl Control Mode Modo de control de vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - la posicion dentro del tema corresponde a la posicion y velocidad de la aguja. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - la velocidad del tema corresponde a la velocidad de la aguja independientemente de la posicion. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - la velocidad del tema corresponde a la ultima velocidad conocida independientemente de lo que se recibe de la aguja. - + Vinyl Status Estado del vinilo - + Provides visual feedback for vinyl control status: Provee retroalimentación visual sobre el estado del control de vinilo: - + Green for control enabled. Verde para control activo. - + Blinking yellow for when the needle reaches the end of the record. Amarillo parpadeante cuando la aguja alcanza el final de la grabación. - + Loop-In Marker Marcador de inicio de bucle - + Loop-Out Marker Marcador de fin de bucle - + Loop Halve Reducir bucle a la mitad - + Halves the current loop's length by moving the end marker. Reduce a la mitad la longitud del bucle actual, moviendo la marca de fin. - + Deck immediately loops if past the new endpoint. El plato vuelve al inicio del bucle inmediatamente si se ha superado el nuevo punto final. - + Loop Double Aumentar bucle al doble - + Doubles the current loop's length by moving the end marker. Aumenta al doble la longitud del bucle actual, moviendo la marca de fin. - + Beatloop Bucle de pulsaciones - + Toggles the current loop on or off. Activa o desactiva el bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Funciona sólo si se han definido las marcas de inicio y fin de bucle. @@ -13717,82 +13815,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sugerencia: Cambie el comportamiento del cue en Preferencias -> Interfaz. - + Vinyl Cueing Mode Modo de Cue de Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina cómo los puntos Cue son tratados en el modo de control Relativo de Vinilos: - + Off - Cue points ignored. Off - Los puntos CUE se ignoran. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - si se pone la aguja mas allá del punto cue, se irá al punto Cue de la pista. - + Track Time Tiempo de pista - + Track Duration Duración de la Pista - + Displays the duration of the loaded track. Muestra la duración de la pista cargada. - + Information is loaded from the track's metadata tags. Información cargada desde el tag de metadatos de las pistas. - + Track Artist Artista de la pista - + Displays the artist of the loaded track. Muestra el artista de la pista cargada. - + Track Title Título de la pista - + Displays the title of the loaded track. Muestra el título de la pista cargada. - + Track Album Álbum de la pista - + Displays the album name of the loaded track. Muestra el nombre del álbum de la pista cargada. - + Track Artist/Title Artista/Título de la pista - + Displays the artist and title of the loaded track. Muestra el artista y el título de la pista cargada. @@ -13800,12 +13898,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Escondiendo las pistas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Las pistas seleccionadas se encuentran en estas listas:%1Al esconderlas, se quitarán de dichas listas. Desea continuar? @@ -14061,22 +14159,22 @@ Carpeta: %2 WEffectChainPresetButton - + Update Preset Actualizar Preconfiguración - + Rename Preset - + Save As New Preset... Guardar Como Nueva Preconfiguración - + Save snapshot Guardar captura @@ -14098,7 +14196,7 @@ Carpeta: %2 WEffectParameterNameBase - + No effect loaded. Ningún efecto cargado. @@ -14122,452 +14220,452 @@ Carpeta: %2 WMainMenuBar - + &File &Archivo - + Load Track to Deck &%1 Cargar pista al plato &%1 - + Loads a track in deck %1 Carga un pista en el plato %1 - + Open Abrir - + &Exit &Salir - + Quits Mixxx Sale de Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reescanear Libreria - + Rescans library folders for changes to tracks. Reanaliza las carpetas de la biblioteca para detectar cambios en las pistas. - + Ctrl+Shift+L Ctrl+Mayús+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear &nueva Playlist - + Create a new playlist Crear una nueva lista de reproducción - + Ctrl+n Ctrl+N - + Create New &Crate Crear un nuevo&cajón - + Create a new crate Crear un nuevo cajón - + Ctrl+Shift+N Ctrl+Mayús+N - - + + &View &Vista - + May not be supported on all skins. Puede no estar disponible para todas las apariencias. - + Show Skin Settings Menu Mostrar menú de ajustes de aspecto - + Show the Skin Settings Menu of the currently selected Skin Mostrar la configuración actual del menu de tema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar seccion del microfono - + Show the microphone section of the Mixxx interface. Muestra la sección de control de micrófono de la interfaz de Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar la Sección de Control de Vinilo - + Show the vinyl control section of the Mixxx interface. Muestra la sección de control de vinilo de la interfaz de Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar el reproductor de preescucha - + Show the preview deck in the Mixxx interface. Muestra el reproductor de preescucha en la interfaz de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Muestra carátulas - + Show cover art in the Mixxx interface. Muestra las carátulas en la interfaz de Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximizar la biblioteca para tomar todo el espacio disponible en pantalla. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Mostrar Mixxx a pantalla completa - + &Options &Opciones - + &Vinyl Control Control de &vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con codigo de tiempo en bandejas externas para controlar Mixxx - + Enable Vinyl Control &%1 Habilita el Control por Vinilo &%1 - + &Record Mix &Grabar Mezcla - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar transmisión en &vivo - + Stream your mixes to a shoutcast or icecast server Transmite tus mezclas a un servidor shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar Atajos de &Teclado - + Toggles keyboard shortcuts on or off Activa o desactiva los atajos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar la configuración de Mixxx (p.ej.: reproducción, MIDI, controles) - + &Developer &Desarrollador - + &Reload Skin &Recargar apariencia - + Reload the skin Recargar la apariencia - + Ctrl+Shift+R Ctrl+Mayús+R - + Developer &Tools U&tilidades de desarrollador - + Opens the developer tools dialog Abre el cuadro de diálogo de herramientas de desarrollo - + Ctrl+Shift+T Ctrl+Mayús+T - + Stats: &Experiment Bucket Estadísticas: Contadores &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Activa el modo experimental. Recoje estadísticas en los contadores EXPERIMENT. - + Ctrl+Shift+E Ctrl+Mayús+E - + Stats: &Base Bucket Estadísticas: contadores &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Activa el modo base. Recoje estadísticas en los contadores BASE. - + Ctrl+Shift+B Ctrl+Mayús+B - + Deb&ugger Enabled Dep&uración activada - + Enables the debugger during skin parsing Activa el depurador durante el análisis de la máscara - + Ctrl+Shift+D Ctrl+Mayús+D - + &Help Ay&uda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Soporte &comunitario - + Get help with Mixxx Obtener ayuda con Mixxx - + &User Manual Manual de &usuario - + Read the Mixxx user manual. Lea el manual de usuario de Mixxx. - + &Keyboard Shortcuts Atajos de &Teclado - + Speed up your workflow with keyboard shortcuts. Trabaja más rápidamente usando los atajos de teclado. - + &Settings directory &Directorio de configuración - + Open the Mixxx user settings directory. Abre el directorio de configuración de usuario de Mixxx. - + &Translate This Application &Traducir esta aplicación - + Help translate this application into your language. Ayude a traducir esta aplicación a su idioma. - + &About &Acerca de - + About the application Acerca de la aplicación @@ -14796,564 +14894,564 @@ Carpeta: %2 WTrackMenu - + Load to Cargar en - + Deck Plato - + Sampler Reproductor de muestras - + Add to Playlist Añadir a la lista de reproducción - + Crates Cajas - + Metadata Metadatos - + Update external collections - + Cover Art Portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Restablecer - - + + Analyze Analizar - - + + Delete Track Files Borrar Archivos de Pistas - + Add to Auto DJ Queue (bottom) Añadir a la cola de Auto DJ (al final) - + Add to Auto DJ Queue (top) Añadir a la cola de Auto DJ (al principio) - + Add to Auto DJ Queue (replace) Añadir a la lista de DJ Automático (reemplazar) - + Preview Deck Reproductor de preescucha - + Remove Quitar - + Remove from Playlist Eliminar de la lista de reproducción - + Remove from Crate Eliminar de la caja - + Hide from Library Ocultar de la biblioteca - + Unhide from Library Volver a mostrar en la biblioteca - + Purge from Library Eliminar de la biblioteca - + Move Track File(s) to Trash Mover archivo(s) de seguimiento a la papelera - + Delete Files from Disk Borrar Archivos del Disco - + Properties Propiedades - + Open in File Browser Abrir en el explorador de archivos - + Select in Library Selecciona en Biblioteca - + Import From File Tags Importar de los metadatos del fichero - + Import From MusicBrainz Importar de MusicBrainz - + Export To File Tags Exportar a metadatos del fichero - + BPM and Beatgrid BPM y cuadrícula de tempo - + Play Count Reproducciones - + Rating Calificación - + Cue Point Punto CUE - + Hotcues Hotcues - + Intro - + Outro - + Key Clave - + ReplayGain Reproducir otra vez - + Waveform Forma de onda - + Comment Comentario - + All Todos - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reducir a la mitad los BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze Reanalizar - + Reanalyze (constant BPM) Reanalizar (BPM constante) - + Reanalyze (variable BPM) Reanalizar (BPM variable) - + Update ReplayGain from Deck Gain Actualizar ReplayGain desde la Ganancia de Plato - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importación de metadatos de %n pista a partir de las etiquetas del archivoImportación de metadatos de %n pistas a partir de las etiquetas de los archivosImportación de metadatos de %n pista(s) a partir de las etiquetas del archivo - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear nueva lista de reproducción - + Enter name for new playlist: Escriba un nombre para la nueva lista de reproducción: - + New Playlist Nueva lista de reproducción - - - + + + Playlist Creation Failed Fallo la creación de lista de Reproducción - + A playlist by that name already exists. Una lista de reproducción ya existe con el mismo nombre - + A playlist cannot have a blank name. El nombre de una lista de reproduccion no puede estar vacío - + An unknown error occurred while creating playlist: Se ha producido un error desconocido al crear la lista de reproducción: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? ¿Eliminar permanentemente estos archivos del disco? - - + + This can not be undone! ¡Esto no puede ser revertido! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Eliminar archivos - + Okay - + Move Track File(s) to Trash? ¿Mover los archivos de seguimiento a la papelera? - + Track Files Deleted Pistas eliminadas - + Track Files Moved To Trash Archivos de seguimiento movidos a la papelera - + %1 track files were moved to trash and purged from the Mixxx database. %1 archivos de pista fueron movidos a la papelera y purgados de la base de datos de Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 archivos de pistas han sido eliminados y se ha purgado de la base de datos de Mixxx. - + Track File Deleted Archivo de Pista Eliminado - + Track file was deleted from disk and purged from the Mixxx database. El archivo de pista ha sido eliminado del disco y purgado de la base de datos de Mixxx - + The following %1 file(s) could not be deleted from disk No se han podido eliminar del disco los siguientes %1 archivo(s) - + This track file could not be deleted from disk Este archivo de pista no se ha podido borrar del disco - + Remaining Track File(s) - + Close Cerrar - + Loops Bucles - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: si estás en la vista Ordenador o Grabación tienes que volver a hacer clic en la vista actual para ver los cambios. - + Track File Moved To Trash Archivo de seguimiento movido a la papelera - + Track file was moved to trash and purged from the Mixxx database. El archivo de seguimiento se ha movido a la papelera y se ha eliminado de la base de datos de Mixxx. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash Este archivo de pista no se ha podido mover a la papelera - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15361,37 +15459,37 @@ Carpeta: %2 WTrackTableView - + Confirm track hide Confirmar ocultar pista - + Are you sure you want to hide the selected tracks? ¿Estas seguro de que quieres ocultar las pistas seleccionadas? - + Are you sure you want to remove the selected tracks from AutoDJ queue? ¿Esta seguro de que quiere eliminar las pistas seleccionadas de la cola del AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Estás seguro que quieres eliminar las pistas seleccionada de este cajón? - + Are you sure you want to remove the selected tracks from this playlist? ¿Esta seguro de que desea eliminar las pistas seleccionadas de la lista de reproducción? - + Don't ask again during this session No volver a preguntar durante esta sesión - + Confirm track removal Confirmar eliminación del track @@ -15407,7 +15505,7 @@ Carpeta: %2 WaveformWidgetFactory - + legacy antiguo @@ -15455,52 +15553,52 @@ Carpeta: %2 mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Elija el directorio de la biblioteca de la música - + controllers - + Cannot open database No se puede abrir la base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_et.qm b/res/translations/mixxx_et.qm index 7ff966a3eef620c1bd4e25a57b1ec66c0dc51ce8..56bcc14fc59a86b8b1b6edae17e49fa2b390e86d 100644 GIT binary patch delta 5205 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 XiS`dD{Vu5A=QF!l%Rj$m`K12;#MG~m delta 5221 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 TFY&VVENR!V$Kj=&Ue^CVpoOc; diff --git a/res/translations/mixxx_et.ts b/res/translations/mixxx_et.ts index 85084cce7fa..317c7223eb1 100644 --- a/res/translations/mixxx_et.ts +++ b/res/translations/mixxx_et.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Lisa auto-DJ järjekorda (alla) - + Add to Auto DJ Queue (top) Lisa auto-DJ järjekorda (üles) - + Add to Auto DJ Queue (replace) - - Import Playlist - Impordi esitusloend + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Esitusloendi loomine nurjus - + An unknown error occurred while creating playlist: Teadmatu viga tekkis esitusloendi tegemisel: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Uus esitusnimekiri - + Add to Auto DJ Queue (bottom) Lisa auto-DJ järjekorda (alla) - - + + Create New Playlist Loo uus esitusloend - + Add to Auto DJ Queue (top) Lisa auto-DJ järjekorda (üles) - + Remove Eemalda - + Rename Nimeta ümber - + Lock Lukus - + Duplicate duplikaat - - + + Import Playlist Impordi esitusloend - + Export Track Files - + Analyze entire Playlist Analüüsi terve esitusloend - + Enter new name for playlist: Sisesta uus nimi esitusloendile: - + Duplicate Playlist - - + + Enter name for new playlist: Sisesta uue esitusloendi nimi: - - + + Export Playlist Ekspordi esitusloend - + Add to Auto DJ Queue (replace) - + Rename Playlist Muuda esitusloendi nime + - Renaming Playlist Failed Esitusloendi ümbernimetamine nurjus - - - + + + A playlist by that name already exists. Selle nimega esitusloend juba eksisteerib. - - - + + + A playlist cannot have a blank name. Esitusloend ei saa olla nimeta. - + _copy //: Appendix to default name when duplicating a playlist _kopeeri + - + - - - + + Playlist Creation Failed Esitusloendi loomine nurjus - - + + An unknown error occurred while creating playlist: Teadmatu viga tekkis esitusloendi tegemisel: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U Esitusloend (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Esitusloend (*.m3u);;M3U8 Esitusloend (*.m3u8);;PLSEsitusloend (*.pls);;Tekst CSV (*.csv);;Loetav tekst (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Ei suuda lugu laadida. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Albumi esitaja - + Artist Esitaja - + Bitrate Bitikiirus - + BPM Lööki minutis - + Channels Kanalid - + Color - + Comment Märkus - + Composer Helilooja - + Cover Art Katte kunst - + Date Added Lisamise kuupäev - + Last Played - + Duration Kestus - + Type Tüüp - + Genre Žanr - + Grouping Rühmitamine - + Key Nupp - + Location Asukoht - + Preview Eelvaade - + Rating Hinnang - + ReplayGain - + Samplerate - + Played Mängitud - + Title Pealkiri - + Track # Lugu nr - + Year Aasta - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Lisa otselinkidesse - + Remove from Quick Links Eemalda otselinkidest - + Add to Library Lisa kogumikku - + Quick Links Kiirlingid - - + + Devices Seadmed - + Removable Devices Eemaldatavad seadmed - - + + Computer Arvuti - + Music Directory Added Muusikakataloog edukalt lisatud - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Skänni - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupp - + Item Üksus - + Value Väärtus - + Parameter Parameeter - + Title Pealkiri - + Description Kirjeldus @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume Sea volüüm maksimumile - + Set to zero volume Sea volüüm nulli @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button Kõrvaklappidega kuulamise nupp - + Mute button Vaigistusnupp @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Ekvalaiserid - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume Täisvolüüm - + Zero Volume Nullvolüüm @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute Vaigista @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Lisa auto-DJ järjekorda (alla) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Lisa auto-DJ järjekorda (üles) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects Efektid - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle Lülita - + Toggle the current effect Lülita praegust efekti - + Next Järgmine - + Switch to next effect - + Previous Eelmine - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Tugevus - + Gain knob Helitugevuse nupp - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Auto DJ lüliti - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages Kõrvaklappide tundlikkus - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofon sees/väljas - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Automaatne DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Kasutajaliides - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide Eelvaate Rada kuva/peida - + Show/hide the preview deck Kuva/peida eelvaate rada - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers Eelmised arendajad - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Mixxx programmist - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Info - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. Skänni - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Lubatud - + Stereo Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Seadistamise viga @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers Kontrollerid - + Library Fonoteek - + Interface Liides - + Waveforms - + Mixer Miksija - + Auto DJ Automaatne DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Abi - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Rakenda - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Katkesta - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efektid - + Recording Salvestamine - + Beat Detection - + Key Detection Helistiku tuvastamine - + Normalization Normaliseerimine - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Albumi esitaja - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Katkesta - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate aktiveeri - + toggle lüliti - + right paremale - + left vasakule - + right small - + left small - + up üles - + down alla - + up small - + down small - + Shortcut Otsetee @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry Proovi uuesti - + skin - - + + Reconfigure Seadista uuesti - + Help Abi - - + + Exit Välju - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Jätka - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? Oled sa kindel, et tahad laadida uue loo? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Kinnita väljumine - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Lukus - - + + Playlists Esitusloendid - + + Shuffle Playlist + + + + Unlock Võta lukust lahti - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Loo uus esitusloend @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Vigane @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Kõrvaklapid - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck Rada - + Record/Broadcast - + Vinyl Control - + Microphone Mikrofon - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Rada %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Plaadikastid - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Ajalugu - + Unlock Võta lukust lahti - + Lock Lukus - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx sattus probleemi otsa - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred Esines tundmatu tõrge - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Katte kunst @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle Lülita - + Toggle the current effect. - + Next Järgmine - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Eelmine - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock Kell - + Displays the current time. Jooksva aja kuvamine. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration Loo kestvus - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist Loo esitaja - + Displays the artist of the loaded track. - + Track Title Loo pealkiri - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Efekt puudub @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File &Fail - + Load Track to Deck &%1 Lae lugu rajale &%1 - + Loads a track in deck %1 Laeb loo rajale %1 - + Open Ava - + &Exit &Välju - + Quits Mixxx - + Ctrl+q - + &Library &Muusikakogu - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Uue esitusnimekirja loomine - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Vaade - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library Tühik - + &Full Screen &Täisekraan - + Display Mixxx using the full screen - + &Options &Seaded - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Luba &klaviatuuri otseteed - + Toggles keyboard shortcuts on or off Lülitab klaviatuuri otseteed sisse või välja - + Ctrl+` Ctrl+` - + &Preferences &Valikud - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Arendaja &Tööriistad - + Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Abi - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual &Kasutusjuhend - + Read the Mixxx user manual. - + &Keyboard Shortcuts &Klaviatuuri Otseteed - + Speed up your workflow with keyboard shortcuts. Kiirenda oma tööd kasutades klaviatuuri otseteid. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Tõlgi see rakendus - + Help translate this application into your language. - + &About &Teave - + About the application Teave rakendusest @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Rada - + Sampler - + Add to Playlist Lisa esitusnimekirja - + Crates Plaadikastid - + Metadata - + Update external collections - + Cover Art Katte kunst - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Lähtesta - - + + Analyze Analüüsi - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Lisa auto-DJ järjekorda (alla) - + Add to Auto DJ Queue (top) Lisa auto-DJ järjekorda (üles) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Eemalda - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Seaded - + Open in File Browser Ava failisirvias - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Hinnang - + Cue Point - + Hotcues - + Intro - + Outro - + Key Nupp - + ReplayGain - + Waveform - + Comment Märkus - + All Kõik - + Lock BPM Lukusta BPM - + Unlock BPM Eemalda BMP lukk - + Double BPM Topelt BPM - + Halve BPM Pool BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Rada %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Loo uus esitusloend - + Enter name for new playlist: Sisesta uue esitusloendi nimi: - + New Playlist Uus esitusnimekiri - - - + + + Playlist Creation Failed Esitusloendi loomine nurjus - + A playlist by that name already exists. Selle nimega esitusloend juba eksisteerib. - + A playlist cannot have a blank name. Esitusloend ei saa olla nimeta. - + An unknown error occurred while creating playlist: Teadmatu viga tekkis esitusloendi tegemisel: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Katkesta - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Sulge - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database Ei suuda avada andmebaasi - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_eu.qm b/res/translations/mixxx_eu.qm index 8c250af91e40d3fccd528fbe51adb7bca69184e4..f0fdbaf498f932535f33844ae4256bc2be22e3e5 100644 GIT binary patch delta 4421 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 B_RatR delta 4437 zcmXZfc|eU>9|!Q?z4v+Ues3??G9B9$bi6(Rd@L(wKnD3mEJq9ieP zGnVXR-WD^qX2$Yj7>$=PgLinp*H8a^p8NFN=bZC9zwAo30*>R8P7+|1h76B$kaNSMYqRxV-7&%!dIU@bdo9FdPBk(U#@*Bk%4Owh;LCv|EKsAPnIs$@gHBx~;f6r8qKJea@w{UcyP=JQ=Pnr43=-OYLPOix=`rl8 z7bFfuXY}{j!Hq_~NUdNqN0aC?kf?hiYZuHW&tbFskQnfq$fYB@xgUv>(4lb+Z0JW4 zXMRUi@`%I|bj)=iJANIByD(d$ZjiY90a5sB5>Lkvbv1s;7q$iL*uU81y==CD#P_T4 zAUa^u_A(py`F^q&f8HHL^24n}OP-Lzp&7Z*ofHX;h)f|Vc0{1z_oVSRAP4kpPbF)N z4dILUJ8ZcvwJ%#v6m*}gilT^?52HSA@6hAd)MxN0qN&!@*A)64Db)7|B-f4#>T3#l zlrLN8Kn|t|&D_Vv4*VouIp%-mPV%@GO%(Z&O}WD^ zn9imaG;q4-HPUq~yw9i0og{;(su=OAWLn`+r3F-6?lr4LWp+^}R$T&tDLA8$)I1uw1pj zQq^62KO~&?N5v7X@uQ=;U9pT0)5S&ZM1hTDyllV&&R+CWukVQZzhS@JMbDNZM7uiB zf9HlFHwq;(S7h;`Fo`Usj%dzHiR;r8qOD$%!J$`(rjTUleM=5c5n`E1;2Y26+4*vx`; zS4hwF#|zh2NH3g5vU-$BFElj}B{fMOzD7A-d`kK@1Ett$13M!_`Zf#q3uj2*Ray`& z{8{>;W-?LCO_}-?G|ucL)8>e%RC{IZcLrgOvSfa9krQE$WkIG949=7-kGzT(_L8M` zF_r0Kva|(=OmV5~q6&39X+68|s_e=?URaLZ1nn9`Ca*=9?Szik=mcXol=f+xgv?sx zRL5wxXV@o=6kEwR68f_9eq-ksvne5L`AQ*YKMGPO4_<1MA_&247((yR)?)#T?Tv**=H$h+z%! zVoo9=Fv^MDoG<3R@)?XodalGkC#EMZcyPB2581Xoq63Zv?j8`wCCNpJ_Fw-2M@6g7b~k5Uc@pCQPyd2O3pm0JnDiMhmTQS?SRdLPO|oy?8tX))N19m-w)yh z^n{I{rMxb~XP01hbCmMU+ZCuYRw~(4Ba$Jt6&Eo5g-Vn02qp60Y|pc7K(MO!%YV?( zQg)w2HDUx_ko|+o?=GguvsD!s`vJcP*02E$swoZgQAb)-5t&UmMPE?Oc!u|`u4D7I ztKuFEL*d$|iZhxn=Dt)VCGEysK4Yyj*`yG*B3(7lfCh3;s#b2*pknrBHyu!A9r44t z|AQ(!@C)2eWw$u0iY6nHqmQdfR$#6jwd{sns^if}!cj4*TUYIggi|Wxrwi2pzR{==sZf)6;~+MzT1}c>i=SVkHEWCToW&ok?KpN$j3&dOKi2>DLQQu6Ux;$r zGzAN=JXYM$6g(|K>9m6wsei1d^e$dBLSTIjtY4(2qWnG@_F(tBYmS&>PR;UJ_Z6B` zb#D=YCz>l&twi&NXs#W9g~$c4GxVBA7n-sDJySH#r#KV!GHSgyVI547XcFcm8_+NjMDIGo05Gpb)8sgv2>m$mg$ zyuVWmyDrKk)_-*e?ZxTO5YjSjV;(|c`#I_Le!@=58s(NjL6O`qlxdgrCN&>Il1ck(t5|5p`-ZQy)fU&D5B=*bgCE=43WJ5ABhsS^Rzj zRzaNE&`%d-6=n%l=%M3NwkF=}_+ZSX=9XFgN{o2RDzl%=&tczw%?`Fi{15$cuzfpc TdESKVh`fUxtqyv1_OJOrj0gl& diff --git a/res/translations/mixxx_eu.ts b/res/translations/mixxx_eu.ts index 75bd3e1aeef..626c0fd09bf 100644 --- a/res/translations/mixxx_eu.ts +++ b/res/translations/mixxx_eu.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Gehitu Auto DJ ilarara (bukaeran) - + Add to Auto DJ Queue (top) Gehitu Auto DJ ilarara (hasieran) - + Add to Auto DJ Queue (replace) - - Import Playlist - Inportatu erreprodukzio-zerrenda + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Ezin izan da erreprodukzio-zerrenda sortu - + An unknown error occurred while creating playlist: Errore ezezagun bat gertatu da erreprodukzio zerrenda sortzean: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Erreprodukzio-zerrenda berria - + Add to Auto DJ Queue (bottom) Gehitu Auto DJ ilarara (bukaeran) - - + + Create New Playlist Erreprodukzio-zerrenda berria sortu - + Add to Auto DJ Queue (top) Gehitu Auto DJ ilarara (hasieran) - + Remove Kendu - + Rename Berrizendatu - + Lock Blokeatu - + Duplicate Bikoiztu - - + + Import Playlist Inportatu erreprodukzio-zerrenda - + Export Track Files Pisten fitxategiak esportatu - + Analyze entire Playlist Erreprodukzio-zerrenda osoa aztertu - + Enter new name for playlist: Erreprodukzio-zerrendaren izen berria sartu: - + Duplicate Playlist Bikoiztu erreprodukzio-zerrenda - - + + Enter name for new playlist: Idatzi erreprodukzio-zerrendaren izena - - + + Export Playlist Esportatu erreprodukzio-zerrenda - + Add to Auto DJ Queue (replace) - + Rename Playlist Berrizendatu erreprodukzio-zerrenda + - Renaming Playlist Failed Ezin izan da erreprodukzio-zerrenda berrizendatu - - - + + + A playlist by that name already exists. Badago izen bereko beste erreproduzkio-zerrenda bat - - - + + + A playlist cannot have a blank name. Erreprodukzio-Zerrenda batek ezin du izen hutsik izan - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed Ezin izan da erreprodukzio-zerrenda sortu - - + + An unknown error occurred while creating playlist: Errore ezezagun bat gertatu da erreprodukzio zerrenda sortzean: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U erreproduzio-zerrenda (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U erreprodukzio-zerrenda (*.m3u);;M3U8 erreprodukzio-zerrenda (*.m3u8);;PLS erreprodukzio-zerrenda (*.pls);;CSV testua (*.csv);;Testu hutsa (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Ezin izan da pista kargatu @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Albuma - + Album Artist Albumaren artista - + Artist Artista - + Bitrate Bit tasa - + BPM BPM - + Channels Kanalak - + Color - + Comment Iruzkina - + Composer Konpositorea - + Cover Art Azalaren irudia - + Date Added Gehitze-data: - + Last Played - + Duration Iraupena - + Type Mota - + Genre Generoa - + Grouping Taldeka - + Key Tonalitatea - + Location Kokalekua - + Preview Aurreikusi - + Rating Balorazioa - + ReplayGain ReplayGain - + Samplerate - + Played Jotakoak - + Title Titulua - + Track # Pista-zenbakia - + Year Urtea - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed Ekintzak huts egin du - + Please enable at least one connection to use Live Broadcasting. Mesedez, gutxienez konexio bat erabil ezazu Zuzeneko Emanaldia erabiltzeko. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Gehitu lotura azkarretara - + Remove from Quick Links Kendu lotura azkarretatik - + Add to Library Liburutegira gehitu - + Quick Links Esteka azkarrak - - + + Devices Gailuak - + Removable Devices Gailu aldagarriak - - + + Computer Ordenagailua - + Music Directory Added Musika Direktorioa gehituta - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Titulua - + Description Deskribapena @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Ekualizadoreak - + Vinyl Control Binilo kontrola - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues Hotcue - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop Sortu %1-taupada begizta - + Create temporary %1-beat loop roll Sortu behin behineko %1-taupada begizta erroilua @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid Doitu taupada sarea - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve Begizta erdibitu - + Loop Double Begizta bikoiztu - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Gehitu Auto DJ ilarara (bukaeran) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Gehitu Auto DJ ilarara (hasieran) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track Kargatu aukeratutako pista - + Load selected track and play Kargatu aukeratutako pista eta erreproduzitu - - + + Record Mix - + Toggle mix recording - + Effects Efektuak - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Hurrengoa - + Switch to next effect - + Previous Aurrekoa - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Irabazia - + Gain knob Irabazi kisketa - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofonoa on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Erabiltzaile interfazea - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Ondorengoen laguntzarekin: - + And special thanks to: Eta Eskerrik Asko hauei: - + Past Developers Lehengo Garatzaileak - + Past Contributors Lehengo - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Mixxx-i buruz - - + + + Unknown Ezezaguna - + Date: Data: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Estereo - - - - + + + + Action failed Ekintzak huts egin du - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Informazioa - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Gaitua - + Stereo Estereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Konfigurazio-errorea @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Soinu Hardware-a - + Controllers - + Library Liburutegia - + Interface Interfazea - + Waveforms - + Mixer Nahastailea - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Laguntza - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplikatu - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ezeztatu - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efektuak - + Recording Grabaketa - + Beat Detection Taupada Detekzioa - + Key Detection - + Normalization Normalizatu - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Binilo kontrola - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Albumaren artista - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Ezeztatu - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate aktibatu - + toggle - + right eskuina - + left ezkerra - + right small - + left small - + up gora - + down behera - + up small - + down small - + Shortcut Lasterbidea @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Laguntza<b>Eskuratu</b> Mixxx wikitik. - - - + + + <b>Exit</b> Mixxx. <b>atera</b> Mixxx-etik. - + Retry Berriz saiatu - + skin - - + + Reconfigure Birkonfiguratu - + Help Laguntza - - + + Exit Irten - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Jarraitu - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Irtetzea konfirmatu - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Blokeatu - - + + Playlists Erreprodukzio-zerrendak - + + Shuffle Playlist + + + + Unlock Desblokeatu - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Erreprodukzio-zerrenda berria sortu @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Baliogabea @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Aurikularrak - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Binilo kontrola - + Microphone Mikrofonoa - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Kaxak - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Historia - + Unlock Desblokeatu - + Lock Blokeatu - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx-el arazo bat Dauka - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred Errore ezezaguna gertatu da - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Azalaren irudia @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Sampler Bankua Gorde - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Kargatu Sampler Bankua - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Hurrengoa - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Aurrekoa - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock Erlojua - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve Begizta erdibitu - + Halves the current loop's length by moving the end marker. Uneko begiztaren luzera erdibitzen du bukaera marka mugituz. - + Deck immediately loops if past the new endpoint. Erreproduzigailua berehala begiztatzen du bukaera puntua igarotakoan. - + Loop Double Begizta bikoiztu - + Doubles the current loop's length by moving the end marker. Uneko begiztaren luzera bikoizten du bukaera marka mugituz. - + Beatloop Taupada begizta - + Toggles the current loop on or off. Uneko begizta gaitu ala desgaitzen du - + Works only if Loop-In and Loop-Out marker are set. Begizta sarrera eta begizta irteera markak ezarrita badaude dabil soilik. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist Pistaren artista - + Displays the artist of the loaded track. - + Track Title Pistaren izenburua - + Displays the title of the loaded track. - + Track Album Albuma - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File &Fitxategia - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open Ireki - + &Exit &irten - + Quits Mixxx - + Ctrl+q - + &Library &Liburutegia - + &Rescan Library &Liburutegia Berreskaneatu - + Rescans library folders for changes to tracks. Liburutegiko karpetak berreskaneatzen ditu pista aldaketen bila. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Sortu erreprodukzio-zerrenda berria - + Ctrl+n - + Create New &Crate - + Create a new crate Sortu kaxa berria - + Ctrl+Shift+N - - + + &View &Ikusi - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &Pantaila osoa - + Display Mixxx using the full screen Erakutsi Mixxx pantaila osoa erabiliz - + &Options &Aukerak - + &Vinyl Control &Binilo Kontrola - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix &Nahasketa Grabatu - + Record your mix to a file Zure Nahasketa Fitxategi Batean Gorde - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Hobespenak - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Laguntza - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Komunitatearen Laguntza - + Get help with Mixxx - + &User Manual &Erabiltzaile Liburua - + Read the Mixxx user manual. Mixxx-en erabiltzaile liburua irakurri - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application Aplikazio Hau &Itzuli - + Help translate this application into your language. Lagundu aplikazio hau zure hizkuntzara itzultzen - + &About &Honi buruz - + About the application Aplikazioari buruz @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist Gehitu erreprodukzio-zerrendara - + Crates Kaxak - + Metadata - + Update external collections - + Cover Art Azalaren irudia - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Berrezarri - - + + Analyze Aztertu - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Gehitu Auto DJ ilarara (bukaeran) - + Add to Auto DJ Queue (top) Gehitu Auto DJ ilarara (hasieran) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Kendu - + Remove from Playlist - + Remove from Crate - + Hide from Library Liburutegitik ezkutatu - + Unhide from Library Liburutegitik ezkutatzeari utzi - + Purge from Library Kendu liburutegitik - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Propietateak - + Open in File Browser Ireki fitxategi kudeatzailean - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Balorazioa - + Cue Point - + Hotcues Hotcue - + Intro - + Outro - + Key Tonalitatea - + ReplayGain ReplayGain - + Waveform - + Comment Iruzkina - + All Guztiak - + Lock BPM - + Unlock BPM - + Double BPM Bikoiztu BPMa - + Halve BPM Erdibitu BPMa - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Erreprodukzio-zerrenda berria sortu - + Enter name for new playlist: Idatzi erreprodukzio-zerrendaren izena - + New Playlist Erreprodukzio-zerrenda berria - - - + + + Playlist Creation Failed Ezin izan da erreprodukzio-zerrenda sortu - + A playlist by that name already exists. Badago izen bereko beste erreproduzkio-zerrenda bat - + A playlist cannot have a blank name. Erreprodukzio-Zerrenda batek ezin du izen hutsik izan - + An unknown error occurred while creating playlist: Errore ezezagun bat gertatu da erreprodukzio zerrenda sortzean: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Ezeztatu - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Itxi - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Aukeratu musika liburutegiaren direktorioa - + controllers - + Cannot open database Ezin da datu-basea ireki - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_fa.qm b/res/translations/mixxx_fa.qm index 3f159209352c21dc9c45a0bb9cadeff41cfd30da..5e08ea4cbec71368850a528a6d6cf22222166fd3 100644 GIT binary patch delta 3907 zcmXZfd0bRg8wc=*nR{oSfdt$Y1rgZ{Q3O;J1Ox^Kk=m4K& z5xEfAx7>e=+q6ia_-BY%29qWpZ zTgxZMv*~{9{2mbRjNQOaxJ(r3g+7REu_IB8g(NEMBr@T{k!m&ty|vzFZe|y+C7N=9 z$R77r2YRw`zpy!ZY>|#F%OQ#%Ni=#mQ9?dZXt$9+@O>t}lTb-C{Q!I|;o?W4#1^z{ z8d1_YjKtR@4|_=zvYzA-=y?e4S6N4(n1o^tdb)&!J@rKCPuS835)NaOM*5S`E)bdF z_18p0Eo_dCgdfoJiC0K?fXPS?5rw@?;+`xbPk$0mVYnTKvrg;SF{9Y{8aCUP#8=DkTo&te zf;Hu{@!o9F5|R{$ZxE$iC#B~#M5Tt5WpLBLC;clBszm(#we*(8vb#X5-#r=dYpI%~&`F zH&9$k6Gp(yM$}P42BJMsq(s9RBDX87v6d1GFm-{GDCPV&SYxufZKu?WTaYcqT}l-5 z7Z;dsQ<@fYB|pcMa-eR zPs)i5kE!f0OnIt5m9P0zLQwe9M-Q+}_H>|zv&e7tXxf)OlW5xSbaY)`U~@0rNanJ zIxUOe+=116g>2_$j9}hk*{)J45YcFd3mCnXH8sl){09|k9<$!BW#?Q!#?ZUVUQ}WQ zbThKX4B3k+ccK}$G?<={$n1IN21(Vy$SA?&)P3T1YVXeh{MQ6X2~mhufmeP zQQlA=j)vRGTcy9SG1$flx_8mSoF-xDk}yPnvQX%a29#-q)%!7ocKg}BNo>pscCtO2 zIFC&l-t9wnUW-t@55XDQA=D<{!OB-J)J0*x@qNWky&y^H)S$Zb zRS+XHJ4V8V9MS0m?NHDpeCD+SLv&3zcq$e5&xEfuUlI*EBAl1OUZT)hQH34Rft{cb zIxQ>E(3`@OWebTGo)$@Gk11Ir`a~~7j2sgE>M-;{kz(-g5m-Nlh|xbGCLF&NCoi$V zx*-W-!I35e$6B$d1|M(`#mfD7&|w+7NGDcLY9`WK*f%@aahurSFm_RhSZ&=4^ewCp zu@mt795m23kj>p8*6k@ox?f1RrcQ`nTb?QxPYY}E8V|8jl4A|-|Wakc|X>B zywX1^6G7Ee87f21d(vy_LAKf#oq zWphR8`V7Yn9ifvgbr|<*GqnVCeI=sr;H;@PbYi84`{>A$G)Yw)mCGY(fJ( zkE#m2?-4C3P|XXHWA2};maRbSq?_4nvugRaiCD1yR;~O14X~N6s?waqcaEs4+P^1? z3s>#FbsKxbVwLoH<0x#e{ZvPNP+?f4>Y@XdR;p%){Kk&>la1P^YP--(lzUax_Ul0$ zAmwaqx>}xr7)smAPTQr{R^Gv`=*IRv$Byn)oANRAgJ-k;Ig)znsf_{9Ws|)C`GDYT`IC}e|BbnSsWIj5#Tl)qCU+c$`i;A6KRec|tlLv; zNxEj{^JhfHc6QoAO?skf$;z&a`ZsPipyD-U)Tk$nx=pY=yAQ~d@ZKN=&osdu^j2PQ9Gv{QV1r~!z0!yxl4(rywKL&`v`wN_QH?hL+$n-@WP0b>?jNCC)a+m<0d|2WXrB; zkJw{qwb|_OJZy3ztfZ;+^~{Olpp@MpGvt*%Li3VUR+*$3E? zb-Jq-Um~Xmy8oU*mPC8#2kiC6zE66Obc{^zc751X3DG!P!o}Z6pF{en$;e-2Bb(;J zmi(rlG7t@$Zq#Q_b;hOd+r+j>Nx!WOL(k*FBm-+p0Nue^v6C#+Kri^KRFRo zGVGN8M+1JJlVBKR-viGF8b;qXprdOHL6WHuCz=LBkhO*R8HTWY%w3;3hLm-&$nW!p zG$+J{jogs-IeOUts$pf^b_C@@*5Ac&^7a=vkgPIXcxMP2o?y5!vI0TYhgDRw#X+{3 z!#Gc5&9L=x4}1-0YkwANzQ}qnnuS9_ Ujpcaokb|+dE%Jlq_6=qK0NZsLHUIzs delta 3923 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) افزودن به صف دی‌جی خودکار (پایین) - + Add to Auto DJ Queue (top) افزودن به صف دی‌جی خودکار (بالا) - + Add to Auto DJ Queue (replace) - - Import Playlist - درون ریزی فهرست‌پخش + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed خطا در ایجاد فهرست‌پخش - + An unknown error occurred while creating playlist: خطایی ناشناخته در هنگام تولید فهرست‌پخش رخ داده است : @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist فهرست‌پخش جدید - + Add to Auto DJ Queue (bottom) افزودن به صف دی‌جی خودکار (پایین) - - + + Create New Playlist ساخت فهرست پخش جدید - + Add to Auto DJ Queue (top) افزودن به صف دی‌جی خودکار (بالا) - + Remove حذف - + Rename نام‌گذاری دوباره - + Lock قفل - + Duplicate کپی همسان - - + + Import Playlist درون ریزی فهرست‌پخش - + Export Track Files برون ریزی فهرست پخش - + Analyze entire Playlist تحلیل فهرست‌پخش جاری - + Enter new name for playlist: نام جدید برای فهرست‌پخش - + Duplicate Playlist کپی همسان از فهرست‌پخش - - + + Enter name for new playlist: نام جدید برای فهرست‌پخش - - + + Export Playlist برون ریزی فهرست پخش - + Add to Auto DJ Queue (replace) - + Rename Playlist نام‌گذاری دوباره فهرست‌پخش + - Renaming Playlist Failed خطا در نام‌گذاری فهرست‌پخش - - - + + + A playlist by that name already exists. فهرست‌پخشی با این نام از پیش موجود است. - - - + + + A playlist cannot have a blank name. فهرست‌پخش نمیتواند بدون نام باشد - + _copy //: Appendix to default name when duplicating a playlist کپی + - + - - - + + Playlist Creation Failed خطا در ایجاد فهرست‌پخش - - + + An unknown error occurred while creating playlist: خطایی ناشناخته در هنگام تولید فهرست‌پخش رخ داده است : - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) فهرست پخش M3U (فایل .m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U فهرست‌پخش (*.m3u);;M3U8 فهرست‌پخش (*.m3u8);;PLS فهرست‌پخش (*.pls);;Text CSV (*.csv);; متن قابل خواندن (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. بارگزاری قطعه امکان‌پذیر نیست. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album کل %n آلبوم - + Album Artist هنرمند آلبوم - + Artist کل %n هنرمند - + Bitrate میزان ارسال بیت - + BPM BPM - + Channels کانال‌ها - + Color رنگ - + Comment دیدگاه - + Composer آهنگساز - + Cover Art جلد - + Date Added تاریخ افزودن - + Last Played - + Duration مدت پخش - + Type نوع - + Genre ژانر - + Grouping دسته بندی - + Key کلید - + Location موقعیت - + Preview پیش‌نمایش - + Rating رتبه‌دهی - + ReplayGain - + Samplerate - + Played پخش شده - + Title سمت - + Track # قطعه # - + Year سال - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed عمل ناموفق - + Please enable at least one connection to use Live Broadcasting. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links افزودن به پیوندهای سریع - + Remove from Quick Links حذف از پیوندهای سریع - + Add to Library - + Quick Links پیوندهای سریع - - + + Devices دستگاه‌ها - + Removable Devices دستگاههای جداشدنی - - + + Computer کامپیوتر - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group گروه - + Item مورد - + Value مقدار - + Parameter پارامتر - + Title سمت - + Description توضیحات @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume روی کامل گذاشتن - + Set to zero volume روی 0 گذاشتن @@ -991,13 +1020,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button دکمه قطع صدا @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages اکولایزرها - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 ۱۶ - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume صدای کامل - + Zero Volume صدای 0 @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute بی صدا @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) افزودن به صف دی‌جی خودکار (پایین) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) افزودن به صف دی‌جی خودکار (بالا) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects جلوه‌ها - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain سود - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ دی‌جی خودکار - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface واسط کاربر - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers سازندگان قديم - + Past Contributors - + Official Website - + Donate @@ -3636,36 +3675,42 @@ trace - Above + Profiling messages - - + + + Unknown ناشناس     - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3879,7 +3924,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4130,7 +4175,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4360,122 +4405,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 آیس‌کست 2 - + Shoutcast 1 - + Icecast 1 آیس‌کست 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo استریو - - - - + + + + Action failed عمل ناموفق - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5047,22 +5092,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5172,6 +5217,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5748,38 +5798,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information اطلاعات - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6005,52 +6080,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6910,138 +6985,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled فعال‌شده - + Stereo استریو - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error خطای پیکربندی @@ -7527,122 +7602,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library کتابخانه - + Interface واسط - + Waveforms - + Mixer مخلوط‌کن - + Auto DJ دی‌جی خودکار - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &راهنما - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &اعمال‌ - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &لغو - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects جلوه‌ها - + Recording ضبط - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7817,7 +7892,7 @@ Select from different types of displays for the waveform, which differ primarily هنرمند آلبوم - + Fetching track data from the MusicBrainz database @@ -7894,72 +7969,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8280,7 +8355,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &لغو - + (no color) @@ -8492,27 +8567,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8735,15 +8810,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8754,57 +8829,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate فعالسازی - + toggle ضامن - + right راست - + left چپ - + right small - + left small - + up بالا - + down پایین - + up small - + down small - + Shortcut میان‌بر @@ -8887,32 +8962,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8987,181 +9062,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry تلاش دوباره - + skin - - + + Reconfigure پیکربندی مجدد - + Help راهنما - - + + Exit خروج - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue ادامه - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9177,43 +9252,48 @@ Do you want to select an input device? PlaylistFeature - + Lock قفل - - + + Playlists فهرست‌های پخش - + + Shuffle Playlist + + + + Unlock بازکردن قفل - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist ساخت فهرست پخش جدید @@ -9280,7 +9360,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid نامعتبر @@ -9386,68 +9466,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones هدفون‌ها - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck دسته - + Record/Broadcast - + Vinyl Control - + Microphone میکروفون - + Auxiliary - - + + Unknown path type %1 @@ -9540,6 +9620,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9577,6 +9659,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9595,6 +9678,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9610,6 +9695,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9907,7 +9994,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9964,7 +10051,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9984,22 +10071,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10082,8 +10169,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10113,42 +10200,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10168,17 +10255,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10580,18 +10667,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 دک %1 @@ -10631,52 +10718,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10724,10 +10811,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10896,7 +11004,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox ریتم‌باکس @@ -10942,34 +11050,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates کلکسیون - + Check for Serato databases (refresh) - + (loading) Serato @@ -10977,64 +11085,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History پیشینه - + Unlock بازکردن قفل - + Lock قفل - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11043,193 +11151,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11245,23 +11353,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred یک خطای ناشناخته رخ داد - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11613,7 +11721,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art جلد @@ -12065,52 +12173,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12304,442 +12402,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12748,169 +12847,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13009,47 +13107,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13317,123 +13415,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock ساعت - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13555,97 +13653,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13655,82 +13753,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album آلبوم - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13738,12 +13836,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13996,22 +14094,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14033,7 +14131,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14057,452 +14155,452 @@ This can not be undone! WMainMenuBar - + &File &پرونده‌ - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open گشودن - + &Exit &خروج - + Quits Mixxx - + Ctrl+q - + &Library &کتابخانه‌ - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist ایجاد یک فهرست‌پخش جدید - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &نما‌ - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+5 - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &تمام صفحه - + Display Mixxx using the full screen - + &Options &گزینه‌ها‌ - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+` - + &Preferences &تنظیمات‌ - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &راهنما - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx &دریافت کمک از Mixxx - + &User Manual &راهنمای کاربری - + Read the Mixxx user manual. خواندن راهنمای کاربری Mixxx - + &Keyboard Shortcuts &میانبر های کیبورد - + Speed up your workflow with keyboard shortcuts. سرعت کار خود را با میانبر های کیبورد افزایش دهید! - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &این نرم افزار را ترجمه کنید - + Help translate this application into your language. در ترجمه این نرم افزار به زبان خودتان کمک کنید - + &About &درباره - + About the application درباره این نرم افزار @@ -14731,564 +14829,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck دسته - + Sampler - + Add to Playlist افزودن به فهرست پخش - + Crates کلکسیون - + Metadata - + Update external collections - + Cover Art جلد - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze تحلیل - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) افزودن به صف دی‌جی خودکار (پایین) - + Add to Auto DJ Queue (top) افزودن به صف دی‌جی خودکار (بالا) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove حذف - + Remove from Playlist - + Remove from Crate - + Hide from Library از کتابخانه پنهان کن - + Unhide from Library ظاهر سازی در کتابخانه - + Purge from Library پاکسازی کتابخانه - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties مشخصات - + Open in File Browser بازکردن در ... - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating رتبه‌دهی - + Cue Point - + Hotcues - + Intro - + Outro - + Key کلید - + ReplayGain - + Waveform - + Comment دیدگاه - + All همه - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 دک %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist ساخت فهرست پخش جدید - + Enter name for new playlist: نام جدید برای فهرست‌پخش - + New Playlist فهرست‌پخش جدید - - - + + + Playlist Creation Failed خطا در ایجاد فهرست‌پخش - + A playlist by that name already exists. فهرست‌پخشی با این نام از پیش موجود است. - + A playlist cannot have a blank name. فهرست‌پخش نمیتواند بدون نام باشد - + An unknown error occurred while creating playlist: خطایی ناشناخته در هنگام تولید فهرست‌پخش رخ داده است : - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel انصراف - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15296,37 +15394,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15342,7 +15440,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15390,52 +15488,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_fi.qm b/res/translations/mixxx_fi.qm index 2709943028729c179bf889728f729007fccfcaa9..617d1cf7b4dd928679e0bd5838cbbc3c5dd8cc2c 100644 GIT binary patch delta 6826 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

IMZr4 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 diff --git a/res/translations/mixxx_fi.ts b/res/translations/mixxx_fi.ts index f6a62509c38..09235c3e020 100644 --- a/res/translations/mixxx_fi.ts +++ b/res/translations/mixxx_fi.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Lisää Auto DJ -jonon loppuun - + Add to Auto DJ Queue (top) Lisää Auto DJ -jonon alkuun - + Add to Auto DJ Queue (replace) Lisää Auto DJ -jonoon (korvaa) - - Import Playlist - Tuo soittolista + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Soittolistan luominen epäonnistui - + An unknown error occurred while creating playlist: Soittolistan luonnissa tapahtui tuntematon virhe: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Uusi soittolista - + Add to Auto DJ Queue (bottom) Lisää Auto DJ -jonon loppuun - - + + Create New Playlist Luo uusi soittolista - + Add to Auto DJ Queue (top) Lisää Auto DJ -jonon alkuun - + Remove Poista - + Rename Muuta nimeä - + Lock Lukitse - + Duplicate Monista - - + + Import Playlist Tuo soittolista - + Export Track Files Vie raitatiedostoja - + Analyze entire Playlist Analysoi koko soittolista - + Enter new name for playlist: Anna uusi nimi soittolistalle - + Duplicate Playlist Duplikoi soittolista - - + + Enter name for new playlist: Anna nimi uudelle soittolistalle - - + + Export Playlist Vie soittolista - + Add to Auto DJ Queue (replace) Lisää Auto DJ -jonoon (korvaa) - + Rename Playlist Nimeä soittolista uudelleen + - Renaming Playlist Failed Soittolistan uudelleennimeäminen epäonnistui - - - + + + A playlist by that name already exists. Samanniminen soittolista on jo olemassa. - - - + + + A playlist cannot have a blank name. Soittolistan nimi ei voi olla tyhjä. - + _copy //: Appendix to default name when duplicating a playlist _kopioi + - + - - - + + Playlist Creation Failed Soittolistan luominen epäonnistui - - + + An unknown error occurred while creating playlist: Soittolistan luonnissa tapahtui tuntematon virhe: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U Soittolista (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) m3u-soittolista (*.m3u);;m3u8-soittolista (*.m3u8);;pls-soittolista (*.pls);;CSV-tekstitiedosto (*.csv);;Luettava tekstitiedosto (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Kappaletta ei voitu ladata. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Levy - + Album Artist Albumin esittäjä - + Artist Esittäjä - + Bitrate Bittinopeus - + BPM BPM - + Channels Kanavat - + Color Väri - + Comment Kommentti - + Composer Säveltäjä - + Cover Art Kansikuva - + Date Added Lisäyspäivä - + Last Played Viimeksi soitettu - + Duration Kesto - + Type Tyyppi - + Genre Tyylilaji - + Grouping Ryhmittely - + Key Sävellaji - + Location Sijainti - + Preview Esikatselu - + Rating Arvostelu - + ReplayGain ReplayGain (toiston voimakkuuden tasoitus) - + Samplerate Näytteenottotaajuus - + Played Soitettu - + Title Kappale - + Track # Raidan # - + Year Vuosi - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Toimitus epäonnistui - + Please enable at least one connection to use Live Broadcasting. Kytke vähintään yksi liitos käyttääksesi suoraa Live-lähetystoimintoa @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Lisää pikalinkkejä - + Remove from Quick Links Poista pikalinkeistä - + Add to Library Lisää kirjastoon - + Quick Links Pikalinkit - - + + Devices Laitteet - + Removable Devices Irrotettavat laitteet - - + + Computer Tietokone - + Music Directory Added Musiikkikansio lisätty - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Lisäsit yhden tahi useamman musiikkihakemiston. Raidat näiden hakemistojen sisällä eivät tule tarjolle ennen kuin kirjastosi uudelleenskannataan. Haluatko skannata sen lävitse nyt? - + Scan Skannaa - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Tietokone" mahdollistaa navigoinnin, tarkastelun ja raitojen lataamisen kiintolevysi kansioista sekä ulkoisista laitteista. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixx on avoimen lähdekoodin DJ-ohjelma. Lisätietoja näet täältä: - + Starts Mixxx in full-screen mode Käynnistää Mixxx:in kokoruututilassa - + Use a custom locale for loading translations. (e.g 'fr') Ota käyttöön oma kotoistus ja kieli ladataksesi käännöksiä. (esim. 'fi') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Päällimmäinen hakemisto josta Mixx etsii hyödykkeitä kuten MIDI-kartoitukset, vakiollisen asennussijainnin ohittaminen. - + Path the debug statistics time line is written to Polku johon virhekorjaustilaston aikajana kirjoitetaan - - Use legacy vu meter - - - - - Use legacy spinny - - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Laittaa Mixxx:in näyttämään/kirjoittamaan talteen kaiken sen vastaanottaman ohjain-datan sekä kirjaamaan nuo ladatut toiminnot - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Kytkee päälle kehittäjätilan. Sisältää tietojen lisäkirjauksia, suorituskykyyn liittyviä tilastoja, sekä kehittäjätyökalujen valikon. - + Top-level directory where Mixxx should look for settings. Default is: - + + Use legacy vu meter + + + + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Kytkee päälle turvatun tilan. Päältä otetaan pois OpenGL-ääniaaltomuodot sekä pyörivät vinyylivimpaimet. Kokeile tätä vaihtoehtotilaa mikäli Mixxx kaatuu käynnistyksen yhteydessä. - + [auto|always|never] Use colors on the console output. [auto|always|never] Käytä päätteen tulosteissa värejä. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -773,17 +802,17 @@ virheenkorjaukseen liittyvät - kuten yllä + bugeihin liittyvät/kehittäjälii jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Asettaa kirjaustason asteelle jossa kirjauspuskuri huuhtaistaan mixxx.log -tiedostoon. <level> on yksi arvoista jotka määritetään yllä --log-level tasolla. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -843,32 +872,32 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit ControlModel - + Group Ryhmä - + Item Esine. - + Value Arvo - + Parameter Parametri - + Title Kappale - + Description Kuvaus @@ -965,13 +994,13 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Set to full volume Aseta äänenvoimakkuus täysille - + Set to zero volume Aseta äänenvoimakkuus nollalle @@ -996,13 +1025,13 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Headphone listen button Kuulokekuuntelun nappi - + Mute button Hiljennä-nappi @@ -1013,25 +1042,25 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Mix orientation (e.g. left, right, center) Miksauksen suunta (vasen, oikea, keskellä) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1071,22 +1100,22 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit BPM-syötön nappi - + Toggle quantize mode Kvantisoinnin valintanappi - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Valitse sävellajin lukitustila @@ -1096,193 +1125,193 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit Taajuuskorjaimet - + Vinyl Control Ohjainlevy - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Ohjainlevyn käynnistystila (päällä/pois/kuuma) - + Toggle vinyl-control mode (ABS/REL/CONST) Ohjainlevyn ohjaustila (abs./suht./vakio) - + Pass through external audio into the internal mixer - + Cues Cue-nappi - + Cue button Cue-nappi - + Set cue point Aseta cue-piste - + Go to cue point - + Go to cue point and play - + Go to cue point and stop Siirry cue-pisteeseen ja pysäytä - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues Nopea merkki - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Poista hotcue-piste %1 - + Set hotcue %1 Aseta hotcue-piste %1 - + Jump to hotcue %1 Siirry hotcue-pisteeseen %1 - + Jump to hotcue %1 and stop Siirry hotcue-pisteeseen %1 ja pysäytä - + Jump to hotcue %1 and play Siirry hotcue-pisteeseen %1 ja toista. - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Loopit - + Loop In button Loopin aloitusnappi - + Loop Out button Loopin lopetusnappi - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop Luo %1-tahdin looppi - + Create temporary %1-beat loop roll @@ -1398,20 +1427,20 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1427,7 +1456,7 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Mute Hiljennä @@ -1438,7 +1467,7 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Headphone Listen @@ -1459,25 +1488,25 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1547,82 +1576,82 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Adjust Beatgrid Säädä Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1663,456 +1692,456 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit Matalien taajuuksien korjain - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue Cue-nappi - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Lisää Auto DJ -jonon loppuun - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Lisää Auto DJ -jonon alkuun - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track Lataa valittu kappale - + Load selected track and play Lataa valittu kappale ja soita - - + + Record Mix - + Toggle mix recording - + Effects Efektit - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Seuraava - + Switch to next effect - + Previous Edellinen - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Herkkyys - + Gain knob Sisääntulon herkkyys - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2127,102 +2156,102 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2294,942 +2323,952 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) Lisää Auto DJ -jonoon (korvaa) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofoni päällä/pois - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto-DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Käyttöliittymä - + Samplers Show/Hide - + Show/hide the sampler section Näytä tai piilota näytesoittimet - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Näytä tai piilota ohjainlevyjen valinnat - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Näytä tai piilota pyörivä ohjainlevy - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3598,37 +3637,37 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Avustajina ovat toimineet: - + And special thanks to: Lisäkiitokset seuraaville henkilöille: - + Past Developers Aikaisemmat kehittäjät - + Past Contributors Aikaisemmat avustajat - + Official Website - + Donate @@ -3641,34 +3680,40 @@ jäljitys - kuten yllä + henkilökuvaliitteiset viestit Tietoja mixxxistä - - + + + Unknown Tuntematon - + Date: Päiväys: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3882,7 +3927,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4133,7 +4178,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4363,122 +4408,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed Toimitus epäonnistui - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5051,22 +5096,22 @@ Haluatko ottaa asetukset käyttöön ja jatkaa? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5176,6 +5221,11 @@ Haluatko ottaa asetukset käyttöön ja jatkaa? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5752,38 +5802,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Tietoja - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6009,52 +6084,52 @@ and allows you to pitch adjust them for harmonic mixing. Skannaa - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6914,138 +6989,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Käytössä - + Stereo Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Virhe asetuksissa @@ -7531,122 +7606,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Ääniliitynnät - + Controllers Ohjaimet - + Library Kirjasto - + Interface Käyttöliittymä - + Waveforms - + Mixer Mikseri - + Auto DJ Auto-DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ohje - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Käytä - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Peru - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efektit - + Recording Nauhoitus - + Beat Detection Iskuntunnistus - + Key Detection - + Normalization Normalisointi - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Ohjainlevy - + Live Broadcasting Verkkojulkaisu - + Modplug Decoder @@ -7821,7 +7896,7 @@ Select from different types of displays for the waveform, which differ primarily Albumin esittäjä - + Fetching track data from the MusicBrainz database @@ -7898,72 +7973,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8284,7 +8359,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Peru - + (no color) @@ -8494,27 +8569,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8737,15 +8812,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8756,57 +8831,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate aktivoi - + toggle näkyvyys - + right oikea - + left vasen - + right small - + left small - + up ylös - + down alas - + up small - + down small - + Shortcut Pikakuvake @@ -8889,32 +8964,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8989,181 +9064,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Äänilaite on varattu - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Yritä uudelleen</b> suljettuasi toisen ohjelman tai yhdistettyäsi äänilaitteen - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Määrittelle uudestaan</b> Mixxx- äänilaitteidn asetukset. - - + + Get <b>Help</b> from the Mixxx Wiki. Etsi <b>apua</b> Mixxx-wikistä. - - - + + + <b>Exit</b> Mixxx. <b>Sulje</b> Mixxx. - + Retry Yritä uudelleen - + skin - - + + Reconfigure Määrittele uudelleen - + Help Ohje - - + + Exit Sulje - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Äänilaitteita ei löytynyt - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Äänilaitteita ei ole määritelty mixxx-asetuksissa. Äänen käsittely ei ole käytössä, kunnes kelvollinen toistolaite on määritelty. - + <b>Continue</b> without any outputs. <b>Jatka</b> määrittelemättä äänilaitteita. - + Continue Jatka - + Load track to Deck %1 Lataa kappale dekkiin %1 - + Deck %1 is currently playing a track. Dekki %1 soittaa kappaletta. - + Are you sure you want to load a new track? Haluatko varmasti ladata uuden kappaleen? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Virhe teematiedostossa - + The selected skin cannot be loaded. Valittua teemaa ei voi ladata. - + OpenGL Direct Rendering OpenGL -suorapiirto - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Varmista lopetus - + A deck is currently playing. Exit Mixxx? Dekki soittaa kappaletta. Suljetaanko Mixxx? - + A sampler is currently playing. Exit Mixxx? Näytesoitin on käynnissä. Suljetaanko mixxx? - + The preferences window is still open. Määritys-ikkuna on vielä auki. - + Discard any changes and exit Mixxx? Hylkää kaikki muutokset ja sulje Mixxx @@ -9179,43 +9254,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Lukitse - - + + Playlists Soittolistat - + + Shuffle Playlist + + + + Unlock Poista lukitus - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Jotkut DJ:t luovat soittolistoja ennen esiintymistä, toiset rakentavat soittolistan esityksen aikana. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Käyttäessäsi soittolistaa DJ-esityksen aikana, muista tarkkailla yleisön reaktioita valitsemaasi musiikkiin. - + Create New Playlist Luo uusi soittolista @@ -9282,7 +9362,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Virheellinen @@ -9388,68 +9468,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Kuulokkeet - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck Dekki - + Record/Broadcast - + Vinyl Control Ohjainlevy - + Microphone Mikrofoni - + Auxiliary - - + + Unknown path type %1 Tuntematon polkutyyppi %1 @@ -9542,6 +9622,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9579,6 +9661,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9597,6 +9680,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9612,6 +9697,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9909,7 +9996,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9966,7 +10053,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9986,22 +10073,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10084,8 +10171,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10115,42 +10202,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10170,17 +10257,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10582,18 +10669,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Dekki %1 @@ -10633,52 +10720,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10726,10 +10813,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Läpisyöttö + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10898,7 +11006,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10944,34 +11052,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Levylaukut - + Check for Serato databases (refresh) - + (loading) Serato @@ -10979,64 +11087,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Soittohistoria - + Unlock Poista lukitus - + Lock Lukitse - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11045,193 +11153,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx havaitsi virheen - + Could not allocate shout_t Tietorakenteen shout_t varaus epäonnistui - + Could not allocate shout_metadata_t Tietorakenteen shout_metadata_t varaus epäonnistui - + Error setting non-blocking mode: Virhe asetettaessa ei-esto moodia - + Error setting tls mode: - + Error setting hostname! Virhe asetettaessa verkkonimeä! - + Error setting port! Virhe asetettaessa porttia! - + Error setting password! Virhe asetettaessa salasanaa! - + Error setting mount! Virhe asetettaessa liitoskohtaa! - + Error setting username! Virhe asetettaessa käyttäjätunnusta! - + Error setting stream name! Virhe asetettaessa virran nimeä! - + Error setting stream description! Virhe asetettaessa virran kuvausta! - + Error setting stream genre! Virhe asetettaessa virran tyyliä! - + Error setting stream url! Virhe asetettaessa virran URL:ia! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Virhe asetettaessa bittinopeutta - + Error: unknown server protocol! Virhe: tuntematon palvelimen protokolla! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Virhe asetettaessa protokollaa! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Tarkista verkkoyhteytesi tila ja että käyttäjätunnuksesi ja salasanasi ovat oikein. @@ -11247,23 +11355,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device laite - + An unknown error occurred Tapahtui tuntematon virhe - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11615,7 +11723,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Kansikuva @@ -12067,52 +12175,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12306,442 +12404,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Tallenna samplepankki - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Lataa samplepankki - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Seuraava - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12750,169 +12849,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Edellinen - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13011,47 +13109,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13319,123 +13417,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock Kello - + Displays the current time. Näyttää nykyisen ajan. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13557,97 +13655,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. Absoluuttinen tila - Kappaleen asento vastaa neulan sijaintia ja nopeutta. - + Relative mode - track speed equals needle speed regardless of needle position. Suhteellinen tila - Neula seuraa kappaleen noupeutta riippumatta neulan sijainnista. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Vakio tila - Kappaleen nopeus vastaa vakionopeutta riippumatta neulan sisääntulosta. - + Vinyl Status Vinyylin tila - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. Puolittaa nykyisen loopin pituuden siirtämällä loppumerkkiä. - + Deck immediately loops if past the new endpoint. Dekki toistaa loopin heti, jos ollaan uuden ohituskohdan ohi - + Loop Double - + Doubles the current loop's length by moving the end marker. Tuplaa nykyisen loopin pituuden siirtämällä loppumerkkiä. - + Beatloop Iskulooppi - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13657,82 +13755,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time Kappaleen kesto - + Track Duration Kappaleen kesto - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist Kappaleen esittäjä - + Displays the artist of the loaded track. Näyttää ladatun kappaleen esittäjän. - + Track Title Kappaleen nimi - + Displays the title of the loaded track. Näytää ladatun kappaleen nimi. - + Track Album Kappaleen albumi - + Displays the album name of the loaded track. Näyttää ladatun kappaleen albumin. - + Track Artist/Title - + Displays the artist and title of the loaded track. Näyttää ladatun kappaleen esittäjän ja nimen. @@ -13740,12 +13838,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13998,22 +14096,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14035,7 +14133,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14059,452 +14157,452 @@ This can not be undone! WMainMenuBar - + &File &Tiedosto - + Load Track to Deck &%1 - + Loads a track in deck %1 Lataa valitun kappaleen dekkiin %1 - + Open Avaa - + &Exit &Sulje - + Quits Mixxx Sulkee mixxx:in - + Ctrl+q - + &Library &Kokoelma - + &Rescan Library &Etsi musiikkikokoelman muutoksia - + Rescans library folders for changes to tracks. Etsii muutoksia kappaleisiin musiikkikirjaston kansioissa. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Luo uusi soittolista - + Ctrl+n - + Create New &Crate - + Create a new crate Luo uusi levylaukku - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Näytä - + May not be supported on all skins. Ei välttämättä tue kaikkia kalvoja. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen K&okoruututila - + Display Mixxx using the full screen Näytä Mixxx kokoruututilassa - + &Options &Valinnat - + &Vinyl Control &Levyohjain - + Use timecoded vinyls on external turntables to control Mixxx Ohjaa mixxx:iä levysoittimilla ja aikakoodatuilla levyillä - + Enable Vinyl Control &%1 - + &Record Mix N&auhoita miksaus - + Record your mix to a file Nauhoita miksauksesi tiedostoon - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Ota suora nettijulkaisu käyttöön - + Stream your mixes to a shoutcast or icecast server Lähetä miksauksesi shoutcast- tai icecast-palvelimelle - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Ota &Näppäimistö pikakuvakkeet käyttöön - + Toggles keyboard shortcuts on or off Määrittää ovatko pikanäppäimet käytössä - + Ctrl+` Ctrl+` - + &Preferences &Asetukset - + Change Mixxx settings (e.g. playback, MIDI, controls) Muokkaa ohjelman asetuksia (toistoa, MIDI-ohjaimia jne.) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Ohje - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Mixxx-yhteisö (englanniksi) - + Get help with Mixxx Pyydä apua Mixxx:in kanssa - + &User Manual &Käyttöohje - + Read the Mixxx user manual. Lue Mixxx-käyttöohjetta. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Käännä tätä ohjelmaa - + Help translate this application into your language. Auta tämän ohjelman kääntämisessä kielellesi. - + &About &Tietoja - + About the application Tietoja ohjelmasta @@ -14733,564 +14831,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Dekki - + Sampler Näytesoitin - + Add to Playlist Lisää soittolistaan - + Crates Levylaukut - + Metadata - + Update external collections - + Cover Art Kansikuva - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Palauta - - + + Analyze Analysoi - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Lisää Auto DJ -jonon loppuun - + Add to Auto DJ Queue (top) Lisää Auto DJ -jonon alkuun - + Add to Auto DJ Queue (replace) Lisää Auto DJ -jonoon (korvaa) - + Preview Deck - + Remove Poista - + Remove from Playlist - + Remove from Crate - + Hide from Library Piilota kirjastosta. - + Unhide from Library Näytä kirjastossa. - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Ominaisuudet - + Open in File Browser Avaa tiedostoselain - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Arvostelu - + Cue Point - + Hotcues Nopea merkki - + Intro - + Outro - + Key Sävellaji - + ReplayGain ReplayGain (toiston voimakkuuden tasoitus) - + Waveform - + Comment Kommentti - + All Kaikki - + Lock BPM Lukitse BPM - + Unlock BPM Poista BPM-lukitus - + Double BPM Tuplaa BPM - + Halve BPM Puolita BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Dekki %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Luo uusi soittolista - + Enter name for new playlist: Anna nimi uudelle soittolistalle - + New Playlist Uusi soittolista - - - + + + Playlist Creation Failed Soittolistan luominen epäonnistui - + A playlist by that name already exists. Samanniminen soittolista on jo olemassa. - + A playlist cannot have a blank name. Soittolistan nimi ei voi olla tyhjä. - + An unknown error occurred while creating playlist: Soittolistan luonnissa tapahtui tuntematon virhe: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Keskeytä - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Sulje - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15298,37 +15396,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15344,7 +15442,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15392,52 +15490,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Valitse musiikkikokoelman sijainti - + controllers - + Cannot open database Tietokantaa ei voida avata - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_fr.qm b/res/translations/mixxx_fr.qm index e1f844bf1daa517c294c14a96b835ec1081424ba..66f5ebcbf6295eb75c20d279f913f0fd1ce5163a 100644 GIT binary patch delta 25159 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 P=LGzSEg%xBpiFxoXCF- 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 Iz82d5f8EmUPyhe` diff --git a/res/translations/mixxx_fr.ts b/res/translations/mixxx_fr.ts index 5d8b6e818d2..a781500bc13 100644 --- a/res/translations/mixxx_fr.ts +++ b/res/translations/mixxx_fr.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Ajouter à la file d'attente Auto DJ (fin) - + Add to Auto DJ Queue (top) Ajouter à la file d'attente Auto DJ (début) - + Add to Auto DJ Queue (replace) Ajouter à la file d'attente Auto DJ (remplacer) - - Import Playlist - Importer une liste de lecture + + Import as Playlist + Importer en tant que liste de lecture - + + Import as Crate + Importer en tant que bac + + + + Crate Creation Failed + Échec de création d'un bac + + + + Could not create crate, it most likely already exists: + Création de bac impossible, il existe probablement déjà : + + + Playlist Creation Failed La création de la liste de lecture a échoué - + An unknown error occurred while creating playlist: Une erreur inconnue s'est produite à la création de la liste de lecture : @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nouvelle liste de lecture - + Add to Auto DJ Queue (bottom) Ajouter à la file d'attente Auto DJ (fin) - - + + Create New Playlist Créer une nouvelle liste de lecture - + Add to Auto DJ Queue (top) Ajouter à la file d'attente Auto DJ (début) - + Remove Retirer - + Rename Renommer - + Lock Verrouiller - + Duplicate Dupliquer - - + + Import Playlist Importer une liste de lecture - + Export Track Files Exporter les fichiers des pistes - + Analyze entire Playlist Analyser la liste de lecture entière - + Enter new name for playlist: Entrer le nouveau nom de la liste de lecture : - + Duplicate Playlist Dupliquer la liste de lecture - - + + Enter name for new playlist: Entrer le nom de la nouvelle liste de lecture : - - + + Export Playlist Exporter la liste de lecture - + Add to Auto DJ Queue (replace) Ajouter à la file d'attente Auto-DJ (Remplacer) - + Rename Playlist Renommer la liste de lecture + - Renaming Playlist Failed Échec pour renomer la liste de lecture - - - + + + A playlist by that name already exists. Une liste de lecture du même nom exise déjà - - - + + + A playlist cannot have a blank name. Une liste de lecture ne peut pas être sans nom. - + _copy //: Appendix to default name when duplicating a playlist _copie + - + - - - + + Playlist Creation Failed La création de la liste de lecture a échouée - - + + An unknown error occurred while creating playlist: Une erreur inconnue s'est produite à la création de la liste de lecture : - + Confirm Deletion Confirmer la suppression - + Do you really want to delete playlist <b>%1</b>? Voulez-vous vraiment supprimer la liste de lecture <b>%1</b>? - + M3U Playlist (*.m3u) Liste de lecture M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Liste de lecture M3U (*.m3u);;Liste de lecture M3U8 (*.m3u8);;Liste de lecture PLS (*.pls);;Texte CSV (*.csv);;Texte (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Impossible de charger la piste. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artiste de l'album - + Artist Artiste - + Bitrate Débit - + BPM BPM - + Channels Canaux - + Color Couleur - + Comment Commentaire - + Composer Compositeur - + Cover Art Pochette d'album - + Date Added Date d'ajout - + Last Played Dernière écoute - + Duration Durée - + Type Type - + Genre Genre - + Grouping Regroupement - + Key Tonalité - + Location Emplacement - + Preview Aperçu - + Rating Notation - + ReplayGain ReplayGain - + Samplerate Taux d'échantillonnage - + Played Joué - + Title Titre - + Track # Piste n° - + Year Année - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk Récupération de l'image... @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Échec de l'action - + Please enable at least one connection to use Live Broadcasting. Veuillez activer au moins une connexion pour utiliser la diffusion en direct. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Ajouter aux Raccourcis Rapides - + Remove from Quick Links Retirer des Raccourcis Rapides - + Add to Library Ajouter à la bibliothèque - + Quick Links Accès rapides - - + + Devices Périphériques - + Removable Devices Périphériques amovibles - - + + Computer Ordinateur - + Music Directory Added Répertoire de musique ajouté - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Vous avez ajouté un ou plusieurs répertoires de musique. Les pistes dans ces répertoires ne seront disponibles qu'après une réanalyse de la bibliothèque. Désirez-vous effectuer cette réanalyse maintenant ? - + Scan Analyse - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Ordinateur" vous permet de naviguer, voir et charger les pistes dans les répertoires de votre disque dur et périphériques externes. @@ -693,73 +717,78 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx est un logiciel DJ open source. Pour plus d'informations, voir : - + Starts Mixxx in full-screen mode Démarre Mixxx en mode plein écran - + Use a custom locale for loading translations. (e.g 'fr') Utiliser un paramètre régional pour charger les traductions. (par exemple 'fr', 'French") - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Répertoire de niveau supérieur dans lequel Mixxx doit rechercher ses fichiers de ressources, tels que les mappages MIDI, en remplaçant l'emplacement d'installation par défaut. - + Path the debug statistics time line is written to Chemins d'accès dans lequel la chronologie des statistiques de débogage est écrite - - Use legacy vu meter - Utiliser le vu-mètre historique - - - - Use legacy spinny - Utiliser le vinyle en rotation (spinny) hérité - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Permet à Mixxx d'afficher/journaliser toutes les données du contrôleur qu'il reçoit et les fonctions de script qu'il charge - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! Le mappage du contrôleur émettra des avertissements et des erreurs plus agressifs lors de la détection d'une utilisation abusive des API du contrôleur. Les nouveaux mappages de contrôleur devraient être développés avec cette option activée ! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Active le mode développeur. Comprend des informations de journal supplémentaires, des statistiques sur les performances et un menu d'outils Développeur. - + Top-level directory where Mixxx should look for settings. Default is: Répertoire racine où Mixxx doit chercher les paramètres. La valeur par défaut est : - + + Use legacy vu meter + Utiliser le vu-mètre historique + + + + Use legacy spinny + Utiliser le vinyle en rotation (spinny) hérité + + + + Loads experimental QML GUI instead of legacy QWidget skin + Charge l'interface graphique QML expérimentale au lieu de l'ancien thème QWidget + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Active le mode sans échec. Désactive les formes d'onde OpenGL et les widgets de vinyle en rotation. Essayez cette option si Mixxx plante au démarrage. - + [auto|always|never] Use colors on the console output. [auto | toujours | jamais] Utiliser des couleurs sur la sortie de la console. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -774,17 +803,17 @@ debug : ci-dessus + messages débogage/développeur trace : ci-dessus + messages de profilage - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Définit le niveau de journalisation auquel le tampon de journal est vidé vers mixxx.log.<level> est l'une des valeurs définies au --log-level ci-dessus. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Interrompt Mixxx (SIGINT), si un DEBUG_ASSERT est évalué à false. Sous un débogueur vous pouvez continuer ensuite. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Charger le ou les fichiers de musique spécifiés au démarrage. Chaque fichier que vous spécifiez sera chargé sur la prochain platine virtuel. @@ -844,32 +873,32 @@ trace : ci-dessus + messages de profilage ControlModel - + Group Groupe - + Item Élément - + Value Valeur - + Parameter Paramètre - + Title Titre - + Description Description @@ -966,13 +995,13 @@ trace : ci-dessus + messages de profilage - + Set to full volume Mettre à plein volume - + Set to zero volume Mettre le volume à zéro @@ -997,13 +1026,13 @@ trace : ci-dessus + messages de profilage Bouton (Censure) d'inversion de lecture - + Headphone listen button Bouton d'écoute au casque - + Mute button Bouton sourdine @@ -1014,25 +1043,25 @@ trace : ci-dessus + messages de profilage - + Mix orientation (e.g. left, right, center) Orientation du Mix (ex. gauche, droite, centre) - + Set mix orientation to left Règle l'orientation du mix à gauche - + Set mix orientation to center Règle l'orientation du mix au centre - + Set mix orientation to right Règle l'orientation du mix à droite @@ -1072,22 +1101,22 @@ trace : ci-dessus + messages de profilage Bouton de battement BPM - + Toggle quantize mode Activer/désactiver le mode quantification - + One-time beat sync (tempo only) Synchronisation rythmique ponctuelle (tempo uniquement) - + One-time beat sync (phase only) Synchronisation rythmique ponctuelle (phase uniquement) - + Toggle keylock mode Activer/désactiver le mode verrouillage de tonalité @@ -1097,193 +1126,193 @@ trace : ci-dessus + messages de profilage Égaliseurs - + Vinyl Control Contrôle Vinyle - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Activer/Désactiver le mode pré-écoute avec le contrôle vinyle (ARRET/UN/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Activer/désactiver le mode de contrôle vinyle (ABS/REL/CONST) - + Pass through external audio into the internal mixer Passage de l'audio externe dans la table de mixage interne - + Cues Repères - + Cue button Bouton de repère - + Set cue point Définir le point de repère - + Go to cue point Aller au point de repère - + Go to cue point and play Aller au point de repère et lire - + Go to cue point and stop Aller au point de repère et stopper - + Preview from cue point Pré-écoute depuis le point de repère - + Cue button (CDJ mode) Bouton de repère (mode CDJ) - + Stutter cue Repère de saccade - + Hotcues Repères rapides - + Set, preview from or jump to hotcue %1 Définir, pré-écouter à partir de ou sauter au repère rapide %1 - + Clear hotcue %1 Effacer le repère rapide %1 - + Set hotcue %1 Définir le repère rapide %1 - + Jump to hotcue %1 Sauter au repère rapide %1 - + Jump to hotcue %1 and stop Sauter au repère rapide %1 et stopper - + Jump to hotcue %1 and play Sauter au repère rapide %1 et lire - + Preview from hotcue %1 Pré-écouter à partir du repère rapide %1 - - + + Hotcue %1 Repère rapide %1 - + Looping Bouclage - + Loop In button Bouton de début de boucle - + Loop Out button Bouton de fin de boucle - + Loop Exit button Bouton de sortie de boucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Déplace la boucle vers l'avant de %1 battements - + Move loop backward by %1 beats Recule la boucle de %1 battements - + Create %1-beat loop Créer une boucle sur %1 battement - + Create temporary %1-beat loop roll Créer une boucle déroulante temporaire sur %1-battement @@ -1399,20 +1428,20 @@ trace : ci-dessus + messages de profilage - - + + Volume Fader Curseur de volume - + Full Volume Plein volume - + Zero Volume Volume à zéro @@ -1428,7 +1457,7 @@ trace : ci-dessus + messages de profilage - + Mute Sourdine @@ -1439,7 +1468,7 @@ trace : ci-dessus + messages de profilage - + Headphone Listen Écoute au casque @@ -1460,25 +1489,25 @@ trace : ci-dessus + messages de profilage - + Orientation Orientation - + Orient Left Orienter à gauche - + Orient Center Orienter au centre - + Orient Right Orienter à droite @@ -1548,82 +1577,82 @@ trace : ci-dessus + messages de profilage Ajuster la grille rythmique vers la droite - + Adjust Beatgrid Ajuster la grille rythmique - + Align beatgrid to current position Aligner la grille rythmique à la position actuelle - + Adjust Beatgrid - Match Alignment Ajuster la grille rythmique - Correspondance d'alignement - + Adjust beatgrid to match another playing deck. Ajuste la grille rythmique afin de l'aligner à une autre platine en cours de lecture. - + Quantize Mode Mode de quantification - + Sync Synchronisation - + Beat Sync One-Shot Synchronisation rythmique ponctuelle - + Sync Tempo One-Shot Synchronisation tempo ponctuelle - + Sync Phase One-Shot Synchronisation phase ponctuelle - + Pitch control (does not affect tempo), center is original pitch Contrôle de la hauteur tonale (n'affecte pas le tempo), au centre est la hauteur tonale d'origine - + Pitch Adjust Ajustement de la hauteur tonale - + Adjust pitch from speed slider pitch Ajuster la hauteur tonale en fonction de celle du curseur de vitesse - + Match musical key Aligner la tonalité musicale - + Match Key Aligner tonalité - + Reset Key Réinitialiser la tonalité - + Resets key to original Réinitialise la tonalité à sa valeur d'origine @@ -1664,456 +1693,456 @@ trace : ci-dessus + messages de profilage EQ des Basses - + Toggle Vinyl Control Activer/désactiver le contrôle vinyle - + Toggle Vinyl Control (ON/OFF) Activer/Désactiver le contrôle vinyle (ARRÊT/MARCHE) - + Vinyl Control Mode Mode de Contrôle Vinyle - + Vinyl Control Cueing Mode Mode de pré-écoute contrôle vinyle - + Vinyl Control Passthrough Contrôle de vinyle passthrough - + Vinyl Control Next Deck Platine de contrôle de vinyle suivante - + Single deck mode - Switch vinyl control to next deck Mode de platine unique - Basculer vers la platine suivante - + Cue Repère - + Set Cue Placer un repère - + Go-To Cue Aller au repère - + Go-To Cue And Play Aller au repère et lancer la lecture - + Go-To Cue And Stop Aller au repère et arrêter - + Preview Cue Prévisualiser le repère - + Cue (CDJ Mode) Repère (mode CDJ) - + Stutter Cue Repère de saccade - + Go to cue point and play after release Aller au point de repère et lancer la lecture en relâchant le bouton - + Clear Hotcue %1 Effacer le repère rapide %1 - + Set Hotcue %1 Placer le repère rapide %1 - + Jump To Hotcue %1 Sauter au repère rapide %1 - + Jump To Hotcue %1 And Stop Sauter au repère rapide %1 et arrêter - + Jump To Hotcue %1 And Play Sauter au repère rapide %1 et lancer la lecture - + Preview Hotcue %1 Prévisualiser le repère rapide %1 - + Loop In Entrée en boucle - + Loop Out Sortie de boucle - + Loop Exit Sortir de la boucle - + Reloop/Exit Loop Reboucler/Sortir de la boucle - + Loop Halve Réduction de la boucle de moitié - + Loop Double Doublage de la boucle - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Déplacer la boucle de +%1 battements - + Move Loop -%1 Beats Déplacer la boucle de -%1 battements - + Loop %1 Beats Boucle de %1 battements - + Loop Roll %1 Beats Boucle déroulante de %1 battements - + Add to Auto DJ Queue (bottom) Ajouter à la file d'attente Auto DJ (fin) - + Append the selected track to the Auto DJ Queue Ajoute la piste sélectionnée à la file d'attente Auto DJ - + Add to Auto DJ Queue (top) Ajouter à la file d'attente Auto DJ (début) - + Prepend selected track to the Auto DJ Queue Ajoute la piste sélectionnée au début de la file d'attente Auto DJ - + Load Track Charger la piste - + Load selected track Charger la piste sélectionnée - + Load selected track and play Charger la piste sélectionnée et lancer la lecture - - + + Record Mix Enregistrer le mix - + Toggle mix recording Activer/désactiver l'enregistrement du mix - + Effects Effets - + Quick Effects Effets rapides - + Deck %1 Quick Effect Super Knob Super potentiomètre d'Effet rapide pour la platine %1 - + Quick Effect Super Knob (control linked effect parameters) Super potentiomètre d'Effet rapide (contrôle les paramètres d'effet liés) - - + + Quick Effect Effet rapide - + Clear Unit Effacer l'unité - + Clear effect unit Effacer l'unité d'effets - + Toggle Unit Activer/désactiver d'unité - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Règle la balance entre le signal original (dry) et le signal traité (wet). - + Super Knob Super potentiomètre - + Next Chain Prochaine chaîne - + Assign Assigner - + Clear Effacer - + Clear the current effect Effacer l'effet actuel - + Toggle Activer/désactiver - + Toggle the current effect Activer/désactiver l'effet actuel - + Next Suivant - + Switch to next effect Passer à l'effet suivant - + Previous Précédent - + Switch to the previous effect Passer à l'effet précédent - + Next or Previous Suivant ou précédent - + Switch to either next or previous effect Passer à l'effet suivant ou précédent - - + + Parameter Value Valeur du paramètre - - + + Microphone Ducking Strength Puissance d'atténuation du microphone - + Microphone Ducking Mode Mode atténuation du microphone - + Gain Gain - + Gain knob Potentiomètre du gain - + Shuffle the content of the Auto DJ queue Mélange aléatoirement le contenu de la file d'attente Auto DJ - + Skip the next track in the Auto DJ queue Saute à la piste suivante dans la file d'attente Auto DJ - + Auto DJ Toggle Activer/désactiver Auto DJ - + Toggle Auto DJ On/Off Activer/Désactiver Auto DJ Marche/Arret - + Microphone & Auxiliary Show/Hide Affiche/Masque Microphone/Auxiliaire - + Show/hide the microphone & auxiliary section Affiche/Masque la section Microphone/Auxiliaire - + 4 Effect Units Show/Hide Afficher/Masquer les 4 unités d'effets - + Switches between showing 2 and 4 effect units Basculer entre l'affichage de 2 et 4 unités d'effets - + Mixer Show/Hide Afficher/Cacher la table de mixage - + Show or hide the mixer. Affiche/Masque la table de mixage. - + Cover Art Show/Hide (Library) Affiche/Masque la pochette d'album (bibliothèque) - + Show/hide cover art in the library Afficher/Masquer la pochette d'album dans la bibliothèque - + Library Maximize/Restore Maximise/Rétablit la bibliothèque - + Maximize the track library to take up all the available screen space. Maximise la bibliothèque de pistes pour occuper tout l'espace d'écran disponible - + Effect Rack Show/Hide Affiche/Masque le rack d'effets - + Show/hide the effect rack Affiche/Masque le rack d'effets - + Waveform Zoom Out Zoom arrière de la forme d'onde @@ -2128,102 +2157,102 @@ trace : ci-dessus + messages de profilage Gain du casque - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Taper pour synchroniser le tempo (et la phase avec la quantification activée), maintenir pour activer la synchronisation permanente - + One-time beat sync tempo (and phase with quantize enabled) Synchronisation tempo rythmique ponctuelle (et phase avec une quantification activée) - + Playback Speed Vitesse de Lecture - + Playback speed control (Vinyl "Pitch" slider) Contrôle de la vitesse de lecture (curseur "Pitch" vinyle) - + Pitch (Musical key) Hauteur tonale (tonalité musicale) - + Increase Speed Augmenter la vitesse - + Adjust speed faster (coarse) Ajuster la vitesse en plus rapide (grossier) - + Increase Speed (Fine) Augmenter la Vitesse (Fin) - + Adjust speed faster (fine) Ajuster la vitesse en plus rapide (fin) - + Decrease Speed Diminuer la vitesse - + Adjust speed slower (coarse) Ajuster la vitesse en plus lent (grossier) - + Adjust speed slower (fine) Ajuster la vitesse en plus lent (fin) - + Temporarily Increase Speed Augmenter temporairement la vitesse - + Temporarily increase speed (coarse) Augmente temporairement la vitesse (grossier) - + Temporarily Increase Speed (Fine) Augmente Temporairement la Vitesse (Fin) - + Temporarily increase speed (fine) Diminue temporairement la vitesse (fin) - + Temporarily Decrease Speed Diminuer temporairement la vitesse - + Temporarily decrease speed (coarse) Diminue temporairement la vitesse (grossier) - + Temporarily Decrease Speed (Fine) Diminue Temporairement la vitesse (Fin) - + Temporarily decrease speed (fine) Diminue temporairement la vitesse (fin) @@ -2295,942 +2324,952 @@ trace : ci-dessus + messages de profilage BPM / Grille rythmique - + + Move Beatgrid + Déplacer la grille rythmique + + + + Adjust the beatgrid to the left or right + Ajuster la grille rythmique vers la gauche ou la droite + + + Sync / Sync Lock Synchroniser/Verrouiller synchronisation - + Internal Sync Leader Leader de synchronisation interne - + Toggle Internal Sync Leader Activer/désactiver le leader de synchronisation interne - - + + Internal Leader BPM Leader interne BPM - + Internal Leader BPM +1 Leader interne BPM +1 - + Increase internal Leader BPM by 1 Augmenter le Leader interne BPM de 1 - + Internal Leader BPM -1 Leader interne BPM -1 - + Decrease internal Leader BPM by 1 Diminuer le Leader interne BPM de 1 - + Internal Leader BPM +0.1 Leader interne BPM +0,1 - + Increase internal Leader BPM by 0.1 Augmenter le Leader interne BPM de 0,1 - + Internal Leader BPM -0.1 Leader interne BPM -0,1 - + Decrease internal Leader BPM by 0.1 Diminuer le Leader interne BPM de 0,1 - + Sync Leader Leader de synchronisation - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Indicateur/Bascule du mode de synchronisation à 3 états (Arrêt, Leader doux, Leader explicite) - + Speed Vitesse - + Decrease Speed (Fine) Diminuer la vitesse (Fin) - + Pitch (Musical Key) Hauteur tonale (tonalité musicale) - + Increase Pitch Augmenter la hauteur tonale - + Increases the pitch by one semitone Augmente la hauteur tonale d'un demi ton. - + Increase Pitch (Fine) Augmenter la hauteur tonale (fin) - + Increases the pitch by 10 cents Augmente la hauteur tonale de 10 centièmes. - + Decrease Pitch Diminuer la hauteur tonale - + Decreases the pitch by one semitone Diminue la hauteur tonale d'un demi ton. - + Decrease Pitch (Fine) Diminuer la hauteur tonale (fin) - + Decreases the pitch by 10 cents Diminue la hauteur tonale de 10 centièmes. - + Keylock Verrouillage de tonalité - + CUP (Cue + Play) CUP (Point de repère et lancer la lecture) - + Shift cue points earlier Décaler les points de repère plus tôt - + Shift cue points 10 milliseconds earlier Décale les points de repère 10 millisecondes plus tôt - + Shift cue points earlier (fine) Décaler les points de repère plus tôt (finement) - + Shift cue points 1 millisecond earlier Décale les points de repère 1 milliseconde plus tôt - + Shift cue points later Décaler les points de repère plus tard - + Shift cue points 10 milliseconds later Décaler les points de repère 10 millisecondes plus tard - + Shift cue points later (fine) Décaler les points de repère plus tard (finement) - + Shift cue points 1 millisecond later Décaler les points de repère 1 milliseconde plus tard - + Hotcues %1-%2 Repères rapide %1-%2 - + Intro / Outro Markers Marqueurs Intro / Outro - + Intro Start Marker Marqueur début Intro - + Intro End Marker Marqueur fin Intro - + Outro Start Marker Marqueur début outro - + Outro End Marker Marqueur fin outro - + intro start marker marqueur début intro - + intro end marker marqueur fin intro - + outro start marker marqueur début outro - + outro end marker marqueur fin outro - + Activate %1 [intro/outro marker Activer %1 - + Jump to or set the %1 [intro/outro marker Aller au ou régler le %1 - + Set %1 [intro/outro marker Définir %1 - + Set or jump to the %1 [intro/outro marker Définir ou aller au %1 - + Clear %1 [intro/outro marker Effacer %1 - + Clear the %1 [intro/outro marker Effacer le %1 - + Loop Selected Beats Boucler sur les battements sélectionnées - + Create a beat loop of selected beat size Créer une boucle de battement du nombre de battement sélectionné - + Loop Roll Selected Beats Boucle déroulante des battements sélectionnés - + Create a rolling beat loop of selected beat size Créer une boucle de battement déroulante du nombre de battement sélectionné - + Loop Beats Boucle de battements - + Loop Roll Beats Boucle déroulante de battements - + Go To Loop In Aller à l'entrée de boucle - + Go to Loop In button Aller au bouton Entrée de Boucle - + Go To Loop Out Aller à la fin de boucle - + Go to Loop Out button Aller au bouton fin de boucle - + Toggle loop on/off and jump to Loop In point if loop is behind play position Activer/Désactiver la boucle et sauter au point d'entrée de la boucle si la boucle est derrière la position de lecture - + Reloop And Stop Reboucler et arrêter - + Enable loop, jump to Loop In point, and stop Active la boucle, saute au point d'entrée de la boucle, et s'arrête - + Halve the loop length Réduire de moitié la longueur de la boucle - + Double the loop length Doubler la longueur de la boucle - + Beat Jump / Loop Move Saut de battement / Déplacement de boucle - + Jump / Move Loop Forward %1 Beats Sauter / Déplacer la boucle de %1 battements en avant - + Jump / Move Loop Backward %1 Beats Sauter / Déplacer la boucle de %1 battements en arrière - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Sauter en avant de %1 battements, ou si une boucle est active, déplacer la boucle de %1 battements en avant - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Sauter vers l'arrière de %1 battements, ou si une boucle est active, déplacer la boucle de %1 battements vers l'arrière - + Beat Jump / Loop Move Forward Selected Beats Saut de battement / Déplacement de boucle, vers l'avant, des battements sélectionnés - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Sauter vers l'avant du nombre de battements sélectionné, ou si une boucle est active, déplacer la boucle vers l'avant du nombre de battements sélectionné - + Beat Jump / Loop Move Backward Selected Beats Saut de battement / Déplacement de boucle, vers l'arrière, des battements sélectionnés - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Sauter vers l'arrière du nombre de battements sélectionné, ou si une boucle est active, déplacer la boucle vers l'arrière du nombre de battements sélectionné - + Beat Jump / Loop Move Forward Saut de battement / Déplacement de boucle, vers l'avant - + Beat Jump / Loop Move Backward Saut de battement / Déplacement de boucle, vers l'arrière - + Loop Move Forward Déplacement de boucle vers l'avant - + Loop Move Backward Déplacement de boucle vers l'arrière - + Remove Temporary Loop Supprimer la boucle temporaire - + Remove the temporary loop Supprimer la boucle temporaire - + Navigation Navigation - + Move up Déplacer vers le haut - + Equivalent to pressing the UP key on the keyboard Équivaut à l'appui sur la touche Flèche Haut du clavier - + Move down Déplacer vers le bas - + Equivalent to pressing the DOWN key on the keyboard Équivaut à l'appui sur la touche Flèche Bas du clavier - + Move up/down Déplacer vers le haut/bas - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Se déplacer verticalement dans chaque direction en utilisant le potentiomètre, comme si vous appuyiez sur les touches Flèches Haut/Bas du clavier - + Scroll Up Faire défiler vers le haut - + Equivalent to pressing the PAGE UP key on the keyboard Équivaut à l'appui sur la touche Page Haut du clavier - + Scroll Down Faire défiler vers le bas - + Equivalent to pressing the PAGE DOWN key on the keyboard Équivaut à l'appui sur la touche Page Bas du clavier - + Scroll up/down Faire défiler vers le haut/bas - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Faire défiler verticalement dans chaque direction en utilisant le potentiomètre, comme si vous appuyiez sur les touches Page Haut/Page Bas - + Move left Déplacer vers la gauche - + Equivalent to pressing the LEFT key on the keyboard Équivaut à l'appui sur la touche Flèche Gauche du clavier - + Move right Déplacer vers la droite - + Equivalent to pressing the RIGHT key on the keyboard Équivaut à l'appui sur la touche Flèche Droite du clavier - + Move left/right Déplacer vers la gauche/droite - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Se déplacer horizontalement dans chaque direction en utilisant un potentiomètre, comme si vous appuyiez sur les touches Gauche/Droite du clavier - + Move focus to right pane Déplacer le focus dans le panneau de droite - + Equivalent to pressing the TAB key on the keyboard Équivaut à l'appui sur la touche TAB du clavier - + Move focus to left pane Déplacer le focus dans le panneau de gauche - + Equivalent to pressing the SHIFT+TAB key on the keyboard Équivaut à l'appui sur les touches Maj+TAB du clavier - + Move focus to right/left pane Déplacer le focus dans le panneau de droite/gauche - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Déplacer le focus dans le panneau de droite ou de gauche en utilisant le potentiomètre ou en appuyant sur les touches TAB/Maj+TAB du clavier - + Sort focused column Trier la colonne sélectionnée - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Trier la colonne contenant la cellule actuellement sélectionnée, équivaut à cliquer sur l'en-tête - + Go to the currently selected item Aller à l'élément actuellement sélectionné. - + Choose the currently selected item and advance forward one pane if appropriate Choisir l’élément sélectionner actuellement et avancez d'un volet si c'est approprié - + Load Track and Play Charger la piste et lancer la lecture - + Add to Auto DJ Queue (replace) Ajouter à la file d'attente Auto DJ (Remplacer) - + Replace Auto DJ Queue with selected tracks Remplacer la file d'attente Auto DJ par les pistes sélectionnées - + Select next search history Sélectionner l'historique de recherche suivant - + Selects the next search history entry Sélectionne l'entrée suivante de l'historique de recherche - + Select previous search history Sélectionne l'historique de recherche précédent - + Selects the previous search history entry Sélectionne l'entrée précédente de l'historique de recherche - + Move selected search entry Déplacer l'entrée de recherche sélectionnée - + Moves the selected search history item into given direction and steps Déplace l'élément d'historique de recherche sélectionné dans une direction et étapes - + Clear search Effacer la recherche - + Clears the search query Efface la requête de recherche - + Deck %1 Quick Effect Enable Button Bouton d'activation des effets rapide pour la platine %1 - + Quick Effect Enable Button Bouton d'activation des effets rapide - + Enable or disable effect processing Active ou désactive le processeur d'effets - + Super Knob (control effects' Meta Knobs) Super potentiomètre (contrôle les Méta potentiomètres des effets) - + Mix Mode Toggle Activer/désactiver mode de mixage - + Toggle effect unit between D/W and D+W modes Basculer l’unité d’effet entre les modes D/W et D+W - + Next chain preset Chaîne de préréglages suivante - + Previous Chain Chaîne précédente - + Previous chain preset Chaîne de préréglages précédente - + Next/Previous Chain Chaîne suivante/précédente - + Next or previous chain preset Chaîne de préréglages suivante ou précédente - - + + Show Effect Parameters Afficher les paramètres d'effet - + Effect Unit Assignment Affectation d'unité d'effet - + Meta Knob Méta potentiomètre - + Effect Meta Knob (control linked effect parameters) Méta potentiomètre d'Effets (Contrôle des paramètres d'effet liés). - + Meta Knob Mode Mode Méta potentiomètre - + Set how linked effect parameters change when turning the Meta Knob. Définit comment le paramètre d'effet lié change lorsque le Meta potentiomètre est tourné. - + Meta Knob Mode Invert Inverser le mode Méta potentiomètre - + Invert how linked effect parameters change when turning the Meta Knob. Inverse comment le paramètre d'effet lié change lorsque le Meta potentiomètre est tourné. - - + + Button Parameter Value Bouton valeur du paramètre - + Microphone / Auxiliary Microphone/Auxiliaire - + Microphone On/Off Microphone marche/arrêt - + Microphone on/off Microphone marche/arrêt - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Baculer le mode d'atténuation du microphone (ÉTEINT, AUTO, MANUEL) - + Auxiliary On/Off Auxiliaire allumé/éteint - + Auxiliary on/off Auxiliaire allumé/éteint - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Mélanger - + Auto DJ Skip Next Auto DJ Passer au suivant - + Auto DJ Add Random Track Ajouter des pistes aléatoirement à Auto DJ - + Add a random track to the Auto DJ queue Ajoute une piste aléatoire à la file d'attente Auto DJ - + Auto DJ Fade To Next Auto DJ Fondre au suivant - + Trigger the transition to the next track Active la transition vers la piste suivante - + User Interface Interface Utilisateur - + Samplers Show/Hide Affiche/Masque les échantillonneurs - + Show/hide the sampler section Affiche/Masque la section échantillonneur - + Waveform Zoom Reset To Default Zoom de forme d'onde réinitialisé - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms Réinitialiser le niveau de zoom de la forme d'onde à la valeur par défaut sélectionnée dans Préférences -> Formes d'onde - + Start/Stop Live Broadcasting Démarrer/Arrêter la Diffusion en Direct - + Stream your mix over the Internet. Diffuse votre mix en streaming sur internet. - + Start/stop recording your mix. Démarrer/Arrêter l'Enregistrement du Mix - - + + Samplers Échantillonneurs - + Vinyl Control Show/Hide Affiche/Masque le contrôle vinyle - + Show/hide the vinyl control section Affiche/Masque la section contrôle vinyle - + Preview Deck Show/Hide Affiche/Masque la platine de pré-écoute - + Show/hide the preview deck Affiche/Masque la platine de pré-écoute - + Toggle 4 Decks Activer/désactiver 4 platines - + Switches between showing 2 decks and 4 decks. Bascule entre afficher 2 platines et 4 platines - + Cover Art Show/Hide (Decks) Montrer/Cacher pochette d'album (platines) - + Show/hide cover art in the main decks Montre/Cache la pochette d'album sur les platines principales - + Vinyl Spinner Show/Hide Afficher/Masquer le vinyle en rotation (spinner) - + Show/hide spinning vinyl widget Afficher/Masquer le widget vinyle en rotation - + Vinyl Spinners Show/Hide (All Decks) Afficher/Masquer les vinyles en rotation (spinner) (toutes les platines) - + Show/Hide all spinnies Afficher/Masquer tous les vinyles en rotation (spinner) - + Toggle Waveforms Activer/désactiver les formes d'ondes - + Show/hide the scrolling waveforms. Montrer/Cacher les formes d'ondes défilantes - + Waveform zoom Zoom de la forme d'onde - + Waveform Zoom Zoom de la forme d'onde - + Zoom waveform in Zoom avant sur la forme d'onde - + Waveform Zoom In Zoom avant sur la forme d'onde - + Zoom waveform out Zoom arrière sur la forme d'onde - + Star Rating Up Augmenter la notation par étoiles - + Increase the track rating by one star Augmenter la notation de la piste d'une étoile - + Star Rating Down Diminuer la notation par étoiles - + Decrease the track rating by one star Diminuer la notation de la piste d'une étoile @@ -3599,37 +3638,37 @@ trace : ci-dessus + messages de profilage DlgAbout - + Mixxx %1.%2 Development Team Équipe de développement Mixxx %1.%2 - + With contributions from: Avec les contributions de : - + And special thanks to: Et des remerciements particuliers à : - + Past Developers Anciens développeurs - + Past Contributors Anciens contributeurs - + Official Website Site Internet officiel - + Donate Donation @@ -3642,34 +3681,40 @@ trace : ci-dessus + messages de profilage À propos de Mixxx - - + + + Unknown Inconnu(e) - + Date: Date : - + Git Version: Git Version : - + + Qt Version: + Version Qt : + + + Platform: Plateforme : - + Credits Crédits - + License Licence @@ -3914,7 +3959,7 @@ dernier son. Désactive - + Displays the duration and number of selected tracks. Affiche la durée et le nombre de piste sélectionnées @@ -4172,7 +4217,7 @@ Résulte souvent en de meilleures grilles rythmiques, mais ne marchera pas bien Apprentissage de : %1. Maintenant bouger un contrôle de votre contrôleur. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4405,123 +4450,123 @@ Vous avez tenté d'assigner : %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Automatique - + Mono Mono - + Stereo Stéréo - - - - + + + + Action failed Échec de l'action - + You can't create more than %1 source connections. Vous ne pouvez pas créer plus de %1 connexion de source. - + Source connection %1 Connexion source %1 - + At least one source connection is required. Au moins une connexion de source est requise. - + Are you sure you want to disconnect every active source connection? Êtes-vous sûr de vouloir déconnecter toutes les connections de source actives? - - + + Confirmation required Confirmation requise - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' a le même point de montage Icecast que '%2'. Deux de source de connexions vers le même serveur, ayant le même point de montage, ne peuvent pas être activé simultanément. - + Are you sure you want to delete '%1'? Êtes-vous sûr de vouloir effacer '%1' ? - + Renaming '%1' Renommage '%1' - + New name for '%1': Nouveau nom pour '%1' : - + Can't rename '%1' to '%2': name already in use Impossible de renommer '%1' en '%2' : nom déjà utilisé @@ -5094,22 +5139,22 @@ Appliquer les paramètres et continuer ? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx utilise des «mappages» pour connecter les messages de votre contrôleur aux commandes de Mixxx. Si vous ne voyez pas de mappage pour votre contrôleur dans le menu "Load Mapping" lorsque vous cliquez sur votre contrôleur dans la barre latérale gauche, vous pourrez peut-être en télécharger un en ligne à partir de %1. Placer le(s) fichier(s) XML (.xml) et Javascript (.js) dans "User Mapping Folder" puis redémarrer Mixxx. Si vous téléchargez un mappage dans un fichier ZIP, extrayez le(s) fichier(s) XML et Javascript du fichier ZIP vers "User Mapping Folder" puis redémarrer Mixxx. - + Mixxx DJ Hardware Guide Guide Mixxx du matériel DJ - + MIDI Mapping File Format Format de fichier de mappage MIDI - + MIDI Scripting with Javascript Scriptage MIDI avec Javascript @@ -5219,6 +5264,11 @@ Appliquer les paramètres et continuer ? Screen saver Économiseur d'écran + + + Multi-Sampling + Multi-échantillonnage + Start in full-screen mode @@ -5818,39 +5868,64 @@ Vous pouvez toujours glisser-déposer des pistes sur l'écran pour cloner u DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. La taille minimale du thème sélectionné est plus grande que la résolution de votre écran. - + Allow screensaver to run Autoriser l'économiseur d'écran - + Prevent screensaver from running Interdire l'économiseur d'écran - + Prevent screensaver while playing Interdire l'économiseur d'écran pendant la lecture - + + Disabled + Désactivé + + + + 2x MSAA + 2x MSAA + + + + 4x MSAA + 4x MSAA + + + + 8x MSAA + 8x MSAA + + + + 16x MSAA + 16x MSAA + + + This skin does not support color schemes Ce thème n'accepte pas les modèles de couleurs - + Information Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx doit être redémarré avant que les nouveaux réglages de localisation ou de mise à l'échelle prennent effet. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + Mixxx doit être redémarré avant que les nouveaux paramètres régionaux, de mise à l'échelle ou de multi-échantillonnage ne prennent effet. @@ -6076,52 +6151,52 @@ vous permettant ainsi d'ajuster la tonalité afin de produire une mixage ha Analyse - + Item is not a directory or directory is missing L'élément n'est pas un répertoire ou un répertoire est manquant - + Choose a music directory Choisissez un répertoire de musique - + Confirm Directory Removal Confirmez la suppression du répertoire - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx ne cherchera plus de nouvelles pistes dans ce répertoire. Que voulez-vous faire des pistes de ce répertoire et ses sous-répertoires<&nbsp>?<ul><li>Masquer toutes les pistes de ce répertoire et ses sous-répertoires.</li><li>Supprimer définitivement de Mixxx toutes les métadonnées de ces pistes.</li><li>Laisser ces pistes inchangées dans votre bibliothèque.</li></ul>Masquer des pistes enregistre leurs métadonnées au cas où vous les ajouteriez à nouveau dans le futur. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Les métadonnées regroupent tous les détails de la piste (artiste, titre, nombre de lectures, etc...) ainsi que les grilles rythmiques, les repères rapides et les boucles. Ce choix n'affecte que la bibliothèque de Mixxx. Aucun fichier sur le disque ne sera modifié ou supprimé. - + Hide Tracks Masquer les pistes - + Delete Track Metadata Supprimer les métadonnées de la piste - + Leave Tracks Unchanged Ne pas modifier les pistes - + Relink music directory to new location Rattacher le répertoire musical à un autre emplacement - + Select Library Font Sélectionner la police pour la bibliothèque @@ -6983,138 +7058,138 @@ L'intensité sonore visée est approximatif et suppose que les gains d&apos DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Par défaut (délai long) - + Experimental (no delay) Expérimental (sans délai) - + Disabled (short delay) Désactivé (délai court) - + Soundcard Clock Horloge carte son - + Network Clock Horloge réseau - + Direct monitor (recording and broadcasting only) Monitoring direct (seulement enregistrement et diffusion) - + Disabled Désactivé - + Enabled Activé - + Stereo Stéréo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. Pour activer la planification en temps réel (actuellement désactivée), consulter le %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. Le %1 répertorie les cartes son et les contrôleurs que vous pouvez envisager d'utiliser avec Mixxx. - + Mixxx DJ Hardware Guide Guide Mixxx du matériel DJ - + auto (<= 1024 frames/period) auto (<= 1024 images/période) - + 2048 frames/period 2048 images/période - + 4096 frames/period 4096 images/période - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Les entrées microphone sont à contretemps dans l'enregistrement et le signal diffusé, comparées à ce que vous entendez. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Mesurer la latence du trajet aller-retour et entrez-la ci-dessus pour la compensation de latence du microphone afin d'aligner la synchronisation du microphone. - - + + Refer to the Mixxx User Manual for details. Se référer au manuel utilisateur de Mixxx pour les détails. - + Configured latency has changed. La latence configurée à changé. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Réinitialisez la latence du trajet aller-retour et entrez-la ci-dessus pour la compensation de latence du microphone afin d'aligner la synchronisation du microphone. - + Realtime scheduling is enabled. La planification en temps réel est activé. - + Main output only Sortie principale seulement - + Main and booth outputs Sorties principale et cabine - + %1 ms %1 ms - + Configuration error Erreur de configuration @@ -7602,122 +7677,122 @@ Sélectionner depuis les différents types d'affichage de la forme d'o DlgPreferences - + Sound Hardware Matériel sonore - + Controllers Contrôleurs - + Library Bibliothèque - + Interface Interface - + Waveforms Formes d'onde - + Mixer Table de mixage - + Auto DJ Auto DJ - + Decks Platines - + Colors Couleurs - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aide - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Rétablir les paramètres par défaut - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Appliquer - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Annuler - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effets - + Recording Enregistrement - + Beat Detection Détection de battement - + Key Detection Détection de tonalité - + Normalization Normalisation - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>Certaines pages de préférences contiennent des erreurs. Pour appliquer les modifications, veuillez d'abord résoudre les problèmes.</b></font> - + Vinyl Control Contrôle Vinyle - + Live Broadcasting Diffusion en direct - + Modplug Decoder Décodeur de Modplug @@ -7892,7 +7967,7 @@ Sélectionner depuis les différents types d'affichage de la forme d'o Artiste de l'album - + Fetching track data from the MusicBrainz database Récupère les données de pistes à partir de la base de données de MusicBrainz @@ -7969,72 +8044,72 @@ Sélectionner depuis les différents types d'affichage de la forme d'o &Fermer - + Original tags Tags initiaux - + Metadata applied Métadonnées appliquées - + %1 %1 - + Could not find this track in the MusicBrainz database. Impossible de trouver cette piste dans la base de données MusicBrainz. - + Suggested tags Tags suggérés - + The results are ready to be applied Les résultats sont prêts à être appliqués - + Can't connect to %1: %2 Impossible de se connecter à %1 : %2 - + Looking for cover art Recherche de pochette d'album - + Cover art found, receiving image. Pochette d'album trouvée, réception de l'image. - + Cover Art is not available for selected metadata La pochette d'image n'est pas disponible pour les métadonnées sélectionnées - + Metadata & Cover Art applied Métadonnées & Pochette d'Album appliquées - + Selected cover art applied Pochette d'album sélectionnée appliquée - + Cover Art File Already Exists La Pochette d'Album Existe Déjà - + File: %1 Folder: %2 Override existing file? @@ -8360,7 +8435,7 @@ Résulte souvent en de meilleures grilles rythmiques, mais ne marchera pas bien &Annuler - + (no color) (pas de couleur) @@ -8570,27 +8645,27 @@ Résulte souvent en de meilleures grilles rythmiques, mais ne marchera pas bien EngineBuffer - + Soundtouch (faster) Soundtouch (plus rapide) - + Rubberband (better) Rubberband (mieux) - + Rubberband R3 (near-hi-fi quality) Rubberband R3 (qualité quasi-hi-fi) - + Unknown, using Rubberband (better) Inconnu, utilisation de Rubberband (meilleure) - + Unknown, using Soundtouch Inconnu, utilisant Soundtouch @@ -8813,15 +8888,15 @@ Résulte souvent en de meilleures grilles rythmiques, mais ne marchera pas bien LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Mode sécurisé activé - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8833,57 +8908,57 @@ Shown when VuMeter can not be displayed. Please keep d'OpenGL. - + activate activer - + toggle activer/désactiver - + right droite - + left gauche - + right small droit, petit - + left small gauche, petit - + up haut - + down bas - + up small haut, petit - + down small bas, petit - + Shortcut Raccourci @@ -8969,32 +9044,32 @@ Voulez-vous vraiment l'écraser ? MidiController - + MIDI Controller Contrôleur MIDI - + MixxxControl(s) not found MixxxControl(s) introuvable - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Un ou plusieurs contrôles de Mixxx spécifiés dans la section des sorties du fichier de mappage sont invalides. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Vérifiez que les MixxxControls en cause existent bien. Visitez le manuel pour voir la liste complète : - + Some LEDs or other feedback may not work correctly. Des LEDs ou d'autres indicateurs peuvent ne pas fonctionner correctement. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Vérifiez que les noms de MixxxControl sont écrits correctement dans le fichier d'association de contrôle (.xml) @@ -9070,185 +9145,185 @@ Voulez-vous vraiment l'écraser ? MixxxMainWindow - + Sound Device Busy Carte son occupée - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Réessayer</b> après avoir fermé l'autre application ou avoir reconnecté le périphérique de son - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurer</b> les options audio de Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Trouver <b>de l'aide</b> sur le Wiki Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Quitter</b> Mixxx. - + Retry Réessayer - + skin thème - - + + Reconfigure Reconfigurer - + Help Aide - - + + Exit Quitter - - + + Mixxx was unable to open all the configured sound devices. Mixxx n'est pas parvenu à ouvrir tous les périphériques de son configurés. - + Sound Device Error Erreur de périphérique de son - + <b>Retry</b> after fixing an issue <b>Réessayer</b> après avoir solutionné un problème - + No Output Devices Aucun périphérique de sortie - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx a été configuré sans aucun périphérique de sortie audio. Sans périphérique de sortie configuré, le traitement du son sera désactivé . - + <b>Continue</b> without any outputs. <b>Continuer</b> sans aucune sortie. - + Continue Continuer - + Load track to Deck %1 Charger la piste sur la platine %1 - + Deck %1 is currently playing a track. La platine %1 est en cours de lecture d'une piste. - + Are you sure you want to load a new track? Êtes-vous certain de vouloir charger une nouvelle piste ? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Aucun périphérique d'entrée n'est sélectionné pour ce contrôle vinyle. Veuillez d'abord en sélectionner un dans les Préférences du matériel sonore. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Il n'y a aucun périphérique d'entrée sélectionné pour ce contrôle passthrough. Veuillez d'abord en sélectionner un dans les Préférences du matériel sonore. - + There is no input device selected for this microphone. Do you want to select an input device? Aucun périphérique d'entrée n'est sélectionné pour ce microphone. Voulez-vous sélectionner un périphérique d'entrée ? - + There is no input device selected for this auxiliary. Do you want to select an input device? Aucun périphérique d'entrée n'est sélectionné pour cet auxiliaire. Voulez-vous sélectionner un périphérique d'entrée ? - + Error in skin file Erreur dans le fichier du thème - + The selected skin cannot be loaded. Le thème sélectionné ne peut pas être chargé. - + OpenGL Direct Rendering Rendu Direct OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Le rendu direct n'est pas activé sur votre machine.<br><br> Cela signifie que l'affichage de la forme d'onde sera très<br><b>lent et risque de surcharger votre processeur</b>. Mettez à jour votre<br>configuration pour activer le rendu direct ou désactivez<br>les affichages de forme d'onde dans les préférences de Mixxx en sélectionnant<br>"Vide" comme affichage de forme d'onde dans la section "Interface". - - - + + + Confirm Exit Confirmer la fermeture - + A deck is currently playing. Exit Mixxx? Une platine est en cours de lecture. Quitter Mixxx ? - + A sampler is currently playing. Exit Mixxx? Un échantillonneur est en cours de lecture. Quitter Mixxx ? - + The preferences window is still open. La fenêtre de Préférences est déjà ouverte. - + Discard any changes and exit Mixxx? Abandonner toutes les modifications et quitter Mixxx ? @@ -9264,43 +9339,48 @@ Voulez-vous sélectionner un périphérique d'entrée ? PlaylistFeature - + Lock Verrouiller - - + + Playlists Listes de lecture - + + Shuffle Playlist + Mélanger la liste de lecture + + + Unlock Déverrouiller - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. Les listes de lectures sont des listes ordonnées de pistes qui vous permettent de planifier vos sessions de mixage. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. Il peut être nécessaire de sauter quelques pistes de la liste de lecture que vous avez préparée ou d'ajouter des pistes différentes afin d'entretenir la ferveur de votre public. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Certains DJ préparent des listes de lecture avant leurs performances publiques quand d'autres préfèrent les constituer à la volée. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Lorsque vous utilisez des listes de lecture pendant des sessions de mixage, souvenez-vous de porter une attention toute particulière à la façon dont votre public réagit à la musique que vous avez choisie de jouer. - + Create New Playlist Créer une nouvelle liste de lecture @@ -9368,7 +9448,7 @@ Désirez-vous rechercher maintenant les pochettes dans votre bibliothèque? QObject - + Invalid Invalide @@ -9474,68 +9554,68 @@ Désirez-vous rechercher maintenant les pochettes dans votre bibliothèque?14-bit (MSB) - + Main Principal - + Booth Cabine - + Headphones Casque - + Left Bus Bus gauche - + Center Bus Bus central - + Right Bus Bus droit - + Invalid Bus Bus non valable - + Deck Platine - + Record/Broadcast Enregistrer/Diffuser - + Vinyl Control Contrôle Vinyle - + Microphone Microphone - + Auxiliary Auxilliaire - - + + Unknown path type %1 Chemins d'accès inconnu type %1 @@ -9636,6 +9716,8 @@ Si vous ne souhaitez pas accorder l'accès à Mixxx, cliquez sur Annuler da + + Time Temps @@ -9673,6 +9755,7 @@ Si vous ne souhaitez pas accorder l'accès à Mixxx, cliquez sur Annuler da + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9693,6 +9776,8 @@ Si vous ne souhaitez pas accorder l'accès à Mixxx, cliquez sur Annuler da + + Quantize @@ -9708,6 +9793,8 @@ Si vous ne souhaitez pas accorder l'accès à Mixxx, cliquez sur Annuler da + + @@ -10011,7 +10098,7 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence - + Gain for Low Filter Gain pour le filtre des graves @@ -10068,7 +10155,7 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence - + Gain for High Filter Gain pour le filtre des aigus @@ -10088,22 +10175,22 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence Pour ajuster les plages de fréquences, aller dans Préférences --> Table de mixage - + Graphic Equalizer Égaliseur graphique - + Graphic EQ EQ graphique - + An 8-band graphic equalizer based on biquad filters Un égaliseur graphique à 8 bandes basé sur les filtres Biquad - + Gain for Band Filter %1 Gain pour le filtre de bande %1 @@ -10188,8 +10275,8 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence - - + + Range Plage @@ -10219,42 +10306,42 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence %1 : %2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10274,17 +10361,17 @@ Des valeurs élevées entraînent une moindre atténuation des hautes fréquence Un isolateur de filtre Bessel de 8ème ordre avec mixage Lipshitz et Vanderkooy (parfaite unité du bit, atténuation -48 dB/octave). - + LinkwitzRiley8 Isolator Isolateur LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un isolateur de filtre Linkwitz-Riley de 8ème ordre (transition optimisé, décalage de phase constant, atténuation de fréquences à -48 dB/octave). @@ -10701,18 +10788,18 @@ Complètement à droite : fin de la période d'effet - + encoder failure défaillance de l'encodeur - + Failed to apply the selected settings. Échec de l'application des paramètres sélectionnés. - + Deck %1 Platine %1 @@ -10752,53 +10839,53 @@ Complètement à droite : fin de la période d'effet Certains chemins d'accès aux fichiers de la liste de lecture comportent des caractères spéciaux. Ces chemins d'accès aux fichiers seront codés comme des chemins d'accès absolu sous forme d’URL. Veuillez sélectionner le format m3u8 pour une exportation meilleure et sans perte. - - + + Pitch Shift Décaler pitch - + Raises or lowers the original pitch of a sound. Augmente ou diminue la hauteur originale d'un son. - - + + Pitch Pitch - + The pitch shift applied to the sound. The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). La plage du potentiomètre Hauteur (0 - 2 octaves). - - + + Semitones Demi-tons - + Change the pitch in semitone steps instead of continuously. Modifiez la hauteur par demi-tons au lieu de continuellement. - - + + Formant Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Préserver les fréquences de résonance (formants) de la piste vocal humain et des autres instruments. @@ -10847,10 +10934,31 @@ Astuce : compense les voix de "canard" ou "grondante"La quantité d'amplification appliquée au signal audio. À des niveaux plus élevés, l'audio sera plus déformé. - + Passthrough Passthrough + + + + Glitch + Interférence + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Échantillonne et répète périodiquement une petite portion de l'audio pour créer un son métallique défectueux. + + + + Round the Time parameter to the nearest 1/8 beat. + Arrondi le paramètre Temps au 1/8 de battement le plus proche. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Quand le paramètre quantification est activé, divise le paramètre Temps arrondi au 1/8 de battement par 3. + (empty) @@ -11019,7 +11127,7 @@ Astuce : compense les voix de "canard" ou "grondante"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11065,34 +11173,34 @@ Astuce : compense les voix de "canard" ou "grondante" SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Lit ce qui suit à partir du répertoire de musique Serato et les périphériques amovibles : - + Tracks Pistes - + Crates Bacs - + Check for Serato databases (refresh) Vérifie les bases de données Serato (actualise) - + (loading) Serato (chargement) Serato @@ -11100,64 +11208,64 @@ Astuce : compense les voix de "canard" ou "grondante" SetlogFeature - + Join with previous (below) Joindre avec les précédents (dessous) - + Mark all tracks played Marquer toutes les pistes jouées - + Finish current and start new Terminer l'actuel et commencer un nouveau - + Lock all child playlists Verrouiller toutes les playlists enfants - + Unlock all child playlists Déverrouiller toutes les playlists enfants - + Delete all unlocked child playlists Effacer toutes les playlists enfants déverrouillées - + History Historique - + Unlock Déverrouiller - + Lock Verrouiller - - + + Confirm Deletion Confirmer la suppression - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Voulez-vous vraiment supprimer toutes les liste de lecture déverrouillées de <b>%1</b>?<br><br> - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Suppression de %1 listes de lecture de <b>%2</b>.<br><br> @@ -11166,193 +11274,193 @@ Astuce : compense les voix de "canard" ou "grondante" ShoutConnection - - + + Mixxx encountered a problem Mixxx a rencontré un problème - + Could not allocate shout_t Ne peux allouer shout_t - + Could not allocate shout_metadata_t Ne peux allouer shout_metadata_t - + Error setting non-blocking mode: Erreur de configuration en mode non-bloquant : - + Error setting tls mode: Erreur de configuration en mode tls : - + Error setting hostname! Erreur lors de la définition du nom d'hôte ! - + Error setting port! Erreur lors de la définition du port ! - + Error setting password! Erreur lors de la définition du mot de passe ! - + Error setting mount! Erreur lors de la définition du montage ! - + Error setting username! Erreur lors de la définition du nom d'utilisateur ! - + Error setting stream name! Erreur lors de la définition du nom du flux ! - + Error setting stream description! Erreur lors de la définition de la description du flux ! - + Error setting stream genre! Erreur lors de la définition du genre du flux ! - + Error setting stream url! Erreur lors de la définition de l'URL du flux ! - + Error setting stream IRC! Erreur lors de la définition de l'IRC du flux ! - + Error setting stream AIM! Erreur lors de la définition de l'AIM du flux ! - + Error setting stream ICQ! Erreur lors de la définition de l'ICQ du flux ! - + Error setting stream public! Erreur lors de la publication du flux ! - + Unknown stream encoding format! Format d'encodage de publication en streaming inconnu ! - + Use a libshout version with %1 enabled Utiliser une version de libshout avec %1 activé - + Error setting stream encoding format! Erreur lors de la définition du format d'encodage de la publication en streaming ! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. La diffusion à 96 kHz avec Ogg Vorbis n'est actuellement pas prise en charge. Veuillez essayer une autre fréquence d'échantillonnage ou passer à un autre encodage. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. Voir https://github.com/mixxxdj/mixxx/issues/5701 pour plus d'informations. - + Unsupported sample rate Taux d'échantillonnage non pris en charge - + Error setting bitrate Erreur lors de la définition du débit - + Error: unknown server protocol! Erreur : protocole du serveur inconnu ! - + Error: Shoutcast only supports MP3 and AAC encoders Erreur : Shoutcast prend en charge uniquement les encodeurs MP3 et AAC - + Error setting protocol! Erreur lors de la définition du protocole ! - + Network cache overflow Débordement de cache réseau - + Connection error Erreur de connexion - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Une des connexions de diffusion en direct a généré cette erreur :<br><b>Erreur avec la connexion '%1' :</b><br> - + Connection message Message de connexion - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Message de la connexion de diffusion en direct '%1' :</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Connexion au serveur de streaming perdue et %1 essais de reconnexion ont échoué. - + Lost connection to streaming server. Connexion au serveur de streaming perdue. - + Please check your connection to the Internet. Veuillez vérifier votre connexion Internet. - + Can't connect to streaming server Connexion impossible au serveur de streaming - + Please check your connection to the Internet and verify that your username and password are correct. Veuillez vérifier votre connection Internet et que votre identifiant et mot de passe soit correct. @@ -11368,23 +11476,23 @@ Astuce : compense les voix de "canard" ou "grondante" SoundManager - - + + a device un périphérique - + An unknown error occurred Une erreur inconnue est survenue - + Two outputs cannot share channels on "%1" Deux sorties ne peuvent pas partager les canaux sur "%1" - + Error opening "%1" Erreur à l'ouverture de "%1" @@ -11736,7 +11844,7 @@ Astuce : compense les voix de "canard" ou "grondante" - + Cover Art Pochette d'album @@ -12188,52 +12296,42 @@ Astuce : compense les voix de "canard" ou "grondante"Annule l'éjection lorsqu'aucune piste n'est chargée, c'est-à-dire recharge la piste qui a été éjectée en dernier (de n'importe quelle platine). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Supprime le repère rapide sélectionné. - + Track Comment Commentaire de la piste - + Displays the comment tag of the loaded track. Affiche le tag commentaire de la piste chargée. - + Opens separate artwork viewer. Ouvre une visionneuse de pochette d'album distincte. - + Effect Chain Preset Settings Paramètres prédéfinis de la chaine d’effets - + Show the effect chain settings menu for this unit. Affiche le menu des paramètres de chaine d’effets pour cette unité. - + Select and configure a hardware device for this input Sélectionner et configurer un périphérique matériel pour cette entrée - + Recording Duration Durée d'enregistrement @@ -12427,444 +12525,445 @@ Astuce : compense les voix de "canard" ou "grondante"Maintenir ou cliquer brièvement pour enclencher le mélange de cette entrée dans la sortie principale. - + Displays the duration of the running recording. Affiche la durée de l'enregistrement en cours. - + Auto DJ is active Auto DJ est actif - + Hot Cue - Track will seek to nearest previous hotcue point. Repère rapide - La piste sera calée au repère rapide précédent le plus proche. - + Sets the track Loop-In Marker to the current play position. Positionne la marque de début de boucle de la piste à la position actuelle de lecture. - + Press and hold to move Loop-In Marker. Pressez et maintenez pour déplacer la marque de début de boucle. - + Jump to Loop-In Marker. Sauter à la marque de début de boucle. - + Sets the track Loop-Out Marker to the current play position. Positionne la marque de sortie de boucle de la piste à la position actuelle de lecture. - + Press and hold to move Loop-Out Marker. Pressez et maintenez pour déplacer la marque de sortie de boucle. - + Jump to Loop-Out Marker. Sauter à la marque de sortie de boucle. - + Beatloop Size Taille de la boucle de battement - + Select the size of the loop in beats to set with the Beatloop button. Sélectionner la taille de la boucle en battements à régler avec le bouton Boucle de battement. - + Changing this resizes the loop if the loop already matches this size. Changer ceci redimensionne la boucle si la boucle correspond déjà à cette taille. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Réduire de moitié la taille d'une boucle de battement existante ou réduire de moitié la taille de la prochaine boucle de battement réglé avec le bouton Boucle de battement. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Double la taille d'une boucle de battement existante ou double la taille de la prochaine boucle de battement réglé avec le bouton Boucle de battement. - + Start a loop over the set number of beats. Démarre une boucle sur le nombre de battement réglés. - + Temporarily enable a rolling loop over the set number of beats. Active temporairement une boucle déroulante sur le nombre de battements réglés. - + Beatjump/Loop Move Size Taille du saut de battement / déplacement de boucle - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Sélectionner le nombre de battements pour sauter ou déplacer la boucle avec les boutons saut de battement vers l'avant / vers l'arrière. - + Beatjump Forward Saut de battement vers l'avant - + Jump forward by the set number of beats. Saute vers l'avant du nombre de battements réglé. - + Move the loop forward by the set number of beats. Déplace la boucle vers l'avant du nombre de battements réglé. - + Jump forward by 1 beat. Saute vers l'avant de 1 battements - + Move the loop forward by 1 beat. Déplace la boucle vers l'avant de 1 battements - + Beatjump Backward Saut de battement vers l'arrière - + Jump backward by the set number of beats. Saute vers l'arrière du nombre de battements réglé. - + Move the loop backward by the set number of beats. Déplace la boucle vers l'arrière du nombre de battements réglé. - + Jump backward by 1 beat. Saute vers l'arrière de 1 battements - + Move the loop backward by 1 beat. Déplace la boucle vers l'arrière de 1 battements - + Reloop Reboucler - + If the loop is ahead of the current position, looping will start when the loop is reached. Si la boucle est devant la position actuelle, le bouclage commencera lorsque la boucle est atteinte. - + Works only if Loop-In and Loop-Out Marker are set. Fonctionne uniquement si les marqueurs Entrée-Boucle et Sortie-Boucle sont définis. - + Enable loop, jump to Loop-In Marker, and stop playback. Active la boucle, saute au marqueur Entrée-Boucle, et arrête la lecture. - + Displays the elapsed and/or remaining time of the track loaded. Affiche le temps écoulé et/ou restant de la piste chargée. - + Click to toggle between time elapsed/remaining time/both. Cliquer pour basculer entre temps écoulé/temps restant/les deux. - + Hint: Change the time format in Preferences -> Decks. Astuce : Changez le format des temps dans Préférences -> Platines. - + Show/hide intro & outro markers and associated buttons. Affiche/Masque les marqueurs intro et outro et les boutons associés. - + Intro Start Marker Marqueur début Intro - - - - + + + + If marker is set, jumps to the marker. Si un marqueur est défini, saute au marqueur. - - - - + + + + If marker is not set, sets the marker to the current play position. Si un marqueur n'est pas défini, définie le marqueur à la position actuelle de lecture. - - - - + + + + If marker is set, clears the marker. Si un marqueur est défini, efface le marqueur. - + Intro End Marker Marqueur fin Intro - + Outro Start Marker Marqueur début outro - + Outro End Marker Marqueur fin outro - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Ajuste le mixage du signal original (dry, entrée) avec le signal traité (wet, sortie) de l'unité d'effet - + D/W mode: Crossfade between dry and wet Mode D/W : Fondu enchainé entre original (dry) et traité (wet) - + D+W mode: Add wet to dry Mode D + W : Ajoute traité (wet) à original (dry) - + Mix Mode Mode du mix - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Ajuste comment le signal original (dry, entrée) est mélangé avec le signal traité (wet, sortie) de l'unité d'effet - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Mode Original(dry)/Traité(yet) (lignes croisées) : potentiomètre de mixage fondu-enchainé entre origina et traité Utiliser ceci pour changer le son de la piste avec EQ et les effets de filtre. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Mode Original(dry)/Traité(wet) (ligne original plate) : potentiomètre de mixage d'ajout traité à original Utiliser ceci pour modifier uniquement le signal affecté (traité) avec EQ et les effets de filtre. - + Route the main mix through this effect unit. Achemine le mixage principal à travers cette unité d'effet. - + Route the left crossfader bus through this effect unit. Achemine le bus du curseur de mixage gauche à travers cette unité d'effet. - + Route the right crossfader bus through this effect unit. Achemine le bus du curseur de mixage droit à travers cette unité d'effet. - + Right side active: parameter moves with right half of Meta Knob turn Côté droit actif : le paramètre se déplace avec une moitié de rotation à droite du Méta potentiomètre - + Skin Settings Menu Menu réglage du thème - + Show/hide skin settings menu Affiche/Masque le menu de réglage du thème - + Save Sampler Bank Sauvegarder la banque d'échantillon - + Save the collection of samples loaded in the samplers. Enregistre la collection d'échantillons chargés dans les échantillonneurs. - + Load Sampler Bank Charger la banque d'échantillon - + Load a previously saved collection of samples into the samplers. Charge une collection d'échantillons sauvegardé précédement dans les échantillonneurs. - + Show Effect Parameters Afficher les paramètres d'effet - + Enable Effect Active l'effet - + Meta Knob Link Lien du Méta potentiomètre - + Set how this parameter is linked to the effect's Meta Knob. Règle comment ce paramètre est lié au effets du Méta potentiomètre. - + Meta Knob Link Inversion Inversion du lien du Méta potentiomètre - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverse la direction dans laquelle ce paramètre change lorsque le Méta potentiomètre est tourné. - + Super Knob Super potentiomètre - + Next Chain Prochaine chaîne - + Previous Chain Chaîne précédente - + Next/Previous Chain Chaîne suivante/précédente - + Clear Effacer - + Clear the current effect. Effacer l'effet actuel. - + Toggle Activer/désactiver - + Toggle the current effect. Activer/désactiver l'effet actuel. - + Next Suivant - + Clear Unit Effacer l'unité - + Clear effect unit. Effacer l'unité d'effets. - + Show/hide parameters for effects in this unit. Affiche/Masque les paramètres d'effets de cette unité. - + Toggle Unit Activer/désactiver l'unité - + Enable or disable this whole effect unit. Active ou désactive toute cette unité d'effet. - + Controls the Meta Knob of all effects in this unit together. Contrôle le Méta potentiomètre de tous les effets de cette unité ensemble. - + Load next effect chain preset into this effect unit. Charger le prochaine préréglage de chaîne d'effet dans cette unité d'effet. - + Load previous effect chain preset into this effect unit. Charger le précédent préréglage de chaîne d'effet dans cette unité d'effet. - + Load next or previous effect chain preset into this effect unit. Charger le prochain ou précédent préréglage de chaîne d'effet dans cette unité d'effet. + @@ -12873,169 +12972,168 @@ Utiliser ceci pour modifier uniquement le signal affecté (traité) avec EQ et l - Assign Effect Unit Assigner une unité d'effet - + Assign this effect unit to the channel output. Assigne cette unité d'effet au canal de sortie. - + Route the headphone channel through this effect unit. Achemine le canal du casque à travers cette unité d'effet. - + Route this deck through the indicated effect unit. Achemine cette platine à travers l'unité d'effet indiquée. - + Route this sampler through the indicated effect unit. Achemine cet échantillonneur à travers l'unité d'effet indiquée. - + Route this microphone through the indicated effect unit. Achemine ce microphone à travers l'unité d'effet indiquée. - + Route this auxiliary input through the indicated effect unit. Achemine cette entrée auxiliaire à travers l'unité d'effet indiquée. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. L'unité d'effet doit également être affectée à une platine ou à une autre source sonore pour entendre l'effet. - + Switch to the next effect. Passe à l'effet suivant. - + Previous Précédent - + Switch to the previous effect. Passer à l'effet précédent. - + Next or Previous Suivant ou précédent - + Switch to either the next or previous effect. Passe à l'effet suivant ou précédent. - + Meta Knob Méta potentiomètre - + Controls linked parameters of this effect Contrôle les paramètres liés de cet effet. - + Effect Focus Button Bouton de focus de l'effet - + Focuses this effect. Focalise cet effet. - + Unfocuses this effect. Dé-focalise cet effet. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consultez la page web du wiki de Mixxx concernant votre contrôleur pour de plus amples informations. - + Effect Parameter Paramètre d'effet - + Adjusts a parameter of the effect. Ajuste un paramètre de l'effet. - + Inactive: parameter not linked Inactif : paramètre non lié - + Active: parameter moves with Meta Knob Actif : le paramètre se déplace avec le Méta potentiomètre - + Left side active: parameter moves with left half of Meta Knob turn Côté gauche actif : le paramètre se déplace avec une moitié de rotation à gauche du Méta potentiomètre - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Côté gauche et droit actif : le paramètre se déplace avec une moitié de rotation du Méta potentiomètre et reviens en arrière avec l'autre moitié de rotation - - + + Equalizer Parameter Kill Suppression du paramètre de l'égaliseur - - + + Holds the gain of the EQ to zero while active. Maintien à zéro le gain EQ lorsque activé. - + Quick Effect Super Knob Super potentiomètre d'effet rapide - + Quick Effect Super Knob (control linked effect parameters). Super potentiomètre d'effet rapide (contrôle les paramètres d'effet liés) - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Astuce : Changez le mode d'effet rapide par défaut dans Préférences -> Égaliseurs. - + Equalizer Parameter Paramètre d'égaliseur - + Adjusts the gain of the EQ filter. Ajuste le gain du filtre EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Astuce : Changez le mode EQ par défaut dans Préférences -> Égaliseurs. @@ -13134,47 +13232,47 @@ Utiliser ceci pour modifier uniquement le signal affecté (traité) avec EQ et l Diminue la hauteur tonale d'un demi ton. - + Enable Vinyl Control Activer le contrôle des vinyles - + When disabled, the track is controlled by Mixxx playback controls. Si désactivé, la piste est contrôlée par les contrôles de lecture de Mixxx. - + When enabled, the track responds to external vinyl control. Si activé, la piste répond au contrôle de vinyle externe - + Enable Passthrough Activer le passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indique que le tampon audio est trop petit pour effectuer tous les traitements audio. - + Displays cover artwork of the loaded track. Affiche la pochette d'album de la piste chargée. - + Displays options for editing cover artwork. Affiche les options d'édition de la pochette d'album. - + Star Rating Notation par étoiles - + Assign ratings to individual tracks by clicking the stars. Donnez une note aux pistes en cliquant sur les étoiles. @@ -13442,123 +13540,123 @@ Utiliser ceci pour modifier uniquement le signal affecté (traité) avec EQ et l Ajuste la hauteur tonale en plus du curseur de vitesse. - + Opens a menu to clear hotcues or edit their labels and colors. Ouvre un menu pour effacer les repères rapide ou modifier leurs étiquettes et couleurs. - + Record Mix Enregistrer le mix - + Toggle mix recording. Active/désactive l'enregistrement du mix. - + Enable Live Broadcasting Activer la diffusion en direct - + Stream your mix over the Internet. Diffuse votre mix en streaming sur internet. - + Provides visual feedback for Live Broadcasting status: Fournit un signal visuel concernant l'état de la transmission en direct : - + disabled, connecting, connected, failure. désactivé, connexion en cours, connecté, échec. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Si activé, la platine joue directement l'audio arrivant sur l'entrée vinyl. - + Blue for passthrough enabled. Bleu lorsque le passthrough est activé. - + Playback will resume where the track would have been if it had not entered the loop. La lecture reprendra là où la piste serait si elle n'était pas rentrée dans la boucle. - + Loop Exit Sortir de la boucle - + Turns the current loop off. Coupe la boucle courante - + Slip Mode Mode glisser - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quand activé, la lecture continu en sourdine en fond pendant une boucle, l'inversion, le scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Une fois désactivé, la lecture reprendra de manière audible là où la piste se trouvait. - + Track Key The musical key of a track Tonalité de la piste - + Displays the musical key of the loaded track. Affiche la tonalité musicale de la piste chargée. - + Clock Horloge - + Displays the current time. Affiche l'heure actuelle - + Audio Latency Usage Meter Vu-mètre d'utilisation de la latence audio - + Displays the fraction of latency used for audio processing. Affiche les parties de latence utilisées pour le traitement audio. - + A high value indicates that audible glitches are likely. Une valeur haute indique que des interférences audibles sont possibles. - + Do not enable keylock, effects or additional decks in this situation. N'activer aucun verrouillage de tonalité, effet ou platine supplémentaire dans cette situation. - + Audio Latency Overload Indicator Indicateur de surcharge de latence audio @@ -13680,97 +13778,97 @@ Utiliser ceci pour modifier uniquement le signal affecté (traité) avec EQ et l Si un repère rapide est défini, saute au repère rapide. - + If hotcue is not set, sets the hotcue to the current play position. Si un repère rapide n'est pas défini, définie le repère rapide à la position actuelle de lecture - + Vinyl Control Mode Mode de Contrôle Vinyle - + Absolute mode - track position equals needle position and speed. Mode absolu - la position dans la piste est égal à la position et la vitesse de l'aiguille. - + Relative mode - track speed equals needle speed regardless of needle position. Mode relatif - la vitesse de la piste est égal à la vitesse de la pointe quelque soit la position de l'aiguille. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Mode constant - la vitesse de la piste est égale à la dernière vitesse instantanée connue quelque soit la position de l'aiguille. - + Vinyl Status Etat du Vinyle - + Provides visual feedback for vinyl control status: Fournit un retour visuel concernant l'état du contrôle vinyle : - + Green for control enabled. Vert lorsque le controle est activé. - + Blinking yellow for when the needle reaches the end of the record. Clignote jaune lorsque l'aiguille atteint la fin du disque. - + Loop-In Marker Marqueur d'entrée de boucle - + Loop-Out Marker Marqueur de sortie de boucle - + Loop Halve Réduction de la boucle de moitié - + Halves the current loop's length by moving the end marker. Réduit de moitié la longueur courante de la boucle en déplaçant le marqueur de fin. - + Deck immediately loops if past the new endpoint. La platine boucle immédiatement si le nouveau point d'arrêt est dépassé. - + Loop Double Doublage de la boucle - + Doubles the current loop's length by moving the end marker. Double la longueur courante de la boucle en déplaçant le marqueur de fin. - + Beatloop Boucle de battement - + Toggles the current loop on or off. Active/désactive la boucle courante. - + Works only if Loop-In and Loop-Out marker are set. Ne fonctionne que si les repères d'entrée et de sortie de boucle sont définis. @@ -13780,82 +13878,82 @@ Utiliser ceci pour modifier uniquement le signal affecté (traité) avec EQ et l Astuce : Changez le comportement par défaut du mode repère dans Préférences -> Interface. - + Vinyl Cueing Mode Mode de pré-écoute Vinyle - + Determines how cue points are treated in vinyl control Relative mode: Détermine la façon dont les points de repère sont traités dans le mode de contrôle vinyle Relatif : - + Off - Cue points ignored. Éteint - Points de repère ignorés - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Repère - Si l'aiguille est déposée après le point de repère, la piste sera calé sur ce point de repère. - + Track Time Temps de la piste - + Track Duration Durée de la piste - + Displays the duration of the loaded track. Affiche la durée de la piste chargée. - + Information is loaded from the track's metadata tags. L'information est chargée depuis les métadonnées des tags de la piste. - + Track Artist Artiste de la piste - + Displays the artist of the loaded track. Affiche l'artiste de la piste chargée. - + Track Title Titre de la piste - + Displays the title of the loaded track. Affiche le titre de la piste. - + Track Album Album de la piste - + Displays the album name of the loaded track. Affiche le nom de l'album de la piste chargée. - + Track Artist/Title Artiste/titre de la piste - + Displays the artist and title of the loaded track. Affiche l'artiste et le titre de la piste chargée. @@ -13863,12 +13961,12 @@ Utiliser ceci pour modifier uniquement le signal affecté (traité) avec EQ et l TrackCollection - + Hiding tracks Cacher les pistes - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Les pistes sélectionnées sont dans les listes de lecture suivantes :%1En étant cachées, elles seront retirées de ces listes de lecture. Continuer ? @@ -14124,22 +14222,22 @@ Cette opération est irréversible ! WEffectChainPresetButton - + Update Preset Mettre à jour le préréglage - + Rename Preset Renommer préréglage - + Save As New Preset... Enregistrer comme nouveau préréglage... - + Save snapshot Enregistrer un instantané @@ -14161,7 +14259,7 @@ Cette opération est irréversible ! WEffectParameterNameBase - + No effect loaded. Aucun effet chargé. @@ -14185,452 +14283,452 @@ Cette opération est irréversible ! WMainMenuBar - + &File &Fichier - + Load Track to Deck &%1 Charger la piste sur la platine &%1 - + Loads a track in deck %1 Charge la piste sur la platine %1 - + Open Ouvrir - + &Exit &Quitter - + Quits Mixxx Quitte Mixxx - + Ctrl+q Ctrl+q - + &Library &Bibliothèque - + &Rescan Library &Réanalyser la bibliothèque - + Rescans library folders for changes to tracks. Balaye les répertoires de la bibliothèque à la recherche de modifications dans les pistes. - + Ctrl+Shift+L Ctrl+Shift+L - + E&xport Library to Engine Prime E&xporter la bibliothèque vers Engine Prime - + Export the library to the Engine Prime format Exporter la bibliothèque au format Engine Prime - + Create &New Playlist Créer une &nouvelle liste de lecture - + Create a new playlist Créer une nouvelle liste de lecture - + Ctrl+n Ctrl+n - + Create New &Crate &Créer un nouveau bac - + Create a new crate Créer un nouveau bac - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Affichage - + May not be supported on all skins. Peut-être pas supporté sur tous les thèmes - + Show Skin Settings Menu Afficher le menu de réglage du thème - + Show the Skin Settings Menu of the currently selected Skin Afficher le menu paramètres de Thème du thème actuellement sélectionnée - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Afficher la section microphone - + Show the microphone section of the Mixxx interface. Afficher la section microphone de l'interface Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Afficher la section de contrôle des vinyles - + Show the vinyl control section of the Mixxx interface. Afficher la section de contrôle des vinyles de l'interface Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Afficher la platine de pré-écoute - + Show the preview deck in the Mixxx interface. Afficher la platine de pré-écoute dans l'interface de Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Afficher la pochette d'album - + Show cover art in the Mixxx interface. Afficher la pochette d'album dans l'interface Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximiser la bibliothèque - + Maximize the track library to take up all the available screen space. Maximise la bibliothèque de pistes pour occuper tout l'espace d'écran disponible - + Space Menubar|View|Maximize Library Espace - + &Full Screen Plein &écran - + Display Mixxx using the full screen Afficher Mixxx en plein écran - + &Options &Options - + &Vinyl Control Contrôle &Vinyle - + Use timecoded vinyls on external turntables to control Mixxx Utiliser des disques vinyles avec timecode sur un tourne-disque externe pour contrôler Mixxx - + Enable Vinyl Control &%1 Activer le Contrôle Vinyle &%1 - + &Record Mix &Enregistrer le Mix - + Record your mix to a file Enregistrer votre mix dans un fichier - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activer la Diffusion en Direct (&Broadcast) - + Stream your mixes to a shoutcast or icecast server Diffuser vos mixages via un serveur shoutcast ou icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activer les Raccourcis Clavier (&K) - + Toggles keyboard shortcuts on or off Active/désactive les raccourcis claviers - + Ctrl+` Ctrl+` - + &Preferences &Préférences - + Change Mixxx settings (e.g. playback, MIDI, controls) Modifier les paramètres de Mixxx (par ex. lecture, MIDI, contrôleurs) - + &Developer &Développeur - + &Reload Skin &Recharger le thème - + Reload the skin Recharger le thème - + Ctrl+Shift+R Ctrl+Maj+R - + Developer &Tools Ou&Tils de développement - + Opens the developer tools dialog Ouvre le panneau d'outils de dévelopement - + Ctrl+Shift+T Ctrl+Maj+T - + Stats: &Experiment Bucket Statistiques : Paquet &Expérimental - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Active le mode expérimental. Collecte des statistiques dans le paquet de suivi EXPERIMENTAL. - + Ctrl+Shift+E Ctrl+Maj+E - + Stats: &Base Bucket Statistiques : Paquet de &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Active le mode basique. Collecte des statistiques dans le paquet de suivi BASIQUE. - + Ctrl+Shift+B Ctrl+Maj+B - + Deb&ugger Enabled Débogueur activé (&U) - + Enables the debugger during skin parsing Active le debogueur pendant l'analyse syntaxique des apparences - + Ctrl+Shift+D Ctrl+Maj+D - + &Help &Aide - + Show Keywheel menu title Afficher la roue de tonalités - + Show keywheel tooltip text Afficher la roue de tonalités - + F12 Menubar|View|Show Keywheel F12 - + &Community Support Support &communautaire - + Get help with Mixxx Obtenir de l'aide sur Mixxx - + &User Manual &Manuel utilisateur - + Read the Mixxx user manual. Lire le manuel utilisateur de Mixxx - + &Keyboard Shortcuts &Raccourcis clavier - + Speed up your workflow with keyboard shortcuts. Gagnez en rapidité avec les raccourcis clavier. - + &Settings directory Répertoire des paramètres - + Open the Mixxx user settings directory. Ouvrir le répertoire des paramètres utilisateur Mixxx. - + &Translate This Application &Traduire cette application - + Help translate this application into your language. Aidez à traduire cette application dans votre langage. - + &About À &propos - + About the application A propos de l'application @@ -14859,564 +14957,564 @@ Cette opération est irréversible ! WTrackMenu - + Load to Charger vers - + Deck Platine - + Sampler Échantilloneur - + Add to Playlist Ajouter à la liste de lecture - + Crates Bacs - + Metadata Métadonnées - + Update external collections Mettre à jour les collections externes - + Cover Art Pochette d'album - + Adjust BPM Ajuster le BPM - + Select Color Sélectionner la couleur - + Reset Reset metadata in right click track context menu in library Réinitialiser - - + + Analyze Analyser - - + + Delete Track Files Supprimer les fichiers de piste - + Add to Auto DJ Queue (bottom) Ajouter à la file d'attente Auto DJ (fin) - + Add to Auto DJ Queue (top) Ajouter à la file d'attente Auto DJ (début) - + Add to Auto DJ Queue (replace) Ajouter à la file d'attente Auto-DJ (Remplacer) - + Preview Deck Platine de pré-écoute - + Remove Supprimer - + Remove from Playlist Enlever de la liste de lecture - + Remove from Crate Ôter du bac - + Hide from Library Masquer dans la bibliothèque - + Unhide from Library Démasquer dans la bibliothèque - + Purge from Library Purger de la bibliothèque - + Move Track File(s) to Trash Déplacer le(s) fichier(s) de piste vers la corbeille - + Delete Files from Disk Supprimer des fichiers du disque - + Properties Propriétés - + Open in File Browser Ouvrir dans le navigateur de fichiers - + Select in Library Sélectionner dans la bibliothèque - + Import From File Tags Importer à partir des tags du fichier - + Import From MusicBrainz Importer à partir de MusicBrainz - + Export To File Tags Exporter vers les tags du fichier - + BPM and Beatgrid BPM et grille rythmique - + Play Count Compteur de lecture - + Rating Notation - + Cue Point Point de repère - + Hotcues Repères rapides - + Intro Intro - + Outro Outro - + Key Tonalité - + ReplayGain ReplayGain - + Waveform Forme d'onde - + Comment Commentaire - + All Tous - + Lock BPM Verrouiller le tempo - + Unlock BPM Déverrouiller le tempo - + Double BPM Doubler le tempo - + Halve BPM Diviser le tempo par deux - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Réinitialiser le BPM - + Reanalyze Réanalyser - + Reanalyze (constant BPM) Réanalyser (BPM constant) - + Reanalyze (variable BPM) Réanalyser (BPM variable) - + Update ReplayGain from Deck Gain Mettre à jour ReplayGain à partir du gain de la platine - + Deck %1 Platine %1 - + Importing metadata of %n track(s) from file tags Importe les métadonnées de %n piste(s) à partir des tags de fichierImporte les métadonnées de %n piste(s) à partir des tags de fichierImporte les métadonnées de %n piste(s) à partir des tags de fichier - + Marking metadata of %n track(s) to be exported into file tags Marquage des métadonnées de %n piste(s) à exporter dans les tags de fichierMarquage des métadonnées de %n piste(s) à exporter dans les tags de fichierMarquage des métadonnées de %n piste(s) à exporter dans les tags de fichier - - + + Create New Playlist Créer une nouvelle liste de lecture - + Enter name for new playlist: Entrer le nom de la nouvelle liste de lecture : - + New Playlist Nouvelle liste de lecture - - - + + + Playlist Creation Failed La création de la liste de lecture a échoué - + A playlist by that name already exists. Il existe déjà une liste de lecture avec ce nom - + A playlist cannot have a blank name. Une liste de lecture ne peut pas être sans nom. - + An unknown error occurred while creating playlist: Une erreur inconnue s'est produite à la création de la liste de lecture : - + Add to New Crate Ajouter dans un nouveau Bac - + Scaling BPM of %n track(s) Mise à l'échelle du BPM de %n piste(s)Mise à l'échelle du BPM de %n piste(s)Mise à l'échelle du BPM de %n piste(s) - + Locking BPM of %n track(s) Verrouillage du BPM de %n piste(s) Verrouillage du BPM de %n piste(s) Verrouillage du BPM de %n piste(s) - + Unlocking BPM of %n track(s) Déverrouillage du BPM de% n piste(s)Déverrouillage du BPM de% n piste(s)Déverrouillage du BPM de% n piste(s) - + Setting color of %n track(s) Définition de la couleur de %n piste(s)Définition de la couleur de %n piste(s)Définition de la couleur de %n piste(s) - + Resetting play count of %n track(s) Réinitialisation nombre de lectures de %n piste(s)Réinitialisation nombre de lectures de %n piste(s)Réinitialisation nombre de lectures de %n piste(s) - + Resetting beats of %n track(s) Réinitialisation battements de %n piste(s) Réinitialisation battements de %n piste(s) Réinitialisation battements de %n piste(s) - + Clearing rating of %n track(s) Effacement taux de %n piste(s)Effacement taux de %n piste(s)Effacement taux de %n piste(s) - + Clearing comment of %n track(s) Effacement commentaire de %n piste(s)Effacement commentaire de %n piste(s)Effacement commentaire de %n piste(s) - + Removing main cue from %n track(s) Suppression repère principal de %n piste(s)Suppression repère principal de %n piste(s)Suppression repère principal de %n piste(s) - + Removing outro cue from %n track(s) Suppression repère outro de %n piste(s)Suppression repère outro de %n piste(s)Suppression repère outro de %n piste(s) - + Removing intro cue from %n track(s) Suppression repère intro de %n piste(s)Suppression repère intro de %n piste(s)Suppression repère intro de %n piste(s) - + Removing loop cues from %n track(s) Suppression repère boucle de %n piste(s)Suppression repère boucle de %n piste(s)Suppression repère boucle de %n piste(s) - + Removing hot cues from %n track(s) Suppression repères rapide de %n piste(s)Suppression repères rapide de %n piste(s)Suppression repères rapide de %n piste(s) - + Resetting keys of %n track(s) Réinitialisation tonalités de %n piste(s)Réinitialisation tonalités de %n piste(s)Réinitialisation tonalités de %n piste(s) - + Resetting replay gain of %n track(s) Réinitialisation ReplayGain de %n piste(s)Réinitialisation ReplayGain de %n piste(s)Réinitialisation ReplayGain de %n piste(s) - + Resetting waveform of %n track(s) Réinitialisation forme d'onde de %n piste(s)Réinitialisation forme d'onde de %n piste(s)Réinitialisation forme d'onde de %n piste(s) - + Resetting all performance metadata of %n track(s) Réinitialisation de toutes les métadonnées de performance de %n piste(s)Réinitialisation de toutes les métadonnées de performance de %n piste(s)Réinitialisation de toutes les métadonnées de performance de %n piste(s) - + Permanently delete these files from disk? Supprimer définitivement ces fichiers du disque ? - - + + This can not be undone! Ça ne peut pas être annulé ! - + Stop the deck and move this track file to the trash bin? Arrêter la platine et déplacer ce fichier de piste vers la corbeille ? - + Stop the deck and permanently delete this track file from disk? Arrêter la platine et supprimer définitivement ce fichier de piste du disque ? - + Cancel Annuler - + Delete Files Supprimer les fichiers - + Okay D'accord - + Move Track File(s) to Trash? Déplacer le(s) fichier(s) de piste vers la corbeille ? - + Track Files Deleted Fichiers de piste supprimés - + Track Files Moved To Trash Fichiers des pistes déplacés vers la corbeille - + %1 track files were moved to trash and purged from the Mixxx database. %1 fichiers de piste ont été déplacés vers la corbeille et purgés de la base de données Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 fichiers de piste ont été supprimés du disque et purgés de la base de données Mixxx. - + Track File Deleted Fichier de la piste supprimée - + Track file was deleted from disk and purged from the Mixxx database. Fichier de piste supprimé du disque et purgé de la base de données Mixxx. - + The following %1 file(s) could not be deleted from disk The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk Ce fichier de piste n'a pas pu être supprimé du disque - + Remaining Track File(s) Fichier(s) de piste restant(s) - + Close Fermer - + Loops Boucles - + Removing %n track file(s) from disk... Suppression de %n fichier(s) de piste du disque... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Remarque : si vous êtes dans la vue Ordinateur ou Enregistrement, vous devez cliquer à nouveau sur la vue actuelle pour voir les modifications. - + Track File Moved To Trash Fichier de piste déplacé vers la corbeille - + Track file was moved to trash and purged from the Mixxx database. Fichier de piste déplacé vers la corbeille et purgé de la base de données Mixxx. - + The following %1 file(s) could not be moved to trash Le(s) fichier(s) %1 suivants n'ont pas pu être déplacés vers la corbeille - + This track file could not be moved to trash Ce fichier de piste n'a pas pu être déplacé vers la corbeille - + Setting cover art of %n track(s) Définition pochette d'album de %n piste(s)Définition pochette d'album de %n piste(s)Définition pochette d'album de %n piste(s) - + Reloading cover art of %n track(s) Rechargement pochette d'album de %n piste(s)Rechargement pochette d'album de %n piste(s)Rechargement pochette d'album de %n piste(s) @@ -15424,37 +15522,37 @@ Cette opération est irréversible ! WTrackTableView - + Confirm track hide Confirmer le masquage de la piste - + Are you sure you want to hide the selected tracks? Êtes-vous certain de vouloir masquer les pistes sélectionnées ? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Êtes-vous sûr de vouloir supprimer les pistes sélectionnées de la file d'attente AutoDJ ? - + Are you sure you want to remove the selected tracks from this crate? Êtes-vous sûr de vouloir supprimer les pistes sélectionnées de ce bac ? - + Are you sure you want to remove the selected tracks from this playlist? Êtes-vous sûr de vouloir supprimer les pistes sélectionnées de cette liste de lecture ? - + Don't ask again during this session Ne demandez plus pendant cette session - + Confirm track removal Confirmer la suppression de la piste @@ -15470,7 +15568,7 @@ Cette opération est irréversible ! WaveformWidgetFactory - + legacy legacy @@ -15518,52 +15616,52 @@ Cette opération est irréversible ! mixxx::CoreServices - + fonts polices - + database base de données - + effects effets - + audio interface interface audio - + decks platines - + library bibliothèque - + Choose music library directory Choisissez le répertoire de la bibliothèque musicale - + controllers contrôleurs - + Cannot open database Ne peux ouvrir la base de données - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ga.ts b/res/translations/mixxx_ga.ts index 058fde04433..ab4747addf1 100644 --- a/res/translations/mixxx_ga.ts +++ b/res/translations/mixxx_ga.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + + + + + Could not create crate, it most likely already exists: - + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove - + Rename - + Lock - + Duplicate - - + + Import Playlist - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Albam - + Album Artist - + Artist Ceolteoir - + Bitrate Ráta giotán - + BPM - + Channels - + Color - + Comment Trácht - + Composer - + Cover Art - + Date Added Dáta Curtha Leis - + Last Played - + Duration Fad ama - + Type Saghas - + Genre Seánra - + Grouping - + Key Eochair - + Location Áit - + Preview - + Rating Meastachán - + ReplayGain - + Samplerate - + Played Imir - + Title Teideal - + Track # Amhrán # - + Year Bliain - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Nasc Luas - - + + Devices Gléasanna - + Removable Devices Gléasanna Inbhainte - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny - + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Teideal - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ DJ Uathoibríoch - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ DJ Uathoibríoch - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albam - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Meastachán - + Cue Point - + Hotcues - + Intro - + Outro - + Key Eochair - + ReplayGain - + Waveform - + Comment Trácht - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_gl.qm b/res/translations/mixxx_gl.qm index 70976d162be38832b97ca16ef7c582c47d0a26fd..65a978d5f22bb717366247467834c3c756bb057c 100644 GIT binary patch delta 12858 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 delta 12853 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

V*V)Db-*Eo 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 ae2?w{@!9PgEbim9tdA2r(#MIfI`lsX96n?K diff --git a/res/translations/mixxx_gl.ts b/res/translations/mixxx_gl.ts index d5bb828271e..31d5bee7ca0 100644 --- a/res/translations/mixxx_gl.ts +++ b/res/translations/mixxx_gl.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Engadir á cola de DJ automático (abaixo) - + Add to Auto DJ Queue (top) Engadir á cola de DJ automático (arriba) - + Add to Auto DJ Queue (replace) Engadir á cola do DJ automático (trocar) - - Import Playlist - Importar unha lista de reprodución + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + Non foi posíbel crear o caixón - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Non foi posíbel crear a lista de reprodución - + An unknown error occurred while creating playlist: Produciuse un erro descoñecido mentres se creaba a lista de reprodución: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nova lista de reprodución - + Add to Auto DJ Queue (bottom) Engadir á cola de DJ automático (abaixo) - - + + Create New Playlist Crear unha nova lista de reprodución - + Add to Auto DJ Queue (top) Engadir á cola de DJ automático (arriba) - + Remove Retirar - + Rename Cambiar o nome - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar unha lista de reprodución - + Export Track Files Exportar pistas a ficheiros - + Analyze entire Playlist Analizar toda a lista d reprodución - + Enter new name for playlist: Escriba o novo nome para a lista de reprodución - + Duplicate Playlist Duplicar a lista de reprodución - - + + Enter name for new playlist: Escriba o nome para a nova lista de reprodución - - + + Export Playlist Exportar a lista de reprodución - + Add to Auto DJ Queue (replace) Engadir á cola do DJ automático (trocar) - + Rename Playlist Cambiar o nome da lista de reprodución + - Renaming Playlist Failed Produciuse un erro ao cambiarlle o nome a lista de reprodución - - - + + + A playlist by that name already exists. Xa existe unha lista de reprodución con ese nome. - - - + + + A playlist cannot have a blank name. Unha lista de reprodución non pode ter un nome baleiro. - + _copy //: Appendix to default name when duplicating a playlist _copia + - + - - - + + Playlist Creation Failed Non foi posíbel crear a lista de reprodución - - + + An unknown error occurred while creating playlist: Produciuse un erro descoñecido mentres se creaba a lista de reprodución: - + Confirm Deletion Confimar o borrado - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) Lista de reprodución M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Lista de reprodución M3U (*.m3u);;Lista de reprodución M3U8 (*.m3u8);;Lista de reprodución PLS (*.pls);;Texto CSV (*.csv);;Texto lexíbel (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Non foi posíbel cargar a pista. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Álbum - + Album Artist Interprete do álbum - + Artist Interprete - + Bitrate Taxa de bits - + BPM BPM - + Channels Canles - + Color Cor - + Comment Comentario - + Composer Compositor - + Cover Art Deseño da portada - + Date Added Data de engadido - + Last Played Último reproducido - + Duration Duración - + Type Tipo - + Genre Xénero - + Grouping Agrupación - + Key Clave - + Location Localización - + Preview Escoita previa - + Rating Cualificación - + ReplayGain ReplayGain - + Samplerate - + Played Reproducidas - + Title Título - + Track # Pista num. - + Year Ano - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Engadir a ligazóns rápidas - + Remove from Quick Links Retirar de ligazóns rápidas - + Add to Library Engadir a fonoteca - + Quick Links Ligazóns rápidas - - + + Devices Dispositivos - + Removable Devices Dispositivos extraíbeis - - + + Computer Computador - + Music Directory Added Engadido o directorio de música - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Engadiu un ou máis directorios de música. As pistas destes directorios non estarán dispoñíbeis ata que volva a examinar a fonoteca. Quere examinala agora? - + Scan Examinar - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. «Computador» permítelle navegar, ver, e cargar pistas desde cartafoles no disco ríxido e nos dispositivos externos. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Elemento - + Value Valor - + Parameter Parámetro - + Title Título - + Description Descrición @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Estabelecer o volume no máximo - + Set to zero volume Estabelecer o volume a cero @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Botón de desprazamento inverso (Censor) - + Headphone listen button Botón de escoita por auriculares - + Mute button Botón de silencio @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientación da mestura (p-ex. esquerda, dereita, centro) - + Set mix orientation to left Estabelecer a orientación da mestura cara a esquerda - + Set mix orientation to center Estabelecer a orientación da mestura no centro - + Set mix orientation to right Estabelecer a orientación da mestura cara a dereita @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Botón de toque de BPM - + Toggle quantize mode Conmutador do modo de cuantización - + One-time beat sync (tempo only) Sincronizar só unha vez o golpe (só o tempo) - + One-time beat sync (phase only) Sincronizar só unha vez o golpe (só a fase) - + Toggle keylock mode Conmutador do modo de bloqueo tonal @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Ecualizadores - + Vinyl Control Control do vinilo - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Conmutador do modo de punto de referencia do control de vinilo (APAGADO/UNHA/ACTIVO) - + Toggle vinyl-control mode (ABS/REL/CONST) Conmutador do Control do vinilo (ABS/REL/CONST) - + Pass through external audio into the internal mixer Enviar o son externo ao mesturador interno - + Cues Referencias - + Cue button Botón de punto de referencia - + Set cue point Estabelecer o punto de referencia - + Go to cue point Ir o punto de referencia - + Go to cue point and play Ir o punto de referencia e reproducir - + Go to cue point and stop Ir o punto de referencia e deter - + Preview from cue point Escoita previa do punto de referencia - + Cue button (CDJ mode) Botón de punto de referencia (modo CDJ) - + Stutter cue Referencia repetida (tatexo) - + Hotcues Referencias activas - + Set, preview from or jump to hotcue %1 Estabelecer, preescoitar ou ir á referencia activa %1 - + Clear hotcue %1 Limpar a referencia activa %1 - + Set hotcue %1 Estabelecer a referencia activa %1 - + Jump to hotcue %1 Saltar á referencia activa %1 - + Jump to hotcue %1 and stop Saltar á referencia activa %1 e deter - + Jump to hotcue %1 and play Saltar á referencia activa %1 e reproducir - + Preview from hotcue %1 Escoita previa desde a referencia activa %1 - - + + Hotcue %1 Referencia activa %1 - + Looping Repetición en bucle - + Loop In button Botón para o comezo do bucle - + Loop Out button Botón para a fin do bucle - + Loop Exit button Botón de saída do bucle - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover o bucle cara diante en %1 golpes - + Move loop backward by %1 beats Mover o bucle cara atrás en %1 golpes - + Create %1-beat loop Crear un bucle de %1 golpes - + Create temporary %1-beat loop roll Crear un bucle temporal constante de %1 golpes @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Control de volume - + Full Volume Volume máximo - + Zero Volume Volume cero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Escoita por auriculares @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientación - + Orient Left Orientar cara a esquerda - + Orient Center Orientar ao centro - + Orient Right Orientar cara a dereita @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Axustar a grella do ritmo cara a dereita - + Adjust Beatgrid Axustar a grella do ritmo - + Align beatgrid to current position Aliñar a grella do ritmo á posición actual - + Adjust Beatgrid - Match Alignment Axustar a grella do ritmo, deixala aliñada - + Adjust beatgrid to match another playing deck. Axustar a grella do ritmo para que coincida co outro prato en reprodución - + Quantize Mode Modo de cuantización - + Sync Sincronizar - + Beat Sync One-Shot Sincroniza o ritmo ao premer - + Sync Tempo One-Shot Sincroniza o tempo ao premer - + Sync Phase One-Shot Sincroniza a fase ao premer - + Pitch control (does not affect tempo), center is original pitch Control de ton (non afecta ao tempo), no centro está o ton orixinal - + Pitch Adjust Axuste de ton - + Adjust pitch from speed slider pitch Axuste o ton dende o esvarador de ton - + Match musical key Coincidir coa clave musical - + Match Key Coincidir coa clave - + Reset Key Restabelecer a clave - + Resets key to original Restabelecer a clave á orixinal @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages EQ graves - + Toggle Vinyl Control Conmutador do Control do vinilo - + Toggle Vinyl Control (ON/OFF) Conmutador do Control do vinilo (acendido/apagado) - + Vinyl Control Mode Modo do Control do vinilo - + Vinyl Control Cueing Mode Modo de Control dos puntos de referencia con vinilo - + Vinyl Control Passthrough Paso do son de entrada do Control do vinilo - + Vinyl Control Next Deck Control do vinilo ao seguinte prato - + Single deck mode - Switch vinyl control to next deck Modo de prato único - Pasar o control do vinilo para o seguinte prato - + Cue Referencia - + Set Cue Estabelecer a referencia - + Go-To Cue Ir á referencia - + Go-To Cue And Play Ir á e reproducir - + Go-To Cue And Stop Ir á referencia e deter - + Preview Cue Escoita previa do punto de referencia - + Cue (CDJ Mode) Punto de referencia (modo CDJ) - + Stutter Cue Referencia repetida (tatexo) - + Go to cue point and play after release Ir á referencia e reproducir após soltar - + Clear Hotcue %1 Limpar a referencia activa %1 - + Set Hotcue %1 Estabelecer a referencia activa %1 - + Jump To Hotcue %1 Saltar á referencia activa %1 - + Jump To Hotcue %1 And Stop Saltar á referencia activa %1 e deter - + Jump To Hotcue %1 And Play Saltar á referencia activa %1 e reproducir - + Preview Hotcue %1 Escoita previa da referencia activa %1 - + Loop In Inicio do bucle - + Loop Out Fin do bucle - + Loop Exit Saír do bucle - + Reloop/Exit Loop Repetir/saír do bucle - + Loop Halve Divide o bucle á metade - + Loop Double Duplica a lonxitude do bucle - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover o bucle +%1 golpes - + Move Loop -%1 Beats Mover o bucle -%1 golpes - + Loop %1 Beats Bucle de %1 golpes - + Loop Roll %1 Beats Bucle corredizo de %1 golpes - + Add to Auto DJ Queue (bottom) Engadir á cola de DJ automático (abaixo) - + Append the selected track to the Auto DJ Queue Engade as pistas seleccionadas na fin da cola de Auto DJ - + Add to Auto DJ Queue (top) Engadir á cola de DJ automático (arriba) - + Prepend selected track to the Auto DJ Queue Engade as pistas seleccionadas no principio da cola de Auto DJ - + Load Track Cargara pista - + Load selected track Cargar a pista seleccionada - + Load selected track and play Cargar a pista seleccionada e reproducila - - + + Record Mix Gravar a mestura - + Toggle mix recording Conmutador da gravación da mestura - + Effects Efectos - + Quick Effects Efectos rápidos - + Deck %1 Quick Effect Super Knob Súper mando de efecto rápido do prato %1 - + Quick Effect Super Knob (control linked effect parameters) Súper mando de efecto rápido (parámetros de efecto asociado ao control) - - + + Quick Effect Efecto rápido - + Clear Unit Limpar a unidade - + Clear effect unit Limpar a unidade de efectos - + Toggle Unit Conmutador da unidade - + Dry/Wet Directo/Procesado - + Adjust the balance between the original (dry) and processed (wet) signal. Axusta o equilibrio entre o sinal orixinal (dry) e o procesado (wet). - + Super Knob Súper mando - + Next Chain Seguinte cadea - + Assign Asignar - + Clear Limpar - + Clear the current effect Limpar o efecto actual - + Toggle Conmutar - + Toggle the current effect Conmutador do efecto actual - + Next Seguinte - + Switch to next effect Pasa ao efecto seguinte - + Previous Anterior - + Switch to the previous effect Pasa ao efecto anterior - + Next or Previous Seguinte ou anterior - + Switch to either next or previous effect Pasa ao anterior ou seguinte efecto - - + + Parameter Value Valor do parámetro - - + + Microphone Ducking Strength Intensidade da atenuación do micrófono - + Microphone Ducking Mode Modo de atenuación do micrófono - + Gain Ganancia - + Gain knob Mando da ganancia - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Conmutador do DJ automático - + Toggle Auto DJ On/Off Conmutador do DJ automático acender/apagar - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximiza/Restaura a vista da fonoteca - + Maximize the track library to take up all the available screen space. Maximiza ou restaura a vista da fonoteca per abarcar toda a pantalla - + Effect Rack Show/Hide Amosar/agachar a caixa de efectos - + Show/hide the effect rack Amosar/agachar a caixa de efectos - + Waveform Zoom Out Afastar o zoom da forma da onda @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Ganancia dos auriculares - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Velocidade de reprodución - + Playback speed control (Vinyl "Pitch" slider) Control de velocidade de reprodución (O ton do vinilo) - + Pitch (Musical key) Ton (clave musical) - + Increase Speed Incrementar a velocidade - + Adjust speed faster (coarse) Axuste da velocidade rápida (basto) - + Increase Speed (Fine) Incrementar a velocidade (fino) - + Adjust speed faster (fine) Axuste da velocidade rápida (fino) - + Decrease Speed Diminuir a velocidade - + Adjust speed slower (coarse) Axuste da velocidade lenta (basto) - + Adjust speed slower (fine) Axuste da velocidade lenta (fino) - + Temporarily Increase Speed Incremento temporal da velocidade - + Temporarily increase speed (coarse) Incremento temporal da velocidade (basto) - + Temporarily Increase Speed (Fine) Incremento temporal da velocidade (fino) - + Temporarily increase speed (fine) Incremento temporal da velocidade (fino) - + Temporarily Decrease Speed Diminución temporal da velocidade - + Temporarily decrease speed (coarse) Diminución temporal da velocidade (basto) - + Temporarily Decrease Speed (Fine) Diminución temporal da velocidade (fino) - + Temporarily decrease speed (fine) Diminución temporal da velocidade (fino) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueo tonal - + CUP (Cue + Play) CUP (Punto de referencia + Reproducir) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Mover cara arriba - + Equivalent to pressing the UP key on the keyboard Equivalente a premer la tecla frecha ARRIBA no teclado - + Move down Mover cara abaixo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a premer la tecla frecha ABAIXO no teclado - + Move up/down Mover cara arriba/abaixo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente en calquera dirección usando un mando, como se se premeran as teclas frecha ARRIBA/ABAIXO - + Scroll Up Páxina arriba - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a premer a tecla de páxina arriba (RePáx) no teclado - + Scroll Down Páxina abaixo - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a premer a tecla de páxina abaixo (AvPáx) no teclado - + Scroll up/down Páxina arriba/abaixo - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Mover verticalmente en calquera dirección usando un mando, como se se premeran as teclas de avance/retroceso de páxina (RePáx/AvPáx) - + Move left Mover cara a esquerda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a premer la tecla frecha ESQUERDA no teclado - + Move right Mover cara a dereita - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a premer la tecla frecha DEREITA no teclado - + Move left/right Mover cara a esquerda/dereita - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover verticalmente en calquera dirección usando un mando, como se se premeran as teclas frecha ESQUERDA/DEREITA - + Move focus to right pane Mover o foco para o panel dereito - + Equivalent to pressing the TAB key on the keyboard Equivalente a premer la tecla TABULADOR no teclado - + Move focus to left pane Mover o foco para o panel esquerdo - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a premer as teclas MAIÚS+ TABULADOR no teclado - + Move focus to right/left pane Mover o foco para o panel esquerdo/dereito - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mover o foco para o panel esquerdo ou dereito usando un mando, como se se premera TABULADOR/MAIÚS+TABULADOR - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) Engadir á cola do DJ automático (trocar) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing Activar ou desactivar o procesado de efectos - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset Seguinte axuste previo de cadea - + Previous Chain Cadea anterior - + Previous chain preset Anterior axuste previo de cadea - + Next/Previous Chain Cadea seguinte/anterior - + Next or previous chain preset Seguinte ou anterior axuste previo de cadea - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary Micrófono / Auxiliar - + Microphone On/Off Micrófono acender/apagar - + Microphone on/off Micrófono acender/apagar - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Conmutador do modo de atenuación de micrófono (APAGADO, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar acender/apagar - + Auxiliary on/off Auxiliar acender/apagar - + Auto DJ DJ automático - + Auto DJ Shuffle DJ automático ao chou - + Auto DJ Skip Next Omitir a seguinte no DJ automático - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Esvaecer para a seguinte no DJ automático - + Trigger the transition to the next track Disparar a transición á pista seguinte - + User Interface Interface de usuario - + Samplers Show/Hide Amosar/agachar o reprodutor de mostras - + Show/hide the sampler section Amosar/agachar a sección do reprodutor de mostras - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Amosar/agochar o Control do vinilo - + Show/hide the vinyl control section Amosar/agachar a sección do Control do vinilo - + Preview Deck Show/Hide Amosar/agochar a escoita previa do prato - + Show/hide the preview deck Amosar/agachar a escoita previa do prato - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Amosar/agachar o trebello do vinilo xiratorio - + Show/hide spinning vinyl widget Amosar/agachar o trebello do vinilo xiratorio - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Zoom da forma da onda - + Waveform Zoom Zoom da forma da onda - + Zoom waveform in Achegar o zoom da forma da onda - + Waveform Zoom In Achegar o zoom da forma da onda - + Zoom waveform out Afastar o zoom da forma da onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Coa colaboración de: - + And special thanks to: Grazas, especialmente a: - + Past Developers Desenvolvedores anteriores - + Past Contributors Colaboradores anteriores - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Sobre o Mixxx - - + + + Unknown Descoñecido - + Date: Data: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4129,7 +4174,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendendor: %1. Agora mova un control do seu controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4359,122 +4404,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5047,22 +5092,22 @@ Aplicar os axustes e continuar? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5172,6 +5217,11 @@ Aplicar os axustes e continuar? Screen saver Protector de pantalla + + + Multi-Sampling + + Start in full-screen mode @@ -5748,38 +5798,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. O tamaño mínimo do tema seleccionado é maior que a resolución da súa pantalla. - + Allow screensaver to run Permitir que se execute o protector de pantallas - + Prevent screensaver from running Impide que se execute o protector de pantallas - + Prevent screensaver while playing Impide que se execute o protector de pantallas durante a reprodución - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Este tema non admite esquemas de cor - + Information Información - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6005,52 +6080,52 @@ and allows you to pitch adjust them for harmonic mixing. Examinar - + Item is not a directory or directory is missing - + Choose a music directory Escolla un directorio de música - + Confirm Directory Removal Confirme a retirada do directorio - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Agochar pistas - + Delete Track Metadata Eliminar os metadatos das pistas - + Leave Tracks Unchanged Deixar as pistas sen cambios - + Relink music directory to new location Volver ligar o directorio de musica nunha nova localización - + Select Library Font Seleccione o tipo de letra para a fonoteca @@ -6910,138 +6985,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Predeterminado (máis retardado) - + Experimental (no delay) Experimental (sen retardo) - + Disabled (short delay) Desactivado (pouco retardo) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Desactivado - + Enabled Activado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. A planificación en tempo real está activada. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Produciuse un erro de configuración @@ -7527,122 +7602,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware de son - + Controllers Controladores - + Library Fonoteca - + Interface Interface - + Waveforms Formas de onda - + Mixer Mesturador - + Auto DJ DJ automático - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Axuda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) A&plicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efectos - + Recording Gravando - + Beat Detection Detección de ritmo - + Key Detection Detección de clave musical - + Normalization Normalización - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Control do vinilo - + Live Broadcasting Difusión en directo - + Modplug Decoder Descodificador do Modplug @@ -7817,7 +7892,7 @@ Select from different types of displays for the waveform, which differ primarily Interprete do álbum - + Fetching track data from the MusicBrainz database Obtendo datos da pista desde a base de datos MusicBrainz @@ -7894,72 +7969,72 @@ Select from different types of displays for the waveform, which differ primarily &Pechar - + Original tags Etiquetas oriinais - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Etiquetas suxeridas - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8280,7 +8355,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) @@ -8490,27 +8565,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rápido) - + Rubberband (better) Rubberband (mellor) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8733,15 +8808,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo seguro activado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8753,57 +8828,57 @@ Shown when VuMeter can not be displayed. Please keep OpenGL. - + activate activar - + toggle conmutar - + right dereita - + left esquerda - + right small dereita pequeno - + left small esquerda pequeno - + up arriba - + down abaixo - + up small arriba pequeno - + down small abaixo pequeno - + Shortcut Atallo @@ -8886,32 +8961,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controladora MIDI - + MixxxControl(s) not found Non se atoparon os controis do Mixxx - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8986,182 +9061,182 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy O dispositivo de son está ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Tenteo de novo</b> despois de pechar o outro aplicativo ou de volver conectar un dispositivo de son - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurar</b> os axustes do dispositivo de son do Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obter <b>axuda</b> no wiki de Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Saír</b> do Mixxx. - + Retry Tentar de novo - + skin - - + + Reconfigure Volver configurar - + Help Axuda - - + + Exit Saír - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error Produciuse un erro no dispositivo de son - + <b>Retry</b> after fixing an issue - + No Output Devices Non hai dispositivos de saída - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx foi configurado sen ningún dispositivo de saída de son. Se non hai configurado.un dispositivo de saída de son o procesado será desactivado. - + <b>Continue</b> without any outputs. <b>Continuar</b> sen ningunha saída. - + Continue Continuar - + Load track to Deck %1 Cargar a pista no prato %1 - + Deck %1 is currently playing a track. O prato %1 está a reproducir unha pista. - + Are you sure you want to load a new track? Confirma que quere cargar unha nova pista? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Non hai ningún dispositivo de entrada seleccionado para este control de paso. Seleccione antes un dispositivo de entrada nas preferencias de hardware de son. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Produciuse un erro no ficheiro do tema - + The selected skin cannot be loaded. Non foi posíbel cargar o tema seleccionado. - + OpenGL Direct Rendering Debuxado directo OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar a saída - + A deck is currently playing. Exit Mixxx? O prato está reproducindo. Saír do Mixxx? - + A sampler is currently playing. Exit Mixxx? Un mostreador está reproducindo actualmente. Saír dp Mixxx? - + The preferences window is still open. A xanela de preferencias segue aberta. - + Discard any changes and exit Mixxx? Desbotar calquera cambio e saír do Mixxx? @@ -9177,43 +9252,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reprodución - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Algúns DJ constrúen listas de reprodución antes de actuar en directo, outros prefiren facelo ao voo. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Cando se utiliza unha lista de reprodución durante una sesión de DJ en directo, lembre que debe observar sempre con moita atención como reacciona o público á música que escolleu para reproducir. - + Create New Playlist Crear unha nova lista de reprodución @@ -9280,7 +9360,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Incorrecto @@ -9386,68 +9466,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Auriculares - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck Prato - + Record/Broadcast - + Vinyl Control Control do vinilo - + Microphone Micrófono - + Auxiliary - - + + Unknown path type %1 Tipo de ruta descoñecido %1 @@ -9540,6 +9620,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9577,6 +9659,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9595,6 +9678,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9610,6 +9695,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9907,7 +9994,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9964,7 +10051,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9984,22 +10071,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10082,8 +10169,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10113,42 +10200,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Maiús+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10168,17 +10255,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10580,18 +10667,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Prato %1 @@ -10631,52 +10718,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10724,10 +10811,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Pasante + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10896,7 +11004,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10942,34 +11050,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Pistas - + Crates Caixóns - + Check for Serato databases (refresh) - + (loading) Serato @@ -10977,64 +11085,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Historial - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confimar o borrado - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11043,193 +11151,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx atopou un problema - + Could not allocate shout_t Non foi posíbel asignar shout_t - + Could not allocate shout_metadata_t Non foi posíbel asignar shout_metadata_t - + Error setting non-blocking mode: Produciuse un erro ao estabelecer o modo de sen bloqueo: - + Error setting tls mode: - + Error setting hostname! Produciuse un erro ao estabelecer o nome da máquina! - + Error setting port! Produciuse un erro ao estabelecer o porto! - + Error setting password! Produciuse un erro ao estabelecer o contrasinal! - + Error setting mount! Produciuse un erro ao estabelecer a montaxe! - + Error setting username! Produciuse un erro ao estabelecer o nome de usuario! - + Error setting stream name! Produciuse un erro ao estabelecer o nome do fluxo! - + Error setting stream description! Produciuse un erro ao estabelecer a descrición do fluxo! - + Error setting stream genre! Produciuse un erro ao estabelecer o xénero do fluxo! - + Error setting stream url! Produciuse un erro ao estabelecer o URL do fluxo! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! Produciuse un erro ao estabelecer o fluxo público! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Produciuse un erro ao estabelecer a taxa de bits - + Error: unknown server protocol! Erro: protocolo descoñecido do servidor! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Produciuse un erro ao estabelecer o protocolo! - + Network cache overflow Desbordamento da caché de rede - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Perdeuse a conexión co servidor de fluxo e fallaron ½1 intentos de reconexión. - + Lost connection to streaming server. Perdeuse a conexión co servidor de fluxo - + Please check your connection to the Internet. Comprobe a súa conexión a internet. - + Can't connect to streaming server Non é posíbel conectar co servidor de fluxo - + Please check your connection to the Internet and verify that your username and password are correct. Comprobe a súa conexión a internet e verifique que o seu nome de usuario e contrasinal son correctos. @@ -11245,23 +11353,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device un dispositivo - + An unknown error occurred Produciuse un erro descoñecido - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11613,7 +11721,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Deseño da portada @@ -12065,52 +12173,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12304,442 +12402,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Gardar o banco de mostras - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Cargar o banco de mostras - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Súper mando - + Next Chain Seguinte cadea - + Previous Chain Cadea anterior - + Next/Previous Chain Cadea seguinte/anterior - + Clear Limpar - + Clear the current effect. - + Toggle Conmutar - + Toggle the current effect. - + Next Seguinte - + Clear Unit Limpar a unidade - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Conmutador da unidade - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12748,169 +12847,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Anterior - + Switch to the previous effect. - + Next or Previous Seguinte ou anterior - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13009,47 +13107,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough Activa o paso do son - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13317,123 +13415,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Gravar a mestura - + Toggle mix recording. - + Enable Live Broadcasting Activar a difusión en directo - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. Azul para o paso do son activado. - + Playback will resume where the track would have been if it had not entered the loop. A reprodución retomase cando corresponda na pista como se non houbera entrado no bucle. - + Loop Exit Saír do bucle - + Turns the current loop off. Apaga o bucle actual. - + Slip Mode Modo de esvaramento - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cando está activado, a reprodución continua silenciosa en segundo plano durante un bucle, inversión de xiro, rabuñada, etc. - + Once disabled, the audible playback will resume where the track would have been. Unha vez desactivado, a reprodución sonora retomarase na pista na que debera estar. - + Track Key The musical key of a track Clave da pista - + Displays the musical key of the loaded track. Amosa a clave musical da pista cargada. - + Clock Reloxo - + Displays the current time. Amosa o tempo actual. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13555,97 +13653,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Se está estabelecida a referencia activa, salta á referencia activa. - + If hotcue is not set, sets the hotcue to the current play position. Se non está estabelecida a referencia activa, estabelece a referencia activa na posición de reprodución actual. - + Vinyl Control Mode Modo do Control do vinilo - + Absolute mode - track position equals needle position and speed. Modo absoluto - a posición da pista é igual a posición e velocidade da agulla. - + Relative mode - track speed equals needle speed regardless of needle position. Modo relativo - a velocidade da pista é igual á velocidade da agulla sen importar a posición da agulla. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo constante - a velocidade da pista é igual á última velocidade constante coñecida, independentemente da entrada da agulla. - + Vinyl Status Estado do vinilo - + Provides visual feedback for vinyl control status: Fornece información visual para o estado do control do vinilo: - + Green for control enabled. Verde para o control activado. - + Blinking yellow for when the needle reaches the end of the record. Amarelo intermitente para cando a agulla chega á fin do disco. - + Loop-In Marker Marcador do inicio do bucle - + Loop-Out Marker Marcador da fin do bucle - + Loop Halve Divide o bucle á metade - + Halves the current loop's length by moving the end marker. Divide á metade a lonxitude do bucle actual movendo o marcador da fin. - + Deck immediately loops if past the new endpoint. O prato reinicia inmediatamente o bucle de sobrepasarse o novo punto de fin. - + Loop Double Duplica a lonxitude do bucle - + Doubles the current loop's length by moving the end marker. Duplica a lonxitude do bucle actual movendo o marcador da fin. - + Beatloop Golpe de bucle - + Toggles the current loop on or off. Conmutar o apagado e activado do bucle actual. - + Works only if Loop-In and Loop-Out marker are set. Só funciona se se estabelecen as marcas de inicio fin do de bucle. @@ -13655,82 +13753,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode Modo punto de referencia do vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina como se tratan os puntos de referencia no modo relativo do control do vinilo: - + Off - Cue points ignored. Apagado: Os puntos de referencia son ignorados. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Unha referencia: Se a agulla fose soltada despois dun punto de referencia, a pista vai buscar ese punto de referencia. - + Track Time Tempo da pista - + Track Duration Duración da pista - + Displays the duration of the loaded track. Amosa a duración da pista cargada. - + Information is loaded from the track's metadata tags. A información cargase desde as etiquetas de metadatos da pista. - + Track Artist Intérprete da pista - + Displays the artist of the loaded track. Amosa o intérprete da pista cargada. - + Track Title Título da pista - + Displays the title of the loaded track. Amosa o título da pista cargada. - + Track Album Álbum da pista - + Displays the album name of the loaded track. Amosa o álbum da pista cargada. - + Track Artist/Title Pista interprete/título - + Displays the artist and title of the loaded track. Amosa o interprete e o título da pista cargada. @@ -13738,12 +13836,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13996,22 +14094,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14033,7 +14131,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Non hai ningún efecto cargado @@ -14057,452 +14155,452 @@ This can not be undone! WMainMenuBar - + &File &Ficheiro - + Load Track to Deck &%1 - + Loads a track in deck %1 Carga unha pista no prato %1 - + Open Abrir - + &Exit &Saír - + Quits Mixxx Saír do Mixxx - + Ctrl+q Ctrl+s - + &Library F&onoteca - + &Rescan Library &Volver examinar a fonoteca - + Rescans library folders for changes to tracks. Analiza de novo os cartafoles da fonoteca para detectar cambios nas pistas. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crear unha &nova lista de reprodución - + Create a new playlist Crear unha nova lista de reprodución - + Ctrl+n Ctrl+n - + Create New &Crate Crear un novo &caixón - + Create a new crate Crear un novo caixón - + Ctrl+Shift+N Ctrl+Maiús+N - - + + &View &Ver - + May not be supported on all skins. É probábel que non admita todos os temas. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Amosar a sección do micrófono - + Show the microphone section of the Mixxx interface. Amosa a sección do micrófono na interface do Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Amosar a sección do Control do vinilo - + Show the vinyl control section of the Mixxx interface. Amosa a sección do control do vinilo na interface do Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Amosar a escoita previa do prato - + Show the preview deck in the Mixxx interface. Amosar a escoita previa do prato na interface do Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Amosa o deseño da portada - + Show cover art in the Mixxx interface. Amosar o deseño da portada na interface do Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar a fonoteca - + Maximize the track library to take up all the available screen space. Maximiza ou restaura a vista da fonoteca per abarcar toda a pantalla - + Space Menubar|View|Maximize Library Espazo - + &Full Screen &Pantalla completa - + Display Mixxx using the full screen Amosa o Mixxx usando a pantalla completa - + &Options &Opcións - + &Vinyl Control &Control do vinilo - + Use timecoded vinyls on external turntables to control Mixxx Usar vinilos con código de tempo en xira discos externos para controlar Mixxx - + Enable Vinyl Control &%1 Activar o Control do vinilo &%1 - + &Record Mix &Gravar a mestura - + Record your mix to a file Grava a súa mestura a un ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar a &difusión en directo - + Stream your mixes to a shoutcast or icecast server Difundir as súas mesturas a un servidor Shoutcast ou Icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar os atallos do &teclado - + Toggles keyboard shortcuts on or off Conmutar os atallos de teclado activados ou desactivados - + Ctrl+` Ctrl+` - + &Preferences &Preferencias - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambiar os axustes do Mixxx (p.ex. reprodución, MIDI, controles) - + &Developer &Desenvolvedor - + &Reload Skin &Volver cargar o tema - + Reload the skin Volver cargar o tema - + Ctrl+Shift+R Ctrl+Maiús+R - + Developer &Tools &Ferramentas de desenvolvemento - + Opens the developer tools dialog Abre o cadro de diálogo das ferramentas de desenvolvemento - + Ctrl+Shift+T Ctrl+Maiús+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Maiús+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Maiús+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Maiús+D - + &Help &Axuda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Axuda da &comunidade - + Get help with Mixxx Obter axuda con Mixxx - + &User Manual Manual do &usuario - + Read the Mixxx user manual. Lea o manual do usuario do Mixxx. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Traducir este aplicativo - + Help translate this application into your language. Axude a traducir este aplicativo ao seu idioma. - + &About &Sobre - + About the application Sobre o aplicativo @@ -14731,564 +14829,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Prato - + Sampler Mostras - + Add to Playlist Engadir á lista de reprodución - + Crates Caixóns - + Metadata Metadatos - + Update external collections - + Cover Art Deseño da portada - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Reiniciar - - + + Analyze Analizar - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Engadir á cola de DJ automático (abaixo) - + Add to Auto DJ Queue (top) Engadir á cola de DJ automático (arriba) - + Add to Auto DJ Queue (replace) Engadir á cola do DJ automático (trocar) - + Preview Deck Escoita previa do prato - + Remove Retirar - + Remove from Playlist - + Remove from Crate - + Hide from Library Agachar da fonoteca - + Unhide from Library Amosar da fonoteca - + Purge from Library Purgar da fonoteca - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Propiedades - + Open in File Browser Abrir no navegador de ficheiros - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Cualificación - + Cue Point - + Hotcues Referencias activas - + Intro - + Outro - + Key Clave - + ReplayGain ReplayGain - + Waveform - + Comment Comentario - + All Todas - + Lock BPM Bloquear os BPM - + Unlock BPM Desbloquear os BPM - + Double BPM Duplicar os BPM - + Halve BPM Dividir ÷2 os BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Prato %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crear unha nova lista de reprodución - + Enter name for new playlist: Escriba o nome para a nova lista de reprodución - + New Playlist Nova lista de reprodución - - - + + + Playlist Creation Failed Non foi posíbel crear a lista de reprodución - + A playlist by that name already exists. Xa existe unha lista de reprodución con ese nome. - + A playlist cannot have a blank name. Unha lista de reprodución non pode ter un nome baleiro. - + An unknown error occurred while creating playlist: Produciuse un erro descoñecido mentres se creaba a lista de reprodución: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Pechar - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15296,37 +15394,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15342,7 +15440,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15390,52 +15488,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Escolla o directorio da fonoteca - + controllers - + Cannot open database Non é posíbel abrir a base de datos - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_he.qm b/res/translations/mixxx_he.qm index 762b98b0a92ccff253edace51e72fe597ef11113..084646f1763e1836147f9f6aa39553159e3bca42 100644 GIT binary patch delta 3990 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 XFLFw@ug*4|5Q}^qhE= + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) הוסף לתור התקליטן האוטומטי (מלמטה) - + Add to Auto DJ Queue (top) הוסף לתור תקליטן האוטומטי (מלמעלה) - + Add to Auto DJ Queue (replace) הוסיפו לתור התקליטן האוטומטי (החלפה) - - Import Playlist - יבא רשימת השמעה + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed יצירת רשימת השמעה שנכשלה - + An unknown error occurred while creating playlist: קרתה תקלה לא ידועה בעת יצירת רשימת השמעה @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist רשימת השמעה חדשה - + Add to Auto DJ Queue (bottom) הוסף לתור התקליטן האוטומטי (מלמטה) - - + + Create New Playlist יצירת רשימת השמעה חדשה - + Add to Auto DJ Queue (top) הוסף לתור תקליטן האוטומטי (מלמעלה) - + Remove הסר - + Rename שנה שם - + Lock נעל - + Duplicate שכפל - - + + Import Playlist יבא רשימת השמעה - + Export Track Files יצא רצועות שמע - + Analyze entire Playlist נתח רשימת השמעה נכנסת - + Enter new name for playlist: הכנס שם חדש לרשימת השמעה - + Duplicate Playlist שכפל רשימת השמעה - - + + Enter name for new playlist: הכנס שם לרשימת השמעה חדשה - - + + Export Playlist יצא רשימת השמעה - + Add to Auto DJ Queue (replace) הוסיפו לתור התקליטן האוטומטי (החלפה) - + Rename Playlist שנה שם רשימת השמעה + - Renaming Playlist Failed שינוי שם לרשימת השמעה שנכשלה - - - + + + A playlist by that name already exists. רשימת השמעה בעלת השם הנוכחי כבר קיימת - - - + + + A playlist cannot have a blank name. רשימת השמעה אינה יכולה להיות בעלת שם ריק - + _copy //: Appendix to default name when duplicating a playlist העתק + - + - - - + + Playlist Creation Failed יצירת רשימת השמעה שנכשלה - - + + An unknown error occurred while creating playlist: קרתה תקלה לא ידועה בעת יצירת רשימת השמעה - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) Mp3 פלייליסט (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U רשימת השמעה (m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt.*) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. לא ניתן לטעון את הרצועה. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album אלבום - + Album Artist אמן אלבום - + Artist אמן - + Bitrate איכות שמע - + BPM פעימות לדקה - + Channels ערוצים - + Color צבע - + Comment הערה - + Composer מלחין - + Cover Art אומנות בכריכה - + Date Added תאריך הוספה - + Last Played - + Duration משך זמן - + Type סוג - + Genre סגנון - + Grouping הקבצה - + Key מקש - + Location מיקום - + Preview תצוגה מקדימה - + Rating דירוג - + ReplayGain רווח חוזר - + Samplerate קצב מדגם - + Played נוגן - + Title שם תואר - + Track # רצועה # - + Year שנה - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed פעולה נכשלה - + Please enable at least one connection to use Live Broadcasting. הפעל לפחות חיבור אחד לשימוש בשידור חי. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links הוסף לקישורים מהירים - + Remove from Quick Links הסר מקישורים מהירים - + Add to Library הוסף לספרייה - + Quick Links קישורים מהירים - - + + Devices התקנים - + Removable Devices התקנים נשלפים - - + + Computer מחשב - + Music Directory Added הוסף עורך מוסיקה - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? הוספת ספריית מוסיקה אחת או יותר. המסלולים בספריות אלה לא יהיו זמינים עד לסריקה מחדש של הספרייה. האם ברצונך לסרוק מחדש? - + Scan לסרוק - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "מחשב" מאפשר לנווט, להציג ולטעון רצועות, מתיקיות בדיסק הקשיח ובהתקנים חיצוניים. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group קבוצה - + Item פריט - + Value ערך - + Parameter פרמטר - + Title שם תואר - + Description תיאור @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume הגדר את עוצמת הקול המלאה - + Set to zero volume הגדר לאפס עוצמת קול @@ -992,13 +1021,13 @@ trace - Above + Profiling messages לחצן גלילה לאחור - + Headphone listen button כפתור האזנה לאוזניות - + Mute button כפתור השתק @@ -1009,25 +1038,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) כיוון המערבל (שמאל, ימין, מרכז) - + Set mix orientation to left הגדר כיוון ערבוב שמאלה - + Set mix orientation to center הגדר כיוון ערבוב למרכז - + Set mix orientation to right הגדר כיוון ערבוב ימינה @@ -1067,22 +1096,22 @@ trace - Above + Profiling messages מקש לחיצה של פעימות לדקה - + Toggle quantize mode הדלק/כבה מצב ישיבה על הביטגריד - + One-time beat sync (tempo only) סינכרון קצב חד פעמי (פעימות לדקה בלבד) - + One-time beat sync (phase only) סינכרון קצב חד פעמי (מיקום בלבד) - + Toggle keylock mode הדלק/כבה מצב שמירת צליל @@ -1092,193 +1121,193 @@ trace - Above + Profiling messages אקולייזר - + Vinyl Control שליטה כמו פטיפון - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) מעבר בין 3 מצבי סימון בשליטה כמו פטיפון (כבוי/יחיד/חם) - + Toggle vinyl-control mode (ABS/REL/CONST) מעבר בין 3 מצבי סוגי שליטה כמו פטיפון (מוחלט/מציאותי/קבוע) - + Pass through external audio into the internal mixer העבר אודיו חיצוני למיקסר פנימי - + Cues נקודות סימון - + Cue button לחצן סימון - + Set cue point קבע נקודת סימון - + Go to cue point קפוץ לנקודת סימון - + Go to cue point and play קפוץ לנקודת סימון ונגן - + Go to cue point and stop קפוץ לנקודת סימון ועצור - + Preview from cue point תצוגה מקדימה מנקודת הסימון - + Cue button (CDJ mode) לחצן סימון (מצב קומפקט-דיסק) - + Stutter cue נקודת סימון מגמגמת - + Hotcues נקודות סימון חמות - + Set, preview from or jump to hotcue %1 קבע, תצוגה מקדימה או קפיצה לנקודת סימון חמה %1 - + Clear hotcue %1 מחק נקודת סימון חמה %1 - + Set hotcue %1 קבע נקודת סימון חמה %1 - + Jump to hotcue %1 קפוץ לנקודת סימון חמה %1 - + Jump to hotcue %1 and stop קפוץ לנקודת סימון חמה %1 ועצור - + Jump to hotcue %1 and play קפוץ לנקודת סימון חמה %1 ונגן - + Preview from hotcue %1 תצוגה מקדימה מנקודת סימון חמה %1 - - + + Hotcue %1 נקודת סימון חמה %1 - + Looping לולאה - + Loop In button כפתור לולאה - + Loop Out button כפתור יציאה מלולאה - + Loop Exit button כפתור יציאה מלולאה - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats העבר לולאה קדימה לפי % 1 פעימות - + Move loop backward by %1 beats העבר לולאה אחורה לפי% 1 פעימות - + Create %1-beat loop יצירת לולאה לפי קצב 1% - + Create temporary %1-beat loop roll גליל יצירת זמני מקצב לולאה 1% @@ -1394,20 +1423,20 @@ trace - Above + Profiling messages - - + + Volume Fader פיידר ווליום - + Full Volume ווליום הכי גבוה - + Zero Volume אפס ווליום @@ -1423,7 +1452,7 @@ trace - Above + Profiling messages - + Mute השתק @@ -1434,7 +1463,7 @@ trace - Above + Profiling messages - + Headphone Listen האזנה באוזניות @@ -1455,25 +1484,25 @@ trace - Above + Profiling messages - + Orientation כיוון - + Orient Left כוון שמאלה - + Orient Center כוון למרכז - + Orient Right כוון ימינה @@ -1543,82 +1572,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1659,456 +1688,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control הדלק/כבה שליטה כמו פטיפון - + Toggle Vinyl Control (ON/OFF) הדלק/כבה שליטה כמו פטיפון (דולק/כבוי) - + Vinyl Control Mode מצב שליטה כמו פטיפון - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In סיבוב פנימה מלולאה - + Loop Out סיבוב החוצה מלולאה - + Loop Exit יציאה מסיבוב לולאה - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) הוסף לתור התקליטן האוטומטי (מלמטה) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) הוסף לתור תקליטן האוטומטי (מלמעלה) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects אפקטים - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next הבא - + Switch to next effect - + Previous הקודם - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2123,102 +2152,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2290,942 +2319,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) הוסיפו לתור התקליטן האוטומטי (החלפה) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ תקליטן אוטומטי - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3594,37 +3633,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3637,34 +3676,40 @@ trace - Above + Profiling messages אודות Mixxx - - + + + Unknown לא ידוע - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3878,7 +3923,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4129,7 +4174,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4359,122 +4404,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo סטריאו - - - - + + + + Action failed פעולה נכשלה - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5046,22 +5091,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5171,6 +5216,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5747,38 +5797,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information פרטים - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6004,52 +6079,52 @@ and allows you to pitch adjust them for harmonic mixing. לסרוק - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6909,138 +6984,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled לא מתאפשר - + Enabled מתאפשר - + Stereo סטריאו - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7526,122 +7601,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers מקשים - + Library ספריה - + Interface - + Waveforms - + Mixer מערבל - + Auto DJ תקליטן אוטומטי - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) בטל - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects אפקטים - + Recording הקלטה - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control שליטה כמו פטיפון - + Live Broadcasting - + Modplug Decoder @@ -7816,7 +7891,7 @@ Select from different types of displays for the waveform, which differ primarily אמן אלבום - + Fetching track data from the MusicBrainz database @@ -7893,72 +7968,72 @@ Select from different types of displays for the waveform, which differ primarily סגור - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8279,7 +8354,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h בטל - + (no color) @@ -8489,27 +8564,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8732,15 +8807,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8751,57 +8826,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8884,32 +8959,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8984,181 +9059,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9174,43 +9249,48 @@ Do you want to select an input device? PlaylistFeature - + Lock נעל - - + + Playlists - + + Shuffle Playlist + + + + Unlock שחרור נעילה - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist יצירת רשימת השמעה חדשה @@ -9277,7 +9357,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9383,68 +9463,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control שליטה כמו פטיפון - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9537,6 +9617,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9574,6 +9656,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9592,6 +9675,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9607,6 +9692,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9904,7 +9991,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9961,7 +10048,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9981,22 +10068,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10079,8 +10166,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10110,42 +10197,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10165,17 +10252,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10577,18 +10664,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 משטח %1 @@ -10628,52 +10715,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10721,10 +10808,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10893,7 +11001,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10939,34 +11047,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates ארגזים - + Check for Serato databases (refresh) - + (loading) Serato @@ -10974,64 +11082,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock שחרור נעילה - + Lock נעל - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11040,193 +11148,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11242,23 +11350,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11610,7 +11718,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art אומנות בכריכה @@ -12062,52 +12170,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12301,442 +12399,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next הבא - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12745,169 +12844,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous הקודם - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13006,47 +13104,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13314,123 +13412,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit יציאה מסיבוב לולאה - + Turns the current loop off. - + Slip Mode מצב החלקה - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13552,97 +13650,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode מצב שליטה כמו פטיפון - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13652,82 +13750,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album אלבום - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13735,12 +13833,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13993,22 +14091,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14030,7 +14128,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14054,452 +14152,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14728,564 +14826,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates ארגזים - + Metadata - + Update external collections - + Cover Art אומנות בכריכה - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze ניתוח - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) הוסף לתור התקליטן האוטומטי (מלמטה) - + Add to Auto DJ Queue (top) הוסף לתור תקליטן האוטומטי (מלמעלה) - + Add to Auto DJ Queue (replace) הוסיפו לתור התקליטן האוטומטי (החלפה) - + Preview Deck - + Remove הסר - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating דירוג - + Cue Point - + Hotcues נקודות סימון חמות - + Intro - + Outro - + Key מקש - + ReplayGain רווח חוזר - + Waveform - + Comment הערה - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 משטח %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist יצירת רשימת השמעה חדשה - + Enter name for new playlist: הכנס שם לרשימת השמעה חדשה - + New Playlist רשימת השמעה חדשה - - - + + + Playlist Creation Failed יצירת רשימת השמעה שנכשלה - + A playlist by that name already exists. רשימת השמעה בעלת השם הנוכחי כבר קיימת - + A playlist cannot have a blank name. רשימת השמעה אינה יכולה להיות בעלת שם ריק - + An unknown error occurred while creating playlist: קרתה תקלה לא ידועה בעת יצירת רשימת השמעה - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15293,37 +15391,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15339,7 +15437,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15387,52 +15485,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_hi_IN.qm b/res/translations/mixxx_hi_IN.qm index f4de9467aefcbddb7e7e8eecb075df3ee04b66bf..a024d62b4b962043369fc0372ffcb7757b0a95e2 100644 GIT binary patch delta 2210 zcmXZdd2oz(7zgn09`D}SMdFIo=DsXB#?U_LlfORizVFWadwdH1OJ@Mq3#Rgwx6I85K z1L4(2!0=(LNBjSZh}p$A;v3nF&!Aj!3-CVxZE6-U_!?_WW}~07F)!J)YWQFG0@6${ zCG`MqD=}g9ejwF=l$|?(+&-B7zN7b4vBtq{SarW55PgAf#I&*rtJp-}0dKHrvtTJK z035;k%w$6ZHg-3x(#?QL59_53l$uqn+xKj6H5+GU(+?nRr+6Ol4M&##A}}U_jmSfu zmUc930qfzz`WCU_C2Y(>Ha><;u(OFZY*H$lF$c5OouqZDP}EpTwPr*8Lp$L701aZ3 z2GH!4EL;!_SpSqPmiJMP%xvHXl0A#_ff*AdN2Z?x%#S6n0x314a;3++?oct=*s&?n zAH4PgK4+!vsT6@YxeV6zz|3Tsr*jApK3W!g_dOu=w9N80Z7i%^w$Tq|ER6HDZqjx|tsj9`s6HYSXXoyaDfU=#D% zBnLLFS6)5&ED#vQnqAmwuSLGdIU;Wi+YUsS){b=%4DakXS4RmFH66s2)vMY zET`fcFK2Te3#s=gGR_r3NjW_qI$J0^mO}o)<`@Lqq)UJyo(&kshKd6>!V36CPMl!t zZ$m>V8<5YAHw)E=si%i}u4SVFY;c}> z(V_!1500^JPuRHSq(~3a@2e{tsXb&UQzKraB9ZrKYWme* zWwRSJr*B-K5xj&=eV3i?rTNxO14L?P6}wsA7B&-_*6MM<$fcV0m+L6h-P-r1bf85R zXgBV9hiagn^_b1ZFVl*u8o_2QaPXgXf=<8T4wKWVI8|?0ix->K;ZQtj0u@z3?qeyrZ;^tJtOAkg<=7sF@8m>d$q5MQ4FT z-@4Y57Fw&n8?uH{6vQfTvC};Czur7U?N@FH^oyj3tTaSrQ$#$M7-F~60*Er438$2* z4;g-TY@+@zXH6#!zl@U5>DXzoSGv<2h-xrA>vRRYDvN=<;1ji~-{mKI9Wt{210T;y AHUIzs delta 2226 zcmXZdc~BE~6bJB^W0TG1LWs2bapFIK? z!yW)dGZ|1s@`(@WhjkJ#W&^;Kout=eGR8n!9bc(qov^ z2az!aq;&-_!yn;&ACg+#8+kAaXds3oQvswO+yd~EgWQ6va||Y34w8{}(zt+38Uf!M zo&ZT@;BV>&aO;DJ!Uh1#8i=pj36PZuW}mZI;bGEcEg3p8Di09pNdv|JGUh%RTS}Tj z$)xj;n6ntbDVOv*OX~BjRTNN1k08NV+oT5%f-*IM@^*efneYAg#ekgf~NFlfCQUhSck2d+$=nL z_YQ_>hzvL+?C{)=6SxYyELef4rC5rO0p=YPX(#Cc!afoi`_=*&oJEPNaA9FOQE_P` z!2GX8d|d*DVn(Xy@~bH9QHtn>3-)g6D^c%OtVl+W=vlH0z|3CpmLv6;g+kJ0h>WZu zjr+*h31haArd4FJMO>Y520-^YX)Ypdi+K8x=^$Nuf zBylRX#%sMKdte8)u1+$z0#`oWE_t!~B!K%%sjTKTwz5(>rE)$1w}DJQE%kBe$BL9l z1AFoSWG!#x!GAy+E5tX^q)SV$@4_2oq(_2u`#8AgXZGIo;KDTJsVpHq%M%O`LQ{^wE%Aqu`6eZ0Gw;s&9%>Q{|k1r zyXtZP^i^!_EKIeti9LKO1P_uj_KM~*KIbUun@#H8CBxI$2jltxg7h+Z39iiXFVZ!O z3^vQGOYnuf^T^35Ix_abf8T>jm^@rCbk1vjw*A$?pCUx>Zb zKjC(_Vpy02QXNEQu-wV+769LF(sG+j-@=_X<3S=EB&8zK$B#_QCqzR-wZ_GlJ9-uhCNJ^H#YnV5N#yw2jnN5umZ~YeU&;sZ4r()t-`>r(n=AHx-`S0*H5IAx2;#4TjHUYQ>k zftk9l+!2M@kmQi5S5=-1F=K{5Ri-7Q6=_#xx%`0l@ouWD!#I(fQMEbc3+$mc8N5l= z{P0`+CgiC)H)=7<{i;5F5$@w4k_{*47OQ^iIfVz;Q?<@#I##4lJ;Od)k#4oI0w;hO z>QiCZT27_D?bL?n!Ba9|qWb5_0&K+`gL<&i9V@`9pWk%F?ej7pznN7P3&MSmong<3 OE9}XpV_C|T_WuDg1W< + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -61,32 +70,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) स्वत: डीजे के पंक्ति में जोड़ें (सब से नीचे) - + Add to Auto DJ Queue (top) स्वत: डीजे के पंक्ति में जोड़ें (सब से ऊपर) - + Add to Auto DJ Queue (replace) - - Import Playlist - प्लेलिस्ट आयात करें + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed प्लेलिस्ट निर्माण विफल रहा - + An unknown error occurred while creating playlist: प्लेलिस्ट बनाते समय एक अज्ञात त्रुटि हुई: @@ -94,154 +118,154 @@ BasePlaylistFeature - + New Playlist नई प्लेलिस्ट - + Add to Auto DJ Queue (bottom) स्वत: डीजे के पंक्ति में जोड़ें (सब से नीचे) - - + + Create New Playlist नई प्लेलिस्ट बनाएं - + Add to Auto DJ Queue (top) स्वत: डीजे के पंक्ति में जोड़ें (सब से ऊपर) - + Remove हटाएं - + Rename नाम बदलें - + Lock लॉक - + Duplicate प्रतिरूप बनाएं - - + + Import Playlist प्लेलिस्ट आयात करें - + Export Track Files ट्रैक फ़ाइलें निर्यात करें - + Analyze entire Playlist पूरी प्लेलिस्ट का विश्लेषण करें - + Enter new name for playlist: प्लेलिस्ट के लिए नया नाम दर्ज करें: - + Duplicate Playlist प्लेलिस्ट का प्रतिरूप बनाएं - - + + Enter name for new playlist: नई प्लेलिस्ट के लिए नाम दर्ज करें: - - + + Export Playlist प्लेलिस्ट निर्यात करें - + Add to Auto DJ Queue (replace) - + Rename Playlist प्लेलिस्ट का नाम बदलें + - Renaming Playlist Failed प्लेलिस्ट का नामकरण विफल - - - + + + A playlist by that name already exists. उस नाम की एक प्लेलिस्ट पहले से मौजूद है। - - - + + + A playlist cannot have a blank name. एक प्लेलिस्ट में एक खाली नाम नहीं हो सकता। - + _copy //: Appendix to default name when duplicating a playlist _कॉपी + - + - - - + + Playlist Creation Failed प्लेलिस्ट निर्माण विफल रहा - - + + An unknown error occurred while creating playlist: प्लेलिस्ट बनाते समय एक अज्ञात त्रुटि हुई: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) एम३यू प्लेलिस्ट (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) एम३यू प्लेलिस्ट (*.m3u);;एम३यू८ प्लेलिस्ट (*.m3u8);;पीएलएस प्लेलिस्ट (*.pls);;टेक्स्ट सीएसवी (*.csv);;रीडेबल टेक्स्ट (*.txt) @@ -262,7 +286,7 @@ BaseTrackPlayerImpl - + Couldn't load track. ट्रैक लोड नहीं हो सका @@ -270,137 +294,137 @@ BaseTrackTableModel - + Album एल्बम - + Album Artist एलबम कलाकार - + Artist कलाकार - + Bitrate बिटरेट - + BPM बीपीएम - + Channels चैनल्स - + Color रंग - + Comment टिप्पणी - + Composer संगीतकार - + Cover Art कवर आर्ट - + Date Added तारीख संकलित हुई - + Last Played - + Duration अवधि - + Type प्रकार - + Genre शैली - + Grouping समूहीकरण - + Key चाभी - + Location स्थान - + Preview पूर्वावलोकन - + Rating रेटिंग - + ReplayGain - + Samplerate सैम्पलरेट - + Played चलाये जा चुके - + Title शीर्षक - + Track # ट्रैक # - + Year साल - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -409,12 +433,12 @@ BroadcastManager - + Action failed क्रिया: विफल रही - + Please enable at least one connection to use Live Broadcasting. लाइव प्रसारण का उपयोग करने के लिए कृपया कम से कम एक कनेक्शन सक्षम करें। @@ -488,59 +512,59 @@ BrowseFeature - + Add to Quick Links शीघ्रगामी लिंकों की कड़ी में जोड़े - + Remove from Quick Links शीघ्रगामी लिंकों की कड़ी से हटाएं - + Add to Library लाइब्रेरी में जोड़ें - + Quick Links शीघ्रगामी लिंक - - + + Devices यंत्र - + Removable Devices - - + + Computer कंप्यूटर - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan जाँच करें - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -692,72 +716,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx एक सार्वजनिक स्रोत डिस्क जोकी (DJ) सॉफ्टवेयर है। अधिक जानकारी के लिए देखें : - + Starts Mixxx in full-screen mode Mixxx को पूरी स्क्रीन में चलाएं - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -767,17 +796,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -837,32 +866,32 @@ trace - Above + Profiling messages ControlModel - + Group समूह - + Item - + Value मूल्य - + Parameter - + Title शीर्षक - + Description वर्णन @@ -959,13 +988,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -990,13 +1019,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1007,25 +1036,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1065,22 +1094,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1090,193 +1119,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1392,20 +1421,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1421,7 +1450,7 @@ trace - Above + Profiling messages - + Mute @@ -1432,7 +1461,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1453,25 +1482,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1541,82 +1570,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1657,456 +1686,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) स्वत: डीजे के पंक्ति में जोड़ें (सब से नीचे) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) स्वत: डीजे के पंक्ति में जोड़ें (सब से ऊपर) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2121,102 +2150,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2288,942 +2317,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ स्वत: डीजे - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3592,37 +3631,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3635,34 +3674,40 @@ trace - Above + Profiling messages - - + + + Unknown अज्ञात - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3876,7 +3921,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4127,7 +4172,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4357,122 +4402,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed क्रिया: विफल रही - + You can't create more than %1 source connections. - + Source connection %1 %1 स्त्रोत से संपर्क जुड़ा - + At least one source connection is required. कम से कम एक स्त्रोत से संपर्क होना आवश्यक है। - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5044,22 +5089,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5169,6 +5214,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5745,38 +5795,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes इस स्किन में रंग परियोजना का समर्थन नहीं है - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6002,52 +6077,52 @@ and allows you to pitch adjust them for harmonic mixing. जाँच करें - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6907,138 +6982,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled सक्रिय किये हुए - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7524,122 +7599,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer मिक्सर - + Auto DJ स्वत: डीजे - + Decks - + Colors रंग - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7814,7 +7889,7 @@ Select from different types of displays for the waveform, which differ primarily एलबम कलाकार - + Fetching track data from the MusicBrainz database @@ -7891,72 +7966,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8277,7 +8352,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8487,27 +8562,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8730,15 +8805,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8749,57 +8824,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8885,32 +8960,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8985,181 +9060,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9175,43 +9250,48 @@ Do you want to select an input device? PlaylistFeature - + Lock लॉक - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist नई प्लेलिस्ट बनाएं @@ -9278,7 +9358,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9384,68 +9464,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9538,6 +9618,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9575,6 +9657,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9593,6 +9676,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9608,6 +9693,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9905,7 +9992,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9962,7 +10049,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9982,22 +10069,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10080,8 +10167,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10111,42 +10198,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10166,17 +10253,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10578,18 +10665,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 डेक %1 @@ -10629,52 +10716,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10722,10 +10809,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10894,7 +11002,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10940,34 +11048,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates संदूक - + Check for Serato databases (refresh) - + (loading) Serato @@ -10975,64 +11083,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock लॉक - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11041,193 +11149,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11243,23 +11351,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11611,7 +11719,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art कवर आर्ट @@ -12063,52 +12171,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12302,442 +12400,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12746,169 +12845,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13007,47 +13105,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13315,123 +13413,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13553,97 +13651,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13653,82 +13751,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13736,12 +13834,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13994,22 +14092,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14031,7 +14129,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14055,452 +14153,452 @@ This can not be undone! WMainMenuBar - + &File &फ़ाइल - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14729,564 +14827,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates संदूक - + Metadata - + Update external collections - + Cover Art कवर आर्ट - + Adjust BPM - + Select Color रंग चुनें - + Reset Reset metadata in right click track context menu in library - - + + Analyze विश्लेषण - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) स्वत: डीजे के पंक्ति में जोड़ें (सब से नीचे) - + Add to Auto DJ Queue (top) स्वत: डीजे के पंक्ति में जोड़ें (सब से ऊपर) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove हटाएं - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser फ़ाइल ब्राउज़र में खोलें - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating रेटिंग - + Cue Point - + Hotcues - + Intro - + Outro - + Key चाभी - + ReplayGain - + Waveform - + Comment टिप्पणी - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 डेक %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist नई प्लेलिस्ट बनाएं - + Enter name for new playlist: नई प्लेलिस्ट के लिए नाम दर्ज करें: - + New Playlist नई प्लेलिस्ट - - - + + + Playlist Creation Failed प्लेलिस्ट निर्माण विफल रहा - + A playlist by that name already exists. उस नाम की एक प्लेलिस्ट पहले से मौजूद है। - + A playlist cannot have a blank name. एक प्लेलिस्ट में एक खाली नाम नहीं हो सकता। - + An unknown error occurred while creating playlist: प्लेलिस्ट बनाते समय एक अज्ञात त्रुटि हुई: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel रद्द करें - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15294,37 +15392,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15340,7 +15438,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15388,52 +15486,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_hr.qm b/res/translations/mixxx_hr.qm index a46fe0ca8b279124a77db85b13c4483839657105..a249cda921aa1916dd1e99861a19beca50b1d7ad 100644 GIT binary patch delta 3012 zcmXZedt6QF8VB%Sd+)W@zHi-_WDgRmla%B(BvCu56cLrA+TGi`8*<&_(ve~42&2%E z8O(7z?t}U8kucOu=b)SkW0>JM=F>C=8ROENXZOrs-?iTT?svWGd7k%uS7(*1yh>K- zVygr&0C21&1AxEuV$Fr*FuLDP4kw?IqX6G9Kpsx_RyM7bOr!ftt1$nUpCvq7XQI6h-H`T0j5^~ z)*7;ltcPO08pv7)#VML}(m4p~bAV4Ugdln;okO=a#Qv8X3QAb37leo)z&M`uHnBM) zS?m8GMA5@0e8ZM_L&!W2l#Yf_ycP&;V@qa2s9p~ATgj$s*@7n!4x|F%#~@rVQ#g7h z+AjdF&Fmcdqy0X|!WQ;`@Mb0Tt7N^tVl!=Qj>s;!3MuynWl0aItOXdo1k&~tU{*df zQ{n-qGpxsL*4#+i=!eV)+)%m~KJETM#wfN_g72h9z@X`f@TSl?tziZoV`)dV;IF>hrx;m?4`*Ro@G+Niq6vvEe*l?z*FMMTJcub|Zw zoWo`uk^4NRiHx!N$iu!j17RKV$o14QJXRjlJ@8KXveYJEoJPJT+Y|5)lVAO*3mCeB zE!-+^d`D~Cu}M+->;bLoc17uPnn+-pV(k&iv9pF9;LT?CWV3wPTqA4CZQ_f(C2Z+C zMYV+{vTTjw^N$(;ykn!!vzDjq;;D*bh4X-*+ls5Q6BL=3iidxt;*EA=XGAO7TPOw7 zs};{4Q@>${70)Fy&{GI`N}E#JPGQRZ7TDl^U6|3_pLVSpVNU9Bia@)NYKo#zT3NFv zYdOG{)C;M{mjkmO3;AEzi}0pUypbl*(_N@ILId~woL%~Zus)n>!_dJ_yUV6TvT0_! zwEmYl3+wG0P7g13x`9n87q+cjM!!!IwjH2d&-D&FIF7X}6sljh0wWuQouSlk$#r4> zI*ORFR5ER%bY>*D zh@PAF0J80(sesM_7qFgAqRD1&$U4Oh^GiijGu^+xPfXfW1tk3@E{K`{OsW;H=qTi- z6!B`2A3azuHdS>{dzkp|U9_y^e&RiQD#BvKpL_oZ^t~d!EItDa-XN)JsA!#fOMSK^ z0_s+FiKpa!yPo>*muy3CQuV9*N!?EUN}4F6H*xt`nwm%(PGAjN6eq3!*C&+QbawE4 zY2$D7z#iA7y86R_n@qZNxrK7AWtTch_X6B$^>j%cqaFei-IareGz0JTQwGajY2tq< zBPN7Val^(J2^H+3zbg}?X#$b{%5)zJv0JsWaGabXGDW%cB0bRmYvrmPp|tT>mF2aa zfWt{;?KoQR#!ls-v%`Ube<+(=8fo0KY``-%p@GfFS7|C9(ef-~2iPk4BKc!gpCfv} zyG%9gE)6uKQ5AWYA~Um56`e&P^uEm|-%{o0@1tT&V+Y-1vjf-#l4^(ZZea2m)y@QZ zne3oGbAyU&coJ&~Wf!-rzl@+QUZG;8V!O2deJ$LuuuI(#IFUkgLVazUAJDr} z{q^swDEAN4oefW@m5d@dqG?0F}fgAlx%vocG^rzh4CnxFqO^uhc+ek z7y6<(&8AM&Rvhf0)$$!X(5hXRaF}xasrK~uYw56guDv9qaa|^{MXT7w2JMY1`n>ac ztNqm`o~F~!OZ%(c;*;9f{=sxS?qlOyb&hj$D7Ra6u3{RU@69@6GUYnrq|SJF2vD+7 z=aYP#a=t=0c`D^t^-s1yWEZd2#jK&ojj7Y+gpZ-s^0O|_yP3|2PF>k2RMZo1>1=-s zxko$S3thJh*XpY6p$UrAoe#ZC9hU1SWl;+Hx$Beqw$cDW`lLhjMgtG(&p)K14c@Q6 zw!)Jh?5DpM_#xGX3#+uUWl!{vPT!%8tIjZV57op6s}26%qk;T*L(mL+jdTt%jIW}B xG2XDJIe)` ztXGg72m}&GK~Vi2aNZ2TYb~J7`J@TaQ9Mv^n=NdF5aI>cZD9?&*_=PJMYAD9Yytwj z*pgKcGLHeJZ4io=12g>Dl4B5BmH;Ckvni#lF&e`56guQ^2*)!h+(S>AAAqqR*d+Q# z^WQn$Y|%mp@0ZcMcdTI|o7u2O=ZkG!Wa3jLnOH!ROE#tOi1MWBqq)03Um_^*;q{tFf_zic$Sf z-1vfOC1M2|({4hqJ^kYpAAB%7`KCpI>^1P2E1S5^;-)!=ZbvNMyLQn+S0s5usUtjn zB((!nq_Ybot!@^;taM3h&`TgZRnmU@CRO(qHo8`F=J@y25ql)R)KfS4USTsnlREd& zMy8lnO9Ss_070?Rum+kKbVwRyUN~BiR;P5*2}-1O*-n7#PU+dl0~FFnY|()9{6{~k z2@hH6%YOqNF|yKEv=NW|D37fTs&8=lkc^>?bcb_fGkhK_TBh}Aj zTUT_@rSp-E8qF5Qvy}&B?M1(*VhWI*mF%N-O_n|Q0~K%NQg-fsS$`L$AjU%WvXAC@ z43WK3m~9aJo(BVIf)IYM3ntil3v(|z0A3OyDaDieGDb)VjsU`X*o+3Y(26ZJ2q}A) z0P|)E`3KEKI8`WKNgEhaBh>Gqg@+DetHXqbAgYZ)vFx0gY;rrBdciF9fAwOa!F=Hi zYGmhBu*pw^=4I9N`3|9ZyOF+N20P|3YrHG8{Cb^gW}L7tfaXh}rcD2VPOt zhqnvIV<~lC8rkA&!fEr(7qf^p+K?t1C_F24PmTiQm)ME|p?ex_D15ZgH%ta-qJ_Ru z6iVS1t5vf3DZ+rmdb$aB$6nx(aDYtQLKDR zUpUxX(RN}NFf3Pb>U0;NFJ-GL6?fb|r?$&fJe~Z2-VHU%(GxCGd)F&{r8czDER!%Y}|9UQlXp|NgD`jR;D>qh=*G!i+t!+Y`<4ob&|f&%~M(PQvltFJ<8hkZvcz^ z%Jn|f_x4H3oku+B%Fa@DTGJ~RM_BiHZ2UMjy-QTrKcqG_-Qx$xcWmMt(RPmxFx(T} zdubsTcQLG&A`|B>MrKh6odeh;Uok&_3tipk*)c(Eb_-ixDE?&iCpv(GxGs)P{8gRU zwuCl5=^t!yqquL#e*lx;U&JHnl&kn$@znXhQcmBBR|>xaLa&KEt(L&&55$|D20&KF zDx=v6;q1aL@p12;0spPy`wL~X&N`JcjY2)*Yc@rt(u}8rBy3XobP;}KoS*VRHm8~r+KQ-7n=0Ljkkx^*RV@zk(mkFzTTJMe8~p)l7P3x$#Oobn8C7|Et= z*VONLO0^Kkj_T2T8@G!hq1GI_yPRIj37S(9THksHyWoFpWrgOdsfm7M8qzf{rgwb-L45h$y=>+;$Di-BW>s` z%CTxFTVP}>`?XPZ6uGIQHYaEbb;}cNp5Y=8m83N-{E@19rmuFD-yKRtB3to7+wzPe zhG4R|H#r#I2Un6BS+(Tygo)F1hh qicEDuf5WPSuHb#_>_ZfWC2o7SsqY9)n=3+^YzB?oTR-??#s2|Tl{M%9 diff --git a/res/translations/mixxx_hr.ts b/res/translations/mixxx_hr.ts index c56417213a5..c9b97da7255 100644 --- a/res/translations/mixxx_hr.ts +++ b/res/translations/mixxx_hr.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Dodaj u automatski DJ red - + Add to Auto DJ Queue (top) Dodaj u automatski DJ red (na vrh) - + Add to Auto DJ Queue (replace) - - Import Playlist - Uvezi popis izvođenja + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Neuspjelo kreiranje liste izvođenja - + An unknown error occurred while creating playlist: Nepoznata greška tjekom kreiranja liste izvođenja @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Novi popis izvođenja - + Add to Auto DJ Queue (bottom) Dodaj u automatski DJ red - - + + Create New Playlist Izradi novu listu izvođenja - + Add to Auto DJ Queue (top) Dodaj u automatski DJ red (na vrh) - + Remove Ukloni - + Rename Preimenuj - + Lock Zaključaj - + Duplicate Dupliciraj - - + + Import Playlist Uvezi popis izvođenja - + Export Track Files Izvezi pjesme - + Analyze entire Playlist Analiziraj cijelu listu izvođenja - + Enter new name for playlist: Unesite novo ime za listu izvođenja - + Duplicate Playlist Duplicirana lista izvođenja - - + + Enter name for new playlist: Unesite ime za novu listu izvođenja - - + + Export Playlist Izvezi popis izvođenja - + Add to Auto DJ Queue (replace) - + Rename Playlist Preimenuj popis izvođenja + - Renaming Playlist Failed Neuspjelo preimenovanje popisa izvođenja - - - + + + A playlist by that name already exists. Popis sa tim imenom već postoji - - - + + + A playlist cannot have a blank name. Popis mora sadržavati ime - + _copy //: Appendix to default name when duplicating a playlist _kopiraj + - + - - - + + Playlist Creation Failed Neuspjelo kreiranje liste izvođenja - - + + An unknown error occurred while creating playlist: Nepoznata greška tjekom kreiranja liste izvođenja - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U lista izvođenja (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U lista (*.m3u);;M3U8 lista (*.m3u8);;PLS lista (*.pls);;Tekst CSV (*.csv);;Čitljivi tekst (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Ne može učitati pjesmu @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Izvođač albuma - + Artist Izvođač - + Bitrate Protok bitova - + BPM BPM - + Channels - + Color - + Comment Komentar - + Composer Kompozitor - + Cover Art Slika albuma - + Date Added Datum dodavanja - + Last Played - + Duration Trajanje - + Type Vrsta - + Genre Vrsta glazbe - + Grouping Grupiranje - + Key Ključ - + Location Lokacija - + Preview Pretpregled - + Rating Ocjena - + ReplayGain - + Samplerate - + Played Reproducirano - + Title Naslov - + Track # Pjesma # - + Year Godina - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Akcija nije uspjela - + Please enable at least one connection to use Live Broadcasting. Omogućite barem jednu vezu kako biste koristili Strujanje Uživo @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Dodaj u brze linkove - + Remove from Quick Links Ukloni iz brzih linkova - + Add to Library Dodano u biblioteku - + Quick Links Brzi linkovi - - + + Devices Uređaji - + Removable Devices Uklonjivi uređaji - - + + Computer Računalo - + Music Directory Added Dodan glazbeni direktorij - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Dodali ste jedan ili više glazbenih mapa. Pjesme u tim mapama neće biti dostupne dok ne izvršite ponovno skeniranje biblioteke. Želite li to učiniti sada? - + Scan Skeniraj - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupa - + Item Stavka - + Value Vrijednost - + Parameter Parametar - + Title Naslov - + Description Opis @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Postavi punu glasnoći - + Set to zero volume Postavi glasnoću na 0 @@ -991,13 +1020,13 @@ trace - Above + Profiling messages - + Headphone listen button Gumb za slušanje na slušalice - + Mute button Gumb stop @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orijentacija Miksa (ljevo, desno, centar) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages BPM gumb - + Toggle quantize mode Promijeni - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages - + Vinyl Control Vinil-kontrola - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Pomakni petju unaprijed za %1 udarac. - + Move loop backward by %1 beats Pomakni petlju unazad za %1 udaraca. - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Klizač glasnoće - + Full Volume Puna glasnoća - + Zero Volume Utišano @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Utišaj @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Slušanje u slušalicama @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orijentacija - + Orient Left - + Orient Center - + Orient Right @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Prilagodi mrežu ritmova na desno - + Adjust Beatgrid Prilagodi mrežu ritmova - + Align beatgrid to current position Prilagodi mrežu ritmova na trenutnu poziciju - + Adjust Beatgrid - Match Alignment Prilagodi mrežu ritmova - poklapanje poravnanja - + Adjust beatgrid to match another playing deck. Prilagodi mrežu ritmova - poklapanje s aktivnim sviračem - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Dodaj u automatski DJ red - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Dodaj u automatski DJ red (na vrh) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Potenciometar za pojačanje - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Automatski DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages O Mixxxu - - + + + Unknown Nepoznato - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4128,7 +4173,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4358,122 +4403,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed Akcija nije uspjela - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5045,22 +5090,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5170,6 +5215,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5746,38 +5796,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6003,52 +6078,52 @@ and allows you to pitch adjust them for harmonic mixing. Skeniraj - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6908,138 +6983,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Omogućeno - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7525,122 +7600,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Biblioteka - + Interface - + Waveforms - + Mixer Mikseta - + Auto DJ Automatski DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Pomoć - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinil-kontrola - + Live Broadcasting - + Modplug Decoder @@ -7815,7 +7890,7 @@ Select from different types of displays for the waveform, which differ primarily Izvođač albuma - + Fetching track data from the MusicBrainz database @@ -7892,72 +7967,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8278,7 +8353,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8488,27 +8563,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8731,15 +8806,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8750,57 +8825,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8883,32 +8958,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8983,181 +9058,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9173,43 +9248,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Zaključaj - - + + Playlists - + + Shuffle Playlist + + + + Unlock Otključaj - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Izradi novu listu izvođenja @@ -9276,7 +9356,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9382,68 +9462,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Vinil-kontrola - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9536,6 +9616,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9573,6 +9655,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9591,6 +9674,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9606,6 +9691,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9903,7 +9990,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9960,7 +10047,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9980,22 +10067,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10078,8 +10165,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10109,42 +10196,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10164,17 +10251,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10576,18 +10663,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Svirač %1 @@ -10627,52 +10714,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10720,10 +10807,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10892,7 +11000,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10938,34 +11046,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Spremnik - + Check for Serato databases (refresh) - + (loading) Serato @@ -10973,64 +11081,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Otključaj - + Lock Zaključaj - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11039,193 +11147,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11241,23 +11349,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11609,7 +11717,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Slika albuma @@ -12061,52 +12169,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12300,442 +12398,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12744,169 +12843,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13005,47 +13103,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13313,123 +13411,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13551,97 +13649,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13651,82 +13749,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13734,12 +13832,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13992,22 +14090,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14029,7 +14127,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14053,452 +14151,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open Otvori - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Pomoć - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14727,564 +14825,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Spremnik - + Metadata - + Update external collections - + Cover Art Slika albuma - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Analiziraj - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Dodaj u automatski DJ red - + Add to Auto DJ Queue (top) Dodaj u automatski DJ red (na vrh) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Ukloni - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Ocjena - + Cue Point - + Hotcues - + Intro - + Outro - + Key Ključ - + ReplayGain - + Waveform - + Comment Komentar - + All - + Lock BPM Zaključaj BPM - + Unlock BPM Otključaj BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Svirač %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Izradi novu listu izvođenja - + Enter name for new playlist: Unesite ime za novu listu izvođenja - + New Playlist Novi popis izvođenja - - - + + + Playlist Creation Failed Neuspjelo kreiranje liste izvođenja - + A playlist by that name already exists. Popis sa tim imenom već postoji - + A playlist cannot have a blank name. Popis mora sadržavati ime - + An unknown error occurred while creating playlist: Nepoznata greška tjekom kreiranja liste izvođenja - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15292,37 +15390,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15338,7 +15436,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15386,52 +15484,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_hu.qm b/res/translations/mixxx_hu.qm index 253a042a919e529c38808c7e3f74d456846591c1..5c4d8e761295755b7dd40826e1265bbb877bcf23 100644 GIT binary patch delta 7905 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 f4!Y2Ts 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“~KE>3aR&lZ_Uf#UZ9UkMq#b1e)ICuO>9)f=uQ!b~FiWRL88!4$P)#ZcBIN bs`VXPW~~imuB%Slwocz`e|WDw8$0a(gtG9# diff --git a/res/translations/mixxx_hu.ts b/res/translations/mixxx_hu.ts index 4e914a9034c..5b7fadfde57 100644 --- a/res/translations/mixxx_hu.ts +++ b/res/translations/mixxx_hu.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Hozzáadás az Auto DJ listához (végére) - + Add to Auto DJ Queue (top) Hozzáadás az Auto DJ listához (elejére) - + Add to Auto DJ Queue (replace) Hozzáadás az Auto DJ listához (csere) - - Import Playlist - Lejátszólista importálása + + Import as Playlist + Importálás lejátszási listaként + + + + Import as Crate + - + + Crate Creation Failed + Rekesz elkészítése sikertelen + + + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Lejátszólista készítése sikertelen - + An unknown error occurred while creating playlist: Ismeretlen hiba történt a lejátszólista készítésekor: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Új lejátszólista - + Add to Auto DJ Queue (bottom) Hozzáadás az Auto DJ listához (végére) - - + + Create New Playlist Új lejátszólista készítése - + Add to Auto DJ Queue (top) Hozzáadás az Auto DJ listához (elejére) - + Remove Eltávolítás - + Rename Átnevezés - + Lock Zárolás - + Duplicate Másolat - - + + Import Playlist Lejátszólista importálása - + Export Track Files Zeneszám fájlok exportálása - + Analyze entire Playlist Teljes lejátszólista elemzése - + Enter new name for playlist: Add meg a lejátszólista új nevét: - + Duplicate Playlist Lejátszólista másolata - - + + Enter name for new playlist: Add meg az új lejátszólista nevét: - - + + Export Playlist Lejátszólista exportálása - + Add to Auto DJ Queue (replace) Hozzáadás az Auto DJ listához (csere) - + Rename Playlist Lejátszólista átnevezése + - Renaming Playlist Failed Lejátszólista átnevezése sikertelen - - - + + + A playlist by that name already exists. Egy lejátszólista ezzel a névvel már létezik. - - - + + + A playlist cannot have a blank name. A lejátszólista nem tartalmazhat üres helyet. - + _copy //: Appendix to default name when duplicating a playlist _másolás + - + - - - + + Playlist Creation Failed Lejátszólista készítése sikertelen - - + + An unknown error occurred while creating playlist: Ismeretlen hiba történt a lejátszólista készítésekor: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U lejátszási lista (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U lejátszási lista (*.m3u);;M3U8 lejátszási lista (*.m3u8);;PLS lejátszási lista (*.pls);;Szöveg CSV (*.csv);;Olvasható szöveg (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Nem lehet a számot betölteni. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Album Előadó - + Artist Előadó - + Bitrate Bitráta - + BPM BPM - + Channels Csatornák - + Color Szín - + Comment Megjegyzés - + Composer Szerző - + Cover Art Borító - + Date Added Hozzáadás dátuma - + Last Played - + Duration Időtartam - + Type Típus - + Genre Műfaj - + Grouping Csoportosítás - + Key Billentyű - + Location Hely - + Preview Előnézet - + Rating Értékelés - + ReplayGain Visszajátszás hangerősítése - + Samplerate Mintavételezési sebesség - + Played Játszott - + Title Cím - + Track # Zeneszám # - + Year Év - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Az akció nem sikerült - + Please enable at least one connection to use Live Broadcasting. Engedélyezz legalább egy kapcsolatot az élő sugárzás használatához. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Hozzáadás gyorshivatkozáshoz - + Remove from Quick Links Eltávolítás a gyorshivatkozásból - + Add to Library Hozzáadás könyvtárhoz - + Quick Links Gyors Linkek - - + + Devices Eszközök - + Removable Devices Cserélhető eszközök - - + + Computer Számítógép - + Music Directory Added Zenei könyvtár hozzáadva - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Hozzáadtál egy vagy több zenei könyvtárat. A zeneszámok ezekben a könyvtárakban nem lesznek elérhetők, amíg újra nem olvastatod a könyvtáraidat. Szeretnéd most újraolvastatni? - + Scan Beolvasás - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. A "Számítógép" enged navigálni, megnézni és betölteni számokat a mappákból a merevlemezeden, vagy cserélhető adattárolókból @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode Teljes képernyős módban indítja el a Mixxx-et - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny - + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. [auto|always|never] Színek használata a konzolos kimeneten. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Csoport - + Item Elem - + Value Érték - + Parameter Paraméter - + Title Cím - + Description Leírás @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Teljes hangerő - + Set to zero volume Alapértelmezett hangerő @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Visszafele görgetés (Cenzúra) gomb - + Headphone listen button Fejhallgató belehallgatás gomb - + Mute button Némítás @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Keverő orientáció (pl. bal, jobb, közép) - + Set mix orientation to left Keverés orientáció beállítása balra - + Set mix orientation to center Keverés orientáció beállítása középre - + Set mix orientation to right Keverés orientáció beállítása jobbra @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages BPM koppintás gomb - + Toggle quantize mode Kvantálási mód megváltoztatása - + One-time beat sync (tempo only) Egyszeres ütemigazítás (csak BPM) - + One-time beat sync (phase only) Egyszeres ütemigazítás (csak fázis) - + Toggle keylock mode Hangszín zár kapcsoló @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Hangszínszabályzók - + Vinyl Control Bakelit vezérlés - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Bakelit vezérlési mód váltása (ABSZ/REL/KONST) - + Pass through external audio into the internal mixer - + Cues Cue pontok - + Cue button Cue gomb - + Set cue point Cue pont beállítása - + Go to cue point Cue pontra ugrás - + Go to cue point and play Cue pontra ugrás és lejátszás - + Go to cue point and stop Cue pontra ugrás és megállítás - + Preview from cue point Előhallgatás cue ponttól - + Cue button (CDJ mode) Cue gomb (CDJ mód) - + Stutter cue - + Hotcues Hotcue pontok - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Hotcue %1 törlése - + Set hotcue %1 Hotcue %1 beállítása - + Jump to hotcue %1 Ugrás a(z) %1 hotcue-hoz - + Jump to hotcue %1 and stop Ugrás a(z) %1 hotcue-hoz és stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Ismétlés - + Loop In button Ismétlés kezdete gomb - + Loop Out button Ismétlés vége gomb - + Loop Exit button Ismétlésből kilépés gomb - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Ismétlés előre mozgatása %1 ütemmel - + Move loop backward by %1 beats Ismétlés hátra mozgatása %1 ütemmel - + Create %1-beat loop %1 ütem ismétlésének létrehozása - + Create temporary %1-beat loop roll %1 ütem ismétlésének átmeneti létrehozása csúsztatással @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Hangerő Fader - + Full Volume Teljes hangerő - + Zero Volume Némítás @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Némítás @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Tájolás - + Orient Left Balra igazítás - + Orient Center Középre igazítás - + Orient Right Jobbra igazítás @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Ütemrács mozgatása jobbra - + Adjust Beatgrid Ütemrács igazítása - + Align beatgrid to current position Ütemrács igazítása a jelenlegi pozícióra - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. Ütemrács igazítása másik futó lemezjátszóhoz. - + Quantize Mode Kvantált mód - + Sync Szinkron - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch Hangmagasság vezérlő (nincs hatással a tempóra), középen az eredeti érték - + Pitch Adjust Hangmagasság állítás - + Adjust pitch from speed slider pitch Hangmagasság állítása a sebesség csúszkával - + Match musical key Zenei hangnem illesztése - + Match Key Hangnem illesztése - + Reset Key Hangnem visszaállítása - + Resets key to original Visszaállítja a hangnemet az eredetire @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Mély EQ - + Toggle Vinyl Control Bakelit vezérlés kapcsolása - + Toggle Vinyl Control (ON/OFF) Bakelit vezérlés kapcsolása (BE/KI) - + Vinyl Control Mode Bakelit vezérlés mód - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck Bakelit vezérlés következő lejátszó - + Single deck mode - Switch vinyl control to next deck Egylejátszós mód - Bakelit vezérlés váltása a következő lejátszóra - + Cue Cue - + Set Cue Cue pont beállítása - + Go-To Cue Cue pontra ugrás - + Go-To Cue And Play Cue pontra ugrás és lejátszás - + Go-To Cue And Stop Cue pontra ugrás és megállítás - + Preview Cue Cue pont előhallgatása - + Cue (CDJ Mode) Cue (CDJ mód) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 Hotcue %1 törlés - + Set Hotcue %1 Hotcue %1 beállítás - + Jump To Hotcue %1 Ugrás a(z) %1 Hotcue - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 Hotcue %1 előnézet - + Loop In Ismétlést kezd - + Loop Out Ismétlést zár - + Loop Exit Ismétlésből kilép - + Reloop/Exit Loop Újraismétlés/kilépés - + Loop Halve Ismétlés felezése - + Loop Double Ismétlés kétszerezése - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Ismétlés mozgatása +%1 ütemmel - + Move Loop -%1 Beats Ismétlés mozgatása -%1 ütemmel - + Loop %1 Beats %1 ütem ismétlése - + Loop Roll %1 Beats %1 ütem ismétlése csúsztatással - + Add to Auto DJ Queue (bottom) Hozzáadás az Auto DJ listához (végére) - + Append the selected track to the Auto DJ Queue A kiválasztott szám hozzáadása az Auto DJ lejátszási listájának végére - + Add to Auto DJ Queue (top) Hozzáadás az Auto DJ listához (elejére) - + Prepend selected track to the Auto DJ Queue A kiválasztott szám hozzáadása az Auto DJ lejátszási listájának elejére - + Load Track Szám betöltése - + Load selected track Kiválasztott szám betöltése - + Load selected track and play Kiválasztott szám betöltése és lejátszás - - + + Record Mix Mix felvétele - + Toggle mix recording Mix felvételének kapcsolása - + Effects Effektek - + Quick Effects Gyors effektek - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect Gyors effekt - + Clear Unit Egység ürítése - + Clear effect unit - + Toggle Unit Egység kapcsolása - + Dry/Wet Száraz/nedves - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Super potméter - + Next Chain Következő lánc - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Következő - + Switch to next effect - + Previous Előző - + Switch to the previous effect - + Next or Previous Következő vagy előző - + Switch to either next or previous effect - - + + Parameter Value Paraméter érték - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Gain - + Gain knob Gain potméter - + Shuffle the content of the Auto DJ queue Az Auto DJ lejátszási lista tartalmának összekeverése. - + Skip the next track in the Auto DJ queue Az Auto DJ lejátszási lista következő számának átugrása - + Auto DJ Toggle Auto DJ kapcsolása - + Toggle Auto DJ On/Off Auto DJ be/kikapcsolása - + Microphone & Auxiliary Show/Hide Mikrofon és külső bemenetek mutatása/rejtése - + Show/hide the microphone & auxiliary section Megmutatja/elrejti a mikrofon és külső bemenet részt - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide Keverő mutatása/rejtése - + Show or hide the mixer. Megmutatja vagy elrejti a keverőt - + Cover Art Show/Hide (Library) Borítókép mutatása/rejtése (Könyvtár) - + Show/hide cover art in the library Megmutatja vagy elrejti a könyvtárban a borítóképet - + Library Maximize/Restore Könyvtár maximalizálása/visszaállítása - + Maximize the track library to take up all the available screen space. Maximalizálja a számkönyvtárat, hogy minden elérhető helyet elfoglaljon a képernyőn. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Fejhallgató erősítés - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Lejátszási sebesség - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) Hangmagasság (Zenei hangnem) - + Increase Speed Sebesség növelése - + Adjust speed faster (coarse) Sebesség növelése (durva) - + Increase Speed (Fine) Sebesség növelése (finom) - + Adjust speed faster (fine) Sebesség növelése (finom) - + Decrease Speed Sebesség csökkentése - + Adjust speed slower (coarse) Sebesség csökkentése (durva) - + Adjust speed slower (fine) Sebesség csökkentése (finom) - + Temporarily Increase Speed Sebesség csökkentése (finom) - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages BPM / Ütemrács - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed Sebesség - + Decrease Speed (Fine) - + Pitch (Musical Key) Hangmagasság (Zenei hangnem) - + Increase Pitch Hangmagasság növelése - + Increases the pitch by one semitone Hangmagasság növelése félhanggal - + Increase Pitch (Fine) Hangmagasság növelése (finom) - + Increases the pitch by 10 cents - + Decrease Pitch Hangmagasság csökkentése - + Decreases the pitch by one semitone Hangmagasság csökkentése félhanggal - + Decrease Pitch (Fine) Hangmagasság csökkentése (finom) - + Decreases the pitch by 10 cents - + Keylock Hangnemzár - + CUP (Cue + Play) CUP (Cue + Lejátszás) - + Shift cue points earlier Cue pontok igazítása korábbra - + Shift cue points 10 milliseconds earlier Cue pontok igazítása 10 milliszekundummal korábbra - + Shift cue points earlier (fine) Cue pontok igazítása korábbra (finom) - + Shift cue points 1 millisecond earlier Cue pontok igazítása 1 milliszekundummal korábbra - + Shift cue points later Cue pontok igazítása későbbre - + Shift cue points 10 milliseconds later Cue pontok igazítása 10 milliszekundummal későbbre - + Shift cue points later (fine) Cue pontok igazítása későbbre (finom) - + Shift cue points 1 millisecond later Cue pontok igazítása 1 milliszekundummal későbbre - + Hotcues %1-%2 Hotcuek %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Kiválasztott ütemek ismétlése - + Create a beat loop of selected beat size Kiválasztott ütemszámú ismétlés indítása - + Loop Roll Selected Beats Kiválasztott ütemek ismétlése csúsztatással - + Create a rolling beat loop of selected beat size Kiválasztott ütemszámú ismétlés indítása csúsztatással - + Loop Beats Ütemek ismétlése - + Loop Roll Beats Ütemek ismétlése csúsztatással - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position Ismétlés be/kikapcsolása és ugrás az ismétlés kezdőpontjára, ha az ismétlés a lejátszótű mögött van - + Reloop And Stop Újraismétlés és megállítás - + Enable loop, jump to Loop In point, and stop Ismétlés bekapcsolása, kezdetére ugrás és megállítása - + Halve the loop length Az ismétlés hosszának felezése - + Double the loop length Az ismétlés hosszának duplázása - + Beat Jump / Loop Move Ütemugrás / Ismétlés mozgatása - + Jump / Move Loop Forward %1 Beats Ugorj / Mozgasd az ismétlést %1 ütemmel előre - + Jump / Move Loop Backward %1 Beats Ugorj / Mozgasd az ismétlést %1 ütemmel vissza - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navigáció - + Move up Mozgás fel - + Equivalent to pressing the UP key on the keyboard Megegyezik a FEL billentyűvel - + Move down Mozgás le - + Equivalent to pressing the DOWN key on the keyboard Megegyezik a LE billentyűvel - + Move up/down Fel/le mozgás - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mozogj függőlegesen mindkét irányba enkóder használatával, mintha a FEL/LE gombokat nyomkodnád - + Scroll Up Tekerés fel - + Equivalent to pressing the PAGE UP key on the keyboard Megegyezik a PAGE UP billentyűvel - + Scroll Down Tekerés le - + Equivalent to pressing the PAGE DOWN key on the keyboard Megegyezik a PAGE DOWN billentyűvel - + Scroll up/down Tekerés fel/le - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Tekerj függőlegesen mindkét irányba enkóder használatával, mintha a PGUP/PGDOWN gombokat nyomkodnád - + Move left Mozgás balra - + Equivalent to pressing the LEFT key on the keyboard Megegyezik a BAL billentyűvel - + Move right Mozgás jobbra - + Equivalent to pressing the RIGHT key on the keyboard Megegyezik a JOBB billentyűvel - + Move left/right Mozgás balra/jobbra - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mozogj vízszintesen mindkét irányba enkóder használatával, mintha a BAL/JOBB gombokat nyomkodnád - + Move focus to right pane Fókusz mozgatása a jobb panelra - + Equivalent to pressing the TAB key on the keyboard Megegyezik a TAB billentyűvel - + Move focus to left pane Fókusz mozgatása a bal panelra - + Equivalent to pressing the SHIFT+TAB key on the keyboard Megegyezik a SHIFT+TAB billentyűkombinációval - + Move focus to right/left pane Fókusz mozgatása a jobb/bal panelra - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Fókusz mozgatása egy panellal jobbra vagy balra, mintha a TAB/SHIFT+TAB billentyűket nyomkodnád - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item Ugrás az utoljára kiválasztott elemhez - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play Szám betöltése és lejátszás - + Add to Auto DJ Queue (replace) Hozzáadás az Auto DJ listához (csere) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button Gyors effekt engedély gomb - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle Mix mód kiválsztás - + Toggle effect unit between D/W and D+W modes - + Next chain preset Következő lánv beállítás - + Previous Chain Előző lánc - + Previous chain preset Előző lánc beállítás - + Next/Previous Chain Következő/előző lánc - + Next or previous chain preset - - + + Show Effect Parameters Effekt paraméterek mutatása - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off Kikrofon ki/be - + Microphone on/off Mikrofon be/ki - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off AUX ki/be - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Felhasználói felület - + Samplers Show/Hide Sampler mutat/elrejt - + Show/hide the sampler section Sampler szekció mutat/elrejt - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Hanghullámforma zoom - + Waveform Zoom Hanghullámforma zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: Külön köszönet: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Mixxx Névjegye - - + + + Unknown Ismeretlen - + Date: Dátum: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4128,7 +4173,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4358,122 +4403,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono Mono - + Stereo Sztereó - - - - + + + + Action failed Az akció nem sikerült - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5045,22 +5090,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5170,6 +5215,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5765,38 +5815,63 @@ Fogd-és-vidd módszerrel mindig másolhatsz lejátszókat. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. A kiválasztott kinézet mérete nagyobb, mint a képernyőd felbontása. - + Allow screensaver to run Képernyővédő engedése - + Prevent screensaver from running Képernyővédő letiltása - + Prevent screensaver while playing Képernyővédő letiltása lejátszás közben - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Ez a kinézet nem támogat színsémákat - + Information Információ - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6022,52 +6097,52 @@ and allows you to pitch adjust them for harmonic mixing. Beolvasás - + Item is not a directory or directory is missing - + Choose a music directory Válassz zenei gyűjtemény könyvtárat - + Confirm Directory Removal Könyvtár Törlésének Megerősítse - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Számok elrejtése - + Delete Track Metadata Számok adatainak törlése - + Leave Tracks Unchanged Sávok Változatlanul Hagyása - + Relink music directory to new location - + Select Library Font @@ -6927,138 +7002,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Letiltva - + Enabled Engedélyezve - + Stereo Sztereó - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error @@ -7544,122 +7619,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Zene Hardware - + Controllers - + Library Könyvtár - + Interface Felület - + Waveforms - + Mixer Keverő - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Súgó - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Alkalmaz - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Mégsem - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Effektek - + Recording Rögzítés - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Bakelit vezérlés - + Live Broadcasting Élő közvetítés - + Modplug Decoder @@ -7834,7 +7909,7 @@ Select from different types of displays for the waveform, which differ primarily Album Előadó - + Fetching track data from the MusicBrainz database @@ -7911,72 +7986,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags Eredeti előadó - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Javasolt címkék - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8297,7 +8372,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Mégsem - + (no color) @@ -8507,27 +8582,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8750,15 +8825,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8769,57 +8844,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8902,32 +8977,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -9002,181 +9077,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy A hangeszköz foglalt - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Kapjon <b>segítséget</b> a Mixxx Wikiből. - - - + + + <b>Exit</b> Mixxx. - + Retry Újra - + skin - - + + Reconfigure Újrakonfigurálás - + Help Súgó - - + + Exit Kilépés - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9192,43 +9267,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Zárolás - - + + Playlists Lejátszólista - + + Shuffle Playlist + + + + Unlock Feloldás - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. Megeshet, hogy ki kell hagynod pár számot az előkészített lejátszólistádból, vagy egyéb számokat is be kell fűznöd, hogy fenntartsd a buli energiaszintjét. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Néhány DJ az élő előadása előtt állít össze lejátszási listákat, míg mások szeretik inkább az előadásuk helyszínén összerakni a sajátjaikat. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Új lejátszólista készítése @@ -9295,7 +9375,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9401,68 +9481,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Fülhallgatók - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Bakelit vezérlés - + Microphone Mikrofon - + Auxiliary - - + + Unknown path type %1 @@ -9555,6 +9635,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9592,6 +9674,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9610,6 +9693,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9625,6 +9710,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9922,7 +10009,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9979,7 +10066,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9999,22 +10086,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10097,8 +10184,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10128,42 +10215,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10183,17 +10270,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10596,18 +10683,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10647,52 +10734,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10740,10 +10827,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10912,7 +11020,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox (zenelejátszó) @@ -10958,34 +11066,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Rekeszek - + Check for Serato databases (refresh) - + (loading) Serato @@ -10993,64 +11101,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Feloldás - + Lock Zárolás - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11059,193 +11167,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem A Mixxx problémába ütközött - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. Kérlek ellenőrizd az internet kapcsolatodat! - + Can't connect to streaming server Nem lehet csatlakozni a stream szerverhez - + Please check your connection to the Internet and verify that your username and password are correct. Kérlek ellenőrizd az internet kapcsolatodat és bizonyosodj meg róla, hogy a felhasználónet és a jelszót pontosan adtad meg! @@ -11261,23 +11369,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11629,7 +11737,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Borító @@ -12081,52 +12189,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12320,442 +12418,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Effekt paraméterek mutatása - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Super potméter - + Next Chain Következő lánc - + Previous Chain Előző lánc - + Next/Previous Chain Következő/előző lánc - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Következő - + Clear Unit Egység ürítése - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Egység kapcsolása - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12764,169 +12863,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Előző - + Switch to the previous effect. - + Next or Previous Következő vagy előző - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13025,47 +13123,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13333,123 +13431,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Mix felvétele - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit Ismétlésből kilép - + Turns the current loop off. - + Slip Mode Csúsztató mód - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13571,97 +13669,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode Bakelit vezérlés mód - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve Ismétlés felezése - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double Ismétlés kétszerezése - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13671,82 +13769,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13754,12 +13852,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? A kiválasztott számok benne vannak a következő lejátszólistákban:%1Amennyiben elrejted őket, akkor el lesznek távolítva a listákból. Biztos folytatni akarod? @@ -14012,22 +14110,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14049,7 +14147,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14073,452 +14171,452 @@ This can not be undone! WMainMenuBar - + &File &Fájl - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit &Kilépés - + Quits Mixxx - + Ctrl+q - + &Library &Könyvtár - + &Rescan Library Könyvtár ú&jratöltése - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Új lejátszólista létrehozása - + Ctrl+n - + Create New &Crate - + Create a new crate Új rekesz készítése - + Ctrl+Shift+N - - + + &View &Nézet - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. Maximalizálja a számkönyvtárat, hogy minden elérhető helyet elfoglaljon a képernyőn. - + Space Menubar|View|Maximize Library - + &Full Screen &Teljes képernyő - + Display Mixxx using the full screen A Mixxx teljes képernyőben mutatása - + &Options &Opciók - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx Használjon időkódos lemezeket a külső lemezjátszókon a Mixxx vezérléséhez - + Enable Vinyl Control &%1 - + &Record Mix &Mix felvétele - + Record your mix to a file A mix rögzítése fileba - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Közvetítse a mixeit shoutcast vagy icecast serverre - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Testreszabás - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Súgó - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. A Mixxx felhasználói beállítások könyvtár megnyitása. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application Az alkalmazásról @@ -14747,564 +14845,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist Hozzáadás lejátszólistához - + Crates Rekeszek - + Metadata - + Update external collections - + Cover Art Borító - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Visszaállítás - - + + Analyze Elemzés - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Hozzáadás az Auto DJ listához (végére) - + Add to Auto DJ Queue (top) Hozzáadás az Auto DJ listához (elejére) - + Add to Auto DJ Queue (replace) Hozzáadás az Auto DJ listához (csere) - + Preview Deck - + Remove Eltávolítás - + Remove from Playlist Eltávolítás a lejátszólistából - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser Megnyitás fájlkezelőben - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Értékelés - + Cue Point - + Hotcues Hotcue pontok - + Intro - + Outro - + Key Billentyű - + ReplayGain Visszajátszás hangerősítése - + Waveform - + Comment Megjegyzés - + All Mind - + Lock BPM BPM zárolása - + Unlock BPM BPM zárolás feloldása - + Double BPM BPM duplázása - + Halve BPM BPM felezése - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Új lejátszólista készítése - + Enter name for new playlist: Add meg az új lejátszólista nevét: - + New Playlist Új lejátszólista - - - + + + Playlist Creation Failed Lejátszólista készítése sikertelen - + A playlist by that name already exists. Egy lejátszólista ezzel a névvel már létezik. - + A playlist cannot have a blank name. A lejátszólista nem tartalmazhat üres helyet. - + An unknown error occurred while creating playlist: Ismeretlen hiba történt a lejátszólista készítésekor: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Mégsem - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. A Track fájl törölve lett a meghajtóról, és kitisztítva a Mixxx adatbázisból. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk Ez a track fájl nem törölhető a meghajtóról - + Remaining Track File(s) Hátralévő Track Fájl(ok) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15312,37 +15410,37 @@ This can not be undone! WTrackTableView - + Confirm track hide Track elrejtés megerősítése - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? Biztosan el akarod távolítani a kijelölt számokat ebből a lejátszólistából? - + Don't ask again during this session Ne kérdezzen rá többször ebben a munkamenetben - + Confirm track removal @@ -15358,7 +15456,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15406,52 +15504,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Válasszon zene gyűjtemény könyvtárat - + controllers - + Cannot open database Az adatbázis megnyitása nem sikerült - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_hy.qm b/res/translations/mixxx_hy.qm index ea0f9149c3591ff7f95417ddf0c1bb31fe442031..f7f8d2621917ffe1f4ebaaca3e0e23990d96fef7 100644 GIT binary patch delta 1099 zcmXZaTS!xJ90%~9+s@AJ?k2m>v$=_*LdiQ_FqGUwM)qJqJ&6)Rt62HaOUJTkk$B0d zth6FA!3e=}SPD@NN~0bsK?@^N5@Ge5U!Oid{`~*v{BA3CU3HyyIgf~Ph;;cx z)ip%=W6&Ij_6N}Y6=sjaz)qst*F?sx&@u--_o37X11m6`AXT%D$YUg-_!g0R50tYm zBgk%t5?^@Ek47N&oOB z$AP;AdV8TSy5UbKy`-Ad1tP;5v=B-tm}6 zcTY$R%hjBzp940xL1^2ZBGNp8j$G)BZTKDL_6Tj!V!pQs9S5LuK)5l)`(tc^Rujzr zBFvQSB~rv-a8OuqsfdKz!h#&W%E6Mbkk;R?Hu~&bX}-ETR?n@DKuZXE%3$D>sJ;1@ zJJBOnD)_!3Cbqr1&OiPHt(9WO$|QfMU7SpPAQG2gcvN#@hmv=uL^Exl;>9P8ydKz( z;=pkQy3T9$iErHEJJ5U=I#Sx%=?K3|LX{TUR$(ZjYuL^S=|4mB9JJ5CtO6LW()GOH z4rKh25omV7@NeC-D9@Top|TU&&cd8A{l(ssJhEN7BF)R1`igFBOi zmPVuR(H0`9%h**h&!bp|IVE|fsw1u3l0MUXVGCze1XVH&UCS(pl=EnoGoO~GXI9e0 Vi}I>_vp;Vnu6mm>(x;vc{Rg5R2s{7) delta 1115 zcmXZbSx8i26bJC*%-lPhGmdj-nq6lvgTPR6Y%wEAL6kz99we|xq)npep@?qSqJpM2 zmf1oS;X{Q9R)P_T3zE}DMIfY6P!fnO1Ou7Y8UH^04j<=!_bm5zL=(|=i=0hF0U}*1 zQAs(G{y8+ghE@T(Hbbuy`mPgge@0|zhvo=$r$Fxr^zVS7ucSJrBXS)eA@3TIco)jn zZwNAHp_dbeYKhWTL#YhfFG2SZ^mdUj-@th_P&x&jeb60){ufl5^^_Z{hNfERII*Nm zPA3kW)6hK+Jv}g^0{VPZK6Z{fu7+k2+H0WeE%dvnS|1`Z4np%MC_R9VUg(sQ%0%w9 zIPlcN4BN8f(BDC|J;!-PQRT!!5&Kxx+;@jNx(H3(&{+muM(D{|b_!-RL*FjpNZUhh zW$1gO z)?QuYi6qop6r7(LSGT fUFSZcmEl;geO3Q{)ytIFdR<{GCVKlL;$-kY!ZHp& diff --git a/res/translations/mixxx_hy.ts b/res/translations/mixxx_hy.ts index df6edb683ec..38ca00fdf25 100644 --- a/res/translations/mixxx_hy.ts +++ b/res/translations/mixxx_hy.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Ավելացնել ավտո DJ-ի հերթին - + Add to Auto DJ Queue (top) Ավելացնել ավտո DJ-ի հերթին - + Add to Auto DJ Queue (replace) - - Import Playlist - Փլեյլիստի իմպորտ + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Չհաջողվեց ստեղծել փլեյլիստ - + An unknown error occurred while creating playlist: Անհայտ սխալ ծագեց փլեյլիստի ստեղծման ժամանակ՝ @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Նոր փլեյլիստ - + Add to Auto DJ Queue (bottom) Ավելացնել ավտո DJ-ի հերթին - - + + Create New Playlist - + Add to Auto DJ Queue (top) Ավելացնել ավտո DJ-ի հերթին - + Remove Ջնջել - + Rename Վերանվանել - + Lock Լոք - + Duplicate - - + + Import Playlist Փլեյլիստի իմպորտ - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist Կրկնօրինակել փլեյլիստը - - + + Enter name for new playlist: - - + + Export Playlist Փլեյլիստի էքսպորտ - + Add to Auto DJ Queue (replace) - + Rename Playlist Վերանվանել փլեյլիստը + - Renaming Playlist Failed Վերանվանումը ձախողվեց - - - + + + A playlist by that name already exists. Այս անունով փլեյլիստ արդեն կա - - - + + + A playlist cannot have a blank name. Փլեյլիստը չի կարող ունենալ դատարկ անուն - + _copy //: Appendix to default name when duplicating a playlist _copy + - + - - - + + Playlist Creation Failed Չհաջողվեց ստեղծել փլեյլիստ - - + + An unknown error occurred while creating playlist: Անհայտ սխալ ծագեց փլեյլիստի ստեղծման ժամանակ՝ - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Փլեյլիստ (*.m3u);;M3U8 Փլեյլիստ (*.m3u8);;PLS Փլեյլիստ (*.pls);;Տեքստային CSV (*.csv);;Կարդացվեղ տեքստ (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Չկարողացա բացել երգը @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Ալբոմ - + Album Artist - + Artist Արտիստ - + Bitrate Բիթրեյթ - + BPM BPM - + Channels - + Color - + Comment Մեկնաբանություն - + Composer Կոմպոզիտոր - + Cover Art - + Date Added Ավելացման օր - + Last Played - + Duration Տևողություն - + Type Տեսակ - + Genre Ժանր - + Grouping - + Key Բանալի - + Location Վայր - + Preview Նախադիտում - + Rating Վարկանիշ - + ReplayGain - + Samplerate - + Played Երգված - + Title Անուն - + Track # Երգ # - + Year Տարի - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Ավելացնել Արագ հղումներում - + Remove from Quick Links Հեռացնել Արագ հղումներից - + Add to Library - + Quick Links - - + + Devices - + Removable Devices - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Անուն - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Ավելացնել ավտո DJ-ի հերթին - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Ավելացնել ավտո DJ-ի հերթին - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Ավտո DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ Ավտո DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Լոք - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock Լոք - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Ալբոմ - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Ավելացնել ավտո DJ-ի հերթին - + Add to Auto DJ Queue (top) Ավելացնել ավտո DJ-ի հերթին - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Ջնջել - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Վարկանիշ - + Cue Point - + Hotcues - + Intro - + Outro - + Key Բանալի - + ReplayGain - + Waveform - + Comment Մեկնաբանություն - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist Նոր փլեյլիստ - - - + + + Playlist Creation Failed Չհաջողվեց ստեղծել փլեյլիստ - + A playlist by that name already exists. Այս անունով փլեյլիստ արդեն կա - + A playlist cannot have a blank name. Փլեյլիստը չի կարող ունենալ դատարկ անուն - + An unknown error occurred while creating playlist: Անհայտ սխալ ծագեց փլեյլիստի ստեղծման ժամանակ՝ - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_id.qm b/res/translations/mixxx_id.qm index 6a459e6bbb48fd5c4ab8157b2efa8e25bc2d7002..9b68f18a780ddf50c4f6c2a9b75a2e24bb9889e6 100644 GIT binary patch delta 3222 zcmXZecU%-_8VB%)-JR{bh=58FD@K$Wz!F7~A{|jtq=+aYAVrq4Hef6PESzXG1`Ebm zQ7qV%sHcF6qFl~`F~^BfIX^~Yj3tShBl#_le|=|WXWn_|Det>mt0Z+>C2Ot3BqAC> zq#F($i6Z*46YJQSBcTUTZ+|vT2|va873c+D!VyFcHbm0#IN!p?Pr}drah?e=?!>XU z&14$UXp`%Rf+C1SeJdaIn8o%v&8Gj#=CrfMdbo>d!aa5>ULL-lsGt~wT_v*6u{J-l z85rDjJ>QL;e}OH+#3y;;LxYJXr;C)vqBq7Yw_{qj9g{9-m4*G=aJZxXx_4OK8Z#)Zup%jUL{Ff~xb7gd=K zFu(&6HsNcmjqFr2Hs>%2dmj-c+K_M|g{b=x*3OTO{DsY&$L4J$;lncA_k^`8VACzx zOkZ}vFjCAFZzBD9q*!np>DQ5BOCnL=kE98UCenwp)@^LsEH*ulH9C`XKnIbH8@XIX zO~jrdPwG$Pl22ZrzsGqH1v{O?IF_t+HJh-EP4l2&(R4$)KVQh)&t^^j=sULHB}H5+ zA?mh)waI29PqK3#vh#f?awGC=zmK9~8WFK$>t!J}y*!k}%CH@kTe6Ia#D5;e?UuEODT>9%o5DK`-%q`|3UOdWdcpM5mc9EG+!cKI} zXtQZGcy5WBxM!iqyk}FQnD7=@;0{hiuj=HrtCemdMHv&qAb5$~I+VqDzZqyAPBR zMdr$?S7BYCMeL|dHg^wO7$U1#^BY1hm(^5AQG89Zqd7Ct|NW239+$ckeRhQP3z9v* zy#b*$$lfl?$9M|`_b`MkZl>T}i3mh}A^5&TZsUFsrnL0K^Kv06C>$ZKWK++xxqaFE zdLijpF;>l4Lgpz`SNu=Ntw884iiH)mA_lVf3kOgv70Sn7BGQ~-$DU=QV%ZoaE1na| zgS~Oz&+OQbMrR9^%Zf10bD^>ZMQGv2+FG)PnL?ExelL10Y!AYRWY-AWMbklUGGAD7 zRM_A2Ppr*n*u*8Q;gxX7w3PbZU~>#?o?N&d^qOc+l+Y6Ag{67CaH|!2LWEIh9TAC* z$ckNH5T4k`&|TYwCyt1$@-3VFLN4lhTcJPQB>&}lvdGq=gc+gRPy>%x-7b3rJ%8_e>{AnnvHsM$K&$f?y<(?t34Ogf( zccRMoDeS+DBT|&IMWk^0;Ue0~Md5ZUg-G7P`eZ5mCHTN@q=?QyzbCmUR@?W%p5v$} z|JPSYk$9dDY%3KNzvIQ)az*99J4D_Vif{jm5YE1%XuNcrNZr8}J1d@5AX3ApDZLv9 zU}5r529FCw)e{@w&o2H(8Ju_p3)@=d#68JGDgBgj5tzsbGi8pCl*qC`xqPc1KG^=Q za+Uf#+M-6e&F3C|=&d|p#DnqOln3j)hIX|g1 zD>{%W1>0jS8}U+QU#lmwd#ws>LuCBVsv=SmLHmp@MT&G$#kS<3oxV~fKf?fqvuu8> zDl>C0LU)6;*~Mm9vGW(Js$yD*#_v$o%|?m>OH_^5j$rp2qPo}YL}cd5%9>b*bL=9u z>gm^qkcuMJhf}ra|G{CZ4>t-hz;U%Q`7v_cot?5tt#w8Of}7O3p@~QZslBew#!}l$ zJ$p1lX&%7#xW9PN z$=#!V+kg}f{O~>Wirqa91XJ z;001UO)GXC^orM>ZeNLhlxrI$ZxGrBHm{y7wAS8SkAFCJ)!O&&W3W{BWXJ8*SLH%@5s}Z`CGr9~X6xXONx^=$yv63BT7fSVV&2DVJ0s2wKGW?TWst-uT{nnQH zm^G2u&pq_<2k`;DHt0)6AhpvQ^qU`}1|~b|j|@AG^}(P&{}@F&G);eX=|D_G?5V$L zi?)c9>hF6lLDe2)1z&d2EptWaGwkaX=5D)D3!k`{yE}~}nm5|qdkW6`&oCcVx(2DL zXG8yF!`GS5t--_wRj@^6=DS-waNcTOHyjgF3`W?NUXZTuJJI9VaqV=;u?%w$@o#*G BWncgR delta 3238 zcmXZfd0bBU9tZGm&-0vTUr>rXSyD`BqtJq)O`DLSOt7x zyP|~6w`2=2@i`bHWDn8Y6cQ;$*?T}qHf$DVHn*54rv`q67m4QKD`uyVELTmmESF^U z7l=muMzZgGiDp)l>|dBf^ldf~=X?In+Dd}!4kFbac4`ruS;gi!kr3f463u$ob3hd1 zPC``y(ZK6$L^PYFBH_Rsm(~m*iWc^?e9c3=5#3>=f{Lnm-Sg9 zw=UK@fx3s{1-8xfDl3|3krRDO6NOuwI7a?}7jH9}6m=OXxn(jXW-q#C zyUF}|JhwrdZz6seMKn$$2`f>d2y-N<7J5A3E!p(Zm1wF|QtfPlo_#8*zl(uBahLpX z{5{dcKO}AEwh?(1O5XeIB$^;x%iO#Qf--l-mjL9d5npV>L+z@ zLvcD;OMPmOqyL@uN`3DqV~wei24*1zv0J2pWf*w8TpHRt0YB;DObbM!NSYId>xpjC zb@3fUqr0RBQFvstN_y~oJbWj;{9iAGx=H#p79mcUEgQK5HQ+o{Ha-;-T+}QRjcDtI zf0dOS-G`$5qgRp4i}=J+HM`7`P512cA)8Uo=G~W-eUpHR_LEg*V4@qkWOWTiM4?w? z2S3BQK&x4gHa3UYwR>gth;)86oXtPgi&e*;^6%{#`=xQ4s?TSbzg4J`l?MT8Xp<*2|m?Yh)u6*!31dS%53< z^Jl&K3~v`I3)c~?_Y*4XQH1?#Sj%)a>$Ffi9oGv&gkAplkmZ7~OYAwwZsrpkw8EkG zzaf;SY}}7*cCgUevy^&|W-~k3oOt1i|7)VfhlI{37c9-YgqwG;Cxl!V?o1BFMwG$k zcLYKgGTBdp)^ww30swMD@l7$$zu_1$%>;{B8CrBFp^> zRrNy$qsD5I7YS}d(lmT%U@ug3dv-c-roHfd*5KLrpv@&yw6d!7OP5EifbgbFV z%FoniiSh*H&M9}Xd#zM9x$qZ#b5Ev#@S}uQ!lx|er?XV*m%s@_`j<@oIHx9wNCZnYAy!StCfiliOka2d9T&lafrZ7Yqf4{98pq~+T~Ib zR>*91k|#oG*vVShux``(EM?casq>CT;#ZHmy7J~86k#m8B2-;AQ)BwQDwtdM#G8R83JWLO@dx7mUY%}G;)TGho){Z7+->^(LgwdP9GYZPY$o3d8(sO=U?CqeUkfdi36tyU~< zc!9P!rtNjm3GMgyORyWpYg;70&uDwx#UphvK_D`p&MDAJabQ4|wg-emT zWSvzEQs~;LvpQl=wBo65OiUvpa8u{-4QeCeg3fOfo=Ys&&79RjB!3|CLFQC;?R8yf z5kfR-jV`Pdp<8UKOSMCBdA!km;dPHlreasc>gAd`q-LkyBd-X#{fFKs1@{k3*GHCz zVhJwQM<2!q40@s8G#ROlv(i^TL=DUp_1{iBj`g8KfA%4YbgXz@e`$jaW|F19VTrbg ziq+qnupU)=m=&toHTDKYAbuI!Jux`ep%z9L8Jz6gu!e6pxX$aTjZ+4X&E=?mBO4UK z20t?_tH;DfJz>}VY^dwR{}ZE~3{8_TF@>TKaVxZ}Xbv0S*r1J-ROAeFugEqGZ&Vqa G#s33e31(gZ diff --git a/res/translations/mixxx_id.ts b/res/translations/mixxx_id.ts index 408d1f33493..fb8ccd286e4 100644 --- a/res/translations/mixxx_id.ts +++ b/res/translations/mixxx_id.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Tambahkan ke Auto DJ (bawah) - + Add to Auto DJ Queue (top) Tambahkan ke Auto DJ (atas) - + Add to Auto DJ Queue (replace) - - Import Playlist - Impor Playlist + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Pembuatan Playlist Tidak Berhasil - + An unknown error occurred while creating playlist: Kesalahan yang tidak diketahui terjadi saat membuat playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Playlist Baru - + Add to Auto DJ Queue (bottom) Tambahkan ke Auto DJ (bawah) - - + + Create New Playlist Buat Playlist Baru - + Add to Auto DJ Queue (top) Tambahkan ke Auto DJ (atas) - + Remove Hapus - + Rename Ganti Nama - + Lock Kunci - + Duplicate Duplikasi - - + + Import Playlist Impor Playlist - + Export Track Files - + Analyze entire Playlist Analisa Seluruh Playlist - + Enter new name for playlist: Ganti nama baru untuk Playlist ini: - + Duplicate Playlist Duplikasi Playlist - - + + Enter name for new playlist: Masukkan nama baru untuk Playlist ini: - - + + Export Playlist Ekspor Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist Ganti Nama Playlist + - Renaming Playlist Failed Ganti Nama Playlist Gagal - - - + + + A playlist by that name already exists. Nama playlist tersebut sudah digunakan - - - + + + A playlist cannot have a blank name. Playlist tidak bisa memiliki nama kosong - + _copy //: Appendix to default name when duplicating a playlist _salin + - + - - - + + Playlist Creation Failed Pembuatan Playlist Tidak Berhasil - - + + An unknown error occurred while creating playlist: Kesalahan yang tidak diketahui terjadi saat membuat playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Playlist M3U (*.m3u);;Playlist M3U8 (*.m3u8);;Playlist PLS (*.pls);;Teks CSV (*.csv);;Teks Terbaca (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Tidak dapat memuat lagu @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artis dari Album - + Artist Artis - + Bitrate Bitrasi - + BPM DPM - + Channels - + Color - + Comment Komentar - + Composer Penyusun - + Cover Art Gambar - + Date Added Tanggal Ditambahkan - + Last Played - + Duration Durasi - + Type Jenis - + Genre Aliran - + Grouping Kelompok - + Key Kunci - + Location Tempat - + Preview Pratinjau - + Rating Penilaian - + ReplayGain - + Samplerate - + Played Dimainkan - + Title Judul - + Track # Lagu # - + Year Tahun - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Tambahkan ke Link Cepat - + Remove from Quick Links Hapus dari Link Cepat - + Add to Library Tambahkan ke Library - + Quick Links Link Cepat - - + + Devices Perangkat - + Removable Devices Perangkat Removable - - + + Computer - + Music Directory Added Berkas Musik Ditambahkan - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Pindai - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group Grup - + Item - + Value - + Parameter Parameter - + Title Judul - + Description Deskripsi @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume buat jadi volume maksimal - + Set to zero volume buat jadi tidak ada volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button Tombol dengar headphone - + Mute button Tombol diam @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientasi mix (misalnya kiri, tengah, kanan) - + Set mix orientation to left Jadikan orientasi mix ke kiri - + Set mix orientation to center Jadikan orientasi mix ke tengah - + Set mix orientation to right Jadikan orientasi mix ke kanan @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages Tombol sadap BPM - + Toggle quantize mode Mode pengalihan quantisasi - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Aktifkan mode Keylock @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Equalizer - + Vinyl Control Kontrol Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Pengalihan mode penanda kontrol-vinil (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Pengalihan mode kontrol-vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Sambungkan Audio eksternal ke Mixer internal - + Cues Penanda - + Cue button Tombol penanda - + Set cue point Atur titik penanda - + Go to cue point Lompat ke titik penanda - + Go to cue point and play Lompat ke titik penanda dan play - + Go to cue point and stop Ke titik penanda dan stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues Penanda Utama - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Hapus penanda tepat %1 - + Set hotcue %1 - + Jump to hotcue %1 Loncat ke penanda tepat %1 - + Jump to hotcue %1 and stop Loncat ke penanda tepat %1 dan stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Putaran - + Loop In button Tombol Masuk Putaran - + Loop Out button Tombol Keluar Putaran - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop Buat %1-putaran ketukan - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Tambahkan ke Auto DJ (bawah) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Tambahkan ke Auto DJ (atas) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track Muat lagu yang dipilih - + Load selected track and play Buka trek terpilih dan mainkan - - + + Record Mix - + Toggle mix recording - + Effects Efek - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Tombol tambah - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofon on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Antarmuka Pengguna - + Samplers Show/Hide - + Show/hide the sampler section Tampilkan/sembunyikan seksi sampler/contoh - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Tampil/sembunyikan bagian kontrol vinil - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Tampil/sembunyikan bagian widget vinil - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Tentang Mixx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. Pindai - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Pustaka - + Interface - + Waveforms - + Mixer Mixer - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efek - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Kontrol Vinil - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Artis dari Album - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Kunci - - + + Playlists - + + Shuffle Playlist + + + + Unlock Buka Kunci - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Buat Playlist Baru @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Kontrol Vinil - + Microphone Mikrofon - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Peti - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Buka Kunci - + Lock Kunci - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Gambar @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist Tambah ke Daftar Putar - + Crates Peti - + Metadata - + Update external collections - + Cover Art Gambar - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Menganalisis - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Tambahkan ke Auto DJ (bawah) - + Add to Auto DJ Queue (top) Tambahkan ke Auto DJ (atas) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Hapus - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Pengaturan - + Open in File Browser Buka di Browser Berkas - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Penilaian - + Cue Point - + Hotcues Penanda Utama - + Intro - + Outro - + Key Kunci - + ReplayGain - + Waveform - + Comment Komentar - + All - + Lock BPM Kunci DPM - + Unlock BPM Buka Kunci BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Buat Playlist Baru - + Enter name for new playlist: Masukkan nama baru untuk Playlist ini: - + New Playlist Playlist Baru - - - + + + Playlist Creation Failed Pembuatan Playlist Tidak Berhasil - + A playlist by that name already exists. Nama playlist tersebut sudah digunakan - + A playlist cannot have a blank name. Playlist tidak bisa memiliki nama kosong - + An unknown error occurred while creating playlist: Kesalahan yang tidak diketahui terjadi saat membuat playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Pilih petunjuk pustaka musik. - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_is.qm b/res/translations/mixxx_is.qm index ddee173366a3344c4fa44fef20a1c0524950afff..dc0886e2b3d8939155938e5bd299387537aa7d2e 100644 GIT binary patch delta 1872 zcmXZde^69a6bJAx>$|&e-`ibQ0atKYlNDTGf4R#_nWm`-sTigdU|Qp7*aYUN={OCp zCdiM_Oei5M6SPnnG&Pf%N+#u}DJ4c$+BAbqT3C&vq)^t`IsNsy+n7uYs2(=<6dQk;oCGMLankV;ke&%>zF~E3th$g*YG6GxSpO~Z0ASU! zww=JjPC#162K6>>B(G$BO>D|@Y~U#Hlph%VDzGRY7@x}~xLD6^vW)iDM?L_2W+0n3 z6{~~viUK5Eg7n7~`ad@t|A6&WLmE7QAjT9!1olz}qS^3V)?;S9pFqsN0~pd+-_HpuWN?POq#7DHbxFrxR6r{M$Dk5YMh`Gxh&KFqU zbco^C0Iii(rm%@L9_n{aV^gkS)PW*e_-{B;hG>B=;YgiD-iC8_KOi51tJ4RJyNQ%y z8Xs4PjKt6B=<--yHW{Rj@u#`N(ZwcBXPxz|YccEAu>Jzft*8JZRw1*sgwAp*EC0%l z$z+oQY>FLO&zz$&`<{*8heb;%Q_&_Y4i+q?#ysS7(uB#`Sfa*Liq^CGy{xj2joZm4 z2H52P$6Z$b+jX9GZ)H>VBi~a?b-fJj8y^P7oWhm3F92gPYiXzh_sgi74Q6)Y^HTXSs&>tr ztgf7O46{iuv(6t`*Xu!UxTmrH2C4GsaypU$sdhCjkQyx=Y%B#V*QADuvs6u$Y%xr45)LT_dkz1te+r5Bk8$0rxG;o>bnS<%VJCBO$A-|aM zXF7RO6nsiYF~KC(zHySyc2JZZqkiFK1AU@$PAlD(Og4NwYi(o4dDzJ|QJE2-c{|wf zGpucas5!ElzI%)f>T|f^IV}!%oS}O@z}i1#y%y2aTSfhc#4qu*W3;gD&%_Nif+Aj} zjjE-yjc{p~?5259G1@J|ltFu(wy~2kGU>SXRt#M~?E{_u9V)u8d%9VgNMJ;Zt_dY{ z|6>~Dz&SghcF7r!r_lmnBkI|}D7m8h2YN{Ul@Ff1NY^!6KHPVminds8+|W)L8PleLZ~Dx9+PRX?THe>^UR*~D7wVUl_fX`$%8IF>h>BR*#~S)rqn{1TR#x5n3z&F= z^`aL~+nYfEh8llwm)KNyZu)ad2ZpcC}UV+lFrK>G zM86aMDaNE{DdpN`qx&e;g00;+=k6W~WVdnZLfdRAk}Tu$+&FqD!i~)z+@(lerYD;z pQb(MrB&(iMJBzifF!j3q6v2WQ>3nOeGRG!Vtd=(ZbG8_Hb4IQ9L_zx_nhD3FtV|K z(;lP8PDHUp8XJr!3QlDsgISXkP9svi&tc*6h!*w|2?MN0-oyiI7n|zGI=^Sr{D~G}Q^CIxEiNIN+QFK3vGzrR5Lq20{B;w*`;s-SVr`=&JZ~lsg$|SGIzZ%8$@+J&wla2F5Q%xCMEVvs zbry;Fb8sR%J9UJ_^|i#h-8_P zdmTj4bIG|C&!hS&$9xf~zQF3*p$8K&p*&%>u$IGYvhRfF*c3OL+DEz7)kKqfXnxl= z++!zTLbF)5?!r$9p4G2n=zM=qG5K@6dzCe@*fZ) zjZeYJN^Ib94U zIWDYw%mzfUk!@oA$x^&8fc41dd0-C}PxPSYL-N=-Eo-k32Zm}fFN^o$v196FeWF=g zxOiWkjDGLY1~nkZlXqzg_hNm}=h`pE5y{xi+SXn~#u2D}9ELX3tvB;%G%9%X}A0pQ1%eu;?>Knh}LU~texqKaM*Djs7JB*?lmRi?e zMdb3OZ&ciN(=w#<_6JDe4(XZ^wMFTyTEH5|*#w8w?|T;gum8n6AWHpER;xyEwYphp z2^+FS&b?KPlg*Romtg10RW{_MyzKfqq^@6HwR3>Tn5Mix!-(Ji&Psb(L&k))tgBgB z{olX1%5$Ix1AB{7KldQ2e3UgmWi9V1^#hH#`~P4a{Yv9l2qM*|^z7>*N~lu$UTncd zbzj};r^k)hsO~s~4QW+Yv9U>3wf@0TT;YWf?+ZSlHr>K{W0~6I@eYD6@I=sab)dh~M(eZpj^c%_Z1^KKc2J+Y97SvE(pRR diff --git a/res/translations/mixxx_is.ts b/res/translations/mixxx_is.ts index 5f9fcbfba95..0a9ee39d763 100644 --- a/res/translations/mixxx_is.ts +++ b/res/translations/mixxx_is.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Innfæra lagalista + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove Fjarlægja - + Rename Endurnefna - + Lock Læsa - + Duplicate - - + + Import Playlist Innfæra lagalista - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Gat ekki opnað lag. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Plata - + Album Artist - + Artist Flytjandi - + Bitrate Bitahraði - + BPM BPM - + Channels Rásir - + Color - + Comment Athugasemd - + Composer - + Cover Art - + Date Added Bætt við - + Last Played - + Duration Lengd - + Type Tegund - + Genre Stíll - + Grouping - + Key Tónlykill - + Location Staðsetning - + Preview - + Rating Stjörnugjöf - + ReplayGain - + Samplerate - + Played Spilað - + Title Heiti - + Track # Lag # - + Year Ár - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Flýtihlekkir - - + + Devices Tæki - + Removable Devices Fjarlægjanleg tæki - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Heiti - + Description Lýsing @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Tónjafnarar - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Næsta - + Switch to next effect - + Previous Fyrri - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Sjálfvirk hljóðblöndun - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Um Mixxx - - + + + Unknown - + Date: Dagsetning: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Víðóma - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Virkt - + Stereo Víðóma - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Stillingarvilla @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hljóðbúnaður - + Controllers - + Library Safn - + Interface Viðmót - + Waveforms - + Mixer - + Auto DJ Sjálfvirk hljóðblöndun - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Virkja - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Hætta við - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording Upptaka - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting Lifandi útsending - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Hætta við - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Læsa - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Kassar - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock Læsa - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx lenti í vandræðum - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device tæki - + An unknown error occurred Óþekkt villa kom upp - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Næsta - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Fyrri - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Plata - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Kassar - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Frumstilla - - + + Analyze Greina - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Fjarlægja - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Stjörnugjöf - + Cue Point - + Hotcues - + Intro - + Outro - + Key Tónlykill - + ReplayGain - + Waveform - + Comment Athugasemd - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Veldu möppu sem inniheldur lagasafn - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_it.qm b/res/translations/mixxx_it.qm index 67c4c5cb599e0fbe0eed128b3425095436cf41bb..ba468eafc302d6c15f08914a6dab57ecf0c7d060 100644 GIT binary patch delta 25042 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 delta 23849 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 PNliBJF*8$>trq?tgkJG> diff --git a/res/translations/mixxx_it.ts b/res/translations/mixxx_it.ts index 7c63d8f7537..b4d02a2d91a 100644 --- a/res/translations/mixxx_it.ts +++ b/res/translations/mixxx_it.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Aggiungi alla coda di Auto DJ (in fondo) - + Add to Auto DJ Queue (top) Aggiungi alla coda in modalità "Auto DJ" (in cima) - + Add to Auto DJ Queue (replace) Aggiungi a Auto DJ (sostituisci) - - Import Playlist - Importa Playlist + + Import as Playlist + Importa come Playlist - + + Import as Crate + Importa come Contenitore + + + + Crate Creation Failed + Impossibile Creare il Contenitore + + + + Could not create crate, it most likely already exists: + Impossibile creare il contenitore, molto probabilmente esiste già: + + + Playlist Creation Failed Creazione Playlist Fallita - + An unknown error occurred while creating playlist: Si è verificato un errore sconosciuto durante la creazione della playlist: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nuova Playlist - + Add to Auto DJ Queue (bottom) Aggiungi alla coda di Auto DJ (in fondo) - - + + Create New Playlist Crea Nuova Playlist - + Add to Auto DJ Queue (top) Aggiungi alla coda di Auto DJ (in cima) - + Remove Rimuovi - + Rename Rinomina - + Lock Blocca - + Duplicate Duplica - - + + Import Playlist Importa Playlist - + Export Track Files Esporta Files Tracce - + Analyze entire Playlist Analizza l'intera Playlist - + Enter new name for playlist: Inserisci il nuovo nome per la playlist: - + Duplicate Playlist Duplica Playlist - - + + Enter name for new playlist: Inserisci il nome per la playlist: - - + + Export Playlist Esporta Playlist - + Add to Auto DJ Queue (replace) Aggiungi a Auto DJ (sostituisce) - + Rename Playlist Rinomina Playlist + - Renaming Playlist Failed Errore nel rinominare la Playlist - - - + + + A playlist by that name already exists. Esiste già una playlist con questo nome. - - - + + + A playlist cannot have a blank name. Il nome della playlist non può essere vuoto. - + _copy //: Appendix to default name when duplicating a playlist _copy + - + - - - + + Playlist Creation Failed Creazione della Playlist non Riuscita - - + + An unknown error occurred while creating playlist: Errore sconosciuto durante la creazione della playlist: - + Confirm Deletion Conferma Cancellazione - + Do you really want to delete playlist <b>%1</b>? Sei davvero sicuro di voler cancellare la playlist <b>%1</b>? - + M3U Playlist (*.m3u) Playlist M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Playlist M3U (*.m3u);;Playlist M3U8 (*.m3u8);;Playlist PLS (*.pls);;Testo CSV (*.csv);;File testuale (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Impossibile caricare la traccia. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista Album - + Artist Artista - + Bitrate Bitrate - + BPM BPM - + Channels Canali - + Color Colore - + Comment Commento - + Composer Autore - + Cover Art Immagine Copertina - + Date Added Data di Importazione - + Last Played Ultima Riproduzione - + Duration Durata - + Type Tipo - + Genre Genere - + Grouping Gruppo - + Key Chiave - + Location Posizione - + Preview Anteprima - + Rating Voto - + ReplayGain ReplayGain - + Samplerate Frequenza di campionamento - + Played Riprodotta - + Title Titolo - + Track # Traccia # - + Year Anno - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk Recupero immagine ... @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Azione fallita - + Please enable at least one connection to use Live Broadcasting. Abilitare almeno una connessione per usare la Trasmissione Live. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Aggiungi ai Collegamenti Veloci - + Remove from Quick Links Togli dai Collegamenti Veloci - + Add to Library Aggiungi alla Libreria - + Quick Links Collegamenti Veloci - - + + Devices Dispositivi - + Removable Devices Dispositivi Rimovibili - - + + Computer Computer - + Music Directory Added Aggiunta Cartella Musica - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Hai aggiunto una o più cartelle contenenti musica. Le tracce in queste cartelle non saranno disponibili fino a che non riscansioni la tua libreria. Vuoi riscansionare ora? - + Scan Scansiona - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computer" permette di navigare, vedere, e caricare tracce da cartelle sul tuo hard disk o dispositivi esterni. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx è un software open source per DJ. Per maggiori informazioni, vedere: - + Starts Mixxx in full-screen mode Avvia Mixxx in modalità a schermo intero - + Use a custom locale for loading translations. (e.g 'fr') Usare un locale personalizzato per caricare le traduzioni. (ad esempio 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Directory di primo livello in cui Mixxx dovrebbe cercare i suoi file di risorse come le mappature MIDI, sovrascrivendo la posizione di installazione predefinita. - + Path the debug statistics time line is written to Percorso in cui viene scritta la linea temporale delle statistiche di debug - - Use legacy vu meter - Usa il vu meter legacy - - - - Use legacy spinny - Usa lo spinny legacy - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Fa sì che Mixxx visualizzi/registri tutti i dati che riceve dal controller e le funzioni di script che carica - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! La mappatura del controller genererà avvisi ed errori più aggressivi quando viene rilevato un uso improprio delle API del controller. Le nuove mappature dei controller dovrebbero essere sviluppate con questa opzione abilitata! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Abilita la modalità sviluppatore. Include informazioni extra sul registro, statistiche sulle prestazioni e un menu di strumenti per sviluppatori. - + Top-level directory where Mixxx should look for settings. Default is: Directory di primo livello in cui Mixxx deve cercare le impostazioni. L'impostazione predefinita è: - + + Use legacy vu meter + Usa il vu meter legacy + + + + Use legacy spinny + Usa lo spinny legacy + + + + Loads experimental QML GUI instead of legacy QWidget skin + Carica la GUI sperimentale QML invece della skin legacy QWidget + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Abilita la modalità sicura. Disabilita le forme d'onda OpenGL e i widget di vinile che girano. Prova questa opzione se Mixxx và in crash all'avvio. - + [auto|always|never] Use colors on the console output. [auto|sempre|mai] Usa i colori sull'output della console. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -773,17 +802,17 @@ debug - Come sopra + Messaggi di debug/sviluppatore traccia - Come sopra + Messaggi di profilazione - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Imposta la soglia di registrazione alla quale il buffer di log viene scaricato in mixxx.log. <level> è uno dei valori definiti in --log-level sopra. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Interrompe (SIGINT) Mixxx, se un DEBUG_ASSERT è valutato come false. In un debugger è possibile continuare in seguito. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Carica i file musicali specificati all'avvio. Ogni file specificato sarà caricato nel deck virtuale successivo. @@ -843,32 +872,32 @@ traccia - Come sopra + Messaggi di profilazione ControlModel - + Group Gruppo - + Item Oggetto - + Value Valore - + Parameter Parametro - + Title Titolo - + Description Descrizione @@ -965,13 +994,13 @@ traccia - Come sopra + Messaggi di profilazione - + Set to full volume Imposta a tutto volume - + Set to zero volume Imposta a volume zero @@ -996,13 +1025,13 @@ traccia - Come sopra + Messaggi di profilazione Bottone riproduci al contrario (censura) - + Headphone listen button Bottone preascolto cuffia - + Mute button Bottone Muto @@ -1013,25 +1042,25 @@ traccia - Come sopra + Messaggi di profilazione - + Mix orientation (e.g. left, right, center) Orientamento mix (es. sinistra, destra, centro) - + Set mix orientation to left Imposta orientamento del mix a sinistra - + Set mix orientation to center Imposta orientamento del mix al centro - + Set mix orientation to right Imposta orientamento del mix a destra @@ -1071,22 +1100,22 @@ traccia - Come sopra + Messaggi di profilazione Bottone BPM tap - + Toggle quantize mode Attiva quantizzazione - + One-time beat sync (tempo only) Beat sync ad un tempo (solo tempo) - + One-time beat sync (phase only) Beat sync ad un tempo (solo fase) - + Toggle keylock mode Attiva modo keylock @@ -1096,193 +1125,193 @@ traccia - Come sopra + Messaggi di profilazione Equalizzatori - + Vinyl Control Controllo Vinile - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Attiva/disattiva il modo cueing controllo-vinile (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Abilita/Disabilita la modalità controllo vinile (Assoluta/Relativa/Costante) - + Pass through external audio into the internal mixer Inoltro diretto da audio esterno nel mixer interno - + Cues Cue - + Cue button Bottone Cue - + Set cue point Imposta il punto di cue - + Go to cue point Và al punto cue - + Go to cue point and play Và al punto di cue e riproduce - + Go to cue point and stop Và al punto di cue e si ferma - + Preview from cue point Anteprima dal punto di cue - + Cue button (CDJ mode) Bottone Cue (Modalità CDJ) - + Stutter cue Cue a singhiozzo - + Hotcues Hotcue - + Set, preview from or jump to hotcue %1 Imposta, anteprima da o salta a hotcue %1 - + Clear hotcue %1 Cancella hotcue %1 - + Set hotcue %1 Imposta hotcue %1 - + Jump to hotcue %1 Salta a hotcue %1 - + Jump to hotcue %1 and stop Salta a hotcue %1 e stop - + Jump to hotcue %1 and play Salta a hotcue %1 e riproduci - + Preview from hotcue %1 Anteprima da hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Ripetizione - + Loop In button Pulsante di Loop In - + Loop Out button Pulsante di Loop Out - + Loop Exit button Pulsante di uscita dal loop - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Sposta loop in avanti di %1 battute - + Move loop backward by %1 beats Sposta loop indietro di %1 battute - + Create %1-beat loop Crea un loop di %1 battute - + Create temporary %1-beat loop roll Crea un loop roll temporaneo di %1 battute @@ -1398,20 +1427,20 @@ traccia - Come sopra + Messaggi di profilazione - - + + Volume Fader Fader Volume - + Full Volume Volume Massimo - + Zero Volume Volume Zero @@ -1427,7 +1456,7 @@ traccia - Come sopra + Messaggi di profilazione - + Mute Muto @@ -1438,7 +1467,7 @@ traccia - Come sopra + Messaggi di profilazione - + Headphone Listen Preascolto cuffia @@ -1459,25 +1488,25 @@ traccia - Come sopra + Messaggi di profilazione - + Orientation Orientamento - + Orient Left Orienta a Sinistra - + Orient Center Orienta al Centro - + Orient Right Orienta a Destra @@ -1547,82 +1576,82 @@ traccia - Come sopra + Messaggi di profilazione Regola Beatgrid a destra - + Adjust Beatgrid Regola Beatgrid - + Align beatgrid to current position Allinea beatgrid alla posizione corrente - + Adjust Beatgrid - Match Alignment Regola Beatgrid - Accoppia Allineamento - + Adjust beatgrid to match another playing deck. Regola Beatgrid per allinearsi ad un altro deck che suona - + Quantize Mode Modalità quantizzazione - + Sync Sincronizza - + Beat Sync One-Shot Beat Sync Un-Tocco - + Sync Tempo One-Shot Sync Tempo Un-Tocco - + Sync Phase One-Shot Sync Fase Un-Tocco - + Pitch control (does not affect tempo), center is original pitch Controllo Pitch (non influenza il tempo), Centro è il pitch originale - + Pitch Adjust Controlla intonazione - + Adjust pitch from speed slider pitch Regola il pitch dal pitch velocità slider - + Match musical key Sincronizza chiave musicale - + Match Key Allinea Chiave - + Reset Key Reimposta chiave musicale - + Resets key to original Reimposta la chiave musicale all'originale @@ -1663,456 +1692,456 @@ traccia - Come sopra + Messaggi di profilazione EQ Bassi - + Toggle Vinyl Control Abilita/Disabilita il controllo vinile - + Toggle Vinyl Control (ON/OFF) Abilita/Disabilita il controllo vinile (ON/OFF) - + Vinyl Control Mode Modalità Controllo Vinile - + Vinyl Control Cueing Mode Modo Controllo Cueing tipo Vinile - + Vinyl Control Passthrough Inoltro Diretto Controllo Vinile - + Vinyl Control Next Deck Prossimo Deck Controllo Vinile - + Single deck mode - Switch vinyl control to next deck Modo Deck Singolo - passa in controllo vinile al prossimo deck - + Cue Cue - + Set Cue Imposta Cue - + Go-To Cue Vai al Cue - + Go-To Cue And Play Vai al Cue e Riproduci - + Go-To Cue And Stop Vai al Cue e Stop - + Preview Cue Anteprima Cue - + Cue (CDJ Mode) Cue (modalità CDJ) - + Stutter Cue Cue a Singhiozzo - + Go to cue point and play after release Và al punto di taglio e riproduce al rilascio - + Clear Hotcue %1 Cancella Hotcue %1 - + Set Hotcue %1 Imposta Hotcue %1 - + Jump To Hotcue %1 Salta all' hotcue %1 - + Jump To Hotcue %1 And Stop Salta all' hotcue %1 e Ferma - + Jump To Hotcue %1 And Play Salta all' hotcue %1 e riproduci - + Preview Hotcue %1 Anteprima Hotcue %1 - + Loop In Loop In - + Loop Out Loop Out - + Loop Exit Esci dal Loop - + Reloop/Exit Loop Reloop/Esci dal loop - + Loop Halve Dimezza Loop - + Loop Double Raddoppia Loop - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Sposta Battiti Loop +%1 - + Move Loop -%1 Beats Sposta Battiti Loop -%1 - + Loop %1 Beats Battiti Loop %1 - + Loop Roll %1 Beats Beat Loop Roll %1 - + Add to Auto DJ Queue (bottom) Aggiungi a fine coda in «Auto DJ» - + Append the selected track to the Auto DJ Queue Aggiungi la traccia selezionata alla Coda di Auto DJ - + Add to Auto DJ Queue (top) Aggiungi alla coda in modalità "Auto DJ" (in cima) - + Prepend selected track to the Auto DJ Queue Aggiungi la traccia selezionata in cima alla Coda di Auto DJ - + Load Track Carica Traccia - + Load selected track Carica traccia selezionata - + Load selected track and play Carica traccia selezionata e riproduci - - + + Record Mix Registra il Mix - + Toggle mix recording Abilita registrazione mix - + Effects Effetti - + Quick Effects Effetti veloci - + Deck %1 Quick Effect Super Knob Deck %1 Effetto Rapido Super Manopola - + Quick Effect Super Knob (control linked effect parameters) Super Manopola (controlla i parametri di effetti connessi) - - + + Quick Effect Effetto Rapido - + Clear Unit Cancella Unità - + Clear effect unit Cancella unità effetti - + Toggle Unit Attiva Unità - + Dry/Wet Asciutto/Bagnato - + Adjust the balance between the original (dry) and processed (wet) signal. Regola il bilanciamento fra il segnale originale (dry) e quello elaborato (wet). - + Super Knob Super Manopola - + Next Chain Prossima Catena - + Assign Assegna - + Clear Cancella - + Clear the current effect Cancella l'effetto corrente - + Toggle Abilita - + Toggle the current effect Abilità l'effetto corrente - + Next Successivo - + Switch to next effect Passa all'effetto successivo - + Previous Precedente - + Switch to the previous effect Passa all'effetto precedente - + Next or Previous Precedente o Successivo - + Switch to either next or previous effect Passa all'effetto precedente o al successivo - - + + Parameter Value Valore Parametro - - + + Microphone Ducking Strength Livello Ducking microfono - + Microphone Ducking Mode Modo Ducking Microfono - + Gain Guadagno - + Gain knob Potenziometro Guadagno - + Shuffle the content of the Auto DJ queue Mescola il contenuto della coda Auto DJ - + Skip the next track in the Auto DJ queue Salta la traccia successiva nella coda dell'Auto DJ - + Auto DJ Toggle Abilita Auto Dj - + Toggle Auto DJ On/Off Abilita/Disabilita Auto Dj - + Microphone & Auxiliary Show/Hide Microfono & Ausiliario Mostra/Nasconde - + Show/hide the microphone & auxiliary section Mostra/nasconde la sezione microfono & ausiliario - + 4 Effect Units Show/Hide Mostra/Nasconde Unità 4 Effetti - + Switches between showing 2 and 4 effect units Mostra 2 o 4 unità effetti - + Mixer Show/Hide Mostra/Nasconde Mixer - + Show or hide the mixer. Mostra o nasconde il mixer - + Cover Art Show/Hide (Library) Mostra/Nasconde Copertina (Libreria) - + Show/hide cover art in the library Mostra/Nasconde copertina nella libreria - + Library Maximize/Restore Massimizza/Ripristina Libreria - + Maximize the track library to take up all the available screen space. Massimizza la libreria tracce per occupare tutto lo spazio disponibile sullo schermo. - + Effect Rack Show/Hide Mostra/Nasconde Rack Effetti - + Show/hide the effect rack Mostra/Nasconde il rack effetti - + Waveform Zoom Out Waveform Zoom out @@ -2127,102 +2156,102 @@ traccia - Come sopra + Messaggi di profilazione Guadagno cuffie - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Tocca per sincronizzare il tempo (e la fase con Quantizza abilitato), tieni premuto per abilitare la sincronizzazione permanente - + One-time beat sync tempo (and phase with quantize enabled) Tempo di sincronizzazione della battuta una tantum (e fase con quantizza abilitato) - + Playback Speed Velocità Riproduzione - + Playback speed control (Vinyl "Pitch" slider) Controllo velocità riproduzione (slider "pitch" vinile) - + Pitch (Musical key) Pitch (Chiave Musicale) - + Increase Speed Aumenta la Velocità - + Adjust speed faster (coarse) Regola velocità rapidamente (grossolanamente) - + Increase Speed (Fine) Aumenta velocitù in salita (fine) - + Adjust speed faster (fine) Regola Velocità in salita (fine) - + Decrease Speed Diminuisce la velocità - + Adjust speed slower (coarse) Regola velocità lentamente (grossolanamente) - + Adjust speed slower (fine) Regola Velocità in diminuzione (fine) - + Temporarily Increase Speed Aumenta Velocità temporaneamente - + Temporarily increase speed (coarse) Aumenta Velocità temporaneamente (grossolanamente) - + Temporarily Increase Speed (Fine) Aumenta Velocità temporaneamente (fine) - + Temporarily increase speed (fine) Aumenta Velocità temporaneamente (fine) - + Temporarily Decrease Speed Diminuisce velocità temporaneamente - + Temporarily decrease speed (coarse) Diminuisce velocità temporaneamente (grossolanamente) - + Temporarily Decrease Speed (Fine) Diminuisce velocità temporaneamente (fine) - + Temporarily decrease speed (fine) Diminuisce velocità temporaneamente (fine) @@ -2294,942 +2323,952 @@ traccia - Come sopra + Messaggi di profilazione BPM / Grigliabattiti - + + Move Beatgrid + Sposta Beatgrid + + + + Adjust the beatgrid to the left or right + Regola beatgrid a sinistra o destra + + + Sync / Sync Lock Sincronizza / Blocca Sincronizzazione - + Internal Sync Leader Leader Sincronizzazione Interno - + Toggle Internal Sync Leader Attiva/disattiva Leader Sincronizzazione Interno - - + + Internal Leader BPM Leader Interno BPM - + Internal Leader BPM +1 Leader Interno BPM +1 - + Increase internal Leader BPM by 1 Aumenta Leader BPM interno di 1 - + Internal Leader BPM -1 Leader Interno BPM -1 - + Decrease internal Leader BPM by 1 Diminusce Leader BPM interno di 1 - + Internal Leader BPM +0.1 Leader Interno BPM +0.1 - + Increase internal Leader BPM by 0.1 Aumenta Leader BPM interno di 0.1 - + Internal Leader BPM -0.1 Leader Interno BPM -0.1 - + Decrease internal Leader BPM by 0.1 Diminusce Leader BPM interno di 0.1 - + Sync Leader Leader Sincronizzazione - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Modalità di sincronizzazione a 3 stati / indicatore (Off, Soft Leader, Explicit Leader) - + Speed Velocità - + Decrease Speed (Fine) Diminuisci Velocità (Preciso) - + Pitch (Musical Key) Tono (Chiave Musicale) - + Increase Pitch Incrementa Tono - + Increases the pitch by one semitone Incrementa il tono di un semitono - + Increase Pitch (Fine) Incrementa Tono (Fine) - + Increases the pitch by 10 cents Incrementa il tono di 10 centesimi - + Decrease Pitch Decrementa Tono - + Decreases the pitch by one semitone Decrementa il tono di un semitono - + Decrease Pitch (Fine) Decrementa Tono (Fine) - + Decreases the pitch by 10 cents Decrementa il tono di 10 centesimi - + Keylock Keylock - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier Trasla punti di cue anticipando - + Shift cue points 10 milliseconds earlier Trasla punti di cue anticipando 10 millisecondi - + Shift cue points earlier (fine) Trasla punti di cue anticipando (fine) - + Shift cue points 1 millisecond earlier Trasla punti di cue anticipando 1 millisecondo - + Shift cue points later Trasla punti di cue posticipando - + Shift cue points 10 milliseconds later Trasla punti di cue posticipando 10 millisecondi - + Shift cue points later (fine) Trasla punti di cue posticipando (fine) - + Shift cue points 1 millisecond later Trasla punti di cue posticipando 1 millisecondo - + Hotcues %1-%2 Hotcues %1-%2 - + Intro / Outro Markers Marcatori Intro / Outro - + Intro Start Marker Marcatore Inizio Intro - + Intro End Marker Marcatore Fine Intro - + Outro Start Marker Marcatore Inizio Outro - + Outro End Marker Marcatore Fine Outro - + intro start marker marcatore inizio intro - + intro end marker marcatore fine intro - + outro start marker marcatore inizio outro - + outro end marker marcatore fine outro - + Activate %1 [intro/outro marker Attiva %1 - + Jump to or set the %1 [intro/outro marker Salta a o imposta il %1 - + Set %1 [intro/outro marker Imposta %1 - + Set or jump to the %1 [intro/outro marker Imposta o salta a %1 - + Clear %1 [intro/outro marker Pulisci %1 - + Clear the %1 [intro/outro marker Pulisci il %1 - + Loop Selected Beats Loop Battiti Selezionati - + Create a beat loop of selected beat size Crea un loop di battiti della dimensione dei battiti selezionati - + Loop Roll Selected Beats Loop Battiti Selezionati - + Create a rolling beat loop of selected beat size Crea un loop di battiti in rotazione della dimensione dei battiti selezionati - + Loop Beats Loop Battiti - + Loop Roll Beats Loop Roll Beats - + Go To Loop In Vai all'Inizio del Loop - + Go to Loop In button Tasto Vai all'Inizio del Loop - + Go To Loop Out Vai alla Fine del Loop - + Go to Loop Out button Bottone Vai alla Fine del Loop - + Toggle loop on/off and jump to Loop In point if loop is behind play position Attiva/disattiva loop e passa al punto Loop In se loop è dietro la posizione di riproduzione - + Reloop And Stop Reloop e Stop - + Enable loop, jump to Loop In point, and stop Abilita loop, passa al punto di Loop In ed interrompe - + Halve the loop length Dimezza la lunghezza del loop - + Double the loop length Raddoppia la lunghezza del loop - + Beat Jump / Loop Move Salto Battuta / Sposta Loop - + Jump / Move Loop Forward %1 Beats Salta / Sposta Loop Avanti di %1 Battiti - + Jump / Move Loop Backward %1 Beats Salta / Sposta Loop Indietro di %1 Battiti - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Salta in avanti di %1 battiti, o se un loop è abilitato, sposta il loop avanti di %1 battiti - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Salta all'indietro di %1 battiti, o se un loop è abilitato, sposta il loop indietro di %1 battiti - + Beat Jump / Loop Move Forward Selected Beats Salto Battito / Sposta Loop Avanti Battiti Selezionati - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Salta in avanti del numero di battiti, o se un loop è abilitato, sposta il loop in avanti in base al numero di battiti selezionati - + Beat Jump / Loop Move Backward Selected Beats Salto Battito / Sposta Loop Indietro Battiti Selezionati - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Salta all'indietro del numero di battiti, o se un loop è abilitato, sposta il loop all'indietro in base al numero di battiti selezionati - + Beat Jump / Loop Move Forward Salto Battuta / Loop Sposta Avanti - + Beat Jump / Loop Move Backward Salto Battuta / Loop Sposta Indietro - + Loop Move Forward Loop Sposta Avanti - + Loop Move Backward Loop Sposta Indietro - + Remove Temporary Loop Rimuovi Loop Temporaneo - + Remove the temporary loop Rimuove il loop temporaneo - + Navigation Navigazione - + Move up Muove sù - + Equivalent to pressing the UP key on the keyboard Equivale a premere il tasto SU sulla tastiera - + Move down Muove giù - + Equivalent to pressing the DOWN key on the keyboard Equivale a premere il tasto GIU sulla tastiera - + Move up/down Muove sù/giù - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Muove verticalmente in ciascuna direzione usando una manopola, come se si premessero i tasti SU/GIU sulla tastiera - + Scroll Up Scorri in alto - + Equivalent to pressing the PAGE UP key on the keyboard Equivale a premere il tasto PAGINA sù sulla tastiera - + Scroll Down Scorri in basso - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivale a premere il tasto PAGINA giù sulla tastiera - + Scroll up/down Scorri in alto/basso - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Scorre verticalmente in ciascuna direzione usando una manopola, come se si premessero i tasti PGSU/PGGIU sulla tastiera - + Move left Muove a sinistra - + Equivalent to pressing the LEFT key on the keyboard Equivale a premere il tasto SINISTRA sulla tastiera - + Move right Muove a destra - + Equivalent to pressing the RIGHT key on the keyboard Equivale a premere il tasto DESTRA sulla tastiera - + Move left/right Muove sinistra/destra - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Muove orizzontalmente in ciascuna direzione usando una manopola, come se si premessero i tasti DESTRA/SINISTRA sulla tastiera - + Move focus to right pane Sposta il focus al pannello di destra - + Equivalent to pressing the TAB key on the keyboard Equivale a premere il tasto TAB sulla tastiera - + Move focus to left pane Sposta il focus al pannello di sinistra - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivale a premere il tasto SHIFT+TAB sulla tastiera - + Move focus to right/left pane Sposta il focus al pannello di destra/sinistra - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Sposta il focus ad un pannello sulla destra o sinistra usando una manopola, come se si premessero i tasti TAB/SHIFT+TAB sulla tastiera - + Sort focused column Ordinamento della colonna selezionata - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Ordina la colonna della cella attualmente selezionata, come se si facesse click sulla sua intestazione - + Go to the currently selected item Và all'elemento attualmente selezionato - + Choose the currently selected item and advance forward one pane if appropriate Sceglie l'elemento attualmente selezionato e avanza di un riquadro, se appropriato - + Load Track and Play Carica Traccia e Riproduci - + Add to Auto DJ Queue (replace) Aggiunge a Auto DJ (sostituisce) - + Replace Auto DJ Queue with selected tracks Sostituisce la Coda Auto DJ con le tracce selezionate - + Select next search history Seleziona cronologia ricerche successive - + Selects the next search history entry Seleziona la voce successiva nella cronologia delle ricerche - + Select previous search history Seleziona cronologia ricerche precedente - + Selects the previous search history entry Seleziona la voce precedente nella cronologia delle ricerche - + Move selected search entry Sposta la voce di ricerca selezionata - + Moves the selected search history item into given direction and steps Sposta l'elemento della cronologia delle ricerche selezionato nella direzione e nei passaggi indicati - + Clear search Pulisci ricerca - + Clears the search query Cancella la query di ricerca - + Deck %1 Quick Effect Enable Button Deck %1 Bottone Abilitazione Effetto Rapido - + Quick Effect Enable Button Bottone Abilitazione Effetto Rapido - + Enable or disable effect processing Abilita o disabilita processore effetti - + Super Knob (control effects' Meta Knobs) Manopola Super (controllo effetti Manopola Meta) - + Mix Mode Toggle Attiva/disattiva Modo Mix - + Toggle effect unit between D/W and D+W modes Alterna unità effetto fra modi D/W e D+W - + Next chain preset Preimpostazione prossima catena - + Previous Chain Catena Precedente - + Previous chain preset Preimpostazione catena precedente - + Next/Previous Chain Passa alla Prossima/Precedente catena - + Next or previous chain preset Passa alla Prossima/Precedente catena - - + + Show Effect Parameters Mostra Parametri Effetto - + Effect Unit Assignment Assegna Unità Effetto - + Meta Knob Manopola Meta - + Effect Meta Knob (control linked effect parameters) Effetto Manopola Meta (controlla parametri effetti collegati). - + Meta Knob Mode Modalità Meta Knob - + Set how linked effect parameters change when turning the Meta Knob. Configura come i parametri degli effetti collegati cambiano quando ruoti la Manopola Meta. - + Meta Knob Mode Invert Modalità Meta Knob Inverso - + Invert how linked effect parameters change when turning the Meta Knob. Inverte il modo di cambiamento dei parametri degli effetti collegati quando ruoti la Manopola Meta. - - + + Button Parameter Value Valore Parametro Pulsante - + Microphone / Auxiliary Microfono / Ausiliario - Aux - + Microphone On/Off Microfono Acceso/Spento - + Microphone on/off Microfono acceso/spento - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Abilita/Disabilita la modalità del ducking (OFF, AUTO, MANUALE) - + Auxiliary On/Off Ausiliario - Aux On/Off - + Auxiliary on/off Ausiliario - Aux - On/Off - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto Dj Mescola - + Auto DJ Skip Next Auto Dj Salta alla prossima - + Auto DJ Add Random Track Auto DJ Aggiunge Tracce Casuali - + Add a random track to the Auto DJ queue Aggiunge una traccia casuale alla coda Auto DJ - + Auto DJ Fade To Next Audo Dj Sfuma alla prossima - + Trigger the transition to the next track Attiva la transizione alla prossima traccia - + User Interface Interfaccia Grafica - + Samplers Show/Hide Mostra/Nasconde Samplers - + Show/hide the sampler section Mostra/nasconde la sezione campionatori - + Waveform Zoom Reset To Default Ripristina zoom forma d'onda ai valori predefiniti - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms Ripristina il livello di zoom della forma d'onda al valore predefinito selezionato in Preferenze -> Forme d'onda - + Start/Stop Live Broadcasting Avvia/Ferma Trasmissione Live - + Stream your mix over the Internet. Trasmette il tuo mix su Internet. - + Start/stop recording your mix. Avvia/ferma la registrazione del tuo mix. - - + + Samplers Campionatori - + Vinyl Control Show/Hide Mostra/Nasconde Controllo Vinile - + Show/hide the vinyl control section Mostra/nasconde la sezione controllo vinile - + Preview Deck Show/Hide Mostra/Nasconde il Deck Anteprima - + Show/hide the preview deck Mostra/nasconde l'anteprima del deck - + Toggle 4 Decks Abilita 4 Deck - + Switches between showing 2 decks and 4 decks. Mostra 2 o 4 decks. - + Cover Art Show/Hide (Decks) Mostra/Nasconde copertina (Decks) - + Show/hide cover art in the main decks Mostra/nasconde copertina nei decks principali - + Vinyl Spinner Show/Hide Mostra/Nasconde Controllo Vinile - + Show/hide spinning vinyl widget Mostra/nasconde Strumento Controllo Vinile - + Vinyl Spinners Show/Hide (All Decks) Mostra/Nasconde Indicatori Vinile (Tutti i Decks) - + Show/Hide all spinnies Mostra/Nasconde tutti gli indicatori vinile - + Toggle Waveforms Mostra/nasconde Forme d'onda - + Show/hide the scrolling waveforms. Mostra/Nasconde lo scorrimento delle forme d'onda. - + Waveform zoom Waveform Zoom out - + Waveform Zoom Waveform Zoom - + Zoom waveform in Waveform zoom in - + Waveform Zoom In Waveform Zoom in - + Zoom waveform out Waveform Zoom out - + Star Rating Up Incrementa Valutazione Stelle - + Increase the track rating by one star Incrementa la valutazione della traccia di una stella - + Star Rating Down Decrementa Valutazione Stelle - + Decrease the track rating by one star Decrementa la valutazione della traccia di una stella @@ -3598,37 +3637,37 @@ traccia - Come sopra + Messaggi di profilazione DlgAbout - + Mixxx %1.%2 Development Team Mixxx %1.%2 Development Team - + With contributions from: Con contributi da: - + And special thanks to: E ringraziamenti speciali a: - + Past Developers Sviluppatori passati - + Past Contributors Collaboratori passati - + Official Website Sito Ufficiale - + Donate Dona @@ -3641,34 +3680,40 @@ traccia - Come sopra + Messaggi di profilazione Informazioni su Mixxx - - + + + Unknown Sconosciuto - + Date: Data: - + Git Version: Versione Git: - + + Qt Version: + Versione Qt: + + + Platform: Piattaforma: - + Credits Crediti - + License Licenza @@ -3913,7 +3958,7 @@ suono. Disabilita - + Displays the duration and number of selected tracks. Mostra la durata e numero delle tracce selezionate. @@ -4170,7 +4215,7 @@ Spesso si avrà un buon risultato con tracce a ritmo costante, non funzionerà b Imparando: %1. Ora muovi un controllo sul tuo controller. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4403,123 +4448,123 @@ Hai cercato di addestrare: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Automatica - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Azione fallita - + You can't create more than %1 source connections. Non puoi creare più di %1 connessioni sorgente. - + Source connection %1 Connessione sorgente %1 - + At least one source connection is required. Almeno una connessione sorgente è richiesta. - + Are you sure you want to disconnect every active source connection? Sei sicuro di voler disconnettere tutte le connessioni sorgente attive? - - + + Confirmation required Richiesta conferma - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' ha lo stesso mountpoint Icecast di '%2'. Due connessioni sorgente allo stesso server che hanno lo stesso mountpoint non possono essere abilitate simultaneamente. - + Are you sure you want to delete '%1'? Sei sicuro di voler cancellare '%1'? - + Renaming '%1' Rinomino '%1' - + New name for '%1': Nuovo nome per '%1': - + Can't rename '%1' to '%2': name already in use Non posso rinominare '%1' come '%2': il nome è già in uso @@ -5092,22 +5137,22 @@ Applicare la configurazione e continuare? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx usa le "mappature" per collegare messaggi dal tuo controller ai controlli presenti in Mixxx. Se non trovi una mappatura per il tuo controller nel menu "Carica Mappature" quando clicchi sul tuo controller nella barra laterale di sinistra, puoi scaricarne uno online da %1. Copia i file(s) XML (.xml) e Javascript (.js) nella cartella di "Cartella Mappature Utente" e riavvia Mixxx. Se scarichi una mappatura in formato ZIP, estrai dallo Zip i file(s) XML e Javascript nella cartella "v" e poi riavvia Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ Guida Hardware - + MIDI Mapping File Format Formato File Mappatura MIDI - + MIDI Scripting with Javascript MIDI Scripting con Javascript @@ -5217,6 +5262,11 @@ Applicare la configurazione e continuare? Screen saver Salvaschermo + + + Multi-Sampling + Multi-Sampling + Start in full-screen mode @@ -5816,39 +5866,64 @@ Puoi sempre trascinare tracce sullo schermo per clonare un deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. La dimensione minore della skin selezionata è maggiore della risoluzione del tuo schermo. - + Allow screensaver to run Permette di avviare il salvaschermo - + Prevent screensaver from running Evita l'avvio del salvaschermo - + Prevent screensaver while playing Evita l'avvio del salvaschermo durante la riproduzione - + + Disabled + Disabilitato + + + + 2x MSAA + 2x MSAA + + + + 4x MSAA + 4x MSAA + + + + 8x MSAA + 8x MSAA + + + + 16x MSAA + 16x MSAA + + + This skin does not support color schemes Questa skin non supporta gli schemi di colore. - + Information Informazione - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx deve essere riavviato prima che le nuove impostazioni di localizzazione o scalatura abbiano effetto. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + Mixxx deve essere riavviato prima che le nuove impostazioni di localizzazione, scalatura o multi-sampling abbiano effetto. @@ -6073,52 +6148,52 @@ and allows you to pitch adjust them for harmonic mixing. Scansiona - + Item is not a directory or directory is missing L'elemento non è una directory o la directory non esiste - + Choose a music directory Seleziona una cartella della musica - + Confirm Directory Removal Conferma rimozione cartella - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx non monitorerà più questa directory alla ricerca di nuove tracce. Cosa intendi fare con le tracce di questa directory e subdirectory?<ul><li>Nascondi tutte le tracce da questa directory e subdirectory</li></li><li>Cancella tutti i metadata di queste tracce da Mixxx permanentemente</li><li>Lascia le tracce inalterate nella tua libreria</li></ul>Se nascondi le tracce, i loro metadata saranno conservati nel caso tu dovessi riaggiungerle in futuro - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata significa tutti i dati della traccia (artista, titolo, etc.) e anche beatgrids, hotcues, e loop. Questo riguarda solo la libreria Mixxx. Non verranno modificati o cancellati i files sul disco. - + Hide Tracks Nascondi Tracce - + Delete Track Metadata Elimina Metadati Traccia - + Leave Tracks Unchanged Lascia Tracce senza Cambiamenti - + Relink music directory to new location Collega la cartella della musica alla nuova posizione - + Select Library Font Seleziona Font Libreria @@ -6982,138 +7057,138 @@ Il target di intensità sonora è approssimativo e presuppone che il pregain del DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Predefinita (ritardo lungo) - + Experimental (no delay) Sperimentale (nessun ritardo) - + Disabled (short delay) Disabilitato (ritardo corto) - + Soundcard Clock Clock Scheda Audio - + Network Clock Clock Rete - + Direct monitor (recording and broadcasting only) Monitor diretto (solo registrazione e trasmissione) - + Disabled Disabilitato - + Enabled Attivato - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. Per abilitare lo scheduling Realtime (attualmente disabilitato), vedere il %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. Le %1 liste schede audio e controllori che puoi voler considerare per l'uso con Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ Guida Hardware - + auto (<= 1024 frames/period) automatico (<= 1024 fotogrammi/periodo) - + 2048 frames/period 2048 fotogrammi/periodo - + 4096 frames/period 4096 fotogrammi/periodo - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Gli inputs microfonici sono fuori tempo nel segnale di registrazione & trasmissione rispetto a quanto senti. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Misura la latenza di round trip e la impone per la Compensazione della Latenza Microfono per allineare la temporizzazione microfono. - - + + Refer to the Mixxx User Manual for details. Riferirsi al Manuale Utente Mixxx per dettagli. - + Configured latency has changed. La latenza configurata è cambiata. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Rimisura la latenza di round trip e la impone per la Compensazione della Latenza Microfono per allineare la temporizzazione microfono. - + Realtime scheduling is enabled. Realtime scheduling è abilitato. - + Main output only Solo uscita master - + Main and booth outputs Uscite master e booth - + %1 ms %1 ms - + Configuration error Errore di configurazione @@ -7600,122 +7675,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware Audio - + Controllers Controllers - + Library Libreria - + Interface Interfaccia - + Waveforms Forme d'onda - + Mixer Mixer - + Auto DJ Auto DJ - + Decks Piatti - + Colors Colori - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aiuto - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Reimposta valori di default - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Applica - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancella - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effetti - + Recording Registrazione - + Beat Detection Riconoscimento Beat - + Key Detection Rilevamento della chiave - + Normalization Normalizzazione - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>Alcune pagine di preferenze hanno errori. Per applicare le modifiche sistemare prima i problemi.</b></font> - + Vinyl Control Controllo Vinile - + Live Broadcasting Trasmissione live - + Modplug Decoder Decoder Modplug @@ -7890,7 +7965,7 @@ Select from different types of displays for the waveform, which differ primarily Artista Album - + Fetching track data from the MusicBrainz database Prendendo i dati delle tracce dal database MusicBrainz @@ -7967,72 +8042,72 @@ Select from different types of displays for the waveform, which differ primarily &Chiudi - + Original tags Tag Originali - + Metadata applied Metadati applicati - + %1 %1 - + Could not find this track in the MusicBrainz database. Non è stato possibile trovare la traccia nel database di MusicBrainz. - + Suggested tags Tag Suggeriti - + The results are ready to be applied I risultati sono pronti per essere applicati. - + Can't connect to %1: %2 Impossibile connettersi a %1: %2 - + Looking for cover art Sto cercando la copertina - + Cover art found, receiving image. Copertina trovata, sto' ricevendo l'immagine. - + Cover Art is not available for selected metadata La copertina non è disponibile per i metadati selezionati. - + Metadata & Cover Art applied Metadati & Copertina applicati - + Selected cover art applied Copertina selezionata applicata - + Cover Art File Already Exists Copertina del File Già Esistente - + File: %1 Folder: %2 Override existing file? @@ -8358,7 +8433,7 @@ Spesso si avrà un buon risultato con tracce a ritmo costante, non funzionerà b &Cancella - + (no color) (nessun colore) @@ -8568,27 +8643,27 @@ Spesso si avrà un buon risultato con tracce a ritmo costante, non funzionerà b EngineBuffer - + Soundtouch (faster) Soundtouch (più veloce) - + Rubberband (better) Rubberband (migliore) - + Rubberband R3 (near-hi-fi quality) Rubberband R3 (qualità quasi-alta-fedeltà) - + Unknown, using Rubberband (better) Sconosciuto, usando Rubberband (migliore) - + Unknown, using Soundtouch Sconosciuto, utilizzando Soundtouch @@ -8811,15 +8886,15 @@ Spesso si avrà un buon risultato con tracce a ritmo costante, non funzionerà b LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modalità Sicura Attivata - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8831,57 +8906,57 @@ Shown when VuMeter can not be displayed. Please keep supporto OpenGL. - + activate Attiva - + toggle Attiva - + right destra - + left sinistra - + right small destra piccolo - + left small sinistra poco - + up su - + down giù - + up small su poco - + down small giu poco - + Shortcut Scorciatoia da tastiera @@ -8967,32 +9042,32 @@ Vuoi veramente sovrascriverlo? MidiController - + MIDI Controller Controller MIDI - + MixxxControl(s) not found MixxxControl(s) non trovato - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Uno o più MixxxControls specificati nella sezione outputs del file mappatura caricato non sono validi. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Assicurati che il MixxxControls in questione attualmente esista. Consulta il manuale per una lista completa: - + Some LEDs or other feedback may not work correctly. Alcuni LEDs o altri feedback potrebbero non funzionare correttamente - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Controlla per vedere se i nomi MixxxControl sono digitati correttamente nel file di mappatura (.xml) @@ -9068,185 +9143,185 @@ Vuoi veramente sovrascriverlo? MixxxMainWindow - + Sound Device Busy Periferica audio occupata - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Riprova</b> dopo aver chiuso l'altra applicazione o riconnesso la periferica audio - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Riconfigura</b> settaggi dei dispositivi di Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Ottieni <b>Aiuto</b> dal Wiki di Mixxx - - - + + + <b>Exit</b> Mixxx. <b>Uscire</b> da Mixxx - + Retry Riprova - + skin skin - - + + Reconfigure Riconfigura - + Help Guida - - + + Exit Esci - - + + Mixxx was unable to open all the configured sound devices. Mixxx non ha potuto aprire tutti i dispositivi musicali configurati. - + Sound Device Error Errore Dispositivo Sound - + <b>Retry</b> after fixing an issue <b>Riprova</b> dopo aver corretto un problema - + No Output Devices Nessun dispositivo di output - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx è stato configurato senza un dispositivo audio di output. L'elaborazione audio sarà disabilitata senza un dispositivo audio configurato. - + <b>Continue</b> without any outputs. <b>Continua</b> senza alcun output - + Continue Continua - + Load track to Deck %1 Carica una traccia dal mazzo %1 - + Deck %1 is currently playing a track. Il mazzo %1 sta correntemente riproducendo una traccia. - + Are you sure you want to load a new track? Sei sicuro di voler caricare una nuova traccia? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Non è stato selezionato nessuno dispositivo di input per il controllo vinile. Prego selezionare prima un dispositivo di controllo di input nel pannello di preferenze hardware. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Nessun dispositivo di input è stato selezionato per il controllo diretto passtrough. Prego selezionare prima un dispositivo di input nel pannello di preferenze hardware. - + There is no input device selected for this microphone. Do you want to select an input device? Non c'è nessun dispositivo di input selezionato per questo microfono. Vuoi selezionare un dispositivo di input? - + There is no input device selected for this auxiliary. Do you want to select an input device? Non c'è nessun dispositivo di input selezionato per questo ausiliare. Vuoi selezionare un dispositivo di input? - + Error in skin file Errore nel file della Skin - + The selected skin cannot be loaded. La seguente Skin non può essere caricata. - + OpenGL Direct Rendering Rendering Diretto OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering non è abilitato sulla tua macchina.<br><br>Ciò significa che la visualizzazione delle forme d'onda sarà molto<br><b>lento e può impattare sulla tua CPU pesantemente</b>. Aggiorna la tua<br>configurazione per abilitare il direct rendering, or disabilita la visualizzazione<br>della forma d'onda nelle preferenze di Mixxx selezionando<br>"Vuota" come visualizzazione di forma d'onda nella sezione 'Interfaccia'. - - - + + + Confirm Exit Conferma uscita - + A deck is currently playing. Exit Mixxx? Un deck è in riproduzione. Uscire da Mixxx? - + A sampler is currently playing. Exit Mixxx? Un campionamento è attualmente in riproduzione. Uscire da Mixxx? - + The preferences window is still open. La finestra delle Preferenze è ancora aperta. - + Discard any changes and exit Mixxx? Annullare ogni modifica e uscire da Mixxx? @@ -9262,43 +9337,48 @@ Vuoi selezionare un dispositivo di input? PlaylistFeature - + Lock Blocca - - + + Playlists Playlist - + + Shuffle Playlist + Mescola Playlist + + + Unlock Sblocca - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. Le playlist sono elenchi ordinati di brani che ti consentono di pianificare i tuoi DJ set. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. Potrebbe essere necessario saltare alcune tracce nella playlist preparata o aggiungere alcune tracce diverse per mantenere l'energia del pubblico. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Alcuni Djs organizzano le playlist prima della performance live, ma altri preferiscono farle al "volo". - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Quando usi una playlist durante una esibizione Live Dj, ricordati sempre di prestare molta attenzione a come il tuo pubblico reagisce alla musica da eseguire che hai selezionato. - + Create New Playlist Crea Nuova Playlist @@ -9366,7 +9446,7 @@ Vuoi scansionare la tua libreria per cercare i file di copertina adesso? QObject - + Invalid Non valido @@ -9472,68 +9552,68 @@ Vuoi scansionare la tua libreria per cercare i file di copertina adesso?14-bit (MSB) - + Main Main - + Booth Booth - + Headphones Cuffie - + Left Bus Bus Sinistra - + Center Bus Bus Centro - + Right Bus Bus Destra - + Invalid Bus Bus non valido - + Deck Deck - + Record/Broadcast Registra/Trasmetti - + Vinyl Control Controllo Vinile - + Microphone Microfono - + Auxiliary Ausiliario - - + + Unknown path type %1 Tipo di percorso %1 sconosciuto @@ -9636,6 +9716,8 @@ Se non si desidera concedere l'accesso a Mixxx, fare click su Annulla nel s + + Time Tempo @@ -9673,6 +9755,7 @@ Se non si desidera concedere l'accesso a Mixxx, fare click su Annulla nel s + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9693,6 +9776,8 @@ Se non si desidera concedere l'accesso a Mixxx, fare click su Annulla nel s + + Quantize @@ -9708,6 +9793,8 @@ Se non si desidera concedere l'accesso a Mixxx, fare click su Annulla nel s + + @@ -10012,7 +10099,7 @@ Valori alti effettuano meno attenuazione delle alte frequenze. - + Gain for Low Filter Gain per il Filtro Bassi @@ -10069,7 +10156,7 @@ Valori alti effettuano meno attenuazione delle alte frequenze. - + Gain for High Filter Gain per Filtro Alti @@ -10089,22 +10176,22 @@ Valori alti effettuano meno attenuazione delle alte frequenze. Per regolare le fasce di frequenze, vai in Preferenze -> Mixer. - + Graphic Equalizer Equalizzatore Grafico - + Graphic EQ EQ Grafico - + An 8-band graphic equalizer based on biquad filters Un equalizzatore grafico a 8 bande basate su filtri biquadratici - + Gain for Band Filter %1 Gain per Filtro Banda %1 @@ -10190,8 +10277,8 @@ Periodo dell'LFO (oscillatore a bassa frequenza) - - + + Range Intervallo @@ -10221,42 +10308,42 @@ Periodo dell'LFO (oscillatore a bassa frequenza) %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10276,17 +10363,17 @@ Periodo dell'LFO (oscillatore a bassa frequenza) Un filtro isolatore di Bessel di 8° ordine con mix di Lipshitz e Vanderkooy (bit perfect unity, roll-off -48 dB/ottava). - + LinkwitzRiley8 Isolator Isolatore LinkwitzRiley8 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Un filtro equalizzatore di 8* ordine Linkwitz-Riley (crossover ottimizzato, spostamento di fase costante, roll-off -48 dB/Ottava). @@ -10703,18 +10790,18 @@ Completamente a destra: fine del periodo - + encoder failure encoder failure - + Failed to apply the selected settings. Applicazione delle impostazioni selezionate non riuscita. - + Deck %1 Deck %1 @@ -10754,53 +10841,53 @@ Completamente a destra: fine del periodo Alcuni percorsi di file nella playlist contengono caratteri speciali. Questi percorsi di file saranno codificati come URL di percorso assoluto. Selezionare il formato m3u8 per un'esportazione migliore e senza perdite. - - + + Pitch Shift Sposta Pitch - + Raises or lowers the original pitch of a sound. Aumenta o diminuisce il pitch originale di un suono. - - + + Pitch Pitch - + The pitch shift applied to the sound. Lo spostamento del pitch applicato al suono. - + The range of the Pitch knob (0 - 2 octaves). L'intervallo della manopola Pitch (0 - 2 ottave). - - + + Semitones Semitoni - + Change the pitch in semitone steps instead of continuously. Modifica il pitch in passi di semitoni invece di farlo in modo continuo. - - + + Formant Formante - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Preservare le frequenze di risonanza (formanti) del tratto vocale umano e altri strumenti. @@ -10849,10 +10936,31 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio"La quantità di amplificazione applicata al segnale audio. Ad alti livelli, il suono sarà più distorto. - + Passthrough Passthrough + + + + Glitch + Glitch + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Periodicamente campiona e ripete una piccola porzione di audio per creare un suono metallico glitchy. + + + + Round the Time parameter to the nearest 1/8 beat. + Arrotonda il parametro Tempo di 1/8 alla battuta più vicina. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Quando il parametro Quantifica è abilitato, divide i battiti arrotondati di 1/8 del parametro Tempo per 3. + (empty) @@ -11021,7 +11129,7 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio"RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11067,34 +11175,34 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio" SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Legge i sottostanti da cartella Serato Music e dispositivi rimovibili: - + Tracks Tracce - + Crates Contenitori - + Check for Serato databases (refresh) Verifica la presenza di database Serato (aggiorna) - + (loading) Serato (caricamento) Serato @@ -11102,64 +11210,64 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio" SetlogFeature - + Join with previous (below) Unisci con precedente (sottostante) - + Mark all tracks played Segna tutte le tracce suonate - + Finish current and start new Termina l'attuale e inizia la nuova - + Lock all child playlists Blocca tutte le playlist figlie - + Unlock all child playlists Sblocca tutte le playlist figlie - + Delete all unlocked child playlists Cancella tutte le playlist figlie sbloccate - + History Storico - + Unlock Sblocca - + Lock Blocca - - + + Confirm Deletion Conferma Cancellazione - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Vuoi davvero eliminare tutte le playlist sbloccate da <b>%1</b>?<br><br> - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Eliminando %1 playlist da <b>%2</b>.<br><br> @@ -11168,193 +11276,193 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio" ShoutConnection - - + + Mixxx encountered a problem Mixxx ha riscontrato un problema - + Could not allocate shout_t Impossibile allocare shout_t - + Could not allocate shout_metadata_t Impossibile allocare shout_metadata_t - + Error setting non-blocking mode: Errore nell'impostare il non-blocking mode: - + Error setting tls mode: Errore impostando il modo tls: - + Error setting hostname! Errore durante l'impostazione dell'hostname! - + Error setting port! Errore di configurazione della porta! - + Error setting password! Errore nell'impostazione della password! - + Error setting mount! Errore nell'impostazione del mount! - + Error setting username! Errore durante l'impostazione dell'username! - + Error setting stream name! Indefinito - + Error setting stream description! Errore nell'impostazione della descrizione della trasmissione! - + Error setting stream genre! Errore nell'impostazione del genere della trasmissione! - + Error setting stream url! Errore di impostazione URL corrente! - + Error setting stream IRC! Errore impostazione IRC stream! - + Error setting stream AIM! Errore impostazione AIM stream! - + Error setting stream ICQ! Errore impostazione ICQ stream! - + Error setting stream public! Errore configurazione stream pubblico! - + Unknown stream encoding format! Formato codifica stream sconosciuto! - + Use a libshout version with %1 enabled Usa una versione libshout con %1 abilitato - + Error setting stream encoding format! Errore impostando formato codifica stream! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. La trasmissione a 96 kHz con Ogg Vorbis non è attualmente supportata. Prova una frequenza di campionamento diversa o passa a una codifica diversa. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. Vedi https://github.com/mixxxdj/mixxx/issues/5701 per ulteriori informazioni. - + Unsupported sample rate Frequenza di campionamento non supportata - + Error setting bitrate Errore nella regolazione del bitrate - + Error: unknown server protocol! Errore: protocollo del server sconosciuto! - + Error: Shoutcast only supports MP3 and AAC encoders Errore: Shoutcast supporta solo codifiche MP3 e AAC - + Error setting protocol! Errore nell'impostazione del protocollo! - + Network cache overflow Network cache overflow - + Connection error Errore Connessione - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Una delle connessioni per la Trasmissione Live riportano questo errore:<br><b>Errore con connessione '%1':</b><br> - + Connection message Messaggio connessione - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Messaggio dalla connessione Trasmissione Live '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Persa connessione al server streaming e %1 tentativi di riconnessione sono falliti. - + Lost connection to streaming server. Persa connessione al server streaming - + Please check your connection to the Internet. Controlla la tua connessione ad Internet. - + Can't connect to streaming server Impossibile connettersi al server streaming - + Please check your connection to the Internet and verify that your username and password are correct. Controlla la tua connessione a Internet e verifica che username e password siano corrette @@ -11370,23 +11478,23 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio" SoundManager - - + + a device un dispositivo - + An unknown error occurred Errore sconosciuto - + Two outputs cannot share channels on "%1" Due uscite non possono condividere canali su %1 - + Error opening "%1" Errore aprendo "%1" @@ -11738,7 +11846,7 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio" - + Cover Art Immagine Copertina @@ -12190,52 +12298,42 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio"Ricarica quando nessuna traccia è caricata, ovvero ricarica l'ultima traccia espulsa (di qualsiasi deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Cancella hotcue selezionate. - + Track Comment Commento Traccia - + Displays the comment tag of the loaded track. Mostra il tag commento della traccia caricata. - + Opens separate artwork viewer. Apre visualizzatore copertine seperatamente. - + Effect Chain Preset Settings Impostazioni Preselezione Catena Effetti - + Show the effect chain settings menu for this unit. Mostra il menu delle impostazioni della catena di effetti per questa unità. - + Select and configure a hardware device for this input Seleziona e configura il dispositivo hardware per questa entrata - + Recording Duration Durata Registrazione @@ -12429,444 +12527,445 @@ Suggerimento: compensa le voci "chipmunk" o "ringhio"Tenere premuto o fare click brevemente per agganciare questo input e mixare nell'uscita master. - + Displays the duration of the running recording. Mostra la durata della registrazione in corso. - + Auto DJ is active Auto DJ è attivo - + Hot Cue - Track will seek to nearest previous hotcue point. Hot Cue - La traccia si posizionerà al punto hotcue precedente più vicino. - + Sets the track Loop-In Marker to the current play position. Fissa il punto Loop-In alla posizione di riproduzione attuale. - + Press and hold to move Loop-In Marker. Premi e tieni premuto per muovere il punto di Loop-In. - + Jump to Loop-In Marker. Passa al Marcatore Loop-In. - + Sets the track Loop-Out Marker to the current play position. Imposta il marcatore Loop-In alla posizione di riproduzione attuale. - + Press and hold to move Loop-Out Marker. Premi e tieni premuto per muovere il marcatore Loop-Out. - + Jump to Loop-Out Marker. Passa al Marcatore Loop-Out. - + Beatloop Size Dimensione Beatloop - + Select the size of the loop in beats to set with the Beatloop button. Seleziona la dimensione del loop in battiti per abbinarla al bottone Beatloop. - + Changing this resizes the loop if the loop already matches this size. La modifica di questa opzione ridimensiona il ciclo se il ciclo corrisponde già a questa dimensione. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Dimezza la dimensione di un beatloop esistente, o dimezza la dimensione del prossimo beatloop impostato con il bottone Beatloop. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Raddoppia la dimensione di un beatloop esistente, o raddoppia la dimensione del prossimo beatloop impostato con il bottone Beatloop. - + Start a loop over the set number of beats. Inizia un loop per il numero di battiti impostati. - + Temporarily enable a rolling loop over the set number of beats. Abilita temporaneamente un loop continuo in base al numero di battiti impostati. - + Beatjump/Loop Move Size SaltoBattuta / Loop Sposta Dimensione - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Seleziona il numero di beats da saltare o muove il loop con i bottoni Beatjump Avanti/Indietro. - + Beatjump Forward Saltobattuta Avanti - + Jump forward by the set number of beats. Salta in avanti del numero di battiti impostato. - + Move the loop forward by the set number of beats. Muove il loop in avanti del numero di battiti impostato. - + Jump forward by 1 beat. Salta in avanti di %1 battuta. - + Move the loop forward by 1 beat. Muove il loop in avanti di 1 battuta. - + Beatjump Backward SaltoBattuta Indietro - + Jump backward by the set number of beats. Salta all'indietro del numero di battiti impostato. - + Move the loop backward by the set number of beats. Muove il loop all'indietro del numero di beats impostato. - + Jump backward by 1 beat. Salta all'indietro di %1 battuta. - + Move the loop backward by 1 beat. Muove il loop all'indietro di 1 beat. - + Reloop Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. Se il loop è successivo alla posizione corrente, il looping inizierà quando il loop viene raggiunto. - + Works only if Loop-In and Loop-Out Marker are set. Funziona solo se i marcatori Loop-In e Loop-Out sono impostati. - + Enable loop, jump to Loop-In Marker, and stop playback. Abilita loop, passa al marcatore di Loop-In, ed interrompe la riproduzione. - + Displays the elapsed and/or remaining time of the track loaded. Mostra il tempo trascorso e/o rimanente della traccia caricata. - + Click to toggle between time elapsed/remaining time/both. Clicca per passare fra tempo trascorso/rimanente/entrambi. - + Hint: Change the time format in Preferences -> Decks. Suggerimento: Modifica il formato del tempo in Preferenze -> Decks. - + Show/hide intro & outro markers and associated buttons. Mostra/nasconde marcatori intro & outro e bottoni associati. - + Intro Start Marker Marcatore Inizio Intro - - - - + + + + If marker is set, jumps to the marker. Se il marcatore è impostato, passa al marcatore. - - - - + + + + If marker is not set, sets the marker to the current play position. Se il marcatore non è impostato, imposta il marcatore sulla posizione di riproduzione corrente. - - - - + + + + If marker is set, clears the marker. Se il marcatore è impostato, cancella il marcatore. - + Intro End Marker Marcatore Fine Intro - + Outro Start Marker Marcatore Inizio Outro - + Outro End Marker Marcatore Fine Outro - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Regola il mixaggio del segnale dry (in entrata) con il wet (in uscita) dell'unità effetto - + D/W mode: Crossfade between dry and wet Modalità D/W: dissolvenza incrociata tra dry e wet - + D+W mode: Add wet to dry Modo D+W: Aggiunge wet a dry - + Mix Mode Modo Mix - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Regola come il segnale dry (in entrata) viene mixato con il wet (in uscita) dell'unità effetto - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Modo Dry/Wet (linee incrociate): manopola mix dissolvenze incrociate tra dry e wet Usa questo per cambiare il suono della traccia con l'EQ e gli effetti filtro. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Modo Dry+Wet (linea dry piatta): La manopola mix aggiunge wet a dry. Usalo per modificare solo il segnale modificato (wet) con effetti di EQ e filtro. - + Route the main mix through this effect unit. Instrada il mix principale attraverso questa unità effetto. - + Route the left crossfader bus through this effect unit. Instrada il crossfader bus attraverso questa unità effetto. - + Route the right crossfader bus through this effect unit. Instrada il crossfader destro attraverso questa unità effetto. - + Right side active: parameter moves with right half of Meta Knob turn Lato destro attivo: il parametro si muove con la metà destra della rotazione del Meta Knob - + Skin Settings Menu Menu Impostazioni Skin - + Show/hide skin settings menu Mostra/nasconde menu impostazioni skin - + Save Sampler Bank Salva Raccolta Sampler - + Save the collection of samples loaded in the samplers. Salva la collezione di campioni caricata nei campionatori. - + Load Sampler Bank Carica Raccolta Sampler - + Load a previously saved collection of samples into the samplers. Carica nei campionatori una collezione di campioni salvata in precedenza. - + Show Effect Parameters Mostra Parametri Effetto - + Enable Effect Abilita Effetto - + Meta Knob Link Meta Manopola Link - + Set how this parameter is linked to the effect's Meta Knob. Mostra come questo parametro è collegato all'effetto di Meta Knob. - + Meta Knob Link Inversion Meta Manopola Inversione Link - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverte la direzione in cui questo parametro si muove quando si gira la Meta Knob dell'effetto. - + Super Knob Super Manopola - + Next Chain Prossima Catena - + Previous Chain Catena Precedente - + Next/Previous Chain Passa alla Prossima/Precedente catena - + Clear Cancella - + Clear the current effect. Cancella l'effetto corrente. - + Toggle Abilita - + Toggle the current effect. Abilità l'effetto corrente. - + Next Successivo - + Clear Unit Cancella Unità - + Clear effect unit. Unità cancellazione effetti. - + Show/hide parameters for effects in this unit. Mostra/nasconde i parametri per gli effetti in questa unità. - + Toggle Unit Attiva Unità - + Enable or disable this whole effect unit. Abilita o disabilita questa intera unità effetto. - + Controls the Meta Knob of all effects in this unit together. Controlla il Meta Knob di tutti gli effetti di questa unità assieme. - + Load next effect chain preset into this effect unit. Carica la catena effetto preimpostata successiva in questa unità effetto. - + Load previous effect chain preset into this effect unit. Carica la catena effetto preimpostata precedente in questa unità effetto. - + Load next or previous effect chain preset into this effect unit. Carica la catena effetto preimpostata precedente o successiva in questa unità effetto. + @@ -12875,169 +12974,168 @@ Usalo per modificare solo il segnale modificato (wet) con effetti di EQ e filtro - Assign Effect Unit Assegna Unità Effetto - + Assign this effect unit to the channel output. Assegna questa unità effetto all'uscita canale. - + Route the headphone channel through this effect unit. Indirizza il canale cuffia attraverso questa unità effetto. - + Route this deck through the indicated effect unit. Instrada questo deck attraverso l'unità effetto indicata. - + Route this sampler through the indicated effect unit. Instrada questo campionatore attraverso l'unità effetto indicata. - + Route this microphone through the indicated effect unit. Instrada questo microfono attraverso l'unità effetto indicata. - + Route this auxiliary input through the indicated effect unit. Instrada questo ausiliario attraverso l'unità effetto indicata. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. L'unità effetto deve essere assegnata anche ad un deck o altra sorgente suono per sentire l'effetto. - + Switch to the next effect. Passa all'effetto successivo. - + Previous Precedente - + Switch to the previous effect. Passa all'effetto precedente. - + Next or Previous Precedente o Successivo - + Switch to either the next or previous effect. Passa all'effetto precedente o successivo. - + Meta Knob Manopola Meta - + Controls linked parameters of this effect Controlla parametri collegati a questo effetto. - + Effect Focus Button Pulsante Focus Effetto - + Focuses this effect. Focalizza questo effetto. - + Unfocuses this effect. Toglie la focalizzazione da questo effetto. - + Refer to the web page on the Mixxx wiki for your controller for more information. Per maggiori informazioni per il tuo controller fai riferimento alla pagine web del wiki Mixxx. - + Effect Parameter Parametro Effetto - + Adjusts a parameter of the effect. Regola un parametro dell'effetto. - + Inactive: parameter not linked Inattivo; parametro non legato - + Active: parameter moves with Meta Knob Attivo: il parametro si muove con il Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn Lato sinistro attivo: il parametro si muove con la metà sinistra della rotazione del Meta Knob - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Lato sinistro e destro attivo: il parametro si muove nell'intervallo con metà del giro di Meta Knob e indietro con l'altra metà - - + + Equalizer Parameter Kill Elimina Parametro Equalizzatore - - + + Holds the gain of the EQ to zero while active. Trattiene il gain del EQ a zero quando attivo. - + Quick Effect Super Knob Effetto rapido Super Manopola - + Quick Effect Super Knob (control linked effect parameters). Effetto Rapido Super Manopola (parametri di controllo effetti collegati). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Suggerimento: Modifica il modo Effetto Rapido predefinito in Preferenze -> Equalizzatori. - + Equalizer Parameter Parametro Equalizzatore - + Adjusts the gain of the EQ filter. Regola il gain del filtro EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Suggerimento: Modifica il Modo EQ predefinito in Preferenze -> Equalizzatori @@ -13136,47 +13234,47 @@ Usalo per modificare solo il segnale modificato (wet) con effetti di EQ e filtro Diminuisce il pitch di un semitono. - + Enable Vinyl Control Abilita il Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. Quando disabilitato, la traccia è controllata dai controlli di esecuzione di Mixxx. - + When enabled, the track responds to external vinyl control. Quando abilitata, la traccia risponde al controllo vinile esterno. - + Enable Passthrough Abilita Inoltro diretto Passtrough - + Indicates that the audio buffer is too small to do all audio processing. Indica che il buffer audio è troppo piccolo per elaborare l'audio. - + Displays cover artwork of the loaded track. Mostra la copertina della traccia caricata. - + Displays options for editing cover artwork. Visualiza le opzioni per modificare la copertina. - + Star Rating Valutazione Stelle - + Assign ratings to individual tracks by clicking the stars. Assegna valutazione alle tracce individualmente cliccando sulle stelle. @@ -13444,123 +13542,123 @@ Usalo per modificare solo il segnale modificato (wet) con effetti di EQ e filtro Regola il pitch dal pitch velocità slider - + Opens a menu to clear hotcues or edit their labels and colors. Apre un menu per cancellare gli hotcue o modificarne le etichette e i colori. - + Record Mix Registra il Mix - + Toggle mix recording. Abilita registrazione mix - + Enable Live Broadcasting Abilita la Trasmissione Live - + Stream your mix over the Internet. Trasmette il tuo mix su Internet. - + Provides visual feedback for Live Broadcasting status: Offre un feedback visivo dello stato della Trasmissione Live: - + disabled, connecting, connected, failure. Disabilitato, in connessione, connesso, fallimento. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quando abilitato, il deck suona direttamente l'audio proveniente dall'input vinile. - + Blue for passthrough enabled. Blu per inoltro diretto passtrough abilitato. - + Playback will resume where the track would have been if it had not entered the loop. L'esecuzione riprenderà dove la traccia sarebbe stata se non si fossero abilitati i loop. - + Loop Exit Esci dal Loop - + Turns the current loop off. Interrompe il loop corrente. - + Slip Mode Modalità Slip - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quando attivo, l'esecuzione continua muta in sottofondo durante un loop, un reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Una volta disabilitato, il suono udibile riprenderà dove la traccia avrebbe dovuto essere. - + Track Key The musical key of a track Chiave della traccia - + Displays the musical key of the loaded track. Mostra la chiave musicale della traccia caricata. - + Clock Orologio - + Displays the current time. Mostra l'ora attuale. - + Audio Latency Usage Meter Misuratore Utilizzo Latenza Audio - + Displays the fraction of latency used for audio processing. Mostra la frazione di latenza usata per processare l'audio. - + A high value indicates that audible glitches are likely. Un valore alto indica che artefatti udibili sono probabili. - + Do not enable keylock, effects or additional decks in this situation. Non abilitare keylock, effetti o deck aggiuntivi in questa situazione. - + Audio Latency Overload Indicator Indicatore Sovraccarico Latenza Audio @@ -13682,97 +13780,97 @@ Usalo per modificare solo il segnale modificato (wet) con effetti di EQ e filtro Se è configurato l'hotcue, salta all'hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Se non è configurato l'hotcue, lo fissa alla posizione di esecuzione corrente. - + Vinyl Control Mode Modalità Controllo Vinile - + Absolute mode - track position equals needle position and speed. Modo Assoluto - posizione della traccia uguale alla posizione e alla velocita della puntina. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - velocita della traccia uguale alla velocità della puntina indipendentemente dalla posizione della puntina. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo costante - velocità traccia uguale all'ultima velocità stabile indipendentemente dall'input della puntina. - + Vinyl Status Stato Vinile - + Provides visual feedback for vinyl control status: Fornisce un feedback visivo dello stato del controllo vinile: - + Green for control enabled. Verde per controllo abilitato. - + Blinking yellow for when the needle reaches the end of the record. Lampeggia giallo quando la puntina raggiunge la fine del disco. - + Loop-In Marker Marcatore Loop-in - + Loop-Out Marker Marcatore Loop-Out - + Loop Halve Dimezza Loop - + Halves the current loop's length by moving the end marker. Dimezza la lunghezza del loop corrente muovendo la fine del marcatore. - + Deck immediately loops if past the new endpoint. Il deck va in loop immediatamente se si passe il nuovo endpoint. - + Loop Double Raddoppia Loop - + Doubles the current loop's length by moving the end marker. Raddoppia la lunghezza del loop corrente muovento il marcatore di fine loop. - + Beatloop Beatloop - + Toggles the current loop on or off. Abilita o Disabilita il loop corrente. - + Works only if Loop-In and Loop-Out marker are set. Funziona solo se i marcatori Loop-in e Loop-Out sono fissati. @@ -13782,82 +13880,82 @@ Usalo per modificare solo il segnale modificato (wet) con effetti di EQ e filtro Suggerimento: Modifica il modo cue predefinito in Preferenze -> Interfaccia. - + Vinyl Cueing Mode Modo Cueing Vinile - + Determines how cue points are treated in vinyl control Relative mode: Determina come gestire i cue points nel Modo di Controllo Vinile Relativo: - + Off - Cue points ignored. Off - Cue points ignorati. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Un Cue - Se la puntina è rilasciata dopo il cue point, la traccia si posizionerà a quel cue point. - + Track Time Tempo della Traccia - + Track Duration Durata Traccia - + Displays the duration of the loaded track. Mostra la durata della traccia caricata. - + Information is loaded from the track's metadata tags. Le informazioni sono caricate dai tags metadata della traccia. - + Track Artist Artista Traccia - + Displays the artist of the loaded track. Mostra l'artista della traccia caricata. - + Track Title Titolo Traccia - + Displays the title of the loaded track. Mostra il titolo della traccia caricata. - + Track Album Album - + Displays the album name of the loaded track. Mostra il nome dell'album della traccia caricata. - + Track Artist/Title Traccia Artista/Titolo - + Displays the artist and title of the loaded track. Mostra l'artista e il titolo della traccia caricata. @@ -13865,12 +13963,12 @@ Usalo per modificare solo il segnale modificato (wet) con effetti di EQ e filtro TrackCollection - + Hiding tracks Nascondi tracce - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Le tracce selezionate sono nelle seguenti playlist: %1 Nascondendole verranno rimosse da quelle playlist. Continuo? @@ -14126,22 +14224,22 @@ Questa azione non può essere annullata! WEffectChainPresetButton - + Update Preset Aggiorna Preimpostazione - + Rename Preset Rinomina Preimpostazione - + Save As New Preset... Salva Come Nuova Preimpostazione... - + Save snapshot Salva snapshot @@ -14163,7 +14261,7 @@ Questa azione non può essere annullata! WEffectParameterNameBase - + No effect loaded. Nessun effetto caricato. @@ -14187,452 +14285,452 @@ Questa azione non può essere annullata! WMainMenuBar - + &File &File - + Load Track to Deck &%1 Carica Traccia al Deck &%1 - + Loads a track in deck %1 Carica una traccia nel mazzo %1 - + Open Apri - + &Exit &Esci - + Quits Mixxx Esce da Mixxx - + Ctrl+q Ctrl+q - + &Library &Libreria - + &Rescan Library &Riscansiona Libreria - + Rescans library folders for changes to tracks. Riscansiona le cartelle della libreria per rilevare cambiamenti alle tracce. - + Ctrl+Shift+L Ctrl+Shift+L - + E&xport Library to Engine Prime E&sporta Libreria a Engine Prime - + Export the library to the Engine Prime format Esporta la libreria nel formato Engine Prime - + Create &New Playlist Crea una &Nuova Playlist - + Create a new playlist Crea una nuova playlist - + Ctrl+n Ctrl+n - + Create New &Crate Crea Nuovo &Contenitore - + Create a new crate Crea un nuovo contenitore - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Vista - + May not be supported on all skins. Potrebbe non essere supportata su tutte le skin - + Show Skin Settings Menu Mostra Menu Impostazioni Skin - + Show the Skin Settings Menu of the currently selected Skin Mostra Menu Impostazioni Skin della Skin correntemente selezionata - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostra la Sezione Microfono - + Show the microphone section of the Mixxx interface. Mostra la Sezione Microfono dell'interfaccia Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostra la Sezione Controllo Vinile - + Show the vinyl control section of the Mixxx interface. Mosta la sezione Vinyl Control della Interfaccia Mixxx - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostra Anteprima Deck - + Show the preview deck in the Mixxx interface. Mostra l'anteprima del deck nell'interfaccia di Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostra Copertina - + Show cover art in the Mixxx interface. Mostra la copertina nell'interfaccia Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Massimizza Libreria - + Maximize the track library to take up all the available screen space. Massimizza la libreria tracce per occupare tutto lo spazio disponibile sullo schermo - + Space Menubar|View|Maximize Library Spazio - + &Full Screen &Schermo intero - + Display Mixxx using the full screen Visualizza Mixxx a schermo intero - + &Options &Opzioni - + &Vinyl Control Controllo &Vinile - + Use timecoded vinyls on external turntables to control Mixxx Usa vinili timecoded su piatti esterni per controllare Mixxx - + Enable Vinyl Control &%1 Abilita Controllo Vinile &%1 - + &Record Mix &Registra il Mixaggio - + Record your mix to a file Registra il tuo Mixaggio su un file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Abilita Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Invia i tuoi mix a un server shoutcast o icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Attiva Scorciatoie da Tastiera - + Toggles keyboard shortcuts on or off Alterna le scorciatoie da Tastiera On/Offf - + Ctrl+` Ctrl+` - + &Preferences &Preferenze - + Change Mixxx settings (e.g. playback, MIDI, controls) Cambia le impostazioni di Mixxx (per esempio la riproduzione, i Midi, i controlli) - + &Developer &Sviluppatore - + &Reload Skin Ricarica la Skin - + Reload the skin Ricarica la Skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Strumenti Sviluppa&tori - + Opens the developer tools dialog Apre lo strumento dialogo sviluppatore - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Statistiche: Cassetto &Esperimento - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Abilita il modo esperimento. Colleziona statistiche nel cassetto di tracciamento esperimento. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Statistiche: Cassetto &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Abilita Modo Base. Colleziona statistiche nel cassetto tracciamento Base - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Abilitato - + Enables the debugger during skin parsing Abilita il debugger durante l'analisi skin - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Aiuto - + Show Keywheel menu title Mostra Keywheel - + Show keywheel tooltip text Mostra keywheel - + F12 Menubar|View|Show Keywheel F12 - + &Community Support Supporto della &comunità - + Get help with Mixxx Ottieni dell'aiuto con Mixxx - + &User Manual Manuale &Utente - + Read the Mixxx user manual. Leggi il manuale utente di Mixxx - + &Keyboard Shortcuts Scorciatoie da tastiera - + Speed up your workflow with keyboard shortcuts. Velocizza il tuo flusso di lavoro con le scorciatoie da tastiera. - + &Settings directory Cartella Impostazioni - + Open the Mixxx user settings directory. Apre la directory delle impostazioni utente di Mixxx. - + &Translate This Application &Traduci questa applicazione - + Help translate this application into your language. Aiutaci a tradurre questo programma nella tua lingua. - + &About &Informazioni su - + About the application Informazioni sull'applicazione @@ -14861,564 +14959,564 @@ Questa azione non può essere annullata! WTrackMenu - + Load to Carica su - + Deck Deck - + Sampler Sampler - + Add to Playlist Aggiungi alla playlist - + Crates Contenitori - + Metadata Metadati - + Update external collections Aggiorna collezioni estrerne - + Cover Art Immagine Copertina - + Adjust BPM Regolazione BPM - + Select Color Seleziona Colore - + Reset Reset metadata in right click track context menu in library Reimposta - - + + Analyze Analizza - - + + Delete Track Files Cancella File Traccia - + Add to Auto DJ Queue (bottom) Aggiungi a fine coda in «Auto DJ» - + Add to Auto DJ Queue (top) Aggiungi alla coda in modalità "Auto DJ" (in cima) - + Add to Auto DJ Queue (replace) Aggiunge a Auto DJ (sostituisce) - + Preview Deck Deck Anteprima - + Remove Rimuovi - + Remove from Playlist Rimuovi dalla Playlist - + Remove from Crate Togli dal Contenitore - + Hide from Library Nascondi dalla Libreria - + Unhide from Library Mostra nella Libreria - + Purge from Library Elimina dalla Libreria - + Move Track File(s) to Trash Sposta file della traccia/e nel Cestino - + Delete Files from Disk Cancella File dal Disco - + Properties Proprietà - + Open in File Browser Apri nel File Manager - + Select in Library Seleziona in Libreria - + Import From File Tags Importa Da File Tags - + Import From MusicBrainz Importa Da MusicBrainz - + Export To File Tags Esporta su File Tags - + BPM and Beatgrid BPM e Grigliabattiti - + Play Count Conteggio Play - + Rating Voto - + Cue Point Punto Cue - + Hotcues Hotcue - + Intro Intro - + Outro Outro - + Key Parola chiave - + ReplayGain Riapplica Gain - + Waveform Forma d'onda - + Comment Commento - + All Tutto - + Lock BPM Blocca i BPM - + Unlock BPM Sblocca i BPM - + Double BPM raddoppia BPM - + Halve BPM Dimezza BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Reimposta BPM - + Reanalyze Riananlizza - + Reanalyze (constant BPM) Ri-Analizza (BPM costanti) - + Reanalyze (variable BPM) Ri-Analizza (BPM variabili) - + Update ReplayGain from Deck Gain Aggiorna il ReplayGain dal Guadagno del Deck - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Import dei metadati di %n traccia(e) dai tags dei fileImport dei metadati di %n traccia(e) dai tags dei fileImport dei metadati di %n traccia(e) dai tags dei file - + Marking metadata of %n track(s) to be exported into file tags Segna i metadati di %n traccia(e) da esportare nei tags dei fileSegna i metadati di %n traccia(e) da esportare nei tags dei fileSegna i metadati di %n traccia(e) da esportare nei tags dei file - - + + Create New Playlist Crea Nuova Playlist - + Enter name for new playlist: Inserisci il nome per la playlist: - + New Playlist Nuova Playlist - - - + + + Playlist Creation Failed Creazione della playlist non riuscita - + A playlist by that name already exists. Esiste già una playlist con questo nome. - + A playlist cannot have a blank name. Il nome della playlist non può essere vuoto. - + An unknown error occurred while creating playlist: Errore sconosciuto durante la creazione della playlist: - + Add to New Crate Aggiungi a Nuovo Contenitore - + Scaling BPM of %n track(s) Scalatura BPM di %n traccia(e)Scalatura BPM di %n traccia(e)Scalatura BPM di %n traccia(e) - + Locking BPM of %n track(s) Blocco BPM di %n traccia(e)Blocco BPM di %n traccia(e)Blocco BPM di %n traccia(e) - + Unlocking BPM of %n track(s) Sblocco BPM di %n traccia(e)Sblocco BPM di %n traccia(e)Sblocco BPM di %n traccia(e) - + Setting color of %n track(s) Impostazione del colore di %n traccia(e)Impostazione del colore di %n traccia(e)Impostazione del colore di %n traccia(e) - + Resetting play count of %n track(s) Azzeramento del conteggio play di %n traccia(e)Azzeramento del conteggio play di %n traccia(e)Azzeramento del conteggio play di %n traccia(e) - + Resetting beats of %n track(s) Reimpostazione dei battiti di %n traccia(e)Reimpostazione dei battiti di %n traccia(e)Reimpostazione dei battiti di %n traccia(e) - + Clearing rating of %n track(s) Cancellazione della valutazione di %n traccia(e)Cancellazione della valutazione di %n traccia(e)Cancellazione della valutazione di %n traccia(e) - + Clearing comment of %n track(s) Cancellazione della valutazione di %n traccia(e)Cancellazione della valutazione di %n traccia(e)Cancellazione della valutazione di %n traccia(e) - + Removing main cue from %n track(s) Rimozione del main cue da %n traccia(e)Rimozione del main cue da %n traccia(e)Rimozione del main cue da %n traccia(e) - + Removing outro cue from %n track(s) Rimozione dell'outro cue da %n traccia(e)Rimozione dell'outro cue da %n traccia(e)Rimozione dell'outro cue da %n traccia(e) - + Removing intro cue from %n track(s) Rimozione dell'intro cue da %n traccia(e)Rimozione dell'intro cue da %n traccia(e)Rimozione dell'intro cue da %n traccia(e) - + Removing loop cues from %n track(s) Rimozione loop cues da %n traccia(e)Rimozione loop cues da %n traccia(e)Rimozione loop cues da %n traccia(e) - + Removing hot cues from %n track(s) Rimozione hot cues da %n traccia(e)Rimozione hot cues da %n traccia(e)Rimozione hot cues da %n traccia(e) - + Resetting keys of %n track(s) Reimpostazione della chiave musicale di %n traccia(e)Reimpostazione della chiave musicale di %n traccia(e)Reimpostazione della chiave musicale di %n traccia(e) - + Resetting replay gain of %n track(s) Reimpostazione del guadagno di riproduzione di %n traccia(e)Reimpostazione del guadagno di riproduzione di %n traccia(e)Reimpostazione del guadagno di riproduzione di %n traccia(e) - + Resetting waveform of %n track(s) Reimpostazione della forma d'onda di %n traccia(e)Reimpostazione della forma d'onda di %n traccia(e)Reimpostazione della forma d'onda di %n traccia(e) - + Resetting all performance metadata of %n track(s) Reimpostazione dei metadati delle performance da %n traccia(e)Reimpostazione dei metadati delle performance da %n traccia(e)Reimpostazione dei metadati delle performance da %n traccia(e) - + Permanently delete these files from disk? Cancellare definitivamente questi file dal disco? - - + + This can not be undone! Questo non può essere annullato! - + Stop the deck and move this track file to the trash bin? Fermo il deck e sposto questo file di traccia nel cestino? - + Stop the deck and permanently delete this track file from disk? Fermo il deck e cancello definitivamente il file della traccia dal disco? - + Cancel Annulla - + Delete Files Cancella Files - + Okay Okay - + Move Track File(s) to Trash? Sposto il/i File Traccia/e nel Cestino? - + Track Files Deleted File Tracce Cancellate - + Track Files Moved To Trash File Traccia Spostati nel Cestino - + %1 track files were moved to trash and purged from the Mixxx database. %1 file delle tracce sono stati spostati nel cestino ed eliminati dal database di Mixxx. - + %1 track files were deleted from disk and purged from the Mixxx database. i file delle tracce %1 sono stati cancellati dal disco ed eliminati dal database di Mixxx. - + Track File Deleted File Traccia Cancellati - + Track file was deleted from disk and purged from the Mixxx database. Il file della traccia è stato eliminato dal disco e cancellato dal database Mixxx. - + The following %1 file(s) could not be deleted from disk I seguenti file %1 file(s) non possono essere eliminati dal disco - + This track file could not be deleted from disk Non è stato possibile eliminare questo file di traccia dal disco - + Remaining Track File(s) File di Tracce Rimanente(i) - + Close Chiudi - + Loops Loop - + Removing %n track file(s) from disk... Rimuovendo %n file dal disco... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: se sei nella vista Computer o Registrazione devi cliccare di nuovo sulla vista corrente per vedere i cambiamenti. - + Track File Moved To Trash File Traccia Spostato nel Cestino - + Track file was moved to trash and purged from the Mixxx database. Il file della traccia è stato spostato nel cestino ed eliminato dal database di Mixxx. - + The following %1 file(s) could not be moved to trash I seguenti file %1 non possono essere spostati nel cestino - + This track file could not be moved to trash Questo file di traccia non può essere spostato nel cestino - + Setting cover art of %n track(s) Impostazione della copertina di %n traccia(e)Impostazione della copertina di %n traccia(e)Impostazione della copertina di %n traccia(e) - + Reloading cover art of %n track(s) Ricaricamento copertina di %n traccia(e)Ricaricamento copertina di %n traccia(e)Ricaricamento copertina di %n traccia(e) @@ -15426,37 +15524,37 @@ Questa azione non può essere annullata! WTrackTableView - + Confirm track hide Conferma nascondimento traccia - + Are you sure you want to hide the selected tracks? Sei sicuro di voler nascondere le tracce selezionate? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Sei sicuro di voler rimuovere le tracce selezionate dalla coda di AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Sei sicuro di voler rimuovere le tracce selezionate da questo contenitore? - + Are you sure you want to remove the selected tracks from this playlist? Sei sicuro di voler rimuovere i brani selezionati da questa playlist? - + Don't ask again during this session Non chiedere ancora durante questa sessione - + Confirm track removal Conferma rimozione traccia @@ -15472,7 +15570,7 @@ Questa azione non può essere annullata! WaveformWidgetFactory - + legacy legacy @@ -15520,52 +15618,52 @@ Questa azione non può essere annullata! mixxx::CoreServices - + fonts font - + database database - + effects effetti - + audio interface interfaccia audio - + decks decks - + library libreria - + Choose music library directory Scegli la cartella della tua libreria musicale - + controllers controllers - + Cannot open database Impossibile aprire il database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ja.qm b/res/translations/mixxx_ja.qm index c180e7071baca5b64003360708479c8b69d8008b..294b5cc5b6fcc05553f4601d5caca0f23f66db69 100644 GIT binary patch delta 8907 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 Y!4~V92f3{KX4f=2$1W?!j&*APe=&VQ{r~^~ delta 8910 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 diff --git a/res/translations/mixxx_ja.ts b/res/translations/mixxx_ja.ts index 590f3c69192..2cde6b4348a 100644 --- a/res/translations/mixxx_ja.ts +++ b/res/translations/mixxx_ja.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) オートDJの最後に追加 - + Add to Auto DJ Queue (top) オートDJの先頭に追加 - + Add to Auto DJ Queue (replace) - - Import Playlist - プレイリストをインポート + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + レコードボックスの作成に失敗 - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed プレイリストの作成に失敗 - + An unknown error occurred while creating playlist: プレイリストの作成中に不明なエラーが発生しました @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist プレイリストの新規作成 - + Add to Auto DJ Queue (bottom) オートDJの最後に追加 - - + + Create New Playlist 新規プレイリストの作成 - + Add to Auto DJ Queue (top) オートDJの先頭に追加 - + Remove 削除する - + Rename 名前を変更 - + Lock ロックをかける - + Duplicate 複製 - - + + Import Playlist プレイリストをインポート - + Export Track Files トラックファイルを出力 - + Analyze entire Playlist すべての曲を解析 - + Enter new name for playlist: プレイリストに新しい名前を付ける - + Duplicate Playlist プレイリストを複製する - - + + Enter name for new playlist: 新しいプレイリストの名前 - - + + Export Playlist プレイリストをエクスポート - + Add to Auto DJ Queue (replace) - + Rename Playlist プレイリストの名前の変更 + - Renaming Playlist Failed プレイリストの名前の変更に失敗 - - - + + + A playlist by that name already exists. 同じ名前のプレイリストが既にあります。 - - - + + + A playlist cannot have a blank name. プレイリストには名前が必要です。 - + _copy //: Appendix to default name when duplicating a playlist コピー(_C) + - + - - - + + Playlist Creation Failed プレイリストの作成に失敗 - - + + An unknown error occurred while creating playlist: プレイリストの作成中に不明なエラーが発生しました - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U プレイリスト (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3Uプレイリスト (*.m3u);;M3U8プレイリスト (*.m3u8);;PLSプレイリスト (*.pls);;CSVファイル(*.csv);;テキストファイル(*.txt);; @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. トラックを読み込めませんでした @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album アルバム - + Album Artist アルバム アーティスト - + Artist アーティスト - + Bitrate ビットレート - + BPM BPM - + Channels チャンネル - + Color - + Comment コメント - + Composer 作曲者 - + Cover Art カバーアート - + Date Added 追加日時 - + Last Played - + Duration 長さ - + Type タイプ - + Genre ジャンル - + Grouping グループ - + Key キー - + Location ファイルの場所 - + Preview プレビュー - + Rating 評価 - + ReplayGain リプレイゲイン - + Samplerate サンプルレート - + Played 再生回数 - + Title タイトル - + Track # トラック番号 - + Year 発売年 - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed 操作に失敗しました - + Please enable at least one connection to use Live Broadcasting. 生放送での利用には少なくとも一つの接続を有効にして下さい @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links クイックリンクに追加 - + Remove from Quick Links クイックリンクから削除 - + Add to Library ライブラリに追加 - + Quick Links クイックリンク - - + + Devices デバイス - + Removable Devices リムーバブルデバイス - - + + Computer コンピュータ - + Music Directory Added 音楽フォルダを追加しました - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? いくつかの音楽フォルダが登録されました。が、その中にあるファイルは、ライブラリを再スキャンしないと使えません。すぐに再スキャンを行いますか? - + Scan スキャン - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group グループ - + Item アイテム - + Value - + Parameter 変数 - + Title タイトル - + Description 概要 @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume 最大音量に設定 - + Set to zero volume 最小音量に設定 @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button モニタリングボタン - + Mute button ミュートボタン @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode キーロックモードON/OFF @@ -1090,193 +1119,193 @@ trace - Above + Profiling messages イコライザ - + Vinyl Control Vinylコントロール - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues キュー - + Cue button キューボタン - + Set cue point キューポイントをセット - + Go to cue point キューポイントに移動 - + Go to cue point and play キューポイントから再生 - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues ホットキュー - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 ホットキュー %1 を削除 - + Set hotcue %1 ホットキュー %1 を設定 - + Jump to hotcue %1 ホットキュー %1 へジャンプ - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play ホットキュー %1 から再生 - + Preview from hotcue %1 - - + + Hotcue %1 ホットキュー %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1392,20 +1421,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1421,7 +1450,7 @@ trace - Above + Profiling messages - + Mute ミュート @@ -1432,7 +1461,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1453,25 +1482,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1541,82 +1570,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync 同期 - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1657,456 +1686,456 @@ trace - Above + Profiling messages 低域 EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue キューをセット - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) オートDJの最後に追加 - + Append the selected track to the Auto DJ Queue 選択された曲をオートDJの先頭に追加 - + Add to Auto DJ Queue (top) オートDJの先頭に追加 - + Prepend selected track to the Auto DJ Queue 選択された曲をオートDJの末尾に追加 - + Load Track - + Load selected track 選択された曲を読み込む - + Load selected track and play 選択された曲を読み込んで再生 - - + + Record Mix - + Toggle mix recording - + Effects エフェクト - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect クイックエフェクト - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet ドライ/ウェット - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain ゲイン - + Gain knob ゲイン ノブ - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. ミキサーを表示/非表示します。 - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2121,102 +2150,102 @@ trace - Above + Profiling messages ヘッドホン ゲイン - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2288,942 +2317,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed スピード - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters エフェクトのパラメータを表示 - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off マイクのオン/オフ - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ オートDJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks 4デッキ ON/OFF - + Switches between showing 2 decks and 4 decks. 2デッキと4デッキを切り替えます。 - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3592,37 +3631,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: 寄付する方法: - + And special thanks to: そしてスペシャルサンクスを: - + Past Developers 過去の開発 - + Past Contributors 過去の開発 - + Official Website - + Donate @@ -3635,34 +3674,40 @@ trace - Above + Profiling messages Mixxxについて - - + + + Unknown 不明 - + Date: 日付: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3876,7 +3921,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4133,7 +4178,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4363,122 +4408,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono モノラル - + Stereo ステレオ - - - - + + + + Action failed 操作に失敗しました - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5050,22 +5095,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5175,6 +5220,11 @@ Apply settings and continue? Screen saver スクリーンセーバ + + + Multi-Sampling + + Start in full-screen mode @@ -5751,38 +5801,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information 通知 - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6008,52 +6083,52 @@ and allows you to pitch adjust them for harmonic mixing. スキャン - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6913,138 +6988,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) 標準 (遅延 大) - + Experimental (no delay) 試験中 (遅延無し) - + Disabled (short delay) 無効 (遅延 小) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled 無効 - + Enabled 有効 - + Stereo ステレオ - + Mono モノラル - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error 設定エラー @@ -7530,122 +7605,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware サウンドハードウェア - + Controllers コントローラ - + Library ライブラリ - + Interface インターフェース - + Waveforms 波形 - + Mixer ミキサー - + Auto DJ オートDJ - + Decks デッキ - + Colors カラー - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) ヘルプ(&H) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) 適用(&A) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) キャンセル(&C) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects エフェクト - + Recording レコーディング - + Beat Detection ビート検出 - + Key Detection キー検出 - + Normalization ノーマライズ - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>設定ページにエラーがあります。エラーを修正し、変更を適用してください。</b></font> - + Vinyl Control Vinylコントロール - + Live Broadcasting ライブ放送 - + Modplug Decoder Modplugデコーダ @@ -7820,7 +7895,7 @@ Select from different types of displays for the waveform, which differ primarily アルバム アーティスト - + Fetching track data from the MusicBrainz database @@ -7897,72 +7972,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8285,7 +8360,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h キャンセル(&C) - + (no color) @@ -8495,27 +8570,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (高速) - + Rubberband (better) Rubberband (高品質) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8738,15 +8813,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8757,57 +8832,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8890,32 +8965,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8990,181 +9065,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy サウンドデバイスがビジーです。 - + <b>Retry</b> after closing the other application or reconnecting a sound device 他のアプリケーションを閉じるかデバイスを再接続した後で<b>リトライ</b>してください。 - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. Mixxxのサウンドデバイス設定を<b>再設定</b>する。 - - + + Get <b>Help</b> from the Mixxx Wiki. Mixxx Wikiで<b>Help</b>を手に入れてください。 - - - + + + <b>Exit</b> Mixxx. Mixxxを<b>終了</b>する。 - + Retry リトライ - + skin - - + + Reconfigure 再設定 - + Help ヘルプ - - + + Exit 終了 - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue 続行 - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit 終了の確認 - + A deck is currently playing. Exit Mixxx? デッキは現在再生中です。Mixxxを終了しますか? - + A sampler is currently playing. Exit Mixxx? サンプラーは現在再生中です。MIXXXを終了しますか? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9180,43 +9255,48 @@ Do you want to select an input device? PlaylistFeature - + Lock ロックをかける - - + + Playlists プレイリスト - + + Shuffle Playlist + + + + Unlock ロックを解除 - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist 新規プレイリストの作成 @@ -9283,7 +9363,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid 不正 @@ -9389,68 +9469,68 @@ Do you want to scan your library for cover files now? 14ビット (MSB) - + Main メイン - + Booth ブース - + Headphones ヘッドフォン - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck デッキ - + Record/Broadcast - + Vinyl Control Vinylコントロール - + Microphone マイク - + Auxiliary - - + + Unknown path type %1 不明なパスタイプ %1 @@ -9543,6 +9623,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9580,6 +9662,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9598,6 +9681,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9613,6 +9698,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9913,7 +10000,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9970,7 +10057,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9990,22 +10077,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer グラフィックイコライザ - + Graphic EQ グラフィック EQ - + An 8-band graphic equalizer based on biquad filters 双2次フィルタに基づく8バンドグラフィックイコライザ - + Gain for Band Filter %1 @@ -10088,8 +10175,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10119,42 +10206,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10174,17 +10261,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10586,18 +10673,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 デッキ %1 @@ -10637,52 +10724,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10730,10 +10817,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough パススルー + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10902,7 +11010,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10948,34 +11056,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates レコードボックス - + Check for Serato databases (refresh) - + (loading) Serato @@ -10983,64 +11091,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock ロックを解除 - + Lock ロックをかける - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11049,193 +11157,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxxに問題が発生しました。 - + Could not allocate shout_t shout_tがアロケートできませんでした。 - + Could not allocate shout_metadata_t shout_metadata_tがアロケートできませんでした。 - + Error setting non-blocking mode: non-blockingモードに設定できませんでした。 - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Ogg Vorbis を使った 96 kHz での放送は現在サポートされていません。他のサンプルレートを試すか他のエンコード方式に変更してください。 - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! エラー: 不明なサーバプロトコルです! - + Error: Shoutcast only supports MP3 and AAC encoders エラー: Shoutcast は MP3 と AAC エンコーダのみサポートします - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. ストリーミングサーバとの接続が失われました。 - + Please check your connection to the Internet. インターネットの接続を確認してください。 - + Can't connect to streaming server ストリーミングサーバに接続できません - + Please check your connection to the Internet and verify that your username and password are correct. インターネットの接続、ユーザ名とパスワードを確認してください @@ -11251,23 +11359,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device デバイス - + An unknown error occurred 未知のエラーがおこりました - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11619,7 +11727,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art カバーアート @@ -12071,52 +12179,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12310,442 +12408,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active オートDJを有効にする - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix ミックス - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode ミックスモード - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank サンプラーバンクを保存 - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank サンプラーバンクの読み込み - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters エフェクトのパラメータを表示 - + Enable Effect エフェクトを有効化 - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12754,169 +12853,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13015,47 +13113,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control Vinylコントロールを有効にする - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough パススルーを有効にする - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13323,123 +13421,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting ライブ ブロードキャスティングを有効化 - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock クロック - + Displays the current time. 現在時刻を表示します。 - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13561,97 +13659,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. ホットキューがセットされていなければ、現在の位置にセットする - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status Vinylの状態 - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13661,82 +13759,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.ヒント: Preferences -> Interface からデフォルトのキューモードを変更できます - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time トラックの時間 - + Track Duration トラックの長さ - + Displays the duration of the loaded track. 読み込んだトラックの長さを表示します。 - + Information is loaded from the track's metadata tags. 情報はトラックのメタデータタグから読み込まれます。 - + Track Artist トラックアーティスト - + Displays the artist of the loaded track. 読み込んだトラックのアーティストを表示します。 - + Track Title トラックタイトル - + Displays the title of the loaded track. 読み込んだトラックのタイトルを表示します。 - + Track Album アルバム - + Displays the album name of the loaded track. 読み込んだトラックのアルバム名を表示します。 - + Track Artist/Title トラックアーティスト/タイトル - + Displays the artist and title of the loaded track. 読み込んだトラックのアーティストとタイトルを表示します。 @@ -13744,12 +13842,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -14002,22 +14100,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14039,7 +14137,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. エフェクトが読み込まれていません @@ -14063,452 +14161,452 @@ This can not be undone! WMainMenuBar - + &File ファイル(&F) - + Load Track to Deck &%1 デッキ &%1 にトラックを読み込み - + Loads a track in deck %1 デッキ %1 にトラックを読み込み - + Open - + &Exit 終了(&E) - + Quits Mixxx - + Ctrl+q Ctrl+q - + &Library ライブラリ(&L) - + &Rescan Library ライブラリを再スキャン (&R) - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist 新しいプレイリストを作成(&N) - + Create a new playlist 新しいプレイリストを作成 - + Ctrl+n Ctrl+n - + Create New &Crate 新しいレコードボックスを作成(&C) - + Create a new crate 新しいレコードボックスを作成 - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View 表示(&V) - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck プレビューデッキを表示 - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art カバーアートを表示 - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library ライブラリを最大化 - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen 全画面表示 (&F) - + Display Mixxx using the full screen Mixxxを全画面表示にする。 - + &Options オプション(&O) - + &Vinyl Control Vinylコントロール(&V) - + Use timecoded vinyls on external turntables to control Mixxx ターンテーブルとタイムコードの記録されているレコードを使用してMixxxを操作する - + Enable Vinyl Control &%1 - + &Record Mix ミックスを録音する (&R) - + Record your mix to a file ミックスをファイルに録音する - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server shoutcastかicecastサーバーを通じてミックスをストリーミング - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+ - + &Preferences 設定(&P) - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled デバッガを有効化(&u) - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help ヘルプ(&H) - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel F12 - + &Community Support コミュニティーのサポート(&C) - + Get help with Mixxx - + &User Manual ユーザーマニュアル(_U) - + Read the Mixxx user manual. Mixxxユーザーマニュアルを読む - + &Keyboard Shortcuts キーボードショートカット(&K) - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application このアプリケーションを翻訳(&T) - + Help translate this application into your language. あなたの言語でこのアプリケーションを翻訳するのを手伝ってください。 - + &About このアプリケーションについて(&A) - + About the application このアプリケーションについて @@ -14737,564 +14835,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck デッキ - + Sampler サンプラー - + Add to Playlist プレイリストに追加する - + Crates レコードボックス - + Metadata メタデータ - + Update external collections - + Cover Art カバーアート - + Adjust BPM BPMを調整 - + Select Color カラーを選択 - + Reset Reset metadata in right click track context menu in library リセット - - + + Analyze 解析 - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) オートDJの最後に追加 - + Add to Auto DJ Queue (top) オートDJの先頭に追加 - + Add to Auto DJ Queue (replace) - + Preview Deck プレビューデッキ - + Remove 削除する - + Remove from Playlist - + Remove from Crate - + Hide from Library ライブラリから隠す - + Unhide from Library - + Purge from Library ライブラリから削除 - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating 評価 - + Cue Point - + Hotcues ホットキュー - + Intro - + Outro - + Key キー - + ReplayGain リプレイゲイン - + Waveform 波形 - + Comment コメント - + All 全て - + Lock BPM BPMを固定 - + Unlock BPM BPMの固定を解除 - + Double BPM 2倍 BPM - + Halve BPM 1/2 BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM BPMをリセット - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 デッキ %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist 新規プレイリストの作成 - + Enter name for new playlist: 新しいプレイリストの名前 - + New Playlist プレイリストの新規作成 - - - + + + Playlist Creation Failed プレイリストの作成に失敗 - + A playlist by that name already exists. 同じ名前のプレイリストが既にあります。 - + A playlist cannot have a blank name. プレイリストには名前が必要です。 - + An unknown error occurred while creating playlist: プレイリストの作成中に不明なエラーが発生しました - + Add to New Crate 新しいレコードボックスに追加 - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel キャンセル - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close 閉じる - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15302,37 +15400,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15348,7 +15446,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15396,52 +15494,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory 音楽ライブラリのディレクトリを選択してください - + controllers - + Cannot open database データベースが開けません。 - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ko.qm b/res/translations/mixxx_ko.qm index 0b6156d93ba3d3bcc62c0326d51a91d087801cd4..9980325de233b0232b7ceefb7f1dcef038f81e4a 100644 GIT binary patch delta 5931 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 delta 5799 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 UB_-HkbhX*YN#m+t%`D3Kf3v!q^8f$< diff --git a/res/translations/mixxx_ko.ts b/res/translations/mixxx_ko.ts index a01e6f8dabb..696638e2c11 100644 --- a/res/translations/mixxx_ko.ts +++ b/res/translations/mixxx_ko.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) 자동 디제잉 대기열에 넣기 (아래로) - + Add to Auto DJ Queue (top) 자동 디제잉 대기열에 넣기 (위로) - + Add to Auto DJ Queue (replace) 자동 디제잉 대기열에 넣기 (교체) - - Import Playlist - 재생 목록 가져오기 + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed 재생 목록 생성 실패 - + An unknown error occurred while creating playlist: 재생 목록을 생성하는 도중에 알 수 없는 에러가 발생했습니다: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist 새 재생 목록 - + Add to Auto DJ Queue (bottom) 자동 디제잉 대기열에 넣기 (아래로) - - + + Create New Playlist 새 재생 목록 만들기 - + Add to Auto DJ Queue (top) 자동 디제잉 대기열에 넣기 (위로) - + Remove 지우기 - + Rename 이름 바꾸기 - + Lock 잠그기 - + Duplicate 복제 - - + + Import Playlist 재생 목록 가져오기 - + Export Track Files 트랙 파일 익스포트 - + Analyze entire Playlist 전체 재생 목록 분석 - + Enter new name for playlist: 새로운 재생 목록의 이름 입력 : - + Duplicate Playlist 재생 목록 복제 - - + + Enter name for new playlist: 새 재생 목록의 이름을 입력하세요: - - + + Export Playlist 재생 목록 내보내기 - + Add to Auto DJ Queue (replace) 자동 디제잉 대기열에 넣기 (교체) - + Rename Playlist 재생 목록 이름 변경 + - Renaming Playlist Failed 재생 목록 이름 변경 실패 - - - + + + A playlist by that name already exists. 해당 재생 목록 이름은 이미 존재합니다. - - - + + + A playlist cannot have a blank name. 재생 목록은 공백을 이름으로 가질 수 없습니다. - + _copy //: Appendix to default name when duplicating a playlist _복사 + - + - - - + + Playlist Creation Failed 재생 목록 생성 실패 - - + + An unknown error occurred while creating playlist: 재생 목록을 생성하는 도중에 알 수 없는 에러가 발생했습니다: - + Confirm Deletion 삭제 확인하기 - + Do you really want to delete playlist <b>%1</b>? 플레이리스트 <b>%1</b>를 삭제하시겠습니까? - + M3U Playlist (*.m3u) M3U 재생 목록 (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U 재생 목록 (*.m3u);;M3U8 재생 목록 (*.m3u8);;PLS 재생 목록 (*.pls);;CSV 텍스트 (*.csv);;일반 텍스트 (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. 트랙을 불러올 수 없습니다. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album 앨범 - + Album Artist 앨범 작가 - + Artist 악곡가 - + Bitrate 품질 - + BPM 분당 박자수 - + Channels 채널 - + Color 색상 - + Comment 덛붙임 - + Composer 작곡가 - + Cover Art 인장 - + Date Added 추가된 날짜 - + Last Played 마지막 재생 - + Duration 길이 - + Type 유형 - + Genre 장르 - + Grouping 그룹핑 - + Key - + Location 위치 - + Preview 미리 듣기 - + Rating 별점 - + ReplayGain 리플레이 게인 - + Samplerate 샘플레이트 - + Played 재생됨 - + Title 제목 - + Track # 트랙 번호 - + Year 년도 - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed 작업 실패 - + Please enable at least one connection to use Live Broadcasting. 라이브 방송을 사용하려면 하나 이상의 연결을 활성화하십시오. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links 퀵 링크에 추가 - + Remove from Quick Links 퀵 링크에서 제거 - + Add to Library 라이브러리에 추가 - + Quick Links 퀵 링크 - - + + Devices 장치 - + Removable Devices 이동식 장치 - - + + Computer 컴퓨터 - + Music Directory Added 음악 디렉토리에 추가됨 - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? 하나 이상의 음악 디렉토리를 추가했습니다. 이 디렉토리의 트랙은 라이브러리를 다시 스캔할 때까지 사용할 수 없습니다. 지금 다시 스캔하시겠습니까? - + Scan 스캔 - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "컴퓨터"를 사용하면 하드 디스크 및 외부 장치의 폴더에서 트랙을 탐색, 확인 및 로드할 수 있습니다. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx는 오픈 소스 DJ 소프트웨어입니다. 자세한 내용은 다음을 참조하세요. : - + Starts Mixxx in full-screen mode 전체 화면 모드로 Mixxx 시작 - + Use a custom locale for loading translations. (e.g 'fr') 번역을 로드하려면 사용자 정의 로케일을 사용하십시오. (예 : 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Mixxx가 MIDI 매핑과 같은 리소스 파일을 찾아야 하는 최상위 디렉토리의 기본 설치 위치를 재정의합니다. - + Path the debug statistics time line is written to 디버그 통계 타임라인이 기록되는 경로 - - Use legacy vu meter - - - - - Use legacy spinny - - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Mixxx가 수신하는 모든 컨트롤러 데이터와 로드하는 스크립트 기능을 표시/기록하도록 합니다. - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. 개발자 모드를 활성화합니다. 추가 로그 정보, 성능 통계 및 개발자 도구 메뉴가 포함됩니다. - + Top-level directory where Mixxx should look for settings. Default is: Mixxx 설정이 포함되어 있는 디렉토리입니다. 기본값은 - + + Use legacy vu meter + + + + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin + 레거시 QWidget 스킨 대신, 실험용 QML GUI 로드 + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. 안전 모드를 활성화합니다. OpenGL 파형 및 회전하는 바이닐 위젯을 비활성화합니다. 시작 시 Mixxx가 충돌하는 경우 이 옵션을 시도하십시오. - + [auto|always|never] Use colors on the console output. [자동|항상|비허용] 콘솔 출력에 색상을 사용합니다. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. 시작할 때 지정된 음악 파일을 로드합니다. 지정한 각 파일은 다음 버추얼 데크에 로드됩니다. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group 그룹 - + Item 아이템 - + Value - + Parameter 매개변수 - + Title 제목 - + Description 설명 @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume 음량 최대로 - + Set to zero volume 음량 0으로 @@ -989,13 +1018,13 @@ trace - Above + Profiling messages 리버스 롤(Censor) 버튼 - + Headphone listen button 헤드폰 듣기 버튼 - + Mute button 음소거 @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) 믹스 방향 (예: 왼쪽, 오른쪽, 가운데) - + Set mix orientation to left 믹스 방향을 왼쪽으로 설정 - + Set mix orientation to center 믹스 방향을 가운데로 설정 - + Set mix orientation to right 믹스 방향을 오른쪽으로 설정 @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages BPM(분당 박자수) 탭 버튼 - + Toggle quantize mode 양자화(quantiza) 모드 토글 - + One-time beat sync (tempo only) 1회 비트 싱크 (템포 전용) - + One-time beat sync (phase only) 1회 비트 싱크 (위상 전용) - + Toggle keylock mode 음높이 고정 모드 토글 @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages 이퀄라이저(EQ) - + Vinyl Control 바이닐(Vinyl) 컨트롤 - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) 바이닐 컨트롤 큐잉 모드 토글 (끄기/1회/핫큐) - + Toggle vinyl-control mode (ABS/REL/CONST) 바이닐 컨트롤 모드 토글 (ABS/REL/CONST) - + Pass through external audio into the internal mixer 외부 오디오를 통해 내부 믹서로 전달 - + Cues - + Cue button 큐 버튼 - + Set cue point 큐 포인트 설정 - + Go to cue point 큐 포인트로 이동 - + Go to cue point and play 큐 포인트로 가서 재생 - + Go to cue point and stop 큐 포인트로 가서 정지 - + Preview from cue point 큐 포인트에서 미리보기 - + Cue button (CDJ mode) 큐 버튼 (CDJ 모드) - + Stutter cue 스터터 큐 - + Hotcues 핫큐 - + Set, preview from or jump to hotcue %1 핫큐 %1 에서 미리보기 또는 이동 설정 - + Clear hotcue %1 핫큐 %1 지우기 - + Set hotcue %1 핫큐 %1 설정 - + Jump to hotcue %1 핫큐 %1 으로 이동 - + Jump to hotcue %1 and stop 핫큐 %1 으로 이동 후 정지 - + Jump to hotcue %1 and play 핫큐 %1 으로 이동 후 재생 - + Preview from hotcue %1 핫큐 %1 했을때 미리듣기 - - + + Hotcue %1 핫큐 %1 - + Looping 반복(루핑) - + Loop In button 반복 들어가기 버튼 - + Loop Out button 반복 나오기 버튼 - + Loop Exit button 반복 나가기 버튼 - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats 루프를 %1 비트 앞으로 이동 - + Move loop backward by %1 beats 루프를 %1 비트 뒤로 이동 - + Create %1-beat loop %1-박자 반복 만들기 - + Create temporary %1-beat loop roll %1-박자 반복 롤 설정 @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader 음량 페이더 - + Full Volume 최고음량 - + Zero Volume 무음량 @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute 음소거 @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen 헤드폰으로 듣기 @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation 크로스페이더 위치 - + Orient Left 크로스페이더 왼쪽으로 위치 - + Orient Center 크로스페이더 중앙으로 위치 - + Orient Right 크로스페이더 오른쪽으로 위치 @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key 초기화 키 - + Resets key to original 원상복구 키 @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 핫큐 %1 지우기 - + Set Hotcue %1 핫큐 %1 설정 - + Jump To Hotcue %1 핫큐 %1 으로 이동 - + Jump To Hotcue %1 And Stop 핫큐 %1 으로 이동 후 정지 - + Jump To Hotcue %1 And Play 핫큐 %1 으로 이동 후 재생 - + Preview Hotcue %1 핫큐 %1 했을때 미리듣기 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) 자동 디제잉 대기열에 넣기 (아래로) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) 자동 디제잉 대기열에 넣기 (위로) - + Prepend selected track to the Auto DJ Queue - + Load Track 트랙 불러오기 - + Load selected track 선택한 트랙 불러오기 - + Load selected track and play 선택한 트랙 불러오고 재생 - - + + Record Mix - + Toggle mix recording - + Effects 이펙트 - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob 게인 노브 - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages 헤드폰 게인 - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) 자동 디제잉 대기열에 넣기 (교체) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off 마이크 켜기/끄기 - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ 자동 디제잉 - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track 다음 노래로의 전환 발동 - + User Interface 유저 인터페이스 - + Samplers Show/Hide - + Show/hide the sampler section 샘플러 부분 보이기/가리기 - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section 바이닐 컨트롤 부분 보이기/가리기 - + Preview Deck Show/Hide - + Show/hide the preview deck 덱 미리보기 보기/가기리 - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget 회전하는 바이닐 위젯 보이기/가리기 - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Mixxx에 관하여 - - + + + Unknown 알수없음 - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo 스테레오 - - - - + + + + Action failed 작업 실패 - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5044,22 +5089,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5169,6 +5214,11 @@ Apply settings and continue? Screen saver 화면보호기 + + + Multi-Sampling + + Start in full-screen mode @@ -5745,38 +5795,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information 정보 - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6002,52 +6077,52 @@ and allows you to pitch adjust them for harmonic mixing. 스캔 - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6907,138 +6982,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled 활성화됨 - + Stereo 스테레오 - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7524,122 +7599,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library 라이브러리 - + Interface - + Waveforms - + Mixer 믹서 - + Auto DJ 자동 디제잉 - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects 이펙트 - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control 바이닐(Vinyl) 컨트롤 - + Live Broadcasting - + Modplug Decoder @@ -7814,7 +7889,7 @@ Select from different types of displays for the waveform, which differ primarily 앨범 작가 - + Fetching track data from the MusicBrainz database @@ -7891,72 +7966,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8277,7 +8352,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8487,27 +8562,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8730,15 +8805,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8749,57 +8824,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut 단축키 @@ -8882,32 +8957,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8982,181 +9057,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9172,43 +9247,48 @@ Do you want to select an input device? PlaylistFeature - + Lock 잠그기 - - + + Playlists - + + Shuffle Playlist + + + + Unlock 잠금 해제 - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist 새 재생 목록 만들기 @@ -9275,7 +9355,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9381,68 +9461,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control 바이닐(Vinyl) 컨트롤 - + Microphone 마이크 - + Auxiliary - - + + Unknown path type %1 @@ -9535,6 +9615,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9572,6 +9654,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9590,6 +9673,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9605,6 +9690,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9902,7 +9989,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9959,7 +10046,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9979,22 +10066,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10077,8 +10164,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10108,42 +10195,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10163,17 +10250,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10575,18 +10662,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 덱 %1 @@ -10626,52 +10713,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10719,10 +10806,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10891,7 +10999,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10937,34 +11045,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates 상자 - + Check for Serato databases (refresh) - + (loading) Serato @@ -10972,64 +11080,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock 잠금 해제 - + Lock 잠그기 - - + + Confirm Deletion 삭제 확인하기 - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11038,193 +11146,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11240,23 +11348,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device 장치 - + An unknown error occurred 알려지지 않은 에러 발생 - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11608,7 +11716,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art 인장 @@ -12060,52 +12168,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12299,442 +12397,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12743,169 +12842,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13004,47 +13102,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating 별점 - + Assign ratings to individual tracks by clicking the stars. @@ -13312,123 +13410,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode 슬립 모드 - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13550,97 +13648,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13650,82 +13748,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album 앨범 - + Displays the album name of the loaded track. 불려온 트랙의 앨범 이름을 보여줍니다. - + Track Artist/Title 트랙 작가/이름 - + Displays the artist and title of the loaded track. 불려온 트랙의 작가와 곡이름을 보여줍니다. @@ -13733,12 +13831,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13991,22 +14089,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14028,7 +14126,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14052,452 +14150,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual &사용설명서 - + Read the Mixxx user manual. Mixxx의 사용설명서를 읽어주세요. - + &Keyboard Shortcuts &단축키 - + Speed up your workflow with keyboard shortcuts. 단축키를 이용하여 작업속도를 높이세요. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &프로그램 번역 - + Help translate this application into your language. 자국어로 번역하는 일을 도와주세요. - + &About - + About the application 이 프로그램에 대해 @@ -14726,564 +14824,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist 재생목록에 추가 - + Crates 상자 - + Metadata - + Update external collections - + Cover Art 인장 - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze 분석 - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) 자동 디제잉 대기열에 넣기 (아래로) - + Add to Auto DJ Queue (top) 자동 디제잉 대기열에 넣기 (위로) - + Add to Auto DJ Queue (replace) 자동 디제잉 대기열에 넣기 (교체) - + Preview Deck - + Remove 지우기 - + Remove from Playlist - + Remove from Crate - + Hide from Library 라이브러리에서 숨기기 - + Unhide from Library 라이브러리에서 숨김해제 - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser 파일 탐색기에서 열기 - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count 재생 횟수 - + Rating 별점 - + Cue Point 큐포인트 - + Hotcues 핫큐 - + Intro - + Outro - + Key - + ReplayGain 리플레이 게인 - + Waveform 웨이브폼 - + Comment 덛붙임 - + All 전체 - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 덱 %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist 새 재생 목록 만들기 - + Enter name for new playlist: 새 재생 목록의 이름을 입력하세요: - + New Playlist 새 재생 목록 - - - + + + Playlist Creation Failed 재생 목록 생성 실패 - + A playlist by that name already exists. 해당 재생 목록 이름은 이미 존재합니다. - + A playlist cannot have a blank name. 재생 목록은 공백을 이름으로 가질 수 없습니다. - + An unknown error occurred while creating playlist: 재생 목록을 생성하는 도중에 알 수 없는 에러가 발생했습니다: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15291,37 +15389,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15337,7 +15435,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15385,52 +15483,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory 음악 라이브러리 디렉토리를 선택하세요 - + controllers - + Cannot open database 자료모음을 열 수 없음 - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_lb.qm b/res/translations/mixxx_lb.qm index 39d21f0fc35a610ea94781a881d5ca4c3760e33e..12d5bf1b0f58f7445f6bd35cabe9d26727184f63 100644 GIT binary patch delta 1641 zcmXZde@xV690%|>@crI#zc}GIh+jMTDaZZbIPUmeQK*n5`C}nyw&r5QT2!a8wdGDr z6qTt!sZ?gMB2!i_XpKlm1{A1S#H=>OEkfF|a!V?uT%YsJU$5tR?!M3Sd_K?T`F`Kr z8FsuS>_BX=2tYbu_*l#YGBh;n59-(i_+&h53s4mD2v8Ps6sTMYm=tOWqX}!MbDnzl zP=A^Djw~Vbhs;g_R*wO}sD3uA3%Ul`&%a6ibF?H6SlbHZzbxJsj{}d$CbG;>p4S7e zOsM|X0qrrG(n7t-G(Q3ALpOkg?bK(3TC)s6WK7;^Ag2rJ+cI&&Jk7cnYIi6(<4}j{ zfkibm-a<3FsXIXPzlA#glKiig#@|n!o2YvkEogvq=?q{kg=@?k1ndfYJ8nrzI#6Xl z1sM0zn0++oE9w}g&I8o_C(Z4lo*L>Kz{-&pAZjbMZlf7bQP*DTA3*I`a2P1vjtvGm zQ}Zu0?gWh=qB;LkXC8IU(A*~Ku`T#LEpVW|=LM;$E%+hrG>~|XEiSL8!dQColQ^x&6GNuDI3>T z(7YIpDJ53cJF2mE$< zNBJFfzpwl8tQ`o`Qe}?b)pExmiZclW#JJMfNYLLTCHygLp!jz^891wqoltW38?)1g~32FtD5I#E#y z42_JCXz6-zNorwhp_1dtfrgvfb6qZD&J8LTNl{QAc=Olm`~BYS`}=%9-_Pg!L37Ys z`+^RJ`bz-Z3z!o`2awc2Q#R3z3BW7s$v1#}F~tBBFPaUMt^+Lf)V_m84NzAt&Av-> zkBjffCuILcQ}+W^V}L(6o`djZ-6@=Vw^CmXE$ji-w*Wc6i3<``IIv+<0($|PXN`dC z5R}|*Kp#qD@6hZPn$ryB;Ta%mntEHIJoW(maFi?!kfA_1DjP@F(&Q6Rj!6=dd{8b( zFd>69!cQGm>JCuvDk%T#mjBJrh?CSgLERrw-!(YbP6A=?!!?%e2h!@{-8&~KSwLCZ zdAW*NYMY}OUh4EL`!CIWih69z4$@o)){Qg+*4s2}iY9$cU9;5Zz!PKsVW4Oln@kRg z{81VaK_i_sV;gn$P%`Xgo&!ub@J*uBLrgwRPzB{ZIW7mzQZ+B+ z0*^3%Skgkspp|(=V@+@rmIf& zEl$%Me|bpmFptKrq&e$pVV%a`>wH(Lxk+D(ow_Ru6X&G<|Ig}P7LGKG528B8scQX5C9y_+T-F_izXRSvS-uyLYMuBObe z?dEFfs{3eWnBm(?X+V&UDm6>`5qXCT`4^2_isdAh0JVQfqq~>AO$&X-u0ctyT1AZ} zTBJ9gEt9IpcB&btk(+6Lf${R+d*tM!roC3Pyo4W{_V+YO|A(|L4uFUX>TWW9YL`g$ z<#c7dX>wFjm^f#e+UN#CtIega&d5foG+9G4-ZZ!L{wh~-iiXvjuXe~Y9r2TS&Lf$K z`H?1kXo)@Pk{9$3OZw(&N$rYx%b}70ped$#XRK>$B~n|f^=h=FG;P2d$k`>SJ4Tg1 zX+d?cC#?X;3IzA(Nk+6kZ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) An Playlescht Warteschlang setzen (Ennen) - + Add to Auto DJ Queue (top) An Playlescht Warteschlang setzen (Uewen) - + Add to Auto DJ Queue (replace) - - Import Playlist - Playlescht emportéieren + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Playlescht konnt net erstallt gin - + An unknown error occurred while creating playlist: En onbekannten Fehler ass beim Erstellen vun der Playlescht opgetrueden: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Nei Playlist - + Add to Auto DJ Queue (bottom) An Playlescht Warteschlang setzen (Ennen) - - + + Create New Playlist - + Add to Auto DJ Queue (top) An Playlescht Warteschlang setzen (Uewen) - + Remove Läschen - + Rename Ëmbenennen - + Lock Späer - + Duplicate - - + + Import Playlist Playlescht emportéieren - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist Playlescht dublizeieren - - + + Enter name for new playlist: - - + + Export Playlist Playlescht exportéieren - + Add to Auto DJ Queue (replace) - + Rename Playlist Playlescht Embenennen + - Renaming Playlist Failed Embennen ass fehlgeschloen - - - + + + A playlist by that name already exists. Eng Playlescht mam selweschten Numm gett et schon - - - + + + A playlist cannot have a blank name. Eng Playlescht kann net Eidel sin - + _copy //: Appendix to default name when duplicating a playlist _kopéieren + - + - - - + + Playlist Creation Failed Playlescht konnt net erstallt gin - - + + An unknown error occurred while creating playlist: En onbekannten Fehler ass beim Erstellen vun der Playlescht opgetrueden: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlescht (*.m3u);;M3U8 Playlescht (*.m3u8);;PLS Playlescht (*.pls);;Text CSV (*.csv);;LiesbarenText (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Konnt net gelueden gin @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist - + Artist Kënschtler - + Bitrate Bitrate - + BPM BPM - + Channels - + Color - + Comment Kommentar - + Composer Komponist - + Cover Art - + Date Added Datum bäigesat - + Last Played - + Duration Dauer - + Type Typ - + Genre Genre - + Grouping - + Key Key - + Location Uertschaft - + Preview Virschau - + Rating Bewäertung - + ReplayGain - + Samplerate - + Played Gespielt - + Title Titel - + Track # Lied - + Year Joër - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Quick Links dobäisetzen - + Remove from Quick Links Läschen vun den Quick Links - + Add to Library - + Quick Links Schnell Link - - + + Devices Geräter - + Removable Devices USB Geräter - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Titel - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) An Playlescht Warteschlang setzen (Ennen) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) An Playlescht Warteschlang setzen (Uewen) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Nächsten - + Switch to next effect - + Previous Fierderun - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto Dj - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Iwer Mixxx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Informatioun - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Aktiv - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ Auto Dj - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Späer - - + + Playlists - + + Shuffle Playlist + + + + Unlock Opgespart - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Datei - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Opgespart - + Lock Späer - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Nächsten - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Fierderun - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Datei - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Zerécksetzen - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) An Playlescht Warteschlang setzen (Ennen) - + Add to Auto DJ Queue (top) An Playlescht Warteschlang setzen (Uewen) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Läschen - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Bewäertung - + Cue Point - + Hotcues - + Intro - + Outro - + Key Key - + ReplayGain - + Waveform - + Comment Kommentar - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist Nei Playlist - - - + + + Playlist Creation Failed Playlescht konnt net erstallt gin - + A playlist by that name already exists. Eng Playlescht mam selweschten Numm gett et schon - + A playlist cannot have a blank name. Eng Playlescht kann net Eidel sin - + An unknown error occurred while creating playlist: En onbekannten Fehler ass beim Erstellen vun der Playlescht opgetrueden: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_lt.qm b/res/translations/mixxx_lt.qm index 0798dbf94496224a267c3fe839f686ef4f55f52d..16842315fc0794f73d273a54ede4ce81cff8a729 100644 GIT binary patch delta 2754 zcmXZed015E6$juSGjs2qeN=D^=R4=zIZ-3)-6Y%M zVA}#<1~B$I5FQ2CZ(>~@vR>QR3=^9-nJwB%eh658Vv~OXmR$hGpJI(RHZznh=wgd$ zypiWBLV)GffGwYHEPoEJLr68_2Si)oj_^}o92i({TT{v0GrkWi^hc_ zGMjb#ob@PYQ@vR0Bv@=C4`$}`jjUJMY{LtC+2Su@u^yn1)gf`i5z2)_uzplYN!y5> z;Tj-p7`y8zk7mD(J%dAlV+%g)pj^`ApwIavu+)u>y@s!+(f9mA@qKIyFlWD=Ezq|V z2#K*9HKoNaPw^O-U)XdQm|rGe z^sN;z?T|06r3Xzv%A-dod?qh>`2$+$pX6^OQz^~9DZlt^KApX!n6ZnF!lY0Xsy%_w zW<}}4e*#_|iqc245U;0-O$Vt=?U%4FN7(cMHp8ami!8$nFSFV2vPDsf#(Y{x<#okh zYp5*k?AS;dn>WaoKTsShOaXi|6z65M5vLl(?LT@05ix9>q!_%q4T$v;=Kl~5q!b7d zHz~3<$21|n`z5OPqr&QBe=56LAvrt}FsHET8aA()EzA~@Th{}xMF_cVBT0BmDBesH zPVf<`57NLB_Og{mp?2|EU`!CZESF6@!>0I*YC~nJP&?8%##FG&n%UKIpRmBt5 z*vjUu6ZXDMk(f3{I6KmiVw>397B)XYxE2%*h$gmVxo~YRjc-0A+?%YRqCR zua8LepW`TEOFErtkf?KVpoO%H_Vy~;;W>77m^i*M2#9}OoVm3bkX4D{d8vRy5bN5& zX6#^#&WqvQ^#AFXM9bEC>Yznpd87%L`;*u(j&j8Nfp|_w5e$=w=ZkD~BlxJ;RX;=z zd?0@LXDS={G;v@gw4o;P{_`bNCK~ZSQ@#V7mEw=Z#{uKNCDqR7lzdAi$L$G#x}RNl zSTbHeP08#bdG$~dtG(H%r&5@VHs;VK)n0y&jwpw9n=5U$J)w!lPL&#F_5uspyV4?hRVlN zl?*A(rbVDXHvR{;JWOd$`a8{&qfCgR1(}_dwlufhz?7-V!Vo!yY>jfm`wOVS1SzX_ z4^y_cDR+lZ9Z#2(pS1f^>$NJo94^whe`7s=WmmYfY4Ive^&Kj=cGh(|Ymror2ldoB z{Zvc8rpUy5s-iL}g0tSU@r7l9DmV9IO19sz#!xoXjxCN*HLawbu6#$;o=!)xB3IRU z@l$#SEK_~8a~w6OF{=J9BcLc@l}@bZi_c{as{3*Oqa8nHm(;1AUMiz;Y8j7v>2oPW_QR~}YwVKH7xuH|Z>Sr3{z6IB$QG23(S0@yiI$h-WPEHSlj1B^*L>`_80F^ zdV77&E-%uJU6VyQAk#S|(%CIqqjNgoL9cIrom*lnMdXNXNeoq!>K|;b1G~;y7rl`p z6`<8+EuKS3{a;;p@nch-?`h}SkVrQ$~@|#}zLZIIA z39a~*3HncGAEx>))1SOe$rrR(f8ni}G+~l{!0$~ub0w?X$Cfqf?;N{9jV8+A)l6p| z@SVZi7)%YX&=3$$pMA#~=DF9?1ej-N?)ISvstxUdlsxJ(L!W&Iwa8>Px`wv>`jq(>KsvCsXzA@I){{tOS?4|$! delta 2770 zcmXZed0bT26$kJiGxOf;gR)3OK}038gNT3;MU+KlF|5V`L0|x7UlcILv057>R1`Fh z8cB%38UdrCRcT|C#j04`z+hrA{X{+*7t%yDrB>U6$NA^`K6l=`@7{CIIiJ_JRq}O} zWV@Bo1YinaF&hYr1T24IonlzeVK%dY&8uLGekH#El9sV6mjmx!0>(M8&Ue|YdbZG& zEvETK?V*-1r*ppwnhbHc0<jP1YBba6Cv!`03)XOzrH|<$mWGWXi5cwk3%?T z0N%1^T^raWM>hK`Td*F&i%oQ29P8T48cwp=;cQ7cqTr2sqoo2adoyFA?rck+FP>omR!BC9)Z3Si>N@%IA&4 z?CRsBktQgzKxEezz`B8T&SdrX*(`UqI0sQ5pQEGj#nQx1AYJ*!^@!88Q)qXw89vaf zrvWw}v#yg^_gidQ4QnWe-Z*+=Ru2!XI?AptU~_!g5-;ctM<{edNZNc7@UVd4ASL41 z5$p|90}JC(zilTl>k%3r4*_;ce9=L4(=vgH*eS=1g$rG6XjFoJdIXDdb| zd%ewo$Xdzq?{8DGUT33!l$<{?0))PlTsXH2hzXLq+^2=jd}fq-1W@t>1xpw1KSB0M zL+%=Y`Ol?`tLetz1ZmXh3!{^zC2t>~h5k?aL25VP7bLy>GKk7HOEzU69mV_%S)s}U zm?y|efBh#dbc(F>DJ{fHFWY*Q%GB~p*2$VR%w;o;*?h68fL-nR#$VW?7TKPBTFAQD zvO`r=mS$#bL>ikP!InkKju);3W?Yb6l+Z@(9?I_h!3$XO6&sf&d)&K|c3vX{{VNPu zc~w~Q14Y(2u|tUOnM@Ck6OvPB(vBYssbLX7_<1%Xhs_t*!plNx>jq$1laPCAGzo)+ z;u?D4xE(^}QJUCB#a3(;szbYgF(&riD{QhOyK={Cji_iBsz)2gn0_`!V3X4YQ&T=o zoXEOZvU%SMhd-i7*cS?2qYWwMC7Y*Y^V@`5{!xI~z?QTMx8~6Ni!6lu<7I#*S-3xq zA|bSoO7*Xu%>y~>MQqQYEH;T+J1fd=ThY=|3B2dTCLa*3_xJ~NA{v-I zPVBB5q8p^*wa=)0r1s*#Xo%-Fh!0*ZqW^QmC$>KVj@jb#;xmBDV!3kfD@ww{@`<~s z|EmMoax1y>cjqY?|0wsoNy)6*&PM6w3na8LYa4m>)!h`?Zh5tF^upy6dChP1qOtGG zO;h`TkWhKU`6IyiUU_F%FJOL=E$@~OcuxTQ{p62oC^BJv@*)3wz?^1?zI3W7AkLdI|H&3R`CJrag$wBs(cXlUrNTfHyVeOFaExU zCNxti(kYaa53?)wsx)r2)8!LX8FMH?R`IOUX?9UPyEuSd`wx}r=I7LKM%aP@)t+`4 zRe>Wr#(}M{RW%3tQYZ9Oow-3dV)VYr7kTw;S-ObgCaJ?r?1I%2b02yOs852=5z)6j=Wt@^|LCDadYv#u#@wn}} NuXbNcR9O5&%QPRTIUztyeL3;F^&#Fp7;Zq&`7oRDk! z?WjEMf7blRYc93YNo?$O?bwu6bYy8-yCgcgkZ-hhN8EwJom!WqRw_?x?V@O^CY3jv zTgsMg(nftqk@C&et_r2kJ+oi5InKr&AY!+6N6-Ku4`oZEb)veF&SGUnM(CKS+$7Y?N`tH-6y+_ICe^7VncT)l7S>1roM(S(|R;gy!jOYeWe@}g; z#oV)z&V1Gab1&xrAm^I7uTMM;%qTLSS4S_vJoCmLZ(894^EN+99#x-tzhwut%yVqi gL)!Mbb#+fRdbIYdOhR3yO;DYgxkGE=7(?m*0V}8Vl>h($ diff --git a/res/translations/mixxx_lt.ts b/res/translations/mixxx_lt.ts index 28ae20973bf..9dbc02bb206 100644 --- a/res/translations/mixxx_lt.ts +++ b/res/translations/mixxx_lt.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -61,32 +70,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Įkelti į Automatinio DJ Eilę (apačioje) - + Add to Auto DJ Queue (top) Įkelti į Automatinio DJ Eilę (viršuje) - + Add to Auto DJ Queue (replace) - - Import Playlist - Įkelti grojaraštį + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Grojaraščio kūrimas nepavyko - + An unknown error occurred while creating playlist: Įvyko nežinoma klaida sukuriant grojaraštį: @@ -94,154 +118,154 @@ BasePlaylistFeature - + New Playlist Naujas grojaraštis - + Add to Auto DJ Queue (bottom) Įkelti į Automatinio DJ Eilę (apačioje) - - + + Create New Playlist Sukurti grojaraštį - + Add to Auto DJ Queue (top) Įkelti į Automatinio DJ Eilę (viršuje) - + Remove Pašalinti - + Rename Pervadinti - + Lock Užrakinti - + Duplicate Dublikuoti - - + + Import Playlist Įkelti grojaraštį - + Export Track Files Eksportuoti garso takelių failus - + Analyze entire Playlist Analizuoti visą grojaraštį - + Enter new name for playlist: Įrašykite naują grojaraščio pavadinimą: - + Duplicate Playlist Duplikuoti grojaraštį - - + + Enter name for new playlist: Įrašykite naujo grojaraščio pavadinimą: - - + + Export Playlist Eksportuoti grojaraštį - + Add to Auto DJ Queue (replace) - + Rename Playlist Pervadinti grojaraštį + - Renaming Playlist Failed Grojaraščio pervadinti nepavyko - - - + + + A playlist by that name already exists. Grojaraštis šiuo pavadinimu jau egzistuoja. - - - + + + A playlist cannot have a blank name. Grojaraščio pavadinimas negali būti tuščias. - + _copy //: Appendix to default name when duplicating a playlist _kopijuoti + - + - - - + + Playlist Creation Failed Grojaraščio kūrimas nepavyko - - + + An unknown error occurred while creating playlist: Įvyko nežinoma klaida sukuriant grojaraštį: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U Grojaraštis (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Grojaraštis (*.m3u);;M3U8 Grojaraštis (*.m3u8);;PLS Grojaraštis (*.pls);;Tekstinis CSV (*.csv);;Skaitomas tekstas (*.txt) @@ -262,7 +286,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Negalima įkrauti takelio. @@ -270,137 +294,137 @@ BaseTrackTableModel - + Album Albumas - + Album Artist Albumas Atlikėjas - + Artist Atlikėjas - + Bitrate Kokybė - + BPM BPM - + Channels - + Color - + Comment Komentaras - + Composer Kūrėjas - + Cover Art Viršelis - + Date Added Įtraukimo data - + Last Played - + Duration Trukmė - + Type Tipas - + Genre Stilius - + Grouping Grupavimas - + Key Raktas - + Location Vieta - + Preview Peržiūra - + Rating Vertinimas - + ReplayGain „ReplayGain“ - + Samplerate - + Played Grotas - + Title Pavadinimas - + Track # Takelio Nr. - + Year Metai - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -409,12 +433,12 @@ BroadcastManager - + Action failed Veiksmas nepavyko - + Please enable at least one connection to use Live Broadcasting. Prašome įgalinti nors vieną jungtį norint naudoti Tiesioginį Transliavimą @@ -488,59 +512,59 @@ BrowseFeature - + Add to Quick Links Pridėti prie greitųjų nuorodų - + Remove from Quick Links Pašalinti iš greitųjų nuorodų - + Add to Library Pridėti Į Biblioteką - + Quick Links Greitosios nuorodos - - + + Devices Įrenginiai - + Removable Devices Laikinieji įrenginiai - - + + Computer Kompiuteris - + Music Directory Added Pridėtas muzikos katalogas - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Pridėjote vieną ar daugiau muzikos katalogų. Šiuose kataloguose esantys takeliai nebus pasiekiami, kol iš naujo nuskaitysite biblioteką. Ar norėtumėte dabar nuskaityti iš naujo - + Scan Skenuoti - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. „Kompiuteris“ leidžia naršyti, peržiūrėti ir įkelti takelius iš aplankų standžiajame diske ir išoriniuose įrenginiuose. @@ -692,72 +716,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -767,17 +796,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -837,32 +866,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupė - + Item Daiktas - + Value Vertė - + Parameter Parametras - + Title Pavadinimas - + Description Aprašymas @@ -959,13 +988,13 @@ trace - Above + Profiling messages - + Set to full volume Nustatyti visu garsu - + Set to zero volume Nustatyti be garso @@ -990,13 +1019,13 @@ trace - Above + Profiling messages Atbulinės eigos (cenzūros) mygtukas - + Headphone listen button Ausinių pasiklausymo mygtukas - + Mute button Nutildymo mygtukas @@ -1007,25 +1036,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Mikso vieta (pvz: kairė, dešinė, centras) - + Set mix orientation to left Nustatykite mišinio orientaciją į kairę - + Set mix orientation to center Nustatykite mišinio orientaciją į centrą - + Set mix orientation to right Nustatykite mišinio orientaciją į dešinę @@ -1065,22 +1094,22 @@ trace - Above + Profiling messages BPM bakstelėjimo mygtukas - + Toggle quantize mode Perjungti kvantavimo režimą - + One-time beat sync (tempo only) Vienkartinis ritmo sinchronizavimas (tik tempas) - + One-time beat sync (phase only) Vienkartinis ritmo sinchronizavimas (tik fazė) - + Toggle keylock mode Perjungti klavišų užrakto režimą @@ -1090,193 +1119,193 @@ trace - Above + Profiling messages Ekvalaizeriai - + Vinyl Control Vinilo kontrolė - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Perjungti vinilo valdymo signalo režimą (IŠJUNGTAS/VIENAS/KARŠTAS) - + Toggle vinyl-control mode (ABS/REL/CONST) Perjungti vinilo valdymo režimą (ABS/REL/CONST) - + Pass through external audio into the internal mixer Perduokite išorinį garsą į vidinį maišytuvą - + Cues Cues - + Cue button Užuominų mygtukas - + Set cue point Nustatykite orientacinį tašką - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1392,20 +1421,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1421,7 +1450,7 @@ trace - Above + Profiling messages - + Mute Išjungti garsą @@ -1432,7 +1461,7 @@ trace - Above + Profiling messages - + Headphone Listen Klausytis ausinėse @@ -1453,25 +1482,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1541,82 +1570,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1657,456 +1686,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Įkelti į Automatinio DJ Eilę (apačioje) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Įkelti į Automatinio DJ Eilę (viršuje) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects Efektai - + Quick Effects Greiti Efektai - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect Greitas Efektas - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Gavimo rankenėlė - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2121,102 +2150,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2288,942 +2317,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Automatinis DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3592,37 +3631,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3635,34 +3674,40 @@ trace - Above + Profiling messages Apie Mixxx - - + + + Unknown Nežinoma - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3876,7 +3921,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4127,7 +4172,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4357,122 +4402,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed Veiksmas nepavyko - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5044,22 +5089,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5169,6 +5214,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5745,38 +5795,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6002,52 +6077,52 @@ and allows you to pitch adjust them for harmonic mixing. Skenuoti - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6907,138 +6982,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Įgalintas - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7524,122 +7599,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer Mikseris - + Auto DJ Automatinis DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efektai - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinilo kontrolė - + Live Broadcasting - + Modplug Decoder @@ -7814,7 +7889,7 @@ Select from different types of displays for the waveform, which differ primarily Albumas Atlikėjas - + Fetching track data from the MusicBrainz database @@ -7891,72 +7966,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8277,7 +8352,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8487,27 +8562,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8730,15 +8805,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8749,57 +8824,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8882,32 +8957,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8982,181 +9057,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9172,43 +9247,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Užrakinti - - + + Playlists - + + Shuffle Playlist + + + + Unlock Atrakinti - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Sukurti grojaraštį @@ -9275,7 +9355,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9381,68 +9461,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Vinilo kontrolė - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9535,6 +9615,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9572,6 +9654,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9590,6 +9673,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9605,6 +9690,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9902,7 +9989,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9959,7 +10046,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9979,22 +10066,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10077,8 +10164,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10108,42 +10195,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10163,17 +10250,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10575,18 +10662,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Grotuvas %1 @@ -10626,52 +10713,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10719,10 +10806,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10891,7 +10999,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10937,34 +11045,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Paketai - + Check for Serato databases (refresh) - + (loading) Serato @@ -10972,64 +11080,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Atrakinti - + Lock Užrakinti - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11038,193 +11146,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11240,23 +11348,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11608,7 +11716,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Viršelis @@ -12060,52 +12168,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12299,442 +12397,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12743,169 +12842,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13004,47 +13102,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13312,123 +13410,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13550,97 +13648,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13650,82 +13748,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albumas - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13733,12 +13831,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13991,22 +14089,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14028,7 +14126,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14052,452 +14150,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14726,564 +14824,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Paketai - + Metadata - + Update external collections - + Cover Art Viršelis - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Analizuoti - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Įkelti į Automatinio DJ Eilę (apačioje) - + Add to Auto DJ Queue (top) Įkelti į Automatinio DJ Eilę (viršuje) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Pašalinti - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Vertinimas - + Cue Point - + Hotcues - + Intro - + Outro - + Key Raktas - + ReplayGain „ReplayGain“ - + Waveform - + Comment Komentaras - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Grotuvas %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Sukurti grojaraštį - + Enter name for new playlist: Įrašykite naujo grojaraščio pavadinimą: - + New Playlist Naujas grojaraštis - - - + + + Playlist Creation Failed Grojaraščio kūrimas nepavyko - + A playlist by that name already exists. Grojaraštis šiuo pavadinimu jau egzistuoja. - + A playlist cannot have a blank name. Grojaraščio pavadinimas negali būti tuščias. - + An unknown error occurred while creating playlist: Įvyko nežinoma klaida sukuriant grojaraštį: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15291,37 +15389,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15337,7 +15435,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15385,52 +15483,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_lv.qm b/res/translations/mixxx_lv.qm index 7a16cae1011f7902ba5bd867359151c67751136c..84e33118af8c17b2f9f7771c26fdf99ba3ece3c2 100644 GIT binary patch delta 1847 zcmXZcdr;I>6bJAxyZhVUz7=-mu`aFN(C|)su5zC@xe@k&&1Ah`0I0jcYk|-=bm%!-F47s z$Co}k3?2o5=KxJ6;K~EEjjaAQYaCmAQ0%C{R_#?ne7lA3ItbYS*?_iyu zu$g_VYcH^{8t|lFqro_k{sgk`<^glpK(Orx!~r&c+p$CB`o`|Ind4EXyjCF=Wc=9p5Sj-0I zv5B>8(mQNcDa6&Z2~!iq{mX#auOcdY2=F(;Z8=LBoyqFgu{JZCFyz$(B%bAoq+T|8 z51UfJX6!{?#}-O$6zgBc#(u!sce9zFBY#gD5TwS7h3$ZC=cEtuvhF-EW0XxOMX@>@ zn0kox&>-Loo(Njc+7_{ii&^_qHhJ_3@jVj?|( zCvsY3gH+MY+RF2-@KLjb zs!^^DHc$W=a=l&yh|f61pc*r~>c<*qkh19Szfp`NwB!e%a(7w@X0IQnhD)IHhlv4{p2BIp*IJ)*k&sFG6kNWEF70ph~dTN~e{)DN-&{cMs=eNs<5Rrs?JgX*CR zRD!6(>f1%L0mDsAbqm#AH_A@?Tl4*&bXCuAXs*@8Qsy>l9(!UObW!wa9(#@4p!Hq8 zic+&x8@!ZK6cV8gJ`xRNn6=iWt<*HJ+T0hY=0Y2rmdWPyY4f*^(0x&&Ew@k!!lSi2 zodbZhg3X?<%U($v^6SwJ#BBn63Ru~g&NMMG@A#A$OA?S;J>_&FrBq%;QRJ?u>q>jR SZnLOwEfeqfv|d)`xc&zNc;6iW delta 1858 zcmXZcdr;I>6bJAxyZhVU{`SRV7Zwl@5tQXEu7l* zhGI}YAYy$~8k&txIYXwVHa>t#Fb#YgI#UwkWHwHdl}=6v4u5^_@9uB!@7#0GJzI7M zY}*sC#pnwHFd5LE0NfRT-ozSTWGAd-ZTr~5>uhlc*$HGVVl9cltnY!qA=YGI?GCm` zU|n-qPcSgM3Gg|m)8GlJ*E%g?L3i19~%83H=K3ugz)$+dhs$F z{w-^hSo?3RYY1Zf01zDmaYqf1b`>cl!$4RYJm!;tZaZuEgSGfs>%viefX&JixwF{3 zpmF=z;$T$tG*W8!v0=B_%!jN!kab0%vi%eg(TJJzx`7kk8wW-O`d0a9CVE$$mCtMAz4 zTG=v_9+>d4tnrBjnCh2ppB4a2c~92sJM})0^twE0g#Hj+C$AiP;f{P=Z66Thk)Qj| zNyT|rvFQ*Mn{JRbCa~6RtgVjCZD#YlY`(-6&rtYR(09Ck#r}8BQo&ov z2?Wg*nhv?io2)loXepx%X-e6o5FZb+hFQyE)>|*Mcqmnxb!?K0&5jW|4y>RBqgc}n z*5MHRk1hjIgF?^f?MXJXg)3R7QMh8O1mqUBBuu!HPwU6|9ta~53P4;Xj3m%bW$~;y z%;vW#b825<{PK!g>Er@a0#G1$xdA$x?~hc zV362y;RDJ*J8QZoZvLAV)TW3X@sxo{C1Q8aB|!ZY>v5|r-PGWsnpN{F=>KtxRI3W) zK!~JTzq1%VL>yN28P8EsfSr)droF=E?3FZ4!?eS4*4WNwHb~_^QGls8q>7~!c!ZbD z?2>lP`vFLAm#+7jY1yl+;xQX}hAllUJwCsN?tfaRTAPwhov&W~LOw;PZ)S~`*vZM` zu4T*at2+kw&~FfjR*{~|@(c9FrV~%PEe65+(fd0`w$|$63H-}CBQy09jj#3z) zi>_WnXS!P#{dp=-10t=E_{Q-~{WQqpRF_m-@&J-7+&BLBglHt + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Pievienot Auto DJ - + Add to Auto DJ Queue (top) Pievienot Auto DJ (augšā) - + Add to Auto DJ Queue (replace) - - Import Playlist - Importēt atskaņošanas sarakstu + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Neizdevās izveidot atskaņošanas sarakstu - + An unknown error occurred while creating playlist: Notikusi nezināma kļūda veidojot atskaņošanas sarakstu: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Jauns atskaņošanas saraksts - + Add to Auto DJ Queue (bottom) Pievienot Auto DJ - - + + Create New Playlist Izveidot jaunu atskaņošanas sarakstu - + Add to Auto DJ Queue (top) Pievienot Auto DJ (augšā) - + Remove Dzēst - + Rename Pārsaukt - + Lock Bloķēt - + Duplicate Dublikāts - - + + Import Playlist Importēt atskaņošanas sarakstu - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist Dublēt atkaņošanas sarakstu - - + + Enter name for new playlist: - - + + Export Playlist Eksportēt atskaņošanas sarakstu - + Add to Auto DJ Queue (replace) - + Rename Playlist Pārdēvēt atskaņošnas sarakstu + - Renaming Playlist Failed Neizdevās pārsaukt atskaņošanas sarakstu - - - + + + A playlist by that name already exists. Atskaņošanas saraksts ar šādu nosaukumu jau eksistē. - - - + + + A playlist cannot have a blank name. Atskaņošanas saraksts nevar būt bez nosaukuma. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed Neizdevās izveidot atskaņošanas sarakstu - - + + An unknown error occurred while creating playlist: Notikusi nezināma kļūda veidojot atskaņošanas sarakstu: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Atskaņošanas Saraksts (*.m3u);;M3U8 Atskaņošanas Saraksts (*.m3u8);;PLS Atskaņošanas Saraksts (*.pls);;Teksts CSV (*.csv);;Lasāms Teksts (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Nevar ielādēt celiņu @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Albūms - + Album Artist - + Artist Izpildītājs - + Bitrate Bitātrums - + BPM Bīti - + Channels - + Color - + Comment Komentārs - + Composer Komponists - + Cover Art - + Date Added Pievienošanas datums - + Last Played - + Duration Ilgums - + Type Tips - + Genre Žanrs - + Grouping - + Key Tonalitāte - + Location Vieta - + Preview Priekšskats - + Rating Novērtējums - + ReplayGain - + Samplerate - + Played Atskaņots - + Title Nosaukums - + Track # Celiņa Nr. - + Year Gads - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Pievienot ātrajiem īsceļiem - + Remove from Quick Links Dzēst no ātrajiem īsceļiem - + Add to Library - + Quick Links Ātrie īsceļi - - + + Devices Iekārtas - + Removable Devices Pārvietojamās iekārtas - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Skenēt - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupa - + Item - + Value Vērtība - + Parameter Parametri - + Title Nosaukums - + Description Apraksts @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button Austiņu noklausīšanās poga - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Miksa orientācija (piem., kreisā, labā, centrālā) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages Bītu iesišanas poga - + Toggle quantize mode Kvantizācijas režīms - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode Aizlēgšanas režīms @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Ekvalizācija - + Vinyl Control Vinila vadība - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume Pilns skaļums - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute Klusums @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Pievienot Auto DJ - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Pievienot Auto DJ (augšā) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Pastiprinājums - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Par programmu Mixxx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. Skenēt - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer Mikseris - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinila vadība - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloķēt - - + + Playlists - + + Shuffle Playlist + + + + Unlock Atbloķēt - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Izveidot jaunu atskaņošanas sarakstu @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Vinila vadība - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Atskaņotājs %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Grozi - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Atbloķēt - + Lock Bloķēt - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albūms - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Grozi - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Pievienot Auto DJ - + Add to Auto DJ Queue (top) Pievienot Auto DJ (augšā) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Dzēst - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Novērtējums - + Cue Point - + Hotcues - + Intro - + Outro - + Key Tonalitāte - + ReplayGain - + Waveform - + Comment Komentārs - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Atskaņotājs %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Izveidot jaunu atskaņošanas sarakstu - + Enter name for new playlist: - + New Playlist Jauns atskaņošanas saraksts - - - + + + Playlist Creation Failed Neizdevās izveidot atskaņošanas sarakstu - + A playlist by that name already exists. Atskaņošanas saraksts ar šādu nosaukumu jau eksistē. - + A playlist cannot have a blank name. Atskaņošanas saraksts nevar būt bez nosaukuma. - + An unknown error occurred while creating playlist: Notikusi nezināma kļūda veidojot atskaņošanas sarakstu: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_mi.qm b/res/translations/mixxx_mi.qm index ed9171e312d8ef53bfae95de66c8d84c05a446eb..c2e5c9449e478b0fd6f376dbc56174be06ffed08 100644 GIT binary patch delta 1263 zcmXZbdq~q!6bJC*w(D;%-R2&;r*3Y}Ra8_~LVqY_nzmjDQKo_wQJK)=kLdL)DKZ=- zuAC);Q6xQ}sEmk$CvF<;I@7x*^d2K|=i=cHE zlrzH!yu6_#kI1kLnmeHL3-mUTxVxSxd2L|{PGwymcfj_&|!tH zGtj*fdQxC^Sk-gYRFs%}1N#a7|eNNT)ik$adr@6dSj4|3LE9df^ID^< zj1pz;gr5R~#^?hD=F_U+ud7&L34vqfLpwt&dDMBi|UhfcQ{ns)2E6<_(nXVCi|t_&8Y zELz&lB};;ycQ7cY_8ssODVkH?%-qij%z;TiVNTd^YYr!-Ja2ez=H7~WXieWpG|3*F TJS8V;6kX9q{n~4hVBP2of_|ph$(5hb-bN!J5b@ znl=j`0wc0b&3Y(IO^p`FXph3IXnANAD`+Y@_MfNUy_d_q=bU?P&9ZOH_FLq8MC2vX zsfdDwMEYEq_yJlfpyNDr=RofO(Sln zA!Q=#LM%7~FtdhABp;En1DYp5%Oq%Pg!VeU;GjqO3)tpr0>}KPEQp<8?z+gyp6nXS!L0hYU1{+POVMT02as zgw}Rwn+^kCMD0+oXp3P=J+%H1N6%F9!EMmg3Ek^NeRuC75qDX!=wi27=W3xG_FHSiBwfEJE$4;fSXl$ zA0`JivlV=fv_n(ddxR670!_bVO?S^jB259z9@Hw!I3RbucG8i>M4kj~XyzOaj9^MX z^v~2OOCv<-ub^j(P71%}0IOlrXlOO-%F9o2Me?Aj2s%q(rrf1pHI*aNcfzD{Xt^Bo zFZ6HJ*Innp;-)}NJq%2fcGYj>jH1w737x+T`N#8!GFlAbv)p`AFHCxA=vEB!d@?M{ z$j88c(m1cUn@hGDriY;aP5iALnM8^o@qJ^rb0Kn}q7-H|CtS(pz*NSBr)GX*@eU?$ gUCW)kEz&+bE20&bB9dMod7+;iajV@I+e9ev4+lRo#{d8T diff --git a/res/translations/mixxx_mi.ts b/res/translations/mixxx_mi.ts index 7973c45ad44..c6035a2f32c 100644 --- a/res/translations/mixxx_mi.ts +++ b/res/translations/mixxx_mi.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Kawemai Rārangipāho + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed I rahua te auaha tūtira waiata - + An unknown error occurred while creating playlist: Hapa waihangatanga rārangipāho: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Rārangipāho Hōu - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist Waihangaia he Rārangipāho - + Add to Auto DJ Queue (top) - + Remove Muku - + Rename Whakaingoa Anō - + Lock Raka - + Duplicate Tārua - - + + Import Playlist Kawemai Rārangipāho - + Export Track Files Kaweake ngā kōnae waiata - + Analyze entire Playlist Tātari Rārangipāho katoa - + Enter new name for playlist: Tāurutia te ingoa rārangipāho hōu: - + Duplicate Playlist Tārua tēnei tūtira waiata - - + + Enter name for new playlist: Tāurutia te ingoa rārangipāho hōu: - - + + Export Playlist Kaweake Rārangipāho - + Add to Auto DJ Queue (replace) - + Rename Playlist Whakaingoa Rārangipāho anō + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. Kei te tīariari kē te ingoa rārangipāho. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed I rahua te auaha tūtira waiata - - + + An unknown error occurred while creating playlist: Hapa waihangatanga rārangipāho: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) Rārangipāho M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Pukaemi - + Album Artist Mataoro Pukaemi - + Artist Mataoro - + Bitrate Auaumoka - + BPM Taki i te Meneti - + Channels - + Color - + Comment Tākupu - + Composer Kaitito - + Cover Art Toi Pukaemi - + Date Added Rā i Tāpiritia - + Last Played - + Duration Roanga - + Type Momo - + Genre Tūmomo - + Grouping Whakarōpū - + Key Paeoro - + Location Tauwāhi - + Preview Arokite - + Rating Whakatauranga - + ReplayGain - + Samplerate - + Played I Pāhotia - + Title Taitara - + Track # # Riu - + Year Tau - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links - - + + Devices - + Removable Devices - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Taitara - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Mataoro Pukaemi - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Raka - - + + Playlists Ngā Rārangipāho - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Waihangaia he Rārangipāho @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock Raka - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Toi Pukaemi @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Waihangaia he rārangipāho - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist Tāpiri ki te Rārangipāho - + Crates - + Metadata - + Update external collections - + Cover Art Toi Pukaemi - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Tātari - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Muku - + Remove from Playlist Mukua mai i Rārangipāho - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Whakatauranga - + Cue Point - + Hotcues - + Intro - + Outro - + Key Paeoro - + ReplayGain - + Waveform - + Comment Tākupu - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Waihangaia he Rārangipāho - + Enter name for new playlist: Tāurutia te ingoa rārangipāho hōu: - + New Playlist Rārangipāho Hōu - - - + + + Playlist Creation Failed I rahua te auaha tūtira waiata - + A playlist by that name already exists. Kei te tīariari kē te ingoa rārangipāho. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: Hapa waihangatanga rārangipāho: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_mk.qm b/res/translations/mixxx_mk.qm index c38fdcdb3de6610e6803557cbec577413cb2812f..e15dcb31b71699a73b9a9a4beb4264b9d494afeb 100644 GIT binary patch delta 1240 zcmXZcdu&Tl90%~9w)ggN+tIq6P1~)Hb$x6tA`+5`*|0@|d4$Xm@rW&ESuFd5kSnNd z(b&Azh!B5Bh({_m#yql0nEfMSOd^Da#B4?~#3O$7?O&gB&OP^>-~Ij0xfg1Bs@r6x zlZZS-hKEFD3y6$Up!qG#Duu4Y(3cMbB72_5aS7&JBwGB4D8m8eFVNit{RJ@a5{90V zrqMv8xcW($)=nf2!0cL>-wAy&67Fpz8oL)}dZA-G^elmXH3`3V^Sm1{a~X90fF2hN zE+TFF8Y24vDx8xfh2#b*58NS=Zb5TB%(X-3O6UqgPYcW|N;?Ss5n7Ol5Sczgxf?p> zLU$z$oS}*pJw&L~Cq1uX9~2 z+p>;JWe}DB4a+qQxa}~oT&z08C*IyEexCS_Xk52Ay7eZJb+uN1@-L^dL|dxj1x*XJ zt=~B#h9YfG;u(>y35I^_>SwCCq(i!1`7z%xf>|nP8-`B1qL-SJeC>8XO90wO^|vW#+@BMqJ>2w2s;cRG4LU&T?7|#J~Wte?N z8mtTxS-u*ZFAZ_V&Ov#y$#FTv{|^6BQ*c$B7v5<)Sp1quy&D$D8FM!AhGtX7>#4hl h#vFsfdRRCxc5+|_k@rUppUmp`fTmUzKc^K#{{SYBFem^3 delta 1259 zcmXZbdq`AS90&04j&tsH<~o|=%;>1&yqxAyj)6Tv!$?vpdl6K)7=%59Eu<|lC~hyy z!l>3QG^q$8qNJpk^r8nd^jso{C<5t$7`tu#vFr;;`q|gNKIfi$?>WEU@BB_`-Pz_t zF7qycFkpm$+Ik@C0CiT;f|E4(g+_PM_$u)t;J(hAN<@^Z@!)>U~I~t}*|Hy1N?4c}qPzsP82WU!bv-P{R`3I4AY=(cn@V-bNGW zq4zWb#lK@>%^*y;o}n&&TQc|1+^5vvN(0wua1RX+($X#(siU!Xs86>^1!}0fkor#1 z&{Y~A#-e2@!2f7KqWz~|EbER;^pE!6(mcpY$G*KNl}q_ijW*%n#Q zaZW$@uT;j~rKi#_fXojxxjeI_DnpubZsrr$W4URd1&y?Lp2F0${D?)&Nk{> zV!P2K8yD}ky?zpx|No$>i00p-6MJmKzipQ9`t41XqX9*!^EoZ}NWGJ3*?;!#`%)>3 znc~1!L6ax#H|yjMql#KL(foWm;j8`W|GOlkGsf=hEV=*H#@^#UOAj2Uo>??J%jnOO zfb|yY9X39#NCJ5avf6t;OMoMEp{v8;yHEziE;0gkFR7W9&IY5h^OOo)o~dhP-vBNdGjad` diff --git a/res/translations/mixxx_mk.ts b/res/translations/mixxx_mk.ts index 841849ee756..912d694f95b 100644 --- a/res/translations/mixxx_mk.ts +++ b/res/translations/mixxx_mk.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Додади во листата на автоматскиот Диџеј (најдолу) - + Add to Auto DJ Queue (top) Додади во листата на автоматскиот Диџеј (најгоре) - + Add to Auto DJ Queue (replace) - - Import Playlist - Внеси Плејлиста + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Неуспешно креирање на Плејлистата - + An unknown error occurred while creating playlist: Непозната грешка се појави при креирање на плејлистата: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Нова Плејлиста - + Add to Auto DJ Queue (bottom) Додади во листата на автоматскиот Диџеј (најдолу) - - + + Create New Playlist - + Add to Auto DJ Queue (top) Додади во листата на автоматскиот Диџеј (најгоре) - + Remove Одстрани - + Rename Преименувај - + Lock Заклучи - + Duplicate - - + + Import Playlist Внеси Плејлиста - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist Изнеси Плејлиста - + Add to Auto DJ Queue (replace) - + Rename Playlist Преименувај Плејлиста + - Renaming Playlist Failed Неуспешно преименување на Плејлистата - - - + + + A playlist by that name already exists. Веќе постои Плејлиста со тоа име. - - - + + + A playlist cannot have a blank name. Плејлистата неможе да има празно име. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed Неуспешно креирање на Плејлистата - - + + An unknown error occurred while creating playlist: Непозната грешка се појави при креирање на плејлистата: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Плејлиста (*.m3u);;M3U8 Плејлиста (*.m3u8);;PLS Плејлиста (*.pls);;Текст CSV (*.csv);;Читлив текст (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Не може да се вчита датотеката @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Албум - + Album Artist - + Artist Изведувач - + Bitrate Брзина на битови - + BPM Битови во минута - + Channels - + Color - + Comment Коментар - + Composer Композитор - + Cover Art - + Date Added Датум на додавање - + Last Played - + Duration Времетраење - + Type Тип - + Genre Жанр - + Grouping - + Key Нота - + Location Локација - + Preview - + Rating Рејтинг - + ReplayGain - + Samplerate - + Played Пуштено - + Title Наслов - + Track # Нумера бр. - + Year Година - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Додави во Брза врска - + Remove from Quick Links Избриши од Брза врска - + Add to Library - + Quick Links Брзи врски - - + + Devices Уреди - + Removable Devices Преносни Уреди - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Наслов - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Додади во листата на автоматскиот Диџеј (најдолу) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Додади во листата на автоматскиот Диџеј (најгоре) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Авто-Диџеј - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages За Mixxx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ Авто-Диџеј - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Заклучи - - + + Playlists - + + Shuffle Playlist + + + + Unlock Отклучи - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Отклучи - + Lock Заклучи - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Албум - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Додади во листата на автоматскиот Диџеј (најдолу) - + Add to Auto DJ Queue (top) Додади во листата на автоматскиот Диџеј (најгоре) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Одстрани - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Рејтинг - + Cue Point - + Hotcues - + Intro - + Outro - + Key Нота - + ReplayGain - + Waveform - + Comment Коментар - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist Нова Плејлиста - - - + + + Playlist Creation Failed Неуспешно креирање на Плејлистата - + A playlist by that name already exists. Веќе постои Плејлиста со тоа име. - + A playlist cannot have a blank name. Плејлистата неможе да има празно име. - + An unknown error occurred while creating playlist: Непозната грешка се појави при креирање на плејлистата: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ml.ts b/res/translations/mixxx_ml.ts index 7538f8b751b..4c68e631584 100644 --- a/res/translations/mixxx_ml.ts +++ b/res/translations/mixxx_ml.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + + + + + Could not create crate, it most likely already exists: - + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove നീക്കം ചെയ്യുക - + Rename പേരു് മാറ്റുക - + Lock പൂട്ടു് - + Duplicate - - + + Import Playlist - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album ആല്‍ബം - + Album Artist - + Artist ഗായകന്‍ - + Bitrate ബിറ്റ് റേറ്റ് - + BPM - + Channels ചാനലുകള്‍ - + Color - + Comment കുറിപ്പ് - + Composer - + Cover Art - + Date Added - + Last Played - + Duration സമയ പരിധി - + Type തരം - + Genre വിഭാഗം - + Grouping - + Key കീ - + Location സ്ഥലം - + Preview - + Rating നിലവാരം - + ReplayGain - + Samplerate - + Played - + Title ശീര്‍ഷകം - + Track # - + Year വര്‍ഷം - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links - - + + Devices ഉപകരണങ്ങള്‍ - + Removable Devices നീക്കം ചെയ്യാവുന്ന ഉപകരണങ്ങള്‍ - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny - + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title ശീര്‍ഷകം - + Description വിവരണം @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next അടുത്തത് - + Switch to next effect - + Previous മുന്‍പത്തേത് - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown അജ്ഞാതം - + Date: തിയ്യതി: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo സ്റ്റീരിയോ - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information വിവരം - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 ഹെര്‍ട്സ് - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled പ്രവര്‍ത്തന സജ്ജമാക്കിയിരിയ്ക്കുന്നു - + Stereo സ്റ്റീരിയോ - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface ദൃശ്യതലം - + Waveforms - + Mixer - + Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &സഹായം - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &നടപ്പിലാക്കുക - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &റദ്ദാക്കുക - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording റിക്കോര്‍ഡ് ചെയ്യുന്നു - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &റദ്ദാക്കുക - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry വീണ്ടും ശ്രമിക്കുക - + skin - - + + Reconfigure - + Help സഹായം - - + + Exit പുറത്തു കടക്കുക - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue തുടരുക - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock പൂട്ടു് - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid അസാധു @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones ഹെഡ്‌ഫോണ്‍ - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox സംഗീതപെട്ടി @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock പൂട്ടു് - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred അപരിചിതമായ തെറ്റ് സംഭവിച്ചു - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next അടുത്തത് - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous മുന്‍പത്തേത് - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album ആല്‍ബം - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File &ഫയല്‍ - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &മുന്‍ഗണനകള്‍ - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &സഹായം - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library പുനഃസ്ഥാപിക്കുക - - + + Analyze നിരീക്ഷിക്കുക - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove നീക്കം ചെയ്യുക - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating നിലവാരം - + Cue Point - + Hotcues - + Intro - + Outro - + Key കീ - + ReplayGain - + Waveform - + Comment കുറിപ്പ് - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel റദ്ദാക്കുക - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close അടയ്ക്കുക - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_mn.ts b/res/translations/mixxx_mn.ts index f2c371e8fdf..696a769caa0 100644 --- a/res/translations/mixxx_mn.ts +++ b/res/translations/mixxx_mn.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + + + + + Could not create crate, it most likely already exists: - + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove - + Rename - + Lock - + Duplicate - - + + Import Playlist - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Уншиж чадахгүй байна @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Цомог - + Album Artist - + Artist Уран бүтээлч - + Bitrate Дамжуулах хурд - + BPM - + Channels - + Color - + Comment Сэтгэгдэл - + Composer - + Cover Art - + Date Added Оруулсан өдөр - + Last Played - + Duration Үргэлжлэх хугацаа - + Type Төрөл - + Genre - + Grouping - + Key Түлхүүр - + Location Байршил - + Preview - + Rating Үнэлгээ - + ReplayGain - + Samplerate - + Played Тоглосон - + Title - + Track # Хөгжим # - + Year Он - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Шууд холбоос - - + + Devices Төхөөрөмж - + Removable Devices Нэмэлт төхөөрөмж - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny - + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Автомат ДиЖэи - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ Автомат ДиЖэи - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Цомог - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Үнэлгээ - + Cue Point - + Hotcues - + Intro - + Outro - + Key Түлхүүр - + ReplayGain - + Waveform - + Comment Сэтгэгдэл - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_mr.qm b/res/translations/mixxx_mr.qm index bcad078572ba57c41eb379740f53772d7e65fc65..08062d23ce5c0df9e406d719eb5fd0ebbfe48b36 100644 GIT binary patch delta 723 zcmXZaO=uHQ5C`yy$=l6-xdcSAimhHWH;D)m!Gj(O6-uZ$n}7E58|J;;*?IFe&b^8*hph(D zwGTu`-a}~w>T@vg0tR=X*&q>nM9$OKI|Ti=U_dAFCP(Dnf>H-6O=$3bXFYJAM6XC> zxw{Bt6KXA}|AOWiMG{@EW>fM^lgM=&dTLO83$@6=J!oX0j|M)0L6ff7v)pi{uSJrC zgfav5>oB-PH?-5-$uyK|P>w_OFVt3`{u&zZpl=HLPeD_5?;MVD11CK5^-Z?wXc2k7 zBB9-c`blUkLf?gfT^LMz9_H7HLJvf#eu;l@7>3S@@N5WjkP_uC-5Gf?&!ay6Ech!#v_qf1Oz4Yu4zi<_b1>^X3lrPcu RJA4eCwaeQ1=Q;Pw(0{2xt9JkZ delta 823 zcmXZaK}Zx)7zgmb&c2zQ*_oZ)oxLO^YatS(*+IhakdmfQp&iT1s0(eZqs-1i3(-Ik zZQvnr1FJ&?<-sJ4C@2ywhor_ue-j@B3!HdC`8S<7PTs z1xDTi%6_WOQS%#3CTOaSI%$Zmy8uRM)Tj1qnm7-!ngt>{)w-#%hgvef_B`V+6 z0^$e*v6s}mOsx$XpQUy$O)f-kd$$1RmnbivkPTL-b6v~~ROM*4X>^GiBXvJh=arZl z?2-+1N<+DcZZcq0#N1;~UU-(OYcz3GRBJQW4^jIsP0Wjp)`~0$b*oAKFOdc9P4%NZ z-ltBV9xKbyHFi+pQT>s=vtE?tXXbVk!GS>cFl?94sd2w6j zFH-Tt+WVv(NcQA_bhjc)H)9Bsn8p-*1jt|*dAKOaHHQL%=x(=iv4 diff --git a/res/translations/mixxx_mr.ts b/res/translations/mixxx_mr.ts index 7c3416c99fd..3e19dd8d6fa 100644 --- a/res/translations/mixxx_mr.ts +++ b/res/translations/mixxx_mr.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Import Playlist + + Import as Playlist + + + + + Import as Crate + - + + Crate Creation Failed + + + + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist नवीन वादकयादी - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove काढून टाका - + Rename पुनःनामांकन करा - + Lock कुलूपबंद करा - + Duplicate - - + + Import Playlist - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album अल्बम - + Album Artist - + Artist कलाकार - + Bitrate बीट दर - + BPM - + Channels - + Color - + Comment मतप्रदर्शन - + Composer - + Cover Art - + Date Added - + Last Played - + Duration कालावधी - + Type प्रकार - + Genre श्रेणी - + Grouping - + Key किल्ली - + Location ठिकाण - + Preview - + Rating गुणांकन - + ReplayGain - + Samplerate - + Played - + Title शिर्षक - + Track # - + Year वर्ष - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links - - + + Devices उपकरणे - + Removable Devices काढता येणारी उपकरणे - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny - + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title शिर्षक - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock कुलूपबंद करा - - + + Playlists - + + Shuffle Playlist + + + + Unlock कुलूप उघडा - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock कुलूप उघडा - + Lock कुलूपबंद करा - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album अल्बम - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove काढून टाका - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating गुणांकन - + Cue Point - + Hotcues - + Intro - + Outro - + Key किल्ली - + ReplayGain - + Waveform - + Comment मतप्रदर्शन - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist नवीन वादकयादी - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ms.qm b/res/translations/mixxx_ms.qm index 9b088ff01fbec7acd4cbdf83041645967e7efd1b..ff203ff2a59a4d9db564208d4057b92d44ac518e 100644 GIT binary patch delta 1119 zcmXZbTSydP6bJC*y0h!f>_u&Nb?-MJj4NB@kExJ;Hbk_eq{mvY|`Of*~JJVNve{YvjE+Qfy zk*b#{P(h@=1+@;CHV*B@(A@;RYlwC|C(@Xq{yMaeLQf6!Ci4Cxq&z7S*+V20ULg{k zP&N)AaGMgoAYn8_BsN0BIJC&naRz$wN%+^y>uy8CZ)oHF;(13E^kvZMZSzF>d#}nubL6-zQ52+&3N|X|V`s2_Ng!V4z4bcI~&kZI)!#vq; zzD;N!46u_hyHp65MR=C1&^QY%51@4;%swH6gWR~PN(jsGz$7AJSrRVYspk#Lq5dUw zUlk(pp)u>BJCJZ$_~hq?lw;5}qB8aHKxdv;Em}ViNrzOw8XgfDv}(=eWiA*|mnw{W zb-UH$kth%09<{s@_&ZakjZ^$55KNO{<`lF>HBvhdk@^+XmP3nLvwbea1$Ss>r*ruA z7)(A4Q@=ppd-3Szc;QT_?SN_DWd!NP(7#sfd8Q;%?1aJq^v{WpgZ%5!R;ZYSsWs47 zCC>ag%fl9v+WH#VB4`Lhhf|uL;1g#oN(=k*iL_(d_Pa~mP+30$-B0b`f-QX4I%uBJ zIqu~Vd0KS22Z#7mn)UD2pC(E=1(UzRtlC;0lvsC(dEHQ0=~Z;siPb~3>J3@{0i-t* AasU7T delta 1131 zcmXZbYe*DP6bJCrIy39OSKC$h<-Sd`L<~u&%vec@l(f*qK1F_rU@Id?i>55iNP4&l zsfh$pkdoSp6_uE@hFOpyWRUg2EFq1c2UH-P^}nBfcMdb>-gEAmfr_rm%O<&ih`dBf zrl^D{UJbRUVPZP8cSF|<^n{4Y#)(w*&>%vG54wk;Hx~ClC*dgPwvUsT+esugK-sLv z!c_;|IV6tM5UJlnV>-0VLdP6*x03j;fk>l+#%gHie9^dL2zrmxn!-6EeJd4bJmEq+ zp*Ce%nXIo7u+>9*K1_AR9EZ+>&|{^NNF!Gsfci;j>4o;6&@)ce8b23O0}YR%@glSd zQDq|A3<8dFn0f^|^J0F6-pw@a;kG8u!=xLE#-&^$Qact5LdeVJRzL#zsZ%p zf!giR)&uQ9n7W&l`9&uo;JgDp6+(NE6RuJUpPI6XRxZNid&0uhRiY$Gti3eI9r!9X z_ZM-6nK13P*s?W3B%OrjP0(tI*#Xn0#g<||xHKfT$kBy4h=8?Ryw(%s#C_1P9=a7` zBsw%nwb0cA-Fw9^em;<52NeC#<(ACtc|<9{q($p2&&X5hckM$W!y%=rV~IPHp$sTY zJnZ+C^0UYkPvZmSvi=|O6Q&pZD-cYWg_bO6%TsBZd6?oiKy4qi98hh0U&9-QRqrM; z`16l2ZWJc$guX)czKzk1PeARWj74H)%x>s!Q@4)_T-hL$^f0YJ{iwK(H`oH>GNEx8 zdWY06|D5591DbPPNBC;4L&JCIXwb}!alt8NnuV$?B3-Fp+uZw&TdsuqD(&Cwe7^I; zFgaW2xVx6fJ+E86C(McK^&i%qB3f|_3cH~1)qWnBKxopO6Fw_=6rp5QVaP1H!ndRg FzW>z+6u|%h diff --git a/res/translations/mixxx_ms.ts b/res/translations/mixxx_ms.ts index af783a969cc..64ca95ac4ce 100644 --- a/res/translations/mixxx_ms.ts +++ b/res/translations/mixxx_ms.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Tambah Dalam Senarai DJ Automatik (bawah) - + Add to Auto DJ Queue (top) Tambah Dalam Senarai DJ Automatik (atas) - + Add to Auto DJ Queue (replace) - - Import Playlist - Import Senarai Main + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Cipta Senarai Main Gagal - + An unknown error occurred while creating playlist: Ralat tidak diketahui berlaku semasa mencipta senarai main @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Senarai Main Baru - + Add to Auto DJ Queue (bottom) Tambah Dalam Senarai DJ Automatik (bawah) - - + + Create New Playlist - + Add to Auto DJ Queue (top) Tambah Dalam Senarai DJ Automatik (atas) - + Remove Buang - + Rename Namakan Semula - + Lock Kunci - + Duplicate - - + + Import Playlist Import Senarai Main - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed Cipta Senarai Main Gagal - - + + An unknown error occurred while creating playlist: Ralat tidak diketahui berlaku semasa mencipta senarai main - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Tidak dapat memuatkan trek. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist - + Artist Artis - + Bitrate Kadar Bit - + BPM BPM - + Channels - + Color - + Comment Ulasan - + Composer - + Cover Art - + Date Added Tarikh Ditambah - + Last Played - + Duration Durasi - + Type Jenis - + Genre Genre - + Grouping - + Key Kunci - + Location Lokasi - + Preview - + Rating Rating - + ReplayGain - + Samplerate - + Played Dimainkan - + Title Tajuk - + Track # Trek # - + Year Tahun - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Pautan Pantas - - + + Devices Peranti - + Removable Devices Peranti Boleh Alih - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Tajuk - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Tambah Dalam Senarai DJ Automatik (bawah) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Tambah Dalam Senarai DJ Automatik (atas) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ DJ Automatik - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Perihal - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ DJ Automatik - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Kunci - - + + Playlists - + + Shuffle Playlist + + + + Unlock Buka - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Buka - + Lock Kunci - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Tambah Dalam Senarai DJ Automatik (bawah) - + Add to Auto DJ Queue (top) Tambah Dalam Senarai DJ Automatik (atas) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Buang - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Rating - + Cue Point - + Hotcues - + Intro - + Outro - + Key Kunci - + ReplayGain - + Waveform - + Comment Ulasan - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist Senarai Main Baru - - - + + + Playlist Creation Failed Cipta Senarai Main Gagal - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: Ralat tidak diketahui berlaku semasa mencipta senarai main - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_my.qm b/res/translations/mixxx_my.qm index a780a7b6eda7adf581956c55c3cf3158a1257857..44d0864b193997007750a7f6aa07a6bcfa4ad40f 100644 GIT binary patch delta 1210 zcmXZbX-HI26bJDCYv#?H86C%RY-Z9awV82gaTfOiEi|oY&uF2dV2GmnQ28N>UIi6} zprw^5g@LqSRB99@(x!nKm9}665lBT*_90uKg--qb^t+sU-o59ZcW=iY<@Ro++M(A0 z7!Qm(3oPgc9Mh@GLVc%cu#tv$(EQI(vl{^0DeCE<6Uu3DD%2CZfYA?V${d<`0qU&? z5Py~G?lcaP_f!7{8Wex-mBeq<9iiTC>d&X)ub5c;25?qlPS-v;fI^);G`WQO*3ob_ zRz&$^-Gcw>aJ4evuBYSsskfT?dZ>SprfwYe6AiZ@a%Q`9a5I|jT7jrm#SmNtqy>~s z#v$pzWSTUf>}Y%sjHsg8+<)r8m~c;|B<`|E%E4b`9&_8ze>|HpF{v_MEkENR;zq;Tq^udU0bxO z@13&Y1Ff^`DPSL<1x~YJwGUY^Kok1SJ&yY_-A5Cy)1)Tq zb?6qu${I=BM+4_9-Xl^_A}lX@(g8ye)qch&b1(<9!>ut=6anEGq@|f;DUddk*^D4Ys4)TVYkI~#Vdmud@NX?jNFRYOd lFwK4=S59QTXz!1c%NTu=dKRviD__-i!`NF7zglw>Ak&uu?3}!7F#UPTM(SK7KGLrY66G`T}&`08r|$dHknN0ON?`R z#b}(f3Bzi9K@BlTG-T6=nQt*pg)QLJ#i0IC6am>&fu#e0`zPwzK|?uowwp$u)A(mlD>?wz6q+BQWdk&F0qU`x zKyHE--lE|E)SsJx4@#-wJ;9*hB@K6rv{CK$I}IRjoC9dM*gj5~lS zM*`7bOCuX-OjrKhy&0&yscvk$Bqh_;R9!zXxt0dj(84$^a?!b;tEu`5S+|!4j?=>J z>d~IBq(x)Y)1w|W-VKDC)hAU;0JV>ncdKJwMM^oSj_HR0s|MtOh2T)4{3qNU=aM)W?q#B%KoPjpDlP$4&>Wx8@f9kFej*W9i7@vD@*OiZp#7G zGMd#(<0JM<=ktM?R{QmOxtylIsphA7b+p2G=Gb>~lVm!fH_7MFR>$RR+1Pc3<_}C- z)KMds^SpE6$5ILVr?jk*#*)tV#0X$%r4=h&E2lk{jhDFwT7!V?v1=r{OA>iXZFV}V zsyH(|JqDC^W>%-=1 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အောက်​) - + Add to Auto DJ Queue (top) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အထက်) - + Add to Auto DJ Queue (replace) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အစားထိုး) - - Import Playlist - ဖွင့်မည့်စာရင်း ကိုသွင်းရန် + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed ဖွင့်မည့်စာရင်း ပြုလုပ်ခြင်း မအောင်မြင်ပါ - + An unknown error occurred while creating playlist: ဖွင့်မည့်စာရင်း ပြုလုပ်စဉ် မသိသော အမှားတစ်ခု ဖြစ်ခဲ့သည်: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist ဖွင့်မည့်စာရင်း အသစ် - + Add to Auto DJ Queue (bottom) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အောက်​) - - + + Create New Playlist ဖွင့်မည့်စာရင်း အသစ် ပြုလုပ်ရန် - + Add to Auto DJ Queue (top) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အထက်) - + Remove ဖယ်ရှားပါ - + Rename အမည်ပြောင်းပါ - + Lock ပိတ် - + Duplicate ပုံတူပွားရန် - - + + Import Playlist ဖွင့်မည့်စာရင်း ကိုသွင်းရန် - + Export Track Files တေးဂီတ ဖိုင်များ ထုတ်လုပ်ရန် - + Analyze entire Playlist ဖွင့်မည့်စာရင်း တစ်ခုလုံး ကို စီစစ်ရန် - + Enter new name for playlist: ဖွင့်မည့်စာရင်း အတွက် အမည်သစ် တစ်ခု ရိုက်ထည့်ပါ: - + Duplicate Playlist ဖွင့်မည့်စာရင်း ထပ်နေသည် - - + + Enter name for new playlist: ဖွင့်မည့်စာရင်း အသစ် အတွက် အမည်ရိုက်ထည့်ပါ: - - + + Export Playlist ဖွင့်မည့်စာရင်း ထုတ်ယူရန် - + Add to Auto DJ Queue (replace) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အစားထိုး) - + Rename Playlist ဖွင့်မည့်စာရင်း အမည်ပြန်ပေးရန် + - Renaming Playlist Failed ဖွင့်မည့်စာရင်း အမည်ပြန်ပြောင်းခြင်း မအောင်မြင်ပါ - - - + + + A playlist by that name already exists. ဖွင့်မည့်စာရင်း အတွက် ပေးထားသော အမည်မှာ ရှိပြီးဖြစ်သည်။ - - - + + + A playlist cannot have a blank name. ဖွင့်မည့်စာရင်း အမည် ကို အလွတ်ထား၍ မရပါ။ - + _copy //: Appendix to default name when duplicating a playlist _ကူးယူ + - + - - - + + Playlist Creation Failed ဖွင့်မည့်စာရင်း ပြုလုပ်ခြင်း မအောင်မြင်ပါ - - + + An unknown error occurred while creating playlist: ဖွင့်မည့်စာရင်း ပြုလုပ်စဉ် မသိသော အမှားတစ်ခု ဖြစ်ခဲ့သည်: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U ဖွင့်မည့်စာရင်း (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U  ဖွင့်မည့်စာရင်း (*.m3u);;M3U8 ဖွင့်မည့်စာရင်း (*.m3u8);;PLS ဖွင့်မည့်စာရင်း (*.pls);;စာသား CSV (*.csv);;ဖတ်ရသော စသားမျိုး (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. တေးဂီတပုဒ် မဖွင့်နိုင်ပါ @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album - + Album Artist - + Artist အဆိုတော် - + Bitrate - + BPM - + Channels - + Color - + Comment - + Composer တေးရေး - + Cover Art - + Date Added - + Last Played - + Duration - + Type အမျိုးအစား - + Genre အမျိုးအစား - + Grouping - + Key ကီး - + Location တည်နေရာ - + Preview အစမ်းဖွင့် - + Rating - + ReplayGain - + Samplerate - + Played ဖွင့်ခဲ့ပြီး - + Title ခေါင်းစဉ် - + Track # အပုဒ် # - + Year ခုနှစ် - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed လုပ်ဆောင်မှုမအောင်မြင်ပါ - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links - - + + Devices - + Removable Devices - - + + Computer ကွန်ပျူတာ - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan ထောက်လှမ်းရှာဖွေရန် - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title ခေါင်းစဉ် - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အောက်​) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အထက်) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle အော်တို ဒီဂျေ ခလုပ် - + Toggle Auto DJ On/Off အော်တို ဒီဂျေ ဖွင့်/ပိတ် ခလုပ် - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အစားထိုး) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ အော်တို ဒီဂျေ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed လုပ်ဆောင်မှုမအောင်မြင်ပါ - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. ထောက်လှမ်းရှာဖွေရန် - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ အော်တို ဒီဂျေ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock ပိတ် - - + + Playlists ဖွင့်မည့်စာရင်းများ - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. အချို့သော ဒီဂျေများသည် သူတို့၏ တိုက်ရိုက် တင်ဆက်မှု မတိုင်မီ ဖွင့်မည့်စာရင်းများ တည်ဆောက်ကြသည်။ သို့သော် အချို့သည် တင်ဆက်နေစဥ် စီမံရသည်ကို ပိုနှစ်သက်ကြသည်။ - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. ဖွင့်မည့်စာရင်း သုံးကာ တိုက်ရိုက် ဒီဂျေ တင်ဆက်စဉ် သင့် ပရိတ်သတ်များမှ သင်ရွေးချယ် ဖွင့်ထားသော ဂီတ အပေါ် မည်သို့ တုန့်ပြန်နေသည် ကို အမြဲအာရုံစိုက် စောင့်ကြည့်နေရမည်ကို မှတ်ထားပါ။ - + Create New Playlist ဖွင့်မည့်စာရင်း အသစ် ပြုလုပ်ရန် @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates အကန့်ကန့်ရန် - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock ပိတ် - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist ဖွင့်မည့်စာရင်း &အသစ် ပြုလုပ်ရန် - + Create a new playlist ဖွင့်မည့်စာရင်း တစ်ခု ပြုလုပ်ရန် - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist ဖွင့်မည့်စာရင်း သို့ ထည့်ရန် - + Crates အကန့်ကန့်ရန် - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze သရုပ်ခွဲရန် - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အောက်​) - + Add to Auto DJ Queue (top) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အထက်) - + Add to Auto DJ Queue (replace) အော်တို ဒီဂျေ တန်းစီခြင်း သို့ ထည့် ရန် (အစားထိုး) - + Preview Deck - + Remove ဖယ်ရှားပါ - + Remove from Playlist ဖွင့်မည့်စာရင်း မှ ဖယ်ရန် - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating - + Cue Point - + Hotcues - + Intro - + Outro - + Key ကီး - + ReplayGain - + Waveform - + Comment - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist ဖွင့်မည့်စာရင်း အသစ် ပြုလုပ်ရန် - + Enter name for new playlist: ဖွင့်မည့်စာရင်း အသစ် အတွက် အမည်ရိုက်ထည့်ပါ: - + New Playlist ဖွင့်မည့်စာရင်း အသစ် - - - + + + Playlist Creation Failed ဖွင့်မည့်စာရင်း ပြုလုပ်ခြင်း မအောင်မြင်ပါ - + A playlist by that name already exists. ဖွင့်မည့်စာရင်း အတွက် ပေးထားသော အမည်မှာ ရှိပြီးဖြစ်သည်။ - + A playlist cannot have a blank name. ဖွင့်မည့်စာရင်း အမည် ကို အလွတ်ထား၍ မရပါ။ - + An unknown error occurred while creating playlist: ဖွင့်မည့်စာရင်း ပြုလုပ်စဉ် မသိသော အမှားတစ်ခု ဖြစ်ခဲ့သည်: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_nb.qm b/res/translations/mixxx_nb.qm index dc606d5d7cab2294c0de033ec548592425403b49..9c855a5d7746fd45681a9aa631b9b516e09092bb 100644 GIT binary patch delta 4250 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 diff --git a/res/translations/mixxx_nb.ts b/res/translations/mixxx_nb.ts index 832b1906c19..74678da966e 100644 --- a/res/translations/mixxx_nb.ts +++ b/res/translations/mixxx_nb.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Legg til Automatisk DJ Kø - + Add to Auto DJ Queue (top) Legg til Automatisk DJ Kø (øverst) - + Add to Auto DJ Queue (replace) - - Import Playlist - Importer spilleliste + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Oppretting av spilleliste mislyktes - + An unknown error occurred while creating playlist: Det oppstod en ukjent feil under oppretting av spilleliste: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Ny spilleliste - + Add to Auto DJ Queue (bottom) Legg til Automatisk DJ Kø - - + + Create New Playlist Opprett ny spilleliste - + Add to Auto DJ Queue (top) Legg til Automatisk DJ Kø (øverst) - + Remove Fjern - + Rename Gi nytt navn - + Lock Lås - + Duplicate Duplikat - - + + Import Playlist Importer spilleliste - + Export Track Files - + Analyze entire Playlist Analysér hele spillelisten - + Enter new name for playlist: Skriv inn nytt navn for spilleliste: - + Duplicate Playlist Dupliser spillelisten - - + + Enter name for new playlist: Skriv inn nytt navn for spilleliste: - - + + Export Playlist Eksportér spilleliste - + Add to Auto DJ Queue (replace) - + Rename Playlist Gi spillelisten nytt navn + - Renaming Playlist Failed Navngivning av spilleliste mislyktes - - - + + + A playlist by that name already exists. Det finnes allerede en spilleliste med det navnet. - - - + + + A playlist cannot have a blank name. Spillelisten kan ikke ha en tomt navn. - + _copy //: Appendix to default name when duplicating a playlist Kopier + - + - - - + + Playlist Creation Failed Oppretting av spilleliste mislyktes - - + + An unknown error occurred while creating playlist: Det oppstod en ukjent feil under oppretting av spilleliste: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U spilleliste (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Spilleliste (*.m3u);;M3U8 Spilleliste (*.m3u8);;PLS Spilleliste (*.pls);;Tekst CSV (*.csv);;Lesbar Tekst (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Fikk ikke lastet sporet @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Albumartist - + Artist Artist - + Bitrate Bithastighet - + BPM BPM - + Channels Kanaler - + Color - + Comment Kommentar - + Composer Komponist - + Cover Art Omslagsbilde - + Date Added Dato lagt til - + Last Played - + Duration Varighet - + Type Type - + Genre Sjanger - + Grouping Gruppering - + Key Tast - + Location Plassering - + Preview Forhåndsvisning - + Rating Vurdering - + ReplayGain Avspillingsnivå - + Samplerate - + Played Spilt - + Title Tittel - + Track # Spornummer # - + Year År - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Handling feilet - + Please enable at least one connection to use Live Broadcasting. Vennligst aktivér minst en oppkobling for å bruke Live Broadcasting. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Legg til Hurtiglenker - + Remove from Quick Links Fjern fra Hurtiglenker - + Add to Library Legg til bibliotek - + Quick Links Hurtiglenker - - + + Devices Enheter - + Removable Devices Avtagbare enheter - - + + Computer Datamaskin - + Music Directory Added Musikkmappe lagt til - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Du har lagt til én eller flere musikkmapper. Sporene i disse mappene vil ikke være tilgjengelig før du oppdaterer biblioteket. Vil du oppdatere nå? - + Scan Skann - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Gruppe - + Item - + Value Verdi - + Parameter Paraméter - + Title Tittel - + Description Beskrivelse @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Sett til fullt volum - + Set to zero volume @@ -991,13 +1020,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages BPM tappeknapp - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1091,194 +1120,194 @@ trace - Above + Profiling messages Hint - + Vinyl Control Vinylkontroll - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues Markører - + Cue button Markørknapp - + Set cue point Sett markørpunkt - + Go to cue point Gå til markørpunkt - + Go to cue point and play Gå til markørpunkt og spill - + Go to cue point and stop Gå til markørpunkt og stopp - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1394,20 +1423,20 @@ Markørknapp - - + + Volume Fader - + Full Volume Fullt Volum - + Zero Volume @@ -1423,7 +1452,7 @@ Markørknapp - + Mute @@ -1434,7 +1463,7 @@ Markørknapp - + Headphone Listen @@ -1455,25 +1484,25 @@ Markørknapp - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1543,82 +1572,82 @@ Markørknapp - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1659,456 +1688,456 @@ Markørknapp - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode Vinyl Kontrollmodus - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Legg til Automatisk DJ Kø - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Legg til Automatisk DJ Kø (øverst) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects Effekter - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Neste - + Switch to next effect - + Previous Forrige - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob Forsterker knapp - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2123,102 +2152,102 @@ Markørknapp - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2290,942 +2319,952 @@ Markørknapp - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofon av/på - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface Brukergrensesnitt - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3594,37 +3633,37 @@ Markørknapp DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Med bidrag fra: - + And special thanks to: Og spesielt takk til: - + Past Developers Tidligere utviklere - + Past Contributors Tidligere bidragsytere - + Official Website - + Donate @@ -3637,34 +3676,40 @@ Markørknapp Om Mixxx - - + + + Unknown Ukjent - + Date: Dato: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3878,7 +3923,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4129,7 +4174,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4359,122 +4404,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Stereo - - - - + + + + Action failed Handling feilet - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5046,22 +5091,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5171,6 +5216,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5747,38 +5797,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Informasjon - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6004,52 +6079,52 @@ and allows you to pitch adjust them for harmonic mixing. Skann - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6909,138 +6984,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Slått på - + Stereo Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Feil i oppsettet @@ -7526,122 +7601,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Bibliotek - + Interface - + Waveforms - + Mixer Mikser - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Hjelp - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Bruk - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Avbryt - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Effekter - + Recording Opptak - + Beat Detection - + Key Detection - + Normalization Normalisering - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinylkontroll - + Live Broadcasting Direkte Sending - + Modplug Decoder @@ -7816,7 +7891,7 @@ Select from different types of displays for the waveform, which differ primarily Albumartist - + Fetching track data from the MusicBrainz database @@ -7893,72 +7968,72 @@ Select from different types of displays for the waveform, which differ primarily &Lukk - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8279,7 +8354,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Avbryt - + (no color) @@ -8489,27 +8564,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8732,15 +8807,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8751,57 +8826,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut Snarvei @@ -8884,32 +8959,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8984,181 +9059,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. Finn <b>Hjelp</b> i Mixxx-wiki'en. - - - + + + <b>Exit</b> Mixxx. - + Retry Prøv igjen - + skin - - + + Reconfigure Sett opp på nytt - + Help Hjelp - - + + Exit Avslutt - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Fortsett - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9174,43 +9249,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Lås - - + + Playlists Spillelister - + + Shuffle Playlist + + + + Unlock Lås opp - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Opprett ny spilleliste @@ -9277,7 +9357,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Ugyldig @@ -9383,68 +9463,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Hodetelefoner - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Vinylkontroll - + Microphone Mikrofon - + Auxiliary - - + + Unknown path type %1 @@ -9537,6 +9617,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9574,6 +9656,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9592,6 +9675,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9607,6 +9692,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9904,7 +9991,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9961,7 +10048,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9981,22 +10068,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10079,8 +10166,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10110,42 +10197,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10165,17 +10252,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10577,18 +10664,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Spiller %1 @@ -10628,52 +10715,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10721,10 +10808,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10893,7 +11001,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10939,34 +11047,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Kasser - + Check for Serato databases (refresh) - + (loading) Serato @@ -10974,64 +11082,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Lås opp - + Lock Lås - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11040,193 +11148,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11242,23 +11350,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred En ukjent feil oppsto - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11610,7 +11718,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Omslagsbilde @@ -12062,52 +12170,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12301,442 +12399,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Neste - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12745,169 +12844,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Forrige - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13006,47 +13104,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13314,123 +13412,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13552,97 +13650,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode Vinyl Kontrollmodus - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13652,82 +13750,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13735,12 +13833,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13993,22 +14091,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14030,7 +14128,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14054,452 +14152,452 @@ This can not be undone! WMainMenuBar - + &File &Fil - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit &Avslutt - + Quits Mixxx - + Ctrl+q - + &Library &Bibliotek - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Lag en ny spilleliste - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View &Vis - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &Fullskjerm - + Display Mixxx using the full screen Vis Mixxx på hele skjermen - + &Options &Alternativer - + &Vinyl Control &Vinylkontroll - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Innstillinger - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Hjelp - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. Les Mixxx bruksanvisningen. - + &Keyboard Shortcuts &Tastatursnarveier - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application Oversett Denne Applikasjon. - + Help translate this application into your language. Hjelp til med å oversette dette programmet til ditt språk. - + &About &Om - + About the application Om programmet @@ -14728,564 +14826,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist Legg til i spilleliste - + Crates Kasser - + Metadata - + Update external collections - + Cover Art Omslagsbilde - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Tilbakestill - - + + Analyze Analysér - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Legg til Automatisk DJ Kø - + Add to Auto DJ Queue (top) Legg til Automatisk DJ Kø (øverst) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Fjern - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Egenskaper - + Open in File Browser Åpne i filutforsker - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Vurdering - + Cue Point - + Hotcues - + Intro - + Outro - + Key Tast - + ReplayGain Avspillingsnivå - + Waveform Bølgeform - + Comment Kommentar - + All Alle - + Lock BPM Lås BPM - + Unlock BPM Åpne BPM - + Double BPM Dobbel BPM - + Halve BPM Halv BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Spiller %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Opprett ny spilleliste - + Enter name for new playlist: Skriv inn nytt navn for spilleliste: - + New Playlist Ny spilleliste - - - + + + Playlist Creation Failed Oppretting av spilleliste mislyktes - + A playlist by that name already exists. Det finnes allerede en spilleliste med det navnet. - + A playlist cannot have a blank name. Spillelisten kan ikke ha en tomt navn. - + An unknown error occurred while creating playlist: Det oppstod en ukjent feil under oppretting av spilleliste: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Avbryt - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Lukk - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15293,37 +15391,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15339,7 +15437,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15387,52 +15485,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database Får ikke åpnet databasen - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_nl.qm b/res/translations/mixxx_nl.qm index 68f00b5648f4ae2567a940064546b13b476e5cf0..47c990f452dd9482e610ed14148bffa60ac08207 100644 GIT binary patch delta 24463 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 QG2T(;Kcz6<(JbEMf9dxW$^ZZW diff --git a/res/translations/mixxx_nl.ts b/res/translations/mixxx_nl.ts index 81327fe6aeb..3e675650b37 100644 --- a/res/translations/mixxx_nl.ts +++ b/res/translations/mixxx_nl.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Voeg toe aan Auto-DJ Wachtrij (onderaan) - + Add to Auto DJ Queue (top) Voeg toe aan Auto-DJ Wachtrij (bovenaan) - + Add to Auto DJ Queue (replace) Voeg toe aan de Auto-DJ Wachtrij (vervang) - - Import Playlist - Importeer Afspeellijst + + Import as Playlist + Importeren als Afspeellijst + + + + Import as Crate + Importeren als Krat + + + + Crate Creation Failed + Aanmaken krat mislukt + + + + Could not create crate, it most likely already exists: + Kan het krat niet creëren, omdat het waarschijnlijk al bestaat: - + Playlist Creation Failed Aanmaken van afspeellijst is mislukt - + An unknown error occurred while creating playlist: Een onbekende fout trad op bij het creëren van de afspeellijst: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nieuwe Afspeellijst - + Add to Auto DJ Queue (bottom) Voeg toe aan Auto-DJ Wachtrij (onderaan) - - + + Create New Playlist Creëer nieuwe afspeellijst - + Add to Auto DJ Queue (top) Voeg toe aan Auto-DJ Wachtrij (bovenaan) - + Remove Verwijderen - + Rename Hernoemen - + Lock Vergrendelen - + Duplicate Dupliceren - - + + Import Playlist Importeer Afspeellijst - + Export Track Files Exporteer Track Bestanden - + Analyze entire Playlist Analyseer hele afspeellijst - + Enter new name for playlist: Voer nieuwe naam in voor Afspeellijst: - + Duplicate Playlist Dupliceer afspeellijst - - + + Enter name for new playlist: Voer naam in voor nieuwe afspeellijst: - - + + Export Playlist Exporteer afspeellijst - + Add to Auto DJ Queue (replace) Voeg toe aan de Auto-DJ wachtrij (vervang) - + Rename Playlist Hernoem afspeellijst + - Renaming Playlist Failed Afspeellijst Hernoemen Mislukt - - - + + + A playlist by that name already exists. Een afspeellijst met deze naam bestaat al. - - - + + + A playlist cannot have a blank name. Een afspeellijst kan geen blanco naam hebben. - + _copy //: Appendix to default name when duplicating a playlist _kopiëren + - + - - - + + Playlist Creation Failed Creatie Afspeellijst is mislukt - - + + An unknown error occurred while creating playlist: Een onbekende fout trad op bij het creëren van afspeellijst: - + Confirm Deletion Bevestig verwijderen - + Do you really want to delete playlist <b>%1</b>? Weet je zeker dat je de afspeellijst <b>%1</b> wil verwijderen? - + M3U Playlist (*.m3u) M3U Afspeellijst (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Afspeellijst (*.m3u);;M3U8 Afspeellijst (*.m3u8);;PLS Afspeellijst (*.pls);;Tekst CSV (*.csv);;Leesbare Tekst (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Kan de Track niet laden. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Album Artiest - + Artist Artiest - + Bitrate Bit Snelheid - + BPM BPM - + Channels Kanalen - + Color Kleur - + Comment Opmerking - + Composer Componist - + Cover Art Cover Art - + Date Added Datum Toegevoegd - + Last Played Laatst Afgespeeld - + Duration Duur - + Type Type - + Genre Genre - + Grouping Groepering - + Key Toonaard (Key) - + Location Locatie - + Preview Voorbeluistering - + Rating Waardering - + ReplayGain ReplayGain - + Samplerate Sample Snelheid - + Played Afgespeeld - + Title Titel - + Track # Track # - + Year Jaar - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk Afbeelding ophalen @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Actie mislukt - + Please enable at least one connection to use Live Broadcasting. Zet minstens één connectie aan om Live Uitzenden te gebruiken. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Toevoegen aan Snelkoppelingen - + Remove from Quick Links Verwijder uit Snelkoppelingen - + Add to Library Voeg toe aan Bibliotheek - + Quick Links Snelkoppelingen - - + + Devices Apparaten - + Removable Devices Draagbare Apparaten - - + + Computer Computer - + Music Directory Added Muziekmap Toegevoegd - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? U heeft één of meerdere muziekmappen toegevoegd. De Tracks in deze mappen zullen niet beschikbaar zijn totdat u de Bibliotheek opnieuw scant. Wilt u de Bibliotheek nu opnieuw scannen? - + Scan Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. De optie "Computer" laat u toe om door mappen te navigeren, nummers te bekijken en te laden van op uw harde schijf en externe apparaten. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx is een open source DJ software. Voor meer informatie, zie: - + Starts Mixxx in full-screen mode Start Mixxx in volledig scherm Modus - + Use a custom locale for loading translations. (e.g 'fr') Gebruik een aangepaste landinstelling voor het laden van vertalingen. (bijv. 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Map op het hoogste niveau waar Mixxx moet zoeken naar zijn bronbestanden zoals MIDI-mappings, die de standaardinstallatielocatie overschrijft. - + Path the debug statistics time line is written to Pad waar de debug statistieken naar worden geschreven - - Use legacy vu meter - Gebruik de bestaande vu meter - - - - Use legacy spinny - gebruik de bestaande spinny - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Zorgt ervoor dat Mixxx alle ontvangen controllergegevens en scriptfuncties die het laadt weergeeft/logt - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! The verbinding met de controller zal emeer aggressieve meldingen en fouten weergeven wanner verkeerd gebruik van controller-API's wordt gedetecteerd. Nieuwe controller-verbindingen zullen worden ontwikkeld met deze optie geactiveerd.! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Schakelt de ontwikkelaarsModus in. Bevat extra loginformatie, prestatiestatistieken en een menu voor ontwikkelaarstools. - + Top-level directory where Mixxx should look for settings. Default is: Hoofd-niveau bestandsmap waar Mixxx moet in kijken voor instellingen. Standaardmap is: - + + Use legacy vu meter + Gebruik de bestaande vu meter + + + + Use legacy spinny + gebruik de bestaande spinny + + + + Loads experimental QML GUI instead of legacy QWidget skin + Laadt de experimentele QML GUI opv de normale QWidget skin + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Schakelt veilige Modus in. Schakelt OpenGL-golfvormen en draaiende vinylwidgets uit. Probeer deze optie als Mixxx crasht bij het opstarten. - + [auto|always|never] Use colors on the console output. [auto|altijd|nooit] Gebruik kleuren op de console-uitvoer. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -773,17 +802,17 @@ debug - Boven + Debug/Ontwikkelaarsberichten traceren - Boven + Profileringsberichten - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Stelt het logging-niveau voor de log-buffer waarop de buffer naar de Mixxx-logs wordt gestuurd. <level> is één van de waarden gedefinieerd op het --log-niveau bovenaan. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Breekt (SIGINT) Mixxx, als een DEBUG_ASSERT evalueert naar false. Onder een debugger kunt u daarna verdergaan. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Laad het/de opgegeven muziekbestand(en) bij het opstarten. Elk bestand dat u opgeeft, wordt in het volgende virtuele deck geladen. @@ -843,32 +872,32 @@ traceren - Boven + Profileringsberichten ControlModel - + Group Groep - + Item Item - + Value Waarde - + Parameter Parameter - + Title Titel - + Description Omschrijving @@ -965,13 +994,13 @@ traceren - Boven + Profileringsberichten - + Set to full volume Zet het volume maximaal - + Set to zero volume Zet volume op nul @@ -996,13 +1025,13 @@ traceren - Boven + Profileringsberichten Reverse roll (Censor) knop - + Headphone listen button Hoofdtelefoon luister-knop - + Mute button Demp-knop @@ -1013,25 +1042,25 @@ traceren - Boven + Profileringsberichten - + Mix orientation (e.g. left, right, center) Oriëntatie van de mix (bvb links, rechts, midden) - + Set mix orientation to left Stel de Mix-Oriëntatie in naar links - + Set mix orientation to center Stel de Mix-Oriëntatie in naar het midden - + Set mix orientation to right Stel de Mix-Oriëntatie in naar rechts @@ -1071,22 +1100,22 @@ traceren - Boven + Profileringsberichten BPM tik knop - + Toggle quantize mode Quantize Modus Aan/Uit-Schakelaar - + One-time beat sync (tempo only) Eenmalige beat-synchronisatie (alleen tempo) - + One-time beat sync (phase only) Eenmalige beat-synchronisatie (alleen fase) - + Toggle keylock mode Toonaard (Key)-vergrendeling Aan/Uit-Schakelaar @@ -1096,193 +1125,193 @@ traceren - Boven + Profileringsberichten Equalizers - + Vinyl Control Vinyl Besturing - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Vinylbestuuring Cue-Modus Schakelaar (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Vinylbesturing Cue-Modus Schakelaar (ABS/REL/CONST) - + Pass through external audio into the internal mixer Laat externe audio door naar de interne mixer - + Cues Cues - + Cue button Cue knop - + Set cue point Stel het Cue-pint in - + Go to cue point Ga naar het Cue-Punt - + Go to cue point and play Spring naar het Cue-Punt en speel af - + Go to cue point and stop Spring naar het Cue-Punt en stop - + Preview from cue point Voorbeluistering vanaf het Cue-Punt - + Cue button (CDJ mode) Cue knop (CDJ Modus) - + Stutter cue Stotter Cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Instellen, voorbeluisteren van of spring naar Hotcue %1 - + Clear hotcue %1 Wis Hotcue %1 - + Set hotcue %1 Stel Hotcue %1 in - + Jump to hotcue %1 Spring naar Hotcue %1 - + Jump to hotcue %1 and stop Spring naar Hotcue %1 en stop - + Jump to hotcue %1 and play Spring naar Hotcue %1 en speel af - + Preview from hotcue %1 Voorbeluisteren vanaf Hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping (herhaallussen) - + Loop In button Loop In-knop - + Loop Out button Loop Out-knop - + Loop Exit button Loop Exit-knop - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Verplaats loop %1 beats vooruit - + Move loop backward by %1 beats Verplaats loop %1 beats achteruit - + Create %1-beat loop Maak %1-beat loop - + Create temporary %1-beat loop roll Maak tijdelijke %1-beat loop roll @@ -1398,20 +1427,20 @@ traceren - Boven + Profileringsberichten - - + + Volume Fader Volume Fader - + Full Volume Maximaal Volume - + Zero Volume Geen Volume @@ -1427,7 +1456,7 @@ traceren - Boven + Profileringsberichten - + Mute Dempen @@ -1438,7 +1467,7 @@ traceren - Boven + Profileringsberichten - + Headphone Listen Hoofdtelefoon Luisteren @@ -1459,25 +1488,25 @@ traceren - Boven + Profileringsberichten - + Orientation Positionering - + Orient Left Positionering Links - + Orient Center Positionering Midden - + Orient Right Positionering Rechts @@ -1547,82 +1576,82 @@ traceren - Boven + Profileringsberichten Stel de beatgrid bij naar rechts - + Adjust Beatgrid Stel Beatgrid bij - + Align beatgrid to current position Lijn beatgrid uit met huidige positie - + Adjust Beatgrid - Match Alignment Stel Beatgrid bij - Huidige Uitlijning - + Adjust beatgrid to match another playing deck. Stel de beatgrid bij met een ander spelend deck. - + Quantize Mode Quantize Modus - + Sync Synchroniseer - + Beat Sync One-Shot Eenmalige beat-synchronisatie - + Sync Tempo One-Shot Eenmalige tempo-synchronisatie - + Sync Phase One-Shot Eenmalige fase-synchronisatie - + Pitch control (does not affect tempo), center is original pitch Toonhoogte (Pitch) besturing (heeft geen invloed op tempo), midden is de originele Toonhoogte (Pitch) - + Pitch Adjust Toonhoogte (Pitch) Bijregelen - + Adjust pitch from speed slider pitch Stel Toonhoogte (Pitch) bij van pitch schuifregelaar - + Match musical key Muziekale toonaaard overeenstemmen - + Match Key Toonaard (Key) overeenstemmen - + Reset Key Toonaard (Key) resetten - + Resets key to original Toonaard (Key) resetten naar origineel @@ -1663,456 +1692,456 @@ traceren - Boven + Profileringsberichten Lage EQ - + Toggle Vinyl Control Vinyl Bediening Schakelaar - + Toggle Vinyl Control (ON/OFF) Vinyl Bediening AAN/UIT-Schakelaar - + Vinyl Control Mode Vinyl Bediening Modus - + Vinyl Control Cueing Mode Vinyl Bediening Cueing Modus - + Vinyl Control Passthrough Vinyl Bediening Directe Doorvoer - + Vinyl Control Next Deck Vinyl Bediening Volgend deck - + Single deck mode - Switch vinyl control to next deck Enkelvoudige deck Modus - Wissel Vinyl Bediening naar het volgend deck - + Cue Cue - + Set Cue Cue instellen - + Go-To Cue Spring Naar Cue - + Go-To Cue And Play Spring naar Cue en Speel - + Go-To Cue And Stop Spring naar Cue en Stop - + Preview Cue Cue voorbeluisteren - + Cue (CDJ Mode) Cue (CDJ Modus) - + Stutter Cue Stotter Cue - + Go to cue point and play after release Spring naar het Cue punt en speel na het loslaten - + Clear Hotcue %1 Wis Hotcue %1 - + Set Hotcue %1 Stel Hotcue %1 in - + Jump To Hotcue %1 Spring naar Hotcue %1 - + Jump To Hotcue %1 And Stop Spring naar Hotcue %1 en Stop - + Jump To Hotcue %1 And Play Spring naar Hotcue %1 en Speel - + Preview Hotcue %1 Hotcue %1 voorbeluisteren - + Loop In Loop In - + Loop Out Loop Out - + Loop Exit Verlaat Loop - + Reloop/Exit Loop Reloop/Verlaat Loop - + Loop Halve Halve Loop - + Loop Double Dubbele Loop - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Verplaats Loop +%1 Beats - + Move Loop -%1 Beats Verplaats Loop -%1 Beats - + Loop %1 Beats Loop %1 Beats - + Loop Roll %1 Beats Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Toevoegen aan Auto-DJ Wachtrij (onderaan) - + Append the selected track to the Auto DJ Queue Voeg de geselecteerde Track toe aan de Auto-DJ wachtrij - + Add to Auto DJ Queue (top) Toevoegen aan Auto-DJ Wachtrij (bovenaan) - + Prepend selected track to the Auto DJ Queue Voeg de geselecterde Track vooraan toe in de Auto-DJ wachtrij - + Load Track Track Laden - + Load selected track Geselecteerde Track laden - + Load selected track and play Laad geselecteerde Track en speel af - - + + Record Mix Mix Opnemen - + Toggle mix recording Opname Mix Schakelaar - + Effects Effecten - + Quick Effects Snelle Effecten - + Deck %1 Quick Effect Super Knob Deck %1 Snelle Effecten Superknop - + Quick Effect Super Knob (control linked effect parameters) Snelle Effecten Superknop (bedien gekoppelde Effect-parameters) - - + + Quick Effect Snel Effect - + Clear Unit Wis Eenheid - + Clear effect unit Wis Effecten eenheid - + Toggle Unit Eenheid Aan/Uit-Schakelaar - + Dry/Wet Droog/Nat - + Adjust the balance between the original (dry) and processed (wet) signal. Pas de balans tussen het originele (droge) en verwerkte (natte) signaal aan. - + Super Knob Superknop - + Next Chain Volgende Schakel - + Assign Toewijzen - + Clear Wissen - + Clear the current effect Wis het huidige Effect - + Toggle Aan/Uit-Schakelaar - + Toggle the current effect Huidig Effect Aan/Uit-Schakelaar - + Next Volgende - + Switch to next effect Spring naar het volgende Effect - + Previous Vorige - + Switch to the previous effect Spring naar het vorige Effect - + Next or Previous Volgende of Vorige - + Switch to either next or previous effect Spring naar het volgende of vorige Effect - - + + Parameter Value Parameter Waarde - - + + Microphone Ducking Strength Microfoon Onderdrukkingssterkte - + Microphone Ducking Mode Microfoon Onderdrukkingsmodus - + Gain Versterken - + Gain knob Versterk-knop - + Shuffle the content of the Auto DJ queue Schudden van de Auto-DJ-wachtrij - + Skip the next track in the Auto DJ queue Sla het volgende nummer in de Auto-DJ-wachtrij over - + Auto DJ Toggle Auto-DJ Aan/Uit-Schakelaar - + Toggle Auto DJ On/Off Auto-DJ Aan/Uit-Schakelaar - + Microphone & Auxiliary Show/Hide Toon/Verberg Microfoon & Aux - + Show/hide the microphone & auxiliary section Toon/Verberg de microfoon & AUX sectie - + 4 Effect Units Show/Hide Toon/Verberg 4 Effect Units - + Switches between showing 2 and 4 effect units Schakelen tussen 2 en 4 Effect units tonen. - + Mixer Show/Hide Toon/Verberg mengpaneel - + Show or hide the mixer. Toon of Verberg de mixer. - + Cover Art Show/Hide (Library) Toon/Verberg Cover Art (Bibliotheek) - + Show/hide cover art in the library Toon/Verberg Cover Art in de Bibliotheek - + Library Maximize/Restore Bibliotheek Maximaliseren/Herstellen - + Maximize the track library to take up all the available screen space. Maximaliseer de Track-Bibliotheek om al de beschikbare schermruimte te benutten. - + Effect Rack Show/Hide Toon/Verberg het Effecten rack - + Show/hide the effect rack Toon/Verberg het Effecten rack - + Waveform Zoom Out Waveform Uitzoomen @@ -2127,102 +2156,102 @@ traceren - Boven + Profileringsberichten Hoofdtelefoon versterking - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Tik om het Tempo te synchroniseren (fase wordt met quantize ingeschakeld), ingedrukt houden om permanente synchronisatie in te schakelen - + One-time beat sync tempo (and phase with quantize enabled) Eenmalig beat-synchronisatie Tempo (fase wordt met quantize ingeschakeld) - + Playback Speed Afspeel Snelheid - + Playback speed control (Vinyl "Pitch" slider) Bediening Afspeel Snelheid (Vinyl "Toonhoogte (Pitch)" regelaar) - + Pitch (Musical key) Toonhoogte (Pitch) - + Increase Speed Versnellen - + Adjust speed faster (coarse) Snelheid Aanpassen - Versnellen (grof) - + Increase Speed (Fine) Versnellen (Fijn) - + Adjust speed faster (fine) Snelheid Aanpassen - Versnellen (fijn) - + Decrease Speed Vertragen - + Adjust speed slower (coarse) Snelheid Aanpassen - Vertragen (grof) - + Adjust speed slower (fine) Snelheid Aanpassen - Vertragen (fijn) - + Temporarily Increase Speed Tijdelijk Versnellen - + Temporarily increase speed (coarse) Tijdelijk Versnellen (grof) - + Temporarily Increase Speed (Fine) Tijdelijk Versnellen (Fijn) - + Temporarily increase speed (fine) Tijdelijk Versnellen (fijn) - + Temporarily Decrease Speed Tijdelijk Vertragen - + Temporarily decrease speed (coarse) Tijdelijk Vertragen (grof) - + Temporarily Decrease Speed (Fine) Tijdelijk Vertragen (Fijn) - + Temporarily decrease speed (fine) Tijdelijk Vertragen (fijn) @@ -2294,942 +2323,952 @@ traceren - Boven + Profileringsberichten BPM / Beatgrid - + + Move Beatgrid + Beat-raster verplaatsen + + + + Adjust the beatgrid to the left or right + Pas het Beat-raster aan naar links of rechts + + + Sync / Sync Lock Sync / Sync Lock - + Internal Sync Leader Interne synchronisatie geleider - + Toggle Internal Sync Leader Interne Synchronisatie geleider Aan/Uit-Schakelaar - - + + Internal Leader BPM Interne BPM geleider - + Internal Leader BPM +1 Interne BPM geleider +1 - + Increase internal Leader BPM by 1 Verhoog interne BPM geleider met 1 - + Internal Leader BPM -1 Interne BPM geleider -1 - + Decrease internal Leader BPM by 1 Verlaag interne BPM geleider met 1 - + Internal Leader BPM +0.1 Interne BPM geleider +0.1 - + Increase internal Leader BPM by 0.1 Verhoog interne BPM geleider met 0.1 - + Internal Leader BPM -0.1 Interne BPM geleider -0.1 - + Decrease internal Leader BPM by 0.1 Verlaag interne BPM geleider met 0.1 - + Sync Leader Synchronisatie geleider - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Sync mode 3-standen Schakelaar/Aanwijzer (Uit, Zachte geleider, Uitdrukkelijke geleider) - + Speed Snelheid - + Decrease Speed (Fine) Snelheid Aanpassen - Vertragen (Fijn) - + Pitch (Musical Key) Toonhoogte (Pitch) aanpassen - + Increase Pitch Toonhoogte (Pitch) aanpassen - Verhoog toon - + Increases the pitch by one semitone Verhoogt de Toonhoogte (Pitch) met een halve toon - + Increase Pitch (Fine) Toonhoogte (Pitch) aanpassen - Verhoog Toonhoogte (Fijn) - + Increases the pitch by 10 cents Verhoogt de Toonhoogte (Pitch) met 10 cent. - + Decrease Pitch Toonhoogte (Pitch) aanpassen - Verlaag toon - + Decreases the pitch by one semitone Verlaagt de Toonhoogte (Pitch) met een halve toon. - + Decrease Pitch (Fine) Toonhoogte (Pitch) aanpassen - Verlaag Toonhoogte (Fijn) - + Decreases the pitch by 10 cents Verlaagt de Toonhoogte (Pitch) met 10 cent. - + Keylock Keylock - + CUP (Cue + Play) CUP (Cue + Afspelen) - + Shift cue points earlier Verschuift Cue-Punten achteruit - + Shift cue points 10 milliseconds earlier Verschuif cue points 10 milliseconden achteruit - + Shift cue points earlier (fine) Verschuift cue points achteruit (Fijn) - + Shift cue points 1 millisecond earlier Verschuift cue points 1 milliseconde achteruit - + Shift cue points later Verschuift cue points vooruit - + Shift cue points 10 milliseconds later Verschuift cue points 10 milliseconden vooruit - + Shift cue points later (fine) Verschuift cue points achteruit (fijn) - + Shift cue points 1 millisecond later Verschuift cue points 1 milliseconde vooruit - + Hotcues %1-%2 Hotcues %1-%2 - + Intro / Outro Markers Intro / Outro Markeerpunten - + Intro Start Marker Intro-Begin Markeerpunt - + Intro End Marker Intro-Einde Markering - + Outro Start Marker Outro-Begin Markering - + Outro End Marker Outro-Einde Markering - + intro start marker Intro-Begin Markering - + intro end marker Intro-Einde Markering - + outro start marker Outro-Begin Markering - + outro end marker Outro-Einde Markering - + Activate %1 [intro/outro marker Activeer %1 - + Jump to or set the %1 [intro/outro marker Springen naar of instellen van de %1 - + Set %1 [intro/outro marker Stel %1 in - + Set or jump to the %1 [intro/outro marker Instellen van of springen naar de %1 - + Clear %1 [intro/outro marker Wis %1 - + Clear the %1 [intro/outro marker Wis de %1 - + Loop Selected Beats Loop Geselecteerde Beats - + Create a beat loop of selected beat size Maak een beat loop van de geselecteerde beatgrootte - + Loop Roll Selected Beats Loop Roll van geselecteerde beats - + Create a rolling beat loop of selected beat size Maak een rollende beat loop van de geselecteerde beatgrootte - + Loop Beats Loop Beats - + Loop Roll Beats Loop Roll Beats - + Go To Loop In Spring naar Loop-In - + Go to Loop In button Ga naar Loop-In knop - + Go To Loop Out Spring naar Loop-Uit - + Go to Loop Out button Ga Naar Loop-Uit knop - + Toggle loop on/off and jump to Loop In point if loop is behind play position Aan/Uit-Schakelaar van de Loop en spring naar het Loop-In punt als de Loop zich achter de afspeelpositie bevindt - + Reloop And Stop Reloop En Stop - + Enable loop, jump to Loop In point, and stop Schakel de Loop in, spring naar Loop-In punt en stop - + Halve the loop length Halveer de lengte van de Loop - + Double the loop length Verdubbel de lengte van de Loop - + Beat Jump / Loop Move Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats Spring / Verplaats Loop vooruit met %1 Beats - + Jump / Move Loop Backward %1 Beats Spring / Verplaats Loop achteruit met %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Spring vooruit met %1 beats, of als een loop is ingeschakeld, verplaats de loop naar voren met %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Spring achteruit met %1 beats, of als een loop is ingeschakeld, verplaats de loop achteruit %1 beats - + Beat Jump / Loop Move Forward Selected Beats Beat Jump / Verplaats Geselecteerde Loop Beats Vooruit - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Spring vooruit met het aantal geselecteerde beats, of als een Loop is ingeschakeld, verplaats de Loop naar voren met het aantal geselecteerde beats - + Beat Jump / Loop Move Backward Selected Beats Beat Jump / Verplaats Geselecteerde Loop Beats Achteruit - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Spring achteruit met het aantal geselecteerde beats, of als een loop is ingeschakeld, verplaats de loop achteruit met het aantal geselecteerde beats - + Beat Jump / Loop Move Forward Beat Jump / Verplaats Loop vooruit - + Beat Jump / Loop Move Backward Beat Jump / Verplaats Loop achteruit - + Loop Move Forward Verplaats Loop vooruit - + Loop Move Backward Verplaats Loop achteruit - + Remove Temporary Loop Verwijder de tijdelijke Loop - + Remove the temporary loop Verwijder de tijdelijke loop - + Navigation Navigatie - + Move up Beweeg Omhoog - + Equivalent to pressing the UP key on the keyboard Vergelijkbaar met het indrukken van de Up-toets op het toetsenbord - + Move down Beweeg Omlaag - + Equivalent to pressing the DOWN key on the keyboard Vergelijkbaar met het indrukken van de DOWN-toets op het toetsenbord - + Move up/down Beweeg Omhoog/Omlaag - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Beweeg Verticaal in beide richtingen met een knop, alsof u de toetsen OMHOOG / OMLAAG indrukt - + Scroll Up Scroll Omhoog - + Equivalent to pressing the PAGE UP key on the keyboard Vergelijkbaar met het indrukken van de PAGE UP-toets op het toetsenbord - + Scroll Down Scroll Omlaag - + Equivalent to pressing the PAGE DOWN key on the keyboard Vergelijkbaar met het indrukken van de PAGE DOWN-toets op het toetsenbord - + Scroll up/down Scroll Omhoog/Omlaag - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Beweeg verticaal in beide richtingen met een knop, alsof u de toetsen PGUP/PGDOWN indrukt - + Move left Beweeg naar links - + Equivalent to pressing the LEFT key on the keyboard Vergelijkbaar met het indrukken van de LINKS-toets op het toetsenbord - + Move right Beweeg naar rechts - + Equivalent to pressing the RIGHT key on the keyboard Vergelijkbaar met het indrukken van de RECHTS-toets op het toetsenbord - + Move left/right Beweeg Links/Rechts - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Beweeg horizontaal in beide richtingen met een knop, alsof u de toetsen LINKS/RECHTS indrukt - + Move focus to right pane Verplaats de focus naar het rechter deelvenster - + Equivalent to pressing the TAB key on the keyboard Vergelijkbaar met het indrukken van de TAB-toets op het toetsenbord. - + Move focus to left pane Verplaats de focus naar het linker deelvenster. - + Equivalent to pressing the SHIFT+TAB key on the keyboard Vergelijkbaar met het indrukken van de SHIFT+TAB toetsen op het toetsenbord - + Move focus to right/left pane Verplaats de focus naar het rechter/linker deelvenster - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Verplaats de focus één deelvenster naar rechts of links met een knop, alsof u op de TAB/SHIFT+TAB-toetsen drukt - + Sort focused column Sorteer de geselecteerde kolom - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Sorteer de kolom van de geselecteerde cel, evenwaardig aan klikken op de titel - + Go to the currently selected item Ga naar het huidig geselecteerde item - + Choose the currently selected item and advance forward one pane if appropriate Kies het momenteel geselecteerde item en ga indien nodig één venstergedeelte vooruit - + Load Track and Play Track Laden en Afspelen - + Add to Auto DJ Queue (replace) Toevoegen aan de Auto-DJ wachtrij (vervangen) - + Replace Auto DJ Queue with selected tracks Vervang de Auto-DJ wachtrij met de geselecteerde Tracks - + Select next search history Selecteer de volgende zoekgeschiedenis - + Selects the next search history entry Selecteert het volgende item in de zoekgeschiedenis - + Select previous search history Selecteer vorige zoekgeschiedenis - + Selects the previous search history entry Selecteert het vorige item in de zoekgeschiedenis - + Move selected search entry Verplaats het geselecteerde zoekitem - + Moves the selected search history item into given direction and steps Verplaatst het geselecteerde zoekhistorie-item in de opgegeven richting en stappen - + Clear search Zoektermen verwijderen - + Clears the search query Verwijdert de zoektermen - + Deck %1 Quick Effect Enable Button Deck %1 Snel Effect Inschakelknop - + Quick Effect Enable Button Snel Effect Inschakelknop - + Enable or disable effect processing Effectverwerking in- of uitschakelen - + Super Knob (control effects' Meta Knobs) Super Knop (heeft controle over de Meta Knoppen Effecten) - + Mix Mode Toggle Mix Modus Schakelaar - + Toggle effect unit between D/W and D+W modes Effecteenheid Schakelaar tussen de modi D/W en D+W - + Next chain preset Volgende Keten-voorkeuze - + Previous Chain Vorige Keten - + Previous chain preset Vorige Keten-voorkeuze - + Next/Previous Chain Volgende/Vorige Keten - + Next or previous chain preset Volgende of vorige Keten-voorkeuze - - + + Show Effect Parameters Toon Effect Parameters - + Effect Unit Assignment Toewijzing Effect Eenheid - + Meta Knob Meta Knop - + Effect Meta Knob (control linked effect parameters) Effect Meta Knop (controleert gelinkte Effect parameters) - + Meta Knob Mode Meta Knop Modus - + Set how linked effect parameters change when turning the Meta Knob. Stel in hoe gekoppelde Effectparameters veranderen bij het draaien van de Meta Knop. - + Meta Knob Mode Invert Meta Knop Modus Omkering - + Invert how linked effect parameters change when turning the Meta Knob. Keer om hoe gekoppelde Effectparameters veranderen wanneer u aan de Meta-knop draait. - - + + Button Parameter Value Knop Parameterwaarde - + Microphone / Auxiliary Microfoon / Aux - + Microphone On/Off Microfoon Aan/Uit - + Microphone on/off Microfoon Aan/Uit - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Micropfoon OnderdrukkingsModus Schakelaar UIT/AUTO/MANUEEL - + Auxiliary On/Off AUX Aan/Uit - + Auxiliary on/off AUX Aan/Uit - + Auto DJ Auto-DJ - + Auto DJ Shuffle Auto-DJ Schudden - + Auto DJ Skip Next Auto-DJ Volgende Overslaan - + Auto DJ Add Random Track Auto-DJ Willekeurige Track toevoegen - + Add a random track to the Auto DJ queue Voeg een Willekeurige Track toe aan de Auto-DJ wachtrij - + Auto DJ Fade To Next Auto-DJ naar Volgende Track Faden - + Trigger the transition to the next track Activeer de overgang naar het volgende nummer - + User Interface Gebruikers interface - + Samplers Show/Hide Samplers Toon/Verberg - + Show/hide the sampler section Toon/Verberg Sampler sectie - + Waveform Zoom Reset To Default De waveform grootte terug naar standaard zetten - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms De waveform grootte terug naar standaard zetten Selecteer in Opties -> Waveform - + Start/Stop Live Broadcasting Start/Stop Live Uitzenden - + Stream your mix over the Internet. Stream je mix over het Internet. - + Start/stop recording your mix. Start/stop opname van uw Mix. - - + + Samplers Samplers - + Vinyl Control Show/Hide Vinyl Controle Toon/Verberg - + Show/hide the vinyl control section Toon/Verberg de vinyl controle sectie - + Preview Deck Show/Hide Deck Voorbeluisteren Toon/Verberg - + Show/hide the preview deck Toon/Verberg het Deck Voorbeluisteren - + Toggle 4 Decks 4 Decks Schakelaar - + Switches between showing 2 decks and 4 decks. Schakelt tussen weergave van 2 en 4 decks. - + Cover Art Show/Hide (Decks) Cover Art in Decks Toon/Verberg - + Show/hide cover art in the main decks Toon/Verberg Cover Art in de hoofddecks - + Vinyl Spinner Show/Hide Vinyl Spinner Toon/Verberg - + Show/hide spinning vinyl widget Toon/Verberg de Spinning Vinyl Widget - + Vinyl Spinners Show/Hide (All Decks) Vinyl Spinners (Alle Decks) Toon/Verberg - + Show/Hide all spinnies Toon/Verberg alle Spinnies - + Toggle Waveforms Waveforms Schakelaar - + Show/hide the scrolling waveforms. Toon/verberg de scrollende Waveforms - + Waveform zoom Waveform Zoom - + Waveform Zoom Waveform Zoom - + Zoom waveform in Waveform Inzoomen - + Waveform Zoom In Waveform Inzoomen - + Zoom waveform out Waveform Uitzoomen - + Star Rating Up Sterwaardering Verhogen - + Increase the track rating by one star Verhoog de Trackwaardering met één ster - + Star Rating Down Sterwaardering Verlagen - + Decrease the track rating by one star Verlaag de Trackwaardering met één ster @@ -3598,37 +3637,37 @@ traceren - Boven + Profileringsberichten DlgAbout - + Mixxx %1.%2 Development Team Mixxx %1.%2 Development Team - + With contributions from: Met bijdragen van: - + And special thanks to: En speciale dank aan: - + Past Developers Eerdere Ontwikkelaars - + Past Contributors Eerdere Medewerkers - + Official Website Officiële Website - + Donate Donaties @@ -3641,34 +3680,40 @@ traceren - Boven + Profileringsberichten Over Mixxx - - + + + Unknown Onbekend - + Date: Datum: - + Git Version: Git Versie: - + + Qt Version: + QT Versie: + + + Platform: Platform: - + Credits Dankwoord - + License Licentie @@ -3911,7 +3956,7 @@ laatste geluid. Uitschakelen - + Displays the duration and number of selected tracks. Geeft de duur en het aantal geselecteerde Tracks weer. @@ -4169,7 +4214,7 @@ Dit resulteert vaak in Beat-Grids van hogere kwaliteit, maar zal het niet goed d Aan Het Leren: %1. Verplaats nu een besturingselement op uw controller. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4402,123 +4447,123 @@ U probeerde aan te leren: %1, %2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Automatisch - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Actie mislukt - + You can't create more than %1 source connections. U kunt niet meer dan %1 bronverbindingen maken. - + Source connection %1 Bronverbinding %1 - + At least one source connection is required. Er is ten minste één bronverbinding vereist. - + Are you sure you want to disconnect every active source connection? Weet u zeker dat u elke actieve bronverbinding wilt verbreken? - - + + Confirmation required Bevestiging benodigd - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' heeft hetzelfde Icecast mountpoint als '%2'. Twee bronverbindingen met dezelfde server die hetzelfde mountpoint hebben, kunnen niet tegelijkertijd worden ingeschakeld. - + Are you sure you want to delete '%1'? Weet u zeker dat u '%1' wilt verwijderen? - + Renaming '%1' Hernoemen '%1' - + New name for '%1': Nieuwe naam voor '%1': - + Can't rename '%1' to '%2': name already in use Kan de naam van '%1' niet hernoemen naar '%2': naam is al in gebruik @@ -5091,22 +5136,22 @@ Instellingen toepassen en doorgaan? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx gebruikt "Mappings (toewijzingen)" om berichten van uw controller te verbinden met besturingselementen in Mixxx. Als u geen afbeelding voor uw controller ziet in het menu "Laad Mapping" wanneer u op uw controller in de linkerzijbalk klikt, kunt u er mogelijk een online downloaden van de %1. Plaats het XML- (.xml) en Javascript (.js) bestand (en) in de "Gebruikerstoewijzingen Folder" en start Mixxx opnieuw. Als u een toewijzing in een ZIP-bestand downloadt, extraheert u het XML- en Javascript-bestand (en) uit het ZIP-bestand naar uw "Gebruikerstoewijzing Folder" en start u Mixxx opnieuw. - + Mixxx DJ Hardware Guide Mixxx DJ Hardware Gids - + MIDI Mapping File Format MIDI Mapping Bestandsformaat - + MIDI Scripting with Javascript MIDI Scripting met Javascript @@ -5216,6 +5261,11 @@ Instellingen toepassen en doorgaan? Screen saver Scherm beveiliging + + + Multi-Sampling + + Start in full-screen mode @@ -5815,39 +5865,64 @@ U kunt de Tracks ten allen tijde op het scherm slepen en neerzetten om een deck DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. De minimale grootte van de geselecteerde skin is groter dan uw schermresolutie. - + Allow screensaver to run Toestaan dat Schermbeveiliging wordt uitgevoerd. - + Prevent screensaver from running Voorkom dat Schermbeveiliging wordt uitgevoerd - + Prevent screensaver while playing Voorkom Schermbeveiliging tijdens afspelen - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Deze skin ondersteunt geen kleurenschema's - + Information Informatie - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx moet worden herstart alvorens de nieuwe plaats- of schaal-instellingen effect hebben. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6072,52 +6147,52 @@ and allows you to pitch adjust them for harmonic mixing. Scan - + Item is not a directory or directory is missing - + Choose a music directory Kies een muziek folder - + Confirm Directory Removal Bevestig het verwijderen van de map - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx zal deze map niet langer observeren voor nieuwe Tracks. Wat wil je doen met de Tracks in deze map en submappen?<ul><li>Verberg alle Tracks uit deze map en submappen. </li><li>Verwijder permanent alle metadata van deze Tracks uit Mixxx.</li><li>Laat de Tracks ongemoeid in je Bibliotheek.</li></ul>Tracks verbergen zal wel de metadata blijven bewaren mocht je ze in de toekomst opnieuw willen toevoegen. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata betekent alle Trackdetails (Artiest, Titel, Afspeelteller, etc.) evenals Beatgrids, Hotcues en Loops. Deze keuze heeft alleen betrekking op de Mixxx-Bibliotheek. Er worden geen bestanden op schijf gewijzigd of verwijderd. - + Hide Tracks Verberg Tracks - + Delete Track Metadata Verwijder Metadata - + Leave Tracks Unchanged Laat Tracks ongewijzigd - + Relink music directory to new location Koppel de muziekmap opnieuw aan een nieuwe locatie - + Select Library Font Selecteer Bibliotheeklettertype @@ -6979,138 +7054,138 @@ Het DoelVolume is bij benadering en veronderstelt dat Track PreGain en Hoofd Out DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Standaard (lange vertraging) - + Experimental (no delay) Experimenteel (geen vertraging) - + Disabled (short delay) Uitgeschakeld (korte vertraging) - + Soundcard Clock Geluidskaart Klok - + Network Clock Netwerk Klok - + Direct monitor (recording and broadcasting only) Directe monitor (enkel opnemen en uitzenden) - + Disabled Uitgeschakeld - + Enabled Ingeschakeld - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. Om Realtime scheduling in te schakelen (momenteel uitgeschakeld), zie de %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. De %1 bevat een lijst met geluidskaarten en controllers die u kunt overwegen voor het gebruik met Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ Hardware Gids - + auto (<= 1024 frames/period) auto (<= 1024 frames/periode) - + 2048 frames/period 2048 frames/periode - + 4096 frames/period 4096 frames/periode - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Microfooningangen zijn niet synchroon met het opname- en uitzendsignaal in vergelijking met wat je hoort. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Meet de Round Trip Latency en voer het hierboven in voor Microphone Latency Compensation om de microfoon timing uit te lijnen. - - + + Refer to the Mixxx User Manual for details. Raadpleeg de Mixxx-gebruikershandleiding voor meer informatie. - + Configured latency has changed. De geconfigureerde latency is gewijzigd. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Meet opnieuw de Round Trip Latency en voer het hierboven in voor Microphone Latency Compensation om de microfoon timing uit te lijnen. - + Realtime scheduling is enabled. Realtime scheduling is ingeschakeld. - + Main output only Alleen HoofdUitgang - + Main and booth outputs Hoofd en Booth uitgangen - + %1 ms %1 ms - + Configuration error Configuratiefout @@ -7598,122 +7673,122 @@ Kies uit verschillende soorten weergaven voor de waveform, die voornamelijk vers DlgPreferences - + Sound Hardware Geluidshardware - + Controllers Controllers - + Library Bibliotheek - + Interface Omgeving - + Waveforms Waveforms - + Mixer Mixer - + Auto DJ Auto-DJ - + Decks Decks - + Colors Kleuren - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Help - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Herstel standaardinstellingen - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Pas toe - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Annuleer - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Effecten - + Recording Opname - + Beat Detection Beat detectie - + Key Detection Key detectie - + Normalization Normalisatie - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>Sommige voorkeurenpagina's bevatten fouten. Los eerst de problemen op om de wijzigingen toe te passen.</b></font> - + Vinyl Control Vinyl Besturing - + Live Broadcasting Live uitzenden - + Modplug Decoder Modplug Decoder @@ -7888,7 +7963,7 @@ Kies uit verschillende soorten weergaven voor de waveform, die voornamelijk vers Album Artiest - + Fetching track data from the MusicBrainz database Trackgegevens ophalen uit de MusicBrainz-database @@ -7965,72 +8040,72 @@ Kies uit verschillende soorten weergaven voor de waveform, die voornamelijk vers &Sluit - + Original tags Originele tags - + Metadata applied Metadata toegepast - + %1 %1 - + Could not find this track in the MusicBrainz database. Kon deze Track niet in de MusicBrainz-database vinden. - + Suggested tags Voorgestelde tags - + The results are ready to be applied De resultaten zijn klaar om toegepast te worden - + Can't connect to %1: %2 Kan niet verbinden met %1: %2 - + Looking for cover art Zoeken naar Cover Art - + Cover art found, receiving image. Cover Art gevonden, afbeelding aan het ontvangen. - + Cover Art is not available for selected metadata Cover Art is niet beschikbaar voor de geselecteerde metadata - + Metadata & Cover Art applied Metadata & Cover Art toegepast - + Selected cover art applied Geselecteerde Cover Art is toegepast. - + Cover Art File Already Exists Cover Art bestand bestaat reeds. - + File: %1 Folder: %2 Override existing file? @@ -8356,7 +8431,7 @@ Dit resulteert vaak in Beat-Grids van hogere kwaliteit, maar zal het niet goed d &Annuleer - + (no color) (geen kleur) @@ -8566,27 +8641,27 @@ Dit resulteert vaak in Beat-Grids van hogere kwaliteit, maar zal het niet goed d EngineBuffer - + Soundtouch (faster) Soundtouch (sneller) - + Rubberband (better) Rubberband (beter) - + Rubberband R3 (near-hi-fi quality) Rubberband R3 (bijna hi-fi kwaliteit) - + Unknown, using Rubberband (better) Onbekend, Rubberband gebruiken (beter) - + Unknown, using Soundtouch Onbekend, Soundtouch gebruiken @@ -8809,15 +8884,15 @@ Dit resulteert vaak in Beat-Grids van hogere kwaliteit, maar zal het niet goed d LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Veilige Modus ingeschakeld - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8829,57 +8904,57 @@ Shown when VuMeter can not be displayed. Please keep ondersteuning. - + activate Activeer - + toggle Schakelaar - + right rechts - + left links - + right small rechts klein - + left small links klein - + up omhoog - + down omlaag - + up small omhoog klein - + down small omlaag klein - + Shortcut Snelkoppeling @@ -8965,32 +9040,32 @@ Wil je het echt overschrijven? MidiController - + MIDI Controller MIDI Controller - + MixxxControl(s) not found MixxxControls niet gevonden - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Een of meer MixxxControls die in de uitvoersectie van de geladen Mapping zijn gespecificeerd, waren ongeldig. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Zorg ervoor dat de MixxxControls in kwestie echt bestaan. Ga naar de handleiding voor een volledige lijst: - + Some LEDs or other feedback may not work correctly. Sommige LED's of andere feedback werken mogelijk niet correct. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Controleer of de MixxxControl-namen correct zijn gespeld in het koppelingsbestand (.xml) @@ -9066,185 +9141,185 @@ Wil je het echt overschrijven? MixxxMainWindow - + Sound Device Busy Geluisapparaat bezig - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Probeer opnieuw</b> na het afsluiten van de andere applicatie of het opnieuw aansluiten van een geluidsapparaat - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Configureer</b> opnieuw de Mixxx instellingen van het geluidsapparaat. - - + + Get <b>Help</b> from the Mixxx Wiki. <b>Hulp</b>zoeken in de Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Verlaat</b> Mixxx. - + Retry Probeer opnieuw - + skin skin - - + + Reconfigure Opnieuw configureren - + Help Help - - + + Exit Afsluiten - - + + Mixxx was unable to open all the configured sound devices. Mixxx kon niet alle geconfigureerde geluidsapparaten openen. - + Sound Device Error Fout met geluidsapparaat - + <b>Retry</b> after fixing an issue <b>Probeer opnieuw</b> na het oplossen van een probleem - + No Output Devices Geen uitvoerapparaten - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx is ingesteld zonder uitvoerapparaten voor geluid. Geluidsverwerking wordt uitgeschakeld zonder een geconfigureerd uitvoerapparaat. - + <b>Continue</b> without any outputs. <b>Ga door</b> zonder uitvoer. - + Continue Verdergaan - + Load track to Deck %1 Laad Track in deck %1 - + Deck %1 is currently playing a track. Deck %1 speelt momenteel een Track af. - + Are you sure you want to load a new track? Bent u zeker dat u een nieuwe Track wil laden? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Er is geen invoerapparaat geselecteerd voor deze vinylbesturing. Selecteer eerst een invoerapparaat in de voorkeuren voor geluidshardware. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Er is geen invoerapparaat geselecteerd voor dit Directe Doorvoerapparaat. Selecteer eerst een invoerapparaat in de voorkeuren voor geluidsapparatuur. - + There is no input device selected for this microphone. Do you want to select an input device? Er is geen invoerapparaat geselecteerd voor deze microfoon. Wilt u een invoerapparaat selecteren? - + There is no input device selected for this auxiliary. Do you want to select an input device? Er is geen invoerapparaat geselecteerd voor deze Auxiliary. Wilt u een invoerapparaat selecteren? - + Error in skin file Fout in Skin-bestand - + The selected skin cannot be loaded. De geselecteerde Skin kan niet worden geladen. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. OpenGL Directe weergave-herberekening is niet ingeschakeld op uw computer.<br><br> Dit betekent dat de weergave van de golfvormen erg<br><b> traag zal zijn en uw CPU zwaar kan belasten</b>. Werk uw <br> configuratie bij om OpenGL Directe weergave-herberekening mogelijk te maken of schakel<br>de waveform weergaven uit in de Mixxx-voorkeuren door "Leeg" te selecteren<br> als de waveform weergave in het gedeelte "Interface". - - - + + + Confirm Exit Afsluiten bevestigen - + A deck is currently playing. Exit Mixxx? Er is momenteel een deck actief. Mixxx afsluiten? - + A sampler is currently playing. Exit Mixxx? Er is momenteel een sampler actief. Mixxx afsluiten? - + The preferences window is still open. Het scherm "Voorkeuren" staat nog open. - + Discard any changes and exit Mixxx? Wijzigingen negeren en Mixxx afsluiten? @@ -9260,43 +9335,48 @@ Wilt u een invoerapparaat selecteren? PlaylistFeature - + Lock Vergrendel - - + + Playlists Afspeellijsten - + + Shuffle Playlist + Afspeellijst door elkaar schudden + + + Unlock Ontgrendel - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. Playlists zijn geordende lijsten met Tracks waarmee u uw DJ-sets kunt plannen. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. Het kan nodig zijn om enkele Tracks van uw voorbereide afspeellijst over te slaan of enkele andere Tracks toe te voegen om de energie van uw publiek op peil te houden. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Sommige DJ's maken afspeellijsten voordat ze live optreden, maar anderen bouwen ze liever on-the-fly tijdens hun optreden. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Wanneer u een afspeellijst gebruikt tijdens een live DJ-set, vergeet dan niet om goed op te letten hoe uw publiek reageert op de muziek die u hebt gekozen om te spelen. - + Create New Playlist Creëer nieuwe afspeellijst @@ -9364,7 +9444,7 @@ Wilt u nu in uw Bibliotheek scannen naar Cover Art? QObject - + Invalid Ongeldig @@ -9470,68 +9550,68 @@ Wilt u nu in uw Bibliotheek scannen naar Cover Art? 14-bit (MSB) - + Main Hoofd - + Booth Booth - + Headphones Hoofdtelefoon - + Left Bus Bus Links - + Center Bus Bus Centraal - + Right Bus Bus Rechts - + Invalid Bus Ongeldinge Bus - + Deck Deck - + Record/Broadcast Opnemen/Uitzenden - + Vinyl Control Vinyl Besturing - + Microphone Microfoon - + Auxiliary Auxiliary - - + + Unknown path type %1 Ongekend pad-type %1 @@ -9632,6 +9712,8 @@ Als u Mixxx geen toegang wilt verlenen, klikt u op Annuleren in de bestandkiezer + + Time Tijd @@ -9669,6 +9751,7 @@ Als u Mixxx geen toegang wilt verlenen, klikt u op Annuleren in de bestandkiezer + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9689,6 +9772,8 @@ Als u Mixxx geen toegang wilt verlenen, klikt u op Annuleren in de bestandkiezer + + Quantize @@ -9704,6 +9789,8 @@ Als u Mixxx geen toegang wilt verlenen, klikt u op Annuleren in de bestandkiezer + + @@ -10008,7 +10095,7 @@ Hogere waarden resulteren in minder vervagen van hoge frequenties. - + Gain for Low Filter Versterking voor lage filter @@ -10065,7 +10152,7 @@ Hogere waarden resulteren in minder vervagen van hoge frequenties. - + Gain for High Filter Versterking voor hoge filter @@ -10085,22 +10172,22 @@ Hogere waarden resulteren in minder vervagen van hoge frequenties. Om de hoge frequenties aan te passen, ga naar Instellingen -> Mixer. - + Graphic Equalizer Grafische Equalizer - + Graphic EQ Grafische EQ - + An 8-band graphic equalizer based on biquad filters Een 8-bands grafische equalizer op basis van biquad-filters - + Gain for Band Filter %1 Versterking voor Band filter %1 @@ -10185,8 +10272,8 @@ Hogere waarden resulteren in minder vervagen van hoge frequenties. - - + + Range Bereik @@ -10216,42 +10303,42 @@ Hogere waarden resulteren in minder vervagen van hoge frequenties. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10271,17 +10358,17 @@ Hogere waarden resulteren in minder vervagen van hoge frequenties. Een Bessel 8ste-order filterisolator met Lipshitz en Vanderkooy mix (perfecte bit eenheid, roll-off -48 dB/octaaf). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Een Linkwitz-Riley 8ste-order filterisolator (geoptimaliseerde crossover, constante faseverschuiving, roll-off -48 dB/octaaf). @@ -10697,18 +10784,18 @@ Volledig rechts: einde van de effectperiode - + encoder failure encoderfout - + Failed to apply the selected settings. Kan de geselecteerde instellingen niet toepassen. - + Deck %1 Deck %1 @@ -10748,53 +10835,53 @@ Volledig rechts: einde van de effectperiode Enkele bestandspaden in de afspeellijst bevatten speciale karakters. Deze bestandspaden zullen als absolute paden worden geëncodeerd. Selecteer aub het M3U8 formaat voor een betere export zonder gegevensverlies. - - + + Pitch Shift Toonhoogte (Pitch) Shift - + Raises or lowers the original pitch of a sound. Verhoogt en verlaagt de originele Toonhoogte (Pitch) van een geluid. - - + + Pitch Toonhoogte (Pitch) - + The pitch shift applied to the sound. De Toonhoogte (Pitch) wijziging werd toegepast op het geluid. - + The range of the Pitch knob (0 - 2 octaves). Het bereik van de Pitch-knop (0 - 2 Octaven). - - + + Semitones Halftonen - + Change the pitch in semitone steps instead of continuously. Wijzig de Toonhoogte (Pitch) in stappen van halve tonen ipv continu. - - + + Formant Resonante frequentie (Formant) - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Bewaar de resonante frequenties (formants) van de menselijke stem Track en van andere instrumebten. @@ -10843,10 +10930,31 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen De hoeveelheid versterking die toegepast wordt op het audio signaal. Op een hoger niveau zal het geluid meer worden vervormd (distored)r. - + Passthrough Directe Doorvoer + + + + Glitch + Glitch + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -11015,7 +11123,7 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11061,34 +11169,34 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Leest het volgende uit de Serato Music-directory en verwijderbare apparaten: - + Tracks Tracks - + Crates Kratten - + Check for Serato databases (refresh) Controleer op Serato-databases (vernieuwen) - + (loading) Serato (laden) Serato @@ -11096,64 +11204,64 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen SetlogFeature - + Join with previous (below) Voeg bij de vorige (hieronder) - + Mark all tracks played Markeer alle Tracks als afgespeeld - + Finish current and start new Huidige beëindigen en nieuw beginnen - + Lock all child playlists Vergrendel alle onderliggende playlists - + Unlock all child playlists Ontgrendel alle onderliggende playlists - + Delete all unlocked child playlists Verwijder alle onderliggende ontgrendelde playlists - + History Geschiedenis - + Unlock Ontgrendel - + Lock Vergrendel - - + + Confirm Deletion Bevestig verwijderen - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Bevestig het verwijderen van alle onderliggende ontgrendelde afspeellijsten van <b>%1</b>?<br><br> - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Verwijderen afspeellijst %1 van <b>%2</b>.<br><br> @@ -11162,193 +11270,193 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen ShoutConnection - - + + Mixxx encountered a problem Mixxx ondervond een probleem - + Could not allocate shout_t Kon shout_t niet toewijzen - + Could not allocate shout_metadata_t Kon shout_metadata_t niet toewijzen - + Error setting non-blocking mode: Fout bij instellen van niet-blokkerende Modus: - + Error setting tls mode: Fout bij instellen van de tls Modus - + Error setting hostname! Fout bij instellen hostname! - + Error setting port! Fout bij het instellen poort! - + Error setting password! Fout bij het instellen van het paswoord! - + Error setting mount! Fout bij het instellen van de koppeling! - + Error setting username! Fout bij het instellen van de gebruikersnaam! - + Error setting stream name! Fout bij het instellen van de stream-naam! - + Error setting stream description! Fout bij het instellen van de stream-omschrijving! - + Error setting stream genre! Fout bij het instellen van het stream-genre! - + Error setting stream url! Fout bij het instellen van de stream-url! - + Error setting stream IRC! Fout bij het instellen van het stream-IRC! - + Error setting stream AIM! Fout bij het instellen van de stream-AIM! - + Error setting stream ICQ! Fout bij het instellen van de stream-ICQ! - + Error setting stream public! Fout bij het instellen van de openbare stream! - + Unknown stream encoding format! Onbekend stream coderingsformaat! - + Use a libshout version with %1 enabled Gebruik een libshout-versie met %1 ingeschakeld - + Error setting stream encoding format! Fout bij instellen van streamcoderingsformaat! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Uitzenden op 96 kHz met Ogg Vorbis wordt momenteel niet ondersteund. Probeer een andere samplefrequentie of schakel over naar een andere codering. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. Ga naar https://github.com/mixxxdj/mixxx/issues/5701 voor meer informatie. - + Unsupported sample rate Niet-ondersteunde samplefrequentie - + Error setting bitrate Fout bij het instellen van de bitrate - + Error: unknown server protocol! Fout: onbekend serverprotocol! - + Error: Shoutcast only supports MP3 and AAC encoders Fout: Shoutcast ondersteunt enkel MP3 en AAC encoders - + Error setting protocol! Fout bij het instellen van het protocol! - + Network cache overflow Netwerk cache overflow - + Connection error Connectiefout - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Een van de Live Uitzending-verbindingen veroorzaakte deze fout:<br><b>Fout met verbinding '%1':</b><br> - + Connection message Bericht bij verbinden - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Bericht van Live Uitzending-verbinding '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Verbinding met streaming-server is verbroken en %1 pogingen om opnieuw verbinding te maken, zijn mislukt. - + Lost connection to streaming server. Verbinding met de streaming-server verbroken. - + Please check your connection to the Internet. Controleer uw verbinding met internet. - + Can't connect to streaming server Kan niet verbinden met de streaming-server - + Please check your connection to the Internet and verify that your username and password are correct. Controleer uw verbinding met internet en controleer of uw gebruikersnaam en wachtwoord correct zijn. @@ -11364,23 +11472,23 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen SoundManager - - + + a device Een apparaat - + An unknown error occurred Er is een onbekende fout opgetreden - + Two outputs cannot share channels on "%1" Twee uitgangen kunnen geen kanalen delen op %1 - + Error opening "%1" Fout bij het openen van "%1" @@ -11732,7 +11840,7 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen - + Cover Art Cover Art @@ -12184,52 +12292,42 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen Un-Eject wanneer geen Track is geladen, bijv. herlaad de laatst uitgeworpen Track (van om het even welk Deck). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Verwijder de geselecteerde Hotcue. - + Track Comment Track commentaar - + Displays the comment tag of the loaded track. Toont het opmerking-veld van de geladen Track. - + Opens separate artwork viewer. Opent een aparte viewer voor artwork. - + Effect Chain Preset Settings Effect Ketting Voorkeuze instellingen - + Show the effect chain settings menu for this unit. Toon de Effect Ketting instellingen voor deze unit. - + Select and configure a hardware device for this input Selecteer en configureer een hardware apparaat voor deze uitgang - + Recording Duration Opnameduur @@ -12423,444 +12521,445 @@ Tip: compenseer "chipmunk" en "diepeg" stemmen Houd ingedrukt of klik kort om te vergrendelen om deze invoer te mengen met de hoofduitvoer. - + Displays the duration of the running recording. Geeft de duur van de lopende opname weer. - + Auto DJ is active Auto-DJ is actief - + Hot Cue - Track will seek to nearest previous hotcue point. Hot Cue - Track zoekt naar het dichtstbijzijnde vorige Hotcue-Punt. - + Sets the track Loop-In Marker to the current play position. Stelt de Track Loop-In Marker in op de huidige afspeelpositie. - + Press and hold to move Loop-In Marker. Houd ingedrukt om Loop-In Marker te verplaatsen. - + Jump to Loop-In Marker. Spring naar Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. Stelt de Track Loop-Out Marker in op de huidige afspeelpositie. - + Press and hold to move Loop-Out Marker. Houd ingedrukt om Loop-Out Marker te verplaatsen. - + Jump to Loop-Out Marker. Spring naar Loop-Out Marker. - + Beatloop Size Beatloop maat - + Select the size of the loop in beats to set with the Beatloop button. Selecteer de maat van de loop in beats om de Beatloop-knop in te stellen. - + Changing this resizes the loop if the loop already matches this size. Als u dit wijzigt, wordt de maat van de loop aangepast als de loop al overeenkomt met deze grootte. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Halveer de maat van een bestaande beatloop of halveer de maat van de volgende beatloop die ingesteld is met de Beatloop-knop. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Verdubbel de maat van een bestaande beatloop of verdubbel de maat van de volgende beatloop die ingesteld is met de Beatloop-knop. - + Start a loop over the set number of beats. Start een Loop over het ingestelde aantal beats. - + Temporarily enable a rolling loop over the set number of beats. Schakel tijdelijk een Loop-roll in over het ingestelde aantal beats. - + Beatjump/Loop Move Size Beatjump / Loop Move Maat - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecteer het aantal beats om te verspringen of de Loop te verplaatsen met de Beatjump Vooruit/Achteruit knoppen. - + Beatjump Forward Beatjump vooruit - + Jump forward by the set number of beats. Spring vooruit met het ingestelde aantal beats. - + Move the loop forward by the set number of beats. Verplaats de Loop vooruit met het ingestelde aantal beats. - + Jump forward by 1 beat. Spring 1 beat vooruit. - + Move the loop forward by 1 beat. Verplaats de Loop met 1 beat vooruit. - + Beatjump Backward Beatjump achteruit - + Jump backward by the set number of beats. Spring achteruit met het ingestelde aantal beats. - + Move the loop backward by the set number of beats. Verplaats de Loop achteruit met het ingestelde aantal beats. - + Jump backward by 1 beat. Spring 1 beat achteruit. - + Move the loop backward by 1 beat. Verplaats de Loop 1 beat achteruit. - + Reloop Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. Als de Loop voor de huidige positie ligt, begint het Loopen wanneer de Loop is bereikt. - + Works only if Loop-In and Loop-Out Marker are set. Werkt alleen als Loop-In en Loop-Out Markeerpunten zijn ingesteld. - + Enable loop, jump to Loop-In Marker, and stop playback. Schakel Loop in, spring naar het Loop-In Markeerpunt en stop het afspelen. - + Displays the elapsed and/or remaining time of the track loaded. Geeft de verstreken en/of resterende tijd van de geladen Track weer. - + Click to toggle between time elapsed/remaining time/both. Schakelaar om te wisselen tussen Verstreken tijd/Resterende tijd/Beide. - + Hint: Change the time format in Preferences -> Decks. Tip: Wijzig het tijdformaat in Voorkeuren -> Decks. - + Show/hide intro & outro markers and associated buttons. Toon/Verberg intro & outro markeerpunten en bijbehorende knoppen. - + Intro Start Marker Intro Start Markeerpunt - - - - + + + + If marker is set, jumps to the marker. Als het markeerpunt is ingesteld, springt deze naar het markeerpunt. - - - - + + + + If marker is not set, sets the marker to the current play position. Als er geen markeerpunt is ingesteld, wordt het markeerpunt op de huidige afspeelpositie gezet. - - - - + + + + If marker is set, clears the marker. Als het markeerpunt ingesteld is, wordt de markering gewist. - + Intro End Marker Intro Einde Markering - + Outro Start Marker Outro Begin Markering - + Outro End Marker Outro Einde Markering - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Pas de mix van het onbewerkte (droge) ingangssignaal aan met het verwerkte (natte) uitgangssignaal van de effecteenheid - + D/W mode: Crossfade between dry and wet D/W-Modus: overgang tussen Onbewerkt (Dry) en Verwerkt (Wet) - + D+W mode: Add wet to dry D+W Modus: voeg Verwerkt (Wet) toe aan Onbewerkt (Dry) - + Mix Mode Mix Modus - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Pas aan hoe het Onbewerkte (invoer/Dry) signaal wordt gemengd met het bewerkte (Uitvoer/Wet) signaal van de effecteenheid - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Dry/Wet-Modus (gekruiste lijnen): Mix-knop vloeit over tussen Bewerkt en Onbewerkt Gebruik dit om het geluid van de Track te veranderen met EQ en filtereffecten. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Dry + Wet Mode (Flat Dry Line): Mix-knop voegt Wet aan Dry toe Gebruik deze optie om alleen het verwerkte (Wet) signaal met EQ en filtereffecten te wijzigen. - + Route the main mix through this effect unit. Leid de hoofdmix door deze effecteenheid. - + Route the left crossfader bus through this effect unit. Leid de linker crossfaderbus door dit effectapparaat. - + Route the right crossfader bus through this effect unit. Leid de rechter crossfaderbus door dit effectapparaat. - + Right side active: parameter moves with right half of Meta Knob turn Rechterkant actief: parameter beweegt met de rechterhelft van de Meta-knop - + Skin Settings Menu Menu Skin-instellingen - + Show/hide skin settings menu Toon/Verberg menu Skin-instellingen - + Save Sampler Bank Sampler Collectie opslaan - + Save the collection of samples loaded in the samplers. Sla de collectie van samples op die in de samplers zijn geladen. - + Load Sampler Bank Sampler Collectie laden - + Load a previously saved collection of samples into the samplers. Laad een eerder opgeslagen Collectie samples op in de samplers. - + Show Effect Parameters Toon Effect Parameters - + Enable Effect Effect inschakelen - + Meta Knob Link Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. Stel in hoe deze parameter wordt gekoppeld aan het effect van de metaknop. - + Meta Knob Link Inversion Meta Knob Link Inversie - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Keert de richting om die deze parameter beweegt, wanneer u aan de metaknop van het effect draait. - + Super Knob Super Knop - + Next Chain Volgende Ketting - + Previous Chain Vorige Ketting - + Next/Previous Chain Volgende/Vorige Ketting - + Clear Wissen - + Clear the current effect. Wis het huidige effect. - + Toggle Schakelaar - + Toggle the current effect. Huidige effect Schakelaar. - + Next Volgende - + Clear Unit Wis Eenheid - + Clear effect unit. Wis de effect-eenheid - + Show/hide parameters for effects in this unit. Toon/Verberg parameters voor effecten in deze unit. - + Toggle Unit Eenheid Schakelaar - + Enable or disable this whole effect unit. Aan/Uit-Schakelaar van deze hele Effecteneenheid. - + Controls the Meta Knob of all effects in this unit together. Bestuurt de metaknop van alle effecten samen in deze eenheid. - + Load next effect chain preset into this effect unit. Laad de volgende vooraf ingestelde EffectenKetting in deze Effecteenheid. - + Load previous effect chain preset into this effect unit. Laad vorige vooraf ingestelde EffectenKetting in deze Effecteneenheid. - + Load next or previous effect chain preset into this effect unit. Laad vorige of volgende vooraf ingestelde EffectenKetting in deze Effecteneenheid. + @@ -12869,169 +12968,168 @@ Gebruik deze optie om alleen het verwerkte (Wet) signaal met EQ en filtereffecte - Assign Effect Unit Wijs Effecteneenheid toe - + Assign this effect unit to the channel output. Wijs deze Effecteneenheid toe aan de kanaaluitvoer. - + Route the headphone channel through this effect unit. Stuur het hoofdtelefoonkanaal door deze Effecteneenheid. - + Route this deck through the indicated effect unit. Stuur dit Deck door de aangegeven Effecteneenheid. - + Route this sampler through the indicated effect unit. Stuur deze sampler door de aangegeven Effecteneenheid. - + Route this microphone through the indicated effect unit. Stuur de microfoon door de aangegeven Effecteneenheid. - + Route this auxiliary input through the indicated effect unit. Stuur de Auxiliary ingang door de aangegeven Effecteneenheid. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. De Effecteenheid moet ook zijn toegewezen aan een Deck of andere geluidsbron om het effect te horen. - + Switch to the next effect. Schakel over naar het volgende effect. - + Previous Vorige - + Switch to the previous effect. Schakel over naar het vorige effect. - + Next or Previous Volgende of Vorige - + Switch to either the next or previous effect. Schakel over naar het volgende of vorige effect. - + Meta Knob Meta Knop - + Controls linked parameters of this effect Bestuurt gekoppelde parameters van dit effect - + Effect Focus Button Effect Focus knop - + Focuses this effect. Legt de focus op dit effect. - + Unfocuses this effect. Neemt de focus weg van dit effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. Raadpleeg voor meer informatie de webpagina op de Mixxx-wiki voor je controller . - + Effect Parameter Effect Parameter - + Adjusts a parameter of the effect. Past een parameter van het effect aan. - + Inactive: parameter not linked Inactief: parameter niet gekoppeld. - + Active: parameter moves with Meta Knob Actief: parameter beweegt met metaknop - + Left side active: parameter moves with left half of Meta Knob turn Linkerkant actief: parameter beweegt met linkerhelft van de metaknopdraai - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Linker- en rechterkant actief: parameter beweegt over bereik met de helft van de metaknopdraai en terug met de andere helft - - + + Equalizer Parameter Kill Demp Equalizer Parameter - - + + Holds the gain of the EQ to zero while active. Houdt de versterking van de EQ op nul terwijl deze actief is. - + Quick Effect Super Knob Superknop Quick Effect - + Quick Effect Super Knob (control linked effect parameters). Superknop Quick Effect ( controle op gekoppelde effectparameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Tip: Wijzig de standaard Quick Effect-Modus in Voorkeuren -> Equalizers. - + Equalizer Parameter Equalizer Parameter - + Adjusts the gain of the EQ filter. Pas de versterking van de EQ filter aan. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Tip: Wijzig de standaard EQ-Modus in Voorkeuren -> Equalizers. @@ -13130,47 +13228,47 @@ Gebruik deze optie om alleen het verwerkte (Wet) signaal met EQ en filtereffecte Verlaagt de Toonhoogte (Pitch) met een halve toon. - + Enable Vinyl Control Schakel VinylBediening in - + When disabled, the track is controlled by Mixxx playback controls. Indien uitgeschakeld, wordt de Track bestuurd door Mixxx-afspeelknoppen. - + When enabled, the track responds to external vinyl control. Indien ingeschakeld, reageert de Track op externe VinylBediening. - + Enable Passthrough Directe Doorvoer inschakelen - + Indicates that the audio buffer is too small to do all audio processing. Geeft aan dat de audiobuffer te klein is om alle audiobewerkingen uit te voeren. - + Displays cover artwork of the loaded track. Toont hoes van de geladen track. - + Displays options for editing cover artwork. Toont de bewerkopties voor de Cover Art. - + Star Rating Sterwaardering - + Assign ratings to individual tracks by clicking the stars. Ken waarderingen toe aan individuele Tracks door op de sterren te klikken. @@ -13438,123 +13536,123 @@ Gebruik deze optie om alleen het verwerkte (Wet) signaal met EQ en filtereffecte Regel de Toonhoogte (Pitch) als aanvulling bij de snelheid van de schuifregelaar. - + Opens a menu to clear hotcues or edit their labels and colors. Opent een menu om Hotcues te wissen of om de labels en kleuren te bewerken. - + Record Mix Neem Mix Op - + Toggle mix recording. Mix Opname Schakelaar. - + Enable Live Broadcasting Live-uitzenden Inschakelen - + Stream your mix over the Internet. Stream je mix over het Internet. - + Provides visual feedback for Live Broadcasting status: Voorziet visuele feedback voor de status van live-uitzendingen: - + disabled, connecting, connected, failure. Uitgeschakeld, Verbinden, Verbonden, Fout. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Indien ingeschakeld, speelt de deck onmiddelijk audio af die op de vinyl-invoer binnenkomt. - + Blue for passthrough enabled. Blauw voor Directe Doorvoer ingeschakeld. - + Playback will resume where the track would have been if it had not entered the loop. Het afspelen wordt hervat waar de Track zou zijn geweest als deze niet in de Loop was terechtgekomen. - + Loop Exit Verlaat Loop - + Turns the current loop off. Schakelt de huidige Loop uit. - + Slip Mode Slip Modus - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Indien actief, gaat het afspelen op de achtergrond gedempt door tijdens een Loop, Omgekeerd Afspelen, Scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Eenmaal uitgeschakeld, wordt het hoorbaar Afspelen hervat waar de Track zou zijn geweest. - + Track Key The musical key of a track Track Toonaard (Key) - + Displays the musical key of the loaded track. Geeft de Toonaard (Key) van de geladen Track weer. - + Clock Klok - + Displays the current time. Geeft de huidige tijd weer. - + Audio Latency Usage Meter Gebruiksmeter voor Audio Latency - + Displays the fraction of latency used for audio processing. Toont het deel van de Latency weer dat wordt gebruikt voor audioverwerking. - + A high value indicates that audible glitches are likely. Een hoge waarde geeft aan dat hoorbare storingen waarschijnlijk zijn. - + Do not enable keylock, effects or additional decks in this situation. Schakel in deze situatie geen ToonaardVergrendeling, Effecten of Extra Decks in. - + Audio Latency Overload Indicator Indicator voor overbelasting van de Audio Latency @@ -13676,97 +13774,97 @@ Gebruik deze optie om alleen het verwerkte (Wet) signaal met EQ en filtereffecte Springt naar de Hotcue als er een Hotcue is ingesteld. - + If hotcue is not set, sets the hotcue to the current play position. Stelt de Hotcue in op de huidige afspeelpositie als er nog geen Hotcue is ingesteld. - + Vinyl Control Mode VinylBediening Modus - + Absolute mode - track position equals needle position and speed. Absolute Modus - Trackpositie is gelijk aan Naald-Positie en Naald-Snelheid. - + Relative mode - track speed equals needle speed regardless of needle position. Relatieve Modus - Tracksnelheid is gelijk aan Naalds-Selheid, ongeacht de Naald-Positie. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Constante Modus - Tracksnelheid is gelijk aan laatst bekende constante snelheid, ongeacht de Naald-Invoer. - + Vinyl Status Vinyl Status - + Provides visual feedback for vinyl control status: Biedt visuele feedback over de vinylstatus: - + Green for control enabled. Groen als de besturing is ingeschakeld. - + Blinking yellow for when the needle reaches the end of the record. Geel knipperend wanneer de naald het einde van de plaat bereikt. - + Loop-In Marker Loop-In Markering - + Loop-Out Marker Loop-Out Markering - + Loop Halve Halve Loop - + Halves the current loop's length by moving the end marker. Halveert de lengte van de huidige Loop door de eindmarkering te verplaatsen. - + Deck immediately loops if past the new endpoint. De Deck zal onmiddellijk in een Loop gaan als het voorbij het nieuwe eindpunt is. - + Loop Double Dubbele Loop - + Doubles the current loop's length by moving the end marker. Verdubbelt de lengte van de huidige Loop door de eindmarkering te verplaatsen. - + Beatloop BeatLoop - + Toggles the current loop on or off. De huidige Loop Aan/Uit-Schakelen. - + Works only if Loop-In and Loop-Out marker are set. Werkt alleen als de Loop-In- en Loop-Out-markeringen zijn ingesteld. @@ -13776,82 +13874,82 @@ Gebruik deze optie om alleen het verwerkte (Wet) signaal met EQ en filtereffecte Tip: Wijzig de standaard Cue-Modus in Voorkeuren -> Interface. - + Vinyl Cueing Mode Vinyl Cueing Modus - + Determines how cue points are treated in vinyl control Relative mode: Bepaalt hoe Cue-Punten worden behandeld in Relatieve Modus met VinylBediening: - + Off - Cue points ignored. Off - Cue punten genegeerd. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - Als de naald na het Cue-Punt valt, zoekt de Track naar dat Cue-Punt. - + Track Time Track-Tijd - + Track Duration Track-Duur - + Displays the duration of the loaded track. Toont de Duur van de geladen Track. - + Information is loaded from the track's metadata tags. Informatie wordt geladen uit de Metadata-Tags van de Track. - + Track Artist Track Artiest - + Displays the artist of the loaded track. Toont de Artiest van de geladen Track. - + Track Title Track Titel - + Displays the title of the loaded track. Toont de titel van de geladen Track. - + Track Album Track Album - + Displays the album name of the loaded track. Toont de albumnaam van de geladen Track. - + Track Artist/Title Track Artiest/Titel - + Displays the artist and title of the loaded track. Toont de Artiest en Titel van de geladen Track. @@ -13859,12 +13957,12 @@ Gebruik deze optie om alleen het verwerkte (Wet) signaal met EQ en filtereffecte TrackCollection - + Hiding tracks Tracks Verbergen - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? De geselecteerde Tracks staan in de volgende afspeellijsten: %1 Door ze te verbergen, worden ze uit deze afspeellijsten verwijderd. Verdergaan? @@ -14120,22 +14218,22 @@ Dit kan niet ongedaan gemaakt worden! WEffectChainPresetButton - + Update Preset Update Voorkeuze - + Rename Preset Hernoem Voorkeuze - + Save As New Preset... Bewaar als nieuwe Voorkeuze - + Save snapshot Bewaar snapshot @@ -14157,7 +14255,7 @@ Dit kan niet ongedaan gemaakt worden! WEffectParameterNameBase - + No effect loaded. Geen Effect geladen. @@ -14181,452 +14279,452 @@ Dit kan niet ongedaan gemaakt worden! WMainMenuBar - + &File &Bestand - + Load Track to Deck &%1 Laad Track in Deck %1 - + Loads a track in deck %1 Laad een Track in deck %1 - + Open Openen - + &Exit &Afsluiten - + Quits Mixxx Sluit Mixxx af - + Ctrl+q Ctrl+q - + &Library &Bibliotheek - + &Rescan Library Bibliotheek &Herscannen - + Rescans library folders for changes to tracks. Bibliotheekmappen worden opnieuw gescand op wijzigingen in Tracks. - + Ctrl+Shift+L Ctrl+Shift+L - + E&xport Library to Engine Prime E&xporteer Bibliotheek naar Engine Prime - + Export the library to the Engine Prime format Exporteer de Bibliotheek naar het Engine Prime formaat - + Create &New Playlist Maak &nieuwe Afspeellijst - + Create a new playlist Maak een nieuwe afspeellijst - + Ctrl+n Ctrl+n - + Create New &Crate Creëer nieuwe &Krat - + Create a new crate Creëer een nieuwe Krat - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Bekijk - + May not be supported on all skins. Wordt mogelijk niet op alle Skins ondersteund. - + Show Skin Settings Menu Menu Skin-instellingen weergeven - + Show the Skin Settings Menu of the currently selected Skin Toon het menu Skin-instellingen van de huidig geselecteerde thema - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Laat Microfoon Sectie zien - + Show the microphone section of the Mixxx interface. Toon de microfoonsectie van de Mixxx-interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Toon sectie VinylBediening - + Show the vinyl control section of the Mixxx interface. Toon de sectie VinylBediening van de Mixxx-interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Toon VoorbeluisterDeck - + Show the preview deck in the Mixxx interface. Toon het VoorbeluisterDeck in de Mixxx-interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Toon Cover Art - + Show cover art in the Mixxx interface. Toon Cover Art in de Mixxx-interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximaliseer Bibliotheek - + Maximize the track library to take up all the available screen space. Maximaliseer de TrackBibliotheek in de beschikbare schermruimte. - + Space Menubar|View|Maximize Library Spatie - + &Full Screen &Volledig Scherm - + Display Mixxx using the full screen Geef Mixxx weer in volledig scherm - + &Options &Opties - + &Vinyl Control &VinylBediening - + Use timecoded vinyls on external turntables to control Mixxx Gebruik tijdgecodeerde vinyl op externe draaitafels om Mixxx te bedienen - + Enable Vinyl Control &%1 Activeer VinylBediening &%1 - + &Record Mix Mix &Opnemen - + Record your mix to a file Neem je Mix op naar een bestand - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Schakel Live &Uitzenden in - + Stream your mixes to a shoutcast or icecast server Stream je mixen naar een Shoutcast- of Icecast-server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Schakel &Sneltoetsen in - + Toggles keyboard shortcuts on or off ToetsenbordSneltoetsen Aan/Uit-Schakelen - + Ctrl+` Ctrl+` - + &Preferences &Instellingen - + Change Mixxx settings (e.g. playback, MIDI, controls) Mixxx-instellingen wijzigen (bijv. Afspelen, MIDI, BedieningsElementen) - + &Developer &Ontwikkelaar - + &Reload Skin &Herlaad Skin - + Reload the skin Herlaad de Skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Ontwikkelaar &Hulpmiddelen - + Opens the developer tools dialog Opent het dialoogvenster hulpprogramma's voor ontwikkelaars - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Statistieken: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Schakel Experiment-Modus in. Verzamelt statistieken in de EXPERIMENT-Tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Statistieken: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Schakel Base Modus in. Verzamelt statistieken in de BASE Tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger ingeschakeld - + Enables the debugger during skin parsing Activeert de debugger tijdens het ontleden van het thema - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Help - + Show Keywheel menu title Toon Toonaard (Key)-Rad - + Show keywheel tooltip text Toon Toonaard (Key)-Rad - + F12 Menubar|View|Show Keywheel F12 - + &Community Support &Community Support - + Get help with Mixxx Zoek hulp bij Mixxx - + &User Manual &Gebruikers Handleiding - + Read the Mixxx user manual. Lees de Mixxx gebruikers handleiding. - + &Keyboard Shortcuts &Toetsenbord Sneltoetsen - + Speed up your workflow with keyboard shortcuts. Versnel uw workflow met sneltoetsen. - + &Settings directory &Instellingen map - + Open the Mixxx user settings directory. Open de map met Mixxx GebruikersInstellingen - + &Translate This Application &Vertaal Deze Applicatie - + Help translate this application into your language. Help om deze applicatie in je eigen taal te vertalen. - + &About &Over - + About the application Over de applicatie @@ -14855,564 +14953,564 @@ Dit kan niet ongedaan gemaakt worden! WTrackMenu - + Load to Laad naar - + Deck Deck - + Sampler Sampler - + Add to Playlist Toevoegen aan Afspeellijst - + Crates Kratten - + Metadata Metadata - + Update external collections Update externe collecties - + Cover Art Cover Art - + Adjust BPM Pas BPM aan - + Select Color Selecteer kleur - + Reset Reset metadata in right click track context menu in library Resetten - - + + Analyze Analyseer - - + + Delete Track Files Verwijder Track bestanden - + Add to Auto DJ Queue (bottom) Toevoegen aan Auto-DJ Wachtrij (onderaan) - + Add to Auto DJ Queue (top) Toevoegen aan Auto-DJ Wachtrij (bovenaan) - + Add to Auto DJ Queue (replace) Toevoegen aan de Auto-DJ wachtrij (vervang) - + Preview Deck VoorbeluisterDeck - + Remove Verwijder - + Remove from Playlist Verwijder uit afspeellijst - + Remove from Crate Verwijder uit Krat - + Hide from Library Verbergen voor Bibliotheek - + Unhide from Library Zichtbaar maken voor Bibliotheek - + Purge from Library Wissen uit Bibliotheek - + Move Track File(s) to Trash Verplaats Track bestand(en) naar prullenmand - + Delete Files from Disk Verwijder Bestanden van Schijf - + Properties Eigenschappen - + Open in File Browser Open bestand in Browser - + Select in Library Selecteer in Bibliotheek - + Import From File Tags Importeer van bestandslabels - + Import From MusicBrainz Importeer van MusicBrainz - + Export To File Tags Exporteer naar bestandslabels - + BPM and Beatgrid BPM en Beat-Grid - + Play Count Play Count - + Rating Waardering - + Cue Point Cue-Punt - + Hotcues Hotcues - + Intro Intro - + Outro Outro - + Key Toonaard (Key) - + ReplayGain Replay Gain - + Waveform Waveform - + Comment Opmerking - + All Alles - + Lock BPM Vergrendel BPM - + Unlock BPM Ontgrendel BPM - + Double BPM Dubbele BPM - + Halve BPM 1/2 BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Herstel BPM - + Reanalyze Her-analizeer - + Reanalyze (constant BPM) Her-analyseer (constante BPM) - + Reanalyze (variable BPM) Her-analyseer (variabele BPM) - + Update ReplayGain from Deck Gain Update ReplayGain van Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags Importeren metadata van %n bestand(en) van file tagsImporteren metadata van %n Track(s) van file tags - + Marking metadata of %n track(s) to be exported into file tags Markeren metadata van %n bestand(en) om te exporteren in bestand tagsMarkeren metadata van %n bestand(en) om te exporteren in file tags - - + + Create New Playlist Creëer nieuwe afspeellijst - + Enter name for new playlist: Geef naam voor nieuwe afspeellijst: - + New Playlist Nieuwe Afspeellijst - - - + + + Playlist Creation Failed Aanmaken Afspeellijst Mislukt - + A playlist by that name already exists. Een afspeellijst met die naam bestaat al. - + A playlist cannot have a blank name. Een afspeellijst kan geen blanco naam hebben. - + An unknown error occurred while creating playlist: Een onbekende fout trad op bij het creëren van afspeellijst: - + Add to New Crate Toevoegen aan nieuwe Krat - + Scaling BPM of %n track(s) Schalen BPM van %n bestand(en)Schalen BPM van %n bestand(en) - + Locking BPM of %n track(s) Vergrendelen BPM van %n bestand(en)Vergrendelen BPM van %n bestand(en) - + Unlocking BPM of %n track(s) Ontgrendelen BPM van %n bestand(en)Vergrendelen BPM van %n bestand(en) - + Setting color of %n track(s) Kleur instellen van %n bestand(en)Kleur instellen van %n bestand(en) - + Resetting play count of %n track(s) Resetten afspeelteller van %n bestand(en)Resetten afspeelteller van %n bestand(en) - + Resetting beats of %n track(s) Resetten Beats van %n bestand(en)Resetten Beats van %n bestand(en) - + Clearing rating of %n track(s) Verwijderen beoordeling van %n bestand(en)Verwijderen beoordeling van %n bestand(en) - + Clearing comment of %n track(s) Dit kan niet ongedaan gemaakt wordenVerwijder opmerking van %n Track(s) - + Removing main cue from %n track(s) Verwijderen Main Cue van %n bestand(en)Verwijderen Main Cue van %n bestand(en) - + Removing outro cue from %n track(s) Verwijderen Outro Cue van %n bestand(en)Verwijderen Outro Cue van %n bestand(en) - + Removing intro cue from %n track(s) Verwijderen Intro Cue van %n bestand(en)Verwijderen Intro Cue van %n bestand(en) - + Removing loop cues from %n track(s) Verwijderen Loop Cues van %n bestand(en)Verwijderen Loop Cues van %n bestand(en) - + Removing hot cues from %n track(s) Verwijderen Hotcues van %n bestand(en)Verwijderen Hotcues van %n bestand(en) - + Resetting keys of %n track(s) Resetten Toonaard (Key) van %n bestand(en)Resetten Toonaard (Key) van %n bestand(en) - + Resetting replay gain of %n track(s) Resetten herhaal versterking van %n bestand(en)Resetten herhaal versterking van %n bestand(en) - + Resetting waveform of %n track(s) Resetten Waveform van %n bestand(en)Resetten Waveform van %n bestand(en) - + Resetting all performance metadata of %n track(s) Resetten alle prestatie Metadata van %n bestand(en)Resetten alle prestatie Metadata van %n bestand(en) - + Permanently delete these files from disk? Deze bestanden permanent verwijderen van de schijf? - - + + This can not be undone! Dit kan niet ongedaan gemaakt worden - + Stop the deck and move this track file to the trash bin? Stop het Deck en verplaats dit Track bestand naar de prullenmand? - + Stop the deck and permanently delete this track file from disk? Stop het Deck en verwijder dit Track bestand definitief van de schijf? - + Cancel Annuleer - + Delete Files Verwijder bestanden - + Okay OK - + Move Track File(s) to Trash? Track Bestand(en) Verplaatsen naar Prullenmand? - + Track Files Deleted Track Bestanden zijn verwijderd - + Track Files Moved To Trash Track Bestanden zijn Verplaatst Naar de Prullenmand - + %1 track files were moved to trash and purged from the Mixxx database. %1 Track bestanden werden verplaatst naar de prullenmand en verwijderd uit de Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 Track bestanden werden verwijderd van de schijf en verwijderd uit de Mixxx database. - + Track File Deleted Track Bestand Verwijderd - + Track file was deleted from disk and purged from the Mixxx database. Track bestand werd verwijderd van de schijf en verwijderd uit de Mixxx database. - + The following %1 file(s) could not be deleted from disk Volgend(e) %1 bestand(en) konden niet worden verwijderd van de schijf. - + This track file could not be deleted from disk Dit Track bestand kon niet worden verwijderd van de schijf. - + Remaining Track File(s) Overblijvende Track Bestand(en) - + Close Sluit - + Loops Loops - + Removing %n track file(s) from disk... %n Track bestand(en) van schijf verwijderen... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Nota: Als u in het Computer- of Opnameaanzicht bent dan dient u op het huidige aanzicht opnieuw te klikken om de wijzigingen te zien. - + Track File Moved To Trash Track Bestand is verplaatst naar de Prullenmand - + Track file was moved to trash and purged from the Mixxx database. Track bestand werd verplaatst naar de Prullenmand en verwijderd uit de Mixxx database. - + The following %1 file(s) could not be moved to trash De volgende %1 bestand(en) konden niet verplaatst worden naar de Prullenmand. - + This track file could not be moved to trash Dit Track bestand kon niet verplaatst worden naar de Prullenmand. - + Setting cover art of %n track(s) Instellen Cover Art van %n bestand(en)Instellen Cover Art van %n bestand(en) - + Reloading cover art of %n track(s) Opnieuw inladen Cover Art van %n bestand(en)Opnieuw inladen Cover Art van %n bestand(en) @@ -15420,37 +15518,37 @@ Dit kan niet ongedaan gemaakt worden! WTrackTableView - + Confirm track hide Bevestig het verbergen van de Track - + Are you sure you want to hide the selected tracks? Bent u zeker dat u de Track wil verbergen? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Bent u zeker dat u de geselecteerde Track(s) wil verwijderen uit de Auto-DJ afspeelrij? - + Are you sure you want to remove the selected tracks from this crate? Bent u zeker dat u de geselecteerde Track(s) wil verwijderen uit deze Krat? - + Are you sure you want to remove the selected tracks from this playlist? Bent u zeker dat u de geselecteerde Track(s) wil verwijderen uit deze Afspeellijst - + Don't ask again during this session Niet meer vragen tijdens deze sessie - + Confirm track removal Bevestig verwijderen van de Track @@ -15466,7 +15564,7 @@ Dit kan niet ongedaan gemaakt worden! WaveformWidgetFactory - + legacy standaard @@ -15514,52 +15612,52 @@ Dit kan niet ongedaan gemaakt worden! mixxx::CoreServices - + fonts lettertype - + database database - + effects Effecten - + audio interface audio interface - + decks Decks - + library Bibliotheek - + Choose music library directory Kies de map voor de muziekBibliotheek - + controllers Controllers - + Cannot open database Kan de database niet openen - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_nn.qm b/res/translations/mixxx_nn.qm index 49986d69d6e5a8e366709f03352fae2b684e644d..68522e81fd6c4358bf7ad3499b914f56e7bb9a99 100644 GIT binary patch delta 1058 zcmXZbTS!z<6b9hs%-LsV&Kbw4Idi{BC1sizCKQMddAEFsC`zLq9H9s#ObL29(RDIG zV=D5JVfj#$C0UTr#i+5eixdNyU0zBe&>kYpvZAH`oR@F2*=Oyw_gcHTqPx6J(}};u zL@5V|%BqMAhoL+R)h6ibgMJeXUL@M^l*sr4T6RPCY8co9LtYqONwhIa2j6zrXygIqZF%gPUcJTy}d4|d}@A6GJpxg$vap;UfS0(fmB>f7#F&JD%Rq-Qy zLxa$g2OW2yTbh&aKlqkv)C?l&9aNSi{R5r0q*Ktn6MC*gZ#DE;VQ3SLExJc!?Su9r z!|>2)qO=O>cz-V+tP;wPSe+-FgP3sbhn`00O;7p~1|w2?JqHTMrAy5ZxduhhrbGW0 z7$)iS(Oja`*Kk3jG?_TX33Q2u)|-6LS`qCpV>?AupBsdCh?degH=zt|AE1_%v=@fY zh?eqvURMayY*34cvsdalU>3BThyH94pX)8V4f;l*|F-y&!3ohmq0bL|6|%FPJ9ptL zdCK>RNM0jPHw+S45++LrcWcUJQ;|XATIQLbX(Rk2K{W?Dtk79(eqkKoW*vip#}+lp zJ!QBBO_|W4TPokz@qQg3iOB2$kwdX=A=QHSOS*5A2>T#~iW{xLOpZ3RC=+jQ#kZJe=~*~NAE8yoSi Nifxuo43vnH@PA}6{ht5; delta 1087 zcmXZaZAepL6bJCrcJJQq=3Kjb-`yk;vMeMsgv>}QEi|woDy3RD$_kOIp%F1CtN9X2 zCT3-XL`kIy_C+X@#FxtGiyw@lFH`D+MUW*KSZDqB>G#~j!{OZX{O=Ss?P`-F1|mu& zS}{vhSVE-v0`*6r^d7ow(02+3^hBkvh=c>s_zt>mL;o}koQJ^!|6X>PJx9VB z6H&yqnZ)c{JU|Y#I-yTY_?^V!1tPNnDnw!r&uo7};z*c3UO-6$sI*YY*d^YO z0*#$ePJylyaU(>5EmS6@@q}BUDGH^d(4j(SDRfOik3Hcq^j5>b5Y4O_CbHOI@&nEI z2(RDTCo~S+;~(pX`qgZN3r+FY$vB&w}Xc_R~IbfA#^D@G&nLvU1V**V4;I0>!Wpxg=_1{hot zTZ*#zUJtaYP@WWTJgVY`tjR`m&(kFMdwrfv8T5;P3$jZ=cT5mBZo6 z)_wKHh;-e$U+NH%DMxR-$*I*?^aUE3NZV<6BfsVb1f^@xUJV_+hPT>54s9+})*7WK zXG`mW`m4|$ix_u*3=^&VX{yMLH{K8R6VP0n@Ffgpn5KST%l#oF~?mSMmdg+7Ej+ hw(k*|Wp93{CcLA*Hmp{KP8U}mQ$y<6!A7AY_z&`O1&ROw diff --git a/res/translations/mixxx_nn.ts b/res/translations/mixxx_nn.ts index a26d1db5f6c..175a57d08f7 100644 --- a/res/translations/mixxx_nn.ts +++ b/res/translations/mixxx_nn.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Importer Speleliste + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove Fjern - + Rename Endra namn - + Lock Lås - + Duplicate - - + + Import Playlist Importer Speleliste - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Kunne ikkje åpna sangen @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist - + Artist Artist - + Bitrate Bitrate - + BPM BPM - + Channels - + Color - + Comment Kommentar - + Composer - + Cover Art - + Date Added Dato lagt til - + Last Played - + Duration Lengd - + Type Type - + Genre Sjanger - + Grouping - + Key Nøkkel - + Location Stad - + Preview - + Rating Vurdering - + ReplayGain - + Samplerate - + Played Spelt - + Title Tittel - + Track # Spornummer # - + Year År - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Snarlinkar - - + + Devices Enheitar - + Removable Devices Flyttbare enheitar - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Tittel - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Neste - + Switch to next effect - + Previous Førre - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Automatisk DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Om Mixxx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ Automatisk DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Lås - - + + Playlists - + + Shuffle Playlist + + + + Unlock Lås opp - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Kassar - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Lås opp - + Lock Lås - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Neste - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Førre - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Kassar - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Fjern - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Vurdering - + Cue Point - + Hotcues - + Intro - + Outro - + Key Nøkkel - + ReplayGain - + Waveform - + Comment Kommentar - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_oc.qm b/res/translations/mixxx_oc.qm index df091234edc01a9133383531b118ecfdf9a01f82..d0c82cebb71794e6431aec4524f3db0a41626251 100644 GIT binary patch delta 1871 zcmXZddr(w$6bJC{uJ`Wi-d)}h4`l(-1$LKRc7f$FPNh5~HBGdL(5VEn93+e!C*oED zBBD86|QLStO{dUv!s8GP;bqSE^bu*B&98k}&+DTR(WNm-4uAkY| zPO<}tw6QTJVAT+y2=DR0P|e!Q*_0C26T+s^%TKu|z#d?ADaCr1O`zwzzukpoJ&^nd zISZr&0BZ&S^Ck$D2EZN!;k*F2%n<&%Oz)rmUj+$HzTmnKVTvXRI}0(Hf>K4XekH6c zpLI_{Ty_sIdf1db5Z7h_^SamtW{9uv10tS>c!&Zqe#x5KA+}RegGV8LG6pQ{fq14^ z0mNzV0Fb_7=O(a;$!tm{#F=*hjh&Tlu-2<=qQH7~!N228ns`4f?rFdh0ZZy)av7{k zt^)=YY(q)F{5H62=>Gh8U#O1K@zF4gkQHsJBA%9aoIe}+}=z(+x3Z+=eObsh#v2qc+ z@D^+Rg0;7?4%Y=Tj#pUQzfaz^Epb*OBt5i7g9jer4&r(W?RNHFT z0ZHGghR#<~AZ2Q+e32rqR@crZ1HMPq184RF{vqlI^;Es`Kde=rv%-7d&nWEdr5aM7 zX0<0+>l>`?7@K&Pb+jowaOSb88-&K57k~vjg_fn?03l{J$;oJ%&x>{`ctc;3im^E~>?nv?Q;AtS#%*Oe%?i%q}^uN@0ve@r! z*MJDtwTDfP7cX3Drt{)A@n$S70KKfUU%VyJ*RYLJ)xO%r>Of%5Rc$w@3nH#) zr*62ZzXe_HV_7sY*x(A*GpK8AaM64ny2E4FsQ)8kb;lj!^uiY1kAYN#$YAB&Z1AUS z!iestIem1Xl(Q)(^-}$Hn%K(f%xq|ZK5w)b2>M;Wyp#fz!`aYbeZlY++QKUROJj>@ z?*~YQ28m_*#@8-TDzE6rKj@}z$T4il^seX-t6R$&ud${iHqB{hS=t69w6eCqhpsTR zPt&nIx65$u!FD>hK9*`sGM)XU(vE`^fcP~lZIgB=-V63~Qp@-u+N(seo!l&49~hw( zyeLf+*eQYg9WSZ6PrbB*;iu>LsUnQR~?6_~yVNLkFL)4uR;cPAMH zau$$}$Pa)S?La~ggylNGxdy^H0mu$PxOs3K~b|Sr50-F+oSiK&I`w8L}3M4X(O*BJnrldxfLfqC3SW_V$ zE2s3T0^tRqcd+qW*^J$6&VGmw-lctCu=;tdV-B0KlFf~PvE@x5-To!H`BBX%vdM?3hM)zh{+CTT!`hFtjz_G^HRx3~vySy{M#;%q zK)Ax{jpaN%reo^N6M*d~n-;`$`8i5a>;aTklv2tTVpa!j@NY+%lnjUuS?MsV zzrb2wU>!C#!^FB;+03bImXh_I!l~DN^qgv3wj807++(9UA^-JS8IT^Q@Xq<3QgT7D zqIMoNiC@uiZaD>VQ)#D%!Zx6+edGa#+Li6cJ_d{p%6mcTUc;-by(Z%6$LDK>_uHt4 zBD}07lePcNI-RU*F`H?U2N%a#?-ikbFLiLLLI_Q!QHu_-Sv%O=YBuj3p{bGr$r~fI z?y3XK4Z`---%@u4*dcdWkDbl^RoG>31uSm~yVp|lT71H}aFbf(uXvI7jc~EChHi9T z=vhVIgds}S)GOTSqK(FW(e)HHVe%0%(6FCM^Pw1Qn?$y={z9?7@FY#mCDu5MO(|2um5s%`undTyFDvPWg{+jqx<3(jes`4SKE&Eqv+jrD0n2~D$Qtov zcwD2_vu+jZX%;&#Hqv!7#9PVq0%&6uRyJ#l*egXrMq-I-SQ9nJ@Qtdnb#y`WMb+C6 zs07x2)fzvIPeKbjDpl1t+;r3am71b)6Da_&!*8>>`I-%@vuXZE#A$YR_fYq5(j0X4(FMP0elSrpB9AqQ zY;+=PFV>ui*hkIR%X&RpDR_gLu7%Zv*qHO$DObwr#b#l%P9(?>)-cNU0`LPxt>ts@p^XsIsLxIlPem%KOx}`i zw08l+ewOacb^=7Tw@bbSzD=oxs~>1b?bw>{-D4&v$}l!eHXpp z6E&=9p&@>c1MpTF3ex88qsYn(&b?IAq{D`3BMSh}b;F^}|4A4L9Wrqm`cT|$3{5skY1w8jecb(4Ag{HpSaZ!9YhRL-v`Ua}xCKd@roZS`&c E|I;Dm$p8QV diff --git a/res/translations/mixxx_oc.ts b/res/translations/mixxx_oc.ts index 82934b65624..02b55e89e1e 100644 --- a/res/translations/mixxx_oc.ts +++ b/res/translations/mixxx_oc.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Importar una lista de lectura + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove Suprimir - + Rename Tornar nomenar - + Lock Varrolhar - + Duplicate - - + + Import Playlist Importar una lista de lectura - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Impossible de cargar la pista. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist - + Artist Artista - + Bitrate Debit - + BPM BPM - + Channels Canals - + Color - + Comment Comentari - + Composer - + Cover Art - + Date Added Apondut lo - + Last Played - + Duration Durada - + Type Tipe - + Genre Genre - + Grouping - + Key Clau - + Location Localizacion - + Preview - + Rating Nòta - + ReplayGain - + Samplerate - + Played Jogat - + Title Títol - + Track # Pista n° - + Year Annada - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Ligams Rapids - - + + Devices Periferics - + Removable Devices Periferics amovibles - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Títol - + Description Descripcion @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Seguent - + Switch to next effect - + Previous Precedenta - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages A prepaus de Mixxx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Esterèo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Informacions - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Activat - + Stereo Esterèo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Error de configuracion @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library Bibliotèca - + Interface - + Waveforms - + Mixer - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Anullar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Anullar - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Quitar</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit Quitar - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Varrolhar - - + + Playlists - + + Shuffle Playlist + + + + Unlock Desvarrolhar - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Contenidors - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Desvarrolhar - + Lock Varrolhar - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred Una error desconeguda s'es producha - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Seguent - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Precedenta - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Contenidors - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Reïnicializar - - + + Analyze Analisar - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Suprimir - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Nòta - + Cue Point - + Hotcues - + Intro - + Outro - + Key Clau - + ReplayGain - + Waveform - + Comment Comentari - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Anullar - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface interfàcia àudio - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_pl.qm b/res/translations/mixxx_pl.qm index 35d2affd86481527711669809c6ba03942e0ff82..3d7c09cb7fb95fb8137c6f30414fdded5816dbf8 100644 GIT binary patch delta 18505 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 delta 18245 zcmXY(cU;Z?7st>0{r-IJ9>^Y*k*`8l*)lRynHfbQTQZYO`e~f)2!%U$XLZ zm_oj3BUqpKqQzhXBG1wad9o+ikjTpybO8^5O^LkcfNhCaatGTHuUr9i2b00}#BJw; z9l#%8N8%Rymw3^Mc-3&Q2Z>=ri9|=7&{-kxqXLKE7+(~_h`pZ!uEvFW6G;0UfQYZw+ueAvA8*_M4-vO3{=;c- zJa`RX90)!JvxwA!__?#-S>hk?wEyABTxMChXaG1B$NPwCw;-N=1p{Wn@godSHH_Ri zum*_hxL~B;%U~@F-uQ{|SUeZd99`wYg27JqOjQA_Z{1P~YOa|$Eai`d5F zAfBXh4)~bZjP5OuCY z%&oFQsa;F3c*ur>xKLHhcb8)BCGt2zH0GT`k*Fr>iqF|~z{5n5)cik8S4R>(hJka5 z#V3Mzpp6bzzJeX$Sj;>@WWfu`t1jj<5FdO76TlY-;)FfYi7H^;i&=M~LY}omp|~5P zP-+!oWhWn^o{fmb4kGH+0A>PP>D3U#)b{F2YzcafrzGG>MHE>G|V`&75T+b|;SL=qutZpICGT@v)PLZ>mc?XEL$G ziX>{nidVNL(GIJ^vlWO@@r)tS{ugnd-6T4}CVcLZSXgWu%SZ~*5x?4wr1*^_+*T@- zI#dKxiN-b{>A)ot?%hZ_+JV@3OIf_g!O5DDl>CuI*Fz+w#S!ztv|N`+7zIf;@WG$A zNV-=#8y+(6R%`uJQrNgwayIK#?qR}_jKg(Q80jm6I-S$7(C;!d(F ze2V$GLS||3UU?xZ1zWk)kK`7!F$L90?$`};x=bOTdxhlAu0&ODS=nWkLjI(&La|{U z$(|U=3mS#uNfq!5j_)ZHPdrHOg9k~Qs*ne+CV6-YS)@AGNuCJrmWdkyMea+Ir>w@% z4<&g~9Esr#NnSsjsOB|=yuk~FqDCyqo7$5Y6GU<>My4=8A$up0yp4$UA5HSE7sP|j zB*zC3{TNJgqAQ7zNuWD1G8EH7V*Fo{&tj=m`e0=}ToA|Xc(OwNWP(Dmu@T9?=Mh!5 zv$7seh-031*~%w+g;J}Jq}n-+ShGK*!qoD2A*8N-2P`D@=v$b=A*7yqhiLIPQg5{Q z6Z0EM`mS)NWy@RXSXUuWoo{7EbA?ii>tr5ZKs01Am6&-8G2sQ3+A#|w6-{Nwbs?4? zK;_oJ$o4&b|hEZ)yiKHJ$wXdg@~?&RF( z4hg@D}aVatQ-FcO=*1Sg5 zkD3fGUbf??X)R~s`S#R&CTyu?cWQohDDe%Ct<24}SYNz+qfpG+U}bbqg_7rOYW_wL zZC*jG((xn}%2FqnSQ3qHQfEgjr!vp1to2hNA8ocWwWpOCIxC-Vu<}LM|I_+;sf8tq zI)5)s{N*l%Vpf0ZG8|5&Ni2EPhOrI3t5ED8LLRPRB>D^k;aCz{kVoS+#Ddo;l-#$F zN8k{ma(%4qJWe4y8KID0YfBzMz2Rxkk;jrH#99`SM>1BM#ceowoTyIxNEUgd;ll0C zlc#dRDHPPTl)nARaNv$~DQ<-ETQb zo&KZlXCq1Cuc`Z|^~A0ZrJhU9lc;8)p2s7J%}`UXfkng;IQ1I6hj>sO>TNntbnLrA ze$0n@V+7cNPSkro9^__;Vp@ooHImOL8GkrIeKK&N&V|(Xau%_rU9F6)Mg1yQMTDzI z{lc=~kYwt2It9U`3-wFCKvLHl)Gq@!Gz-Tdzx1C%QOb|{k62A&)M@e^v4$iUH}V~G znCM$Og(Bz^`R=wPAv~@l-wWeN6fyGCJHQc5veG%l%C3nDd2kym(}r7_Q_9L0Hvi{& zD|4qRlv*W`-!MeT#cj!N5@Jm3Eb?2p5e{n|4Nxs1Ue1;VSh^=69Qx6Kd6;Y8MKoak z5zNt38n6H(P<1yA{0*C!{+$N3!;n7Bron|pBr-V#4uMXb9ZAEmR9VyhGz=b(N}r_> z^)LdfB^tZ(97#?+DL6caxITb_&$S}9eg=)-{gi0rCkpk!ls$7L%hbPc81F-9+R{HH z$$e;A{4EkKw$t=G)p2Y?bLL%z>)cIqF5`>ep3uCZ82Xx3DZIjb;^Sf{d}=d<*>ALT zDnj*KqR1%;n7S!eM)sz4YbD|nT3I=(GHvLjhadS&8zVuw1>-p3Fa&A(E7HlDac7$u~8 z6SFj>14Bka3$&p`KS=JwJ1OZ(agd6p_2K zH)7!@DXni)NU$xG7TT29{_~WUkD=e}M3-lNAqpEy>Alwz?b<=<6ETEQqbPkXPV{XS z-JFXlJJOBr*yfYSI!bqr6p&PUINe+SfcVV*biY~(F{eZ;T@&bjCSs0dZwh7GV(yll zqsL~*u(b>5*-R+mKECv3sspi8C+JD}}qlIs4Ycc*Mf*e#>?#Ut0eHGQ7o zM|^!2eVL3AXy1swu7ZbLHIcr)z|=WZr|(8L5+5hipW^E*T0no!=M$R{Mn#{4q5t*{ zpnpe@fS4Q@3x;vEKFve}f8uX!n3xQWmve#1wM<0O6_^@AncC+w&Dg3Wq82m#5sB#9 z8igX4G1F5xrsoY=8J|>Qud-R$1L?$739RBGjEHF>tGeBhC?t^8*f^WS>{qPjiG0L= zyF%tvh$xtU$I4$?R{Pw2k{SoGdVS9k4fkR7Lcw8PtiC1_%VrsCkT;nmR*5xw2P0au zjy1j?My%3B)}-NNqO3a#x#t1a#P478N6dXu42eW{*1;Ao`c(ky*a}l|qmXrc3dNf| zmUVny%=@g{1k8QRCDt!~8cE&*nXh*}*iaod!1n=39xlwk^aT=aquAgleo#K%Y)HLG z61S?cA(qH12nOyf@O&@g!yMVjPKCrTK4ha7&qE^el8u#Mbd`H3WE)?xu@1O%%_cTB z916F@7&hSwBjNRxP5y%^3qQ-IIo>9z#ve8<+@A#7#%65IL*W09iwb{cg zGi&xH$@T%8J?sxL-Fs&FT@!M=E1MGoPk8Dzn+q??Tflj?8X6hXey%K#lh@Ibr{jv{p?t64Ke#G;B0up=Ij`(pT9cFQd-0i zTj9Y{I^o0(JlMqx5E`D}*`=+>8+LbL>9N;|nme-ef(^v}wqjQtkZyGkVHw9D*^Vt{ znR&~JZR*3W@5J&hYsqKV&)$Gqy~A#}W)Q_SP$=$RWj9(txwx%hHz$82)~7nVrFJLD zW(m79#0~O1f!zsAAij1wdoU`B*!RKg!AAIje!=WvOc~<33oP3at7hp;_U3LGV&w+0 zyveYUdhe}lGL?PKjluf=SepG924grE%6`|s1CRHM{W)3=uJ;e;k$A!>>_{gd$RWf$;9uU+sYy?I-2JmIQqyhF+D(2~!1SD!edJsAqc z{d&CX180)Tp5$JUx1lNL^6pNN$o~cw7QY~V?H%vFSc_HgiT79>h3d*j-g7P1cT2|m zMQ0MbF z1N7t5k!A4@WB9D2cZr==b4w%q{g(l>z}S9f@wu)4khpEf=YRYRnY@yR@gfrYAMvpB z^GGT;i-%nwOYFZu9$thYtp9;8@{1&@_{>V@P=%7m3%=yNEvg>td4v-ZjbLxSp#j63 z*X0{JekNAoKfYzI4Ke)(zO#%w!u>_Q%d!>c+Yyxay%_n}mV^w%mGq;>fzC@DiJ$~9Qg(&+bPq~Zmx@9FlbF4p!N2v-Wr!;={ z53JRtH9yx7#(H84KX>>iv64mnlEXGsMbh}Cv$#Q*t^Cq$Ox2xg{BoQdv9T?A`mbI@ z>$~u)U7>hxyYidUs$;brd>UZ%6!y`zf+~g07*LUp# zo-?!*(VGbVqIo{7do$0ii+tdNh39s}x(|NMb5Gw#qT<1Gzc>=li{tNBVM<5$;vcn8 zQogJC&-S?SPtEzyMd?^YsS5egH2!mmBS{r4FZs`lkWj5A@L#(t5P!Xy7bWy1exgW7 z#TOV?O~^Mwh)lIqkK&FbGrRNN<;HAFBv=qj2Gn}(5?ELx2=kyNvt zXzhSytTTw#IU&Seri!-t$56nSDBPJp3Fqp8>5M@?i_%v!)ACVoA|=#6RQ*;lgk4 zXN*j+801-sM2<-W?#jg!R1?E%BoOVj5yQuqBif%JMkR7A!?j{;m4m4NJr5USTOA~N z_CiehZ#&Vw>0(lM+(_(yB7{P*o;!*VpP?ioj*F1u3ntuC$d@%1Q|D)r)MT5O8djae zlx<>G09^PsAuJma#E!fbme(;PZk!Tx%EK>czKO69e?-TLBK#GW@BCn~aHORMQQuJ_ zViBT}CP+j?A}Xodh{&u*hP_2;X_ z0HW~oV!u3;r20cYHlFJ*#@mJ2oBcsHbBST08 zC5kjHO0>6g6-pg@h|6z_kSXm{D7H2c>HXUiyHrnH`P&BBat(3y5JsS3194pqTj&`r zEH~`nquZ1cx8I}^J#ZCSGZ8#q_ZD|+!H4_47k824NnIC+`xEd4dm=@4MmrLXgTyoY zc}Pyf#q$@i`gbivo}Em5WGC@%lC^f-Ry{;4HaJw zVFU|3ETYH>Ioj~A;@>e1vWKgZ?C4D5=6Xprq92Ke+az@tWJt9>N}4COB&J=Iw2Pjh z-1b}2g~UMEG?R2&o1lbSN-`j05|2+wHbJ(~f`cWSJUqzCB~rOsBQSDxq)H8XA%6&z zDlJ2>n&B(iZb~6G+2Sl!_w7v-+Dodw@d8n9fmG84LP66~syVYg=CFz67=UFZx=2p* zAgd!|r8-_eG1rn*=UWMIq||Us4DpyBQnO}w;vhSzZ9Yz1qqfxX@L$vuA4;BfSPf^K zC2zAQi65Sl&tf+cN5@Eg0^#5+^Ug^9qHKr;50(ZN%qGYg$^Qdf>!O#^@O@uVV(lr7 zJWxa|bej|ux`OCjYbm%cL}kZi(s-RS(W9}_M9ptvUxYN-z=@aMElvLXjA)>jG`Wz0 zsnV2N{fQfWrO?FR#M_pTrtdCIQqQT<^hAHMuqrE*7tF4`G_xFp#;ZihQh5=SjiVH1 znhy_{EiG6vAH}E}(&EG&sFDR)={Q>JS%fu6iO{?Nf8Hz5FhO> zMf{lvqueX4cF08hf61ja?kF}59Ve~p^O8iV(o%GnQwScUkQXwAl6$a~Jtj%(gOSho zs4Hz6)RV-J0n(V&QjdIg{Zb& zly)|bLdC^j+P%aAtEU3IK*r+C6pAGS6iV$|OMAbdr84rc6d#$5>eT`88AUb%BIpO<{L5}0?pg`T>t`u)sUV^0Rlkr9c60N#| zwm9Ae+TnN_SQW<)!5TO&e%}Gi0v(Zd3n_kc1LXVLK$P!R-v<#?)|fySu)P$&zZdbY z>C(PBal~z&Nc-Xk61VLj?O%bk-*iy2B=|RltDGhs8b6q5N>eGRZ5Cv48HJJ*EG3=o zM^dfV($UUw#G1!QM=#_fsT?XDH;f=ra=mn7e-46Bv_h$NP3ffWF!Vq#>2y*p5-wrV z+4+cep+lt$(;SHP&XO)}O@YMQBwgnCT-AjZ>2evY%Prrf^tHZ_SpTFeals^xuamB$ z2+hk3QYiH}DBWm&9+{54bSr8iV!?1JYk)WL2PdVhf&LJg!=$@&P*lpCr;wMnk?uwz zCyZB1_tCZ!UbDc4V6yaR)=Of)dr6OzaAUC+gY@i4E~3;s=|#Vp#JAO#au?JmRy*Fx z#z&;rpNmL*TPnT30~hS_Rr;_K(X!yG^l7UzBbQo-{`;yZ>) zpI>7{2b!fqbuq)Guk()q2wR&Y7tHo${4_`-~>>dYe?#C!Ba2olFKB zD3ir9^>{(-Se`8JfupFfT$Zom2Br^CDEunR@)H>{I!&Rtw_R4%jUo2NUDkVI3hRuN zOHC_;W_+Yj&}6wx=V8Rsn#kqW!RX)ZRcH|fVR9v;Skxp$cIY&V_?3nVCAXS#o$H-R zs+%O&?~17AabIqjh;;g!EH~Ow8VSZR+0_=&tfNMDjmF%*{w%v5tO`vxP;R_B7IFTg zLf*B%Lh-PX+|+L-i9u;{vl00Ie1qKLSb5a{F7=aJ4fP>0?t<**Ya(`aquja)Tya8m zx%E(-=;%I$B4?)DIv%=Uhojs^zJu=AM!8K-2$iU&a+_1@i4R#RxA}xZM%Sfs+Y;AF z$o6vE#}KnDM(!ByL_A9`cfH+)_}9^L*QfZt{czc{J?4(}EG>KXfWmoYFL#^Ch_Cu7 z`()xtf(zt6QMlv4PI7<$*~AyGk$tMoC; zy$XefTk^!^hmok%mnZlCN;F!?Q~!eqeQlPfrz4@MV394wFC>+(Jfn&a^82gu%;G;( zJRr{+iYfT>MP3*ME6>)-i@FXZ);CmMl-LO;+@nzPSSUx-?@GMgXgQ+I0-^!s<%o_K ziENrEWG*gN-rTE@w>zv*@;E9-6gRVM##)pY%q37EFWX*@7=v}&cb7u(_N*Ln6~;Go zt3ol#LtcKc2l2lvKC9{Fy_e4r+dfDk4_~HGj9V+m zqrS^8<;V%TXmro6%ZH=Wh?n=5kK|w(YMDY&WRZ_n`$z0TU-@Vu-mg?vK0X~PnXXv5 zWVM`fxD)z+bxA(+Up}$c>*ce3Y7ou&rBIx?E}zTqLA3preBmREGvcLu5uFd_8mdrK z>0#y4mGY&}DI|6cl&=;SuMWA%nZ5`@S0-67vdgQ)ebCEwDhp@2Tfw|iq1 zoOO|J-;F~2-&RGw+tiy#T}z?l_D#Oq63emtJNdyr@OC$ad~R>~!A&hvt8endJJrx$ zFD+-cbwf(_Q+_-InNg*O^3$Uj^4>M&=fiQne|;5-KaTPXH4=`zgK};Xg3rkN@=F^` z?er-5bp?xr;_?ppwZm#6RXHoop$d7y7WwshTM|j>@*BMkRPGu1?aDk<%gploHaO8^ z2RUDtfPDk4P|=E^L>oq`ct$p=?fX??TOP4~ zyH&!n=PR-NYAX2xPS|sWN{up^nCPQYzg|rI!g-ak3ar`Ypvt&&4$=KERf(&3;+lt4 zr7DIaZ0l4uHd;889EIF2T2;FJGu()ss`L<4I<#90n?qDB``SXnZBe;JZzHk$waVRV6%^4CmHRmxlzJwp zI<8&?srS>O>NIu;+Gd$nIt^CHuO%pyT5eZ$%EaGmJXd+tJWtdqS>+LlWz+bY%F|Vi z+U{|cXS@k@!;%WclNqYsbss)IsQL1hrn(;umV8Xy=|AE+98JsGtgU)6;BiRdjgQcdw} zi}KwnRcP_ZJqlG#TZ)YcmeF>q87hcD+alEr4a8(6dzGci9~en3m1QZ%6aQ1q`3>1T zL!+9z;Wp8U2-W-tyOAZQD-?OdRSRdrK~4IhT7=Fvn;xxN^308-1`Sk8GvFEBLsbz4 z5Umbbs%6dHu?m_fnoeb4gnCtU zDQBXfIjZOnuGp;dTD9#6Bv(Nz)voSq5u8F)yDJuv_?@WQ>llUl!8=v_VO)4ym}*~o z96Fw1s{OcOsZz8m>Gez0gw?9#AWX^jy{eO4u>OUARn^%NFqRQ{sqVNWod+_(?Hd|UpR5e zDAmLBYltS>sd5lb>0ve1vzPFU9Y?EPxQ!#8aaQ%l|0Z%kC)JyxE<|Y^Re2sU$Y`dj z^2TOjiu_gY!ceI2t*3f-3K#00qk4A%LFuhV^`YVm?4VGq@`LZ7Rur%LHZhr~?mN|Q zixF{t)gINqJ%vOq@2JJStyt&f)N;sB;^zv~+6_g>+sCPOSA!v$Ua1XjXA@txS#6k& zzYp)PHo4tG>$Sbwbl5~}mriY7q9O5So4UluC&>9qs7rBw66!_j3S-(6*UnT|UV{y5 z#svzc4wuxH%2^PbWzyAE+T2`n5c|AWZPkc(6iROA z)s7`zqGMWH?fCEQ+)$68B20TTTBAqfx8dt?v(`tFLzF@POresJr=|MNPM>La}G8 zx~BztKQ=|(dkm^y>z=54-^P>L3{(50T_ifN7sQPvj92$9i`1(3Q378S^_}FUWiKtdlN8XUD2%oAZd?)>O~^;((Hly?WtQE%EkA>ZRDQ z!p;S%mris+c(1Qs`VAvguC+QM0E)>nV5T}EttCm7f2$*|uYgXC-#EeVS(JRqp8udmUz0aG(-P-C6 z*|3#v9n_nhx}a@eO1;&2F!4!~)UoFhh^lN??-+{xKm62r^{xY04rj}#cc0Bf>*Sky z&(s`ZM}5@$1|U2iiB%_1IF7mcK-mVU6>U`)3l0AMulnezuV^TCP$-&LKqCI)l&O`X0Z zpZHH#^_6U>)YwJptH<^tpD(Gt9@vOjLNoP^&4Y=}e67yEBJ1(eS{O3(9=bZY@A_SX#b=7Z{A_v^JR{d5wOssCW`rUF1 z!e^-y>inj;MAvJnzrBKT2^y;Yz5)*EOda))zc|4%8}+YJhvCzIs(&RcKxrmMT^!$8 z6&Llt`bf)r2dV${9fBz5t)X!ksgI5tF-U?8f2xu9ZznoERb!gipSb%NO&R~5#I}ys zlx>htY+M^nISa(4RHlrk{M}SyE5~Rm*#{7xyjWwu`!zJ(SB?EaZ`j6ijeWsKk_=BZ zHS3tLYpuJcW?f8G<#U=^Ar-OHsimgQz1hTuq-*NFgp9xEqp7#064LlkO@m(WAN5~p zTrX6Im|dW0tlL3MTB&Ka4tc}y0UApSj*jH_-|dqnw%by>}z(dUU(>#PZMiXpOf(TsTRLv-9( zGpYqD9o-&if@Z>De6nc94uYrL7oiy&??&RFttPlGBw5!C&G=Th!5ULElg_|~W>42l zR{Im5zf=>-Zo>vrrCKfhj??+>@1v( z`k%2-vwLzL(&9s!Jw!G;HNoL3Ogoa z7HY11gVA0!78Ciu%}z~5=_|0Q6IS+rt&nwWqL3d>(`2|{b?kT2WDLigH)^N3IvN)m zYOA@Lei5#kX|8@qBA#kvW%?J*HIYPgXNp4cx`yW3?2ANMb2Yb|Q;7nMnp^cFAXK>K z&RxrF67kbC_qI+WdjDOMQvs#dL#s7U>)4`cl%#o95}t7LWljFz7-BstYCe{IfiU`6 z^W_sVp${80-+s;}sa_AwpUGI3U*>E6?8E2!Bx(L8WfGq-N6QqMcUG zNz{tTw%EWlSu0zzwM0)QYSma?BIK%84PVX5yKD7}UZT|c*hX`OT-5A0ByN;h=Nb&X)7JaKu&elR!%fwb8>&J?XUyH(&uWcm%#-~1Zb-l z{Dn~_D3m&cYb`bA;fX(#($-itjL5H#wpN=ONU=P%j$L4k591W_BT?Fh*_itt<+M!( zm%%FV)HbzUjlCUzwaq4MC*Gp9w%Oq@bWR^?+d`m-m>=3sk;%jd&C+^=U?eX+P$-^O z(t2bMgTp$c^%?=kQFWlf+D_Z%?a$7svQzBN;L!qR$(T<+GgQ&o!oxZ|_nl zwW^~HK37EISd?~RZ!o#GcG3id)pLuqlW)19;%Tp)_6Z5f<{jGUxoFo-KB2W>*|B5g zwR6|%Ni5!HrRAQNcK%fpn$H>9`L|I@nfqNEHW9A)gOyU(p4x>^5e;W^?UG|2#IsIm zmwHtqu|&2q-%%Se86%OFr;U_HL5Q5xuGsdI$fuolgCi1-m!aBCHrt5V?ALCtRRNun z9@@=);Rgmb&~7~)gZN*?U%T~(Od@xiHg+~#s%GTTA;S5;h>-Yv1(7rj{yMR@yDm zz8UX8bm)^dZwrD@^f~R@vlf3;C~UQFv$qqSd8K_n0^0A@Glf!@MD2%&9V9Al(|)_1 zPapwk5A5;^oz$m{3obonSK z7Ld+R$Awt%9i6c@qS~GvI`iuyY^U+pRi1{=$J^_w6gVSzCF%Zaiy-ykt*&+-jO3SW zUENNzNxUu4IUg^=R87!1U-L%k<$%`$$)KiKdey1#OT_sMsm6=P1jx~xd!5(N1oV17>blp14VCoK^>jc@Y4vkm&zi7>HGeERzg9WK9UJNfobW`2@_;S? zx}6Q%qZ{%ug}8UHF0ijR((=u^p)E_JPO!{Mr|JrsZ6z!1ZYq@Ai-|Bh;+<|-a%E)I zqpY;I*NqGfLcP#mH}Wl*vtKvz$9Lk#Emf5lVvdV$)T06vqkidvZVJ?Pzv;#~Va{hb z>82#2zprkko05uNP{0Y@wB$3;^UrkC6TTy@9;2Hx6T;w+6bfjR@;fnr@L1=lxVdw=}U38x~t;=$1tv!7m;z>XsKCCNZ|E zF4_do*JOk)x;chu#YA0nmrcYE`&pUx#me*ny6D^6@FSEK3dMn|y7lKJ6tNatS!#>N_+A%tS0?&>L>Kc-M*si!c-@xGTH@_H=(grhB(e8|E|v;N zcn=3ZgC}*dLoY&*?9^@hRgTz+OkG@Ydi|iLZucmZ)z3TW_KZnKL%~iLUwJZGD_eE( zt)9U)TIlw*awS$GO?TkgRMZI`DwLZ1&?RPO5r5ZQchGMRtnhms-ND4(SdVpeNw?AM zD*I1&_<${mDob_Aw~$nh4N)lEE-I8d^w6E`jBqWsSg8rI()+VQsZ9f2iZ6_Cas^$= zwMhu;^L1yl5PqAr(w*yGJjI7~sg2yR+yitMnp)smvp4E4ue(V6XbW9>v@?-iUES56 z^RWyo>#nyxL)1A=cccAc1f@E*$HLLYikZMsX)7#B!k0%v+`@^`QTZ8mfW3LdqUZk%Z1Y7ItuD8^k zA4xp0quzOm8}WeIdgtTVK4++^Zz`Q6vFL!lr8*l=a!B9ixf@BwB7M8Nfy9=o6bf?C zcV0LNo66$#9>bsyW`5Ck^}`K(aMF8gzhGn^>3cYspbuj8J$rW`(JNc;;|zcB7C%K; zJp+DcyG0*R0Xp1yv3>};T#|a6K5#ue)bV%v!1IlW#mvzUT?;Y!q{}-}OZ8ci=$%!ws3xjQRQ}#nrDU(!acPhgg$)`gc#}5#`m= zzweLL<+M%z@lyzi`c3qo5=*1NFnqhd;8!CO6Ta#{r^5*U^wR(IL0H`wq5ruLL$$Gl zfp6`A#6)8d7;<*ymO*dC`kfSMFfPx52ecSUSc-_RtY#>&G=-?%BSWb-sGRf)GuZgd zMuYN?q4II4>hI+Yb}pmPl8HA|wcCMA=!>D+8OuBr1pXPSom+=(@rU-Mj=6?XwNe85L0Nk_-)gN$`lW!L>#tTk>OZ;~5 z%tFJA?l86;X@*7n@=-6`Xl3n8!;**ohykS(iqCZnOZz53bPM8!=0AvVc76Enb_+shD{xZA+xbJ#JqwFPTObL5{f4}{l~DaZBWvKUqw4td}9VE?n@9eumSHQ?dUi znH$bs#io!7qYSApoJpJvHC*7B^YWz>iUZLKrS@7w+TeFc92yy}cKiz4_-45FU@npO z9>c9D7*)L$hTAm|%)0k9WSy{u|CnI7+W=y;x1HhMtW6|7HZt6=g4IxMiQ(~iK|DDG zOh^9zxxC@Yzpv2cYYb1Hz@;`-8D1{;CQ-p)$SZHc2(&Z2_4)!o;BI)o(UBN0X(&)3 z%Urx&p-A;Le7*-yH-3rXSAATtb_**Tw>JDcibln_I3tgQ^5MITd~Y9=`{x*?V4OFx zz^FAl!{xr3Y}D;U26LSmOAZ=E%&)*$Ml}Qp#zJG6PdOwqLX2f?kWBi!8Ov?KI^Vs{ zSgAJ(kP&;0mG5=O4-{q_s|{ z8jysre%$DM0Q#V5p|Np=Ukf7yLp}wMyVuFaRt9}$tYt-%U3v_W3sVJw+lr2eF{azzY3-HlZ{;l563>eszy(DOv#@t zqnBX=vHBLH*Hb$Z2A$Enb};tyJu!MO!~;YuFm_)$pZLMe#vZoqNkqpQd#%B0n3rtq z(;eUcUc=bG#38uiv&Q~K@PJJZ8ZG`9Vm_~}aY+AasL?hx4%v5`#GEO{z)>;8YPK*A zpN9DD(Zx8*{0wb&jd4^*{05jkGmdeDuXk>03=Tn|a=>$A@ETme$;CLaxOeo_Vw}3J z2o=@G#u;(=adXs7qh*JQ#J{!1Id%_F7qm5o<$9w;lW0+1h}S;G1wJL=lQ$X{9NSEy z-X7!P?&XL-?_*pRd<)xg^~PnV`lIbO-ng<&4tmAc6-upF8>21gD__)iN31+mu4XVzJ5oAxveh!)f_Id(4v{l9LQ@S3SH~<3dM^-CZ~w)L|bZ_>XpRuG;}gGeCJQR zu$ifGt_izcQcW$UEJS8>%GAmWM(8r$)C!J8s^nv8?RpZm-d?6QH(HY@Q)p^G0&2Qu zfT`n97u1x$nL243A{*A2I&VLW{l5WMOkHzJB3QIEc}{mDkw44StqlZ%A~hcRzxY8vE+8|V{i z3V4CeN987_z@R%2r?pHY%%g~MUYSNru))@?9j2gnmT>&aWt3@Fi3DO{txa=T3W;)U zO!F-#i9QFI!lo@Isl*vmcvFe^*d$YUcZ^86iV9iWeAD8c=pEHCnihXj)4|4v(am--9lIY)+^?-ES%xc~;A%SQGMjk3tLgOF1QIoF zno@F+Xe6C6o%!mDaH}(&HM^rLen+8ra^7@#ZaJvu^QQE9*ko(K<5Sb%xQo=b9cBZ^K!gY|6fbbos(EQ%<8fL~<)DwM7c0cEP5n^PEX+ zE^B&v-I!U@WuDoP8%|O$W;UL3BU)-}HWn7ZGnvfh;^Rdx6pB>YTw-hj{_6x`E?EbjF?oi$ zL z3-Qyg1?D=TFjmX22y?wS2!+T{bA88Vkkh@)4Uc08_Y|64eenJ`Z*${XsEj;}FgN=T zwo&-k+`JaFV)i?8i#{nt_5IB)MunltyxH7hK_s!ZFRhI5vT}J{bL%Lq5^7;?H|H?% z#g68#&)}eTUNsL&!|#9Cg`4J~Eh}IzMx=Szd8}7yg?ZG0-pJ2|LaD_-^XT~bn2PBN zrH;?cHKf zKJx%tugq5SnQu7Zhoj~Tb8R6k`kF7Sg?5|W-+ZYJtoo~+`O;`i)iE-sSBfP5WVb@8 z+yN`g8~)EJR`!}<&KT4kn^f)0S4(B0Q(D!WWf|a4{9$)Xuu$edk?k(k}X{P;}_c0Q~z=X{3{X>!^8GyqT9slWN@cvrMqSDIfW!MK8= z%()FiiSNoV=dVFnKU35E^`<>h(|_h~JAH_j^i(KPcbH568Iuo9_RU;00+op}<3?dA rd|a2YRB}qn?pPqNYusG)jJn;`e!hLTh4$ST{&D;h$LzaF6TJQh5l!nQ diff --git a/res/translations/mixxx_pl.ts b/res/translations/mixxx_pl.ts index 887878d25f7..6bbece2288f 100644 --- a/res/translations/mixxx_pl.ts +++ b/res/translations/mixxx_pl.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Dodaj do kolejki Auto DJ (dół) - + Add to Auto DJ Queue (top) Dodaj do kolejki Auto DJ (góra) - + Add to Auto DJ Queue (replace) Dodaj do kolejki Auto DJ (zamień) - - Import Playlist - Importuj listę odtwarzania + + Import as Playlist + Importuj jako listę odtwarzania + + + + Import as Crate + Importuj jako skrzynkę + + + + Crate Creation Failed + Tworzenie skrzynki nie powiodło się - + + Could not create crate, it most likely already exists: + Nie można utworzyć skrzynki, najprawdopodobniej już istnieje: + + + Playlist Creation Failed Tworzenie listy odtwarzania nie powiodło się - + An unknown error occurred while creating playlist: Wystąpił nieznany błąd podczas tworzenia listy odtwarzania: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nowa lista odtwarzania - + Add to Auto DJ Queue (bottom) Dodaj do kolejki Auto DJ (dół) - - + + Create New Playlist Utwórz nową listę odtwarzania - + Add to Auto DJ Queue (top) Dodaj do kolejki Auto DJ (góra) - + Remove Usuń - + Rename Zmień nazwę - + Lock Zablokuj - + Duplicate Duplikuj - - + + Import Playlist Importuj listę odtwarzania - + Export Track Files Eksportuj pliki utworu - + Analyze entire Playlist Analizuj całą listę odtwarzania - + Enter new name for playlist: Podaj nową nazwę listy odtwarzania: - + Duplicate Playlist Duplikuj listę odtwarzania - - + + Enter name for new playlist: Podaj nazwę dla nowej listy odtwarzania: - - + + Export Playlist Eksportuj listę odtwarzania - + Add to Auto DJ Queue (replace) Dodaj do kolejki Auto DJ (zamień) - + Rename Playlist Zmień nazwę listy odtwarzania + - Renaming Playlist Failed Zmiana nazwy listy odtwarzania nie powiodła się - - - + + + A playlist by that name already exists. Lista odtwarzania o tej nazwie już istnieje. - - - + + + A playlist cannot have a blank name. Lista odtwarzania nie może mieć pustej nazwy. - + _copy //: Appendix to default name when duplicating a playlist _kopia + - + - - - + + Playlist Creation Failed Tworzenie listy odtwarzania nie powiodło się - - + + An unknown error occurred while creating playlist: Wystąpił nieznany błąd podczas tworzenia listy odtwarzania: - + Confirm Deletion Potwierdź usunięcie - + Do you really want to delete playlist <b>%1</b>? Czy na pewno chcesz usunąć playlistę <b>%1</b>? - + M3U Playlist (*.m3u) Lista odtwarzania M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Lista odtwarzania M3U (*.m3u);;Lista odtwarzania M3U8 (*.m3u8);;Lista odtwarzania PLS (*.pls);;Tekst CSV (*.csv);;Odczytywalny Tekst (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Nie mogę załadować ścieżki. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Wykonawca albumu - + Artist Wykonawca - + Bitrate Bitrate - + BPM BPM - + Channels Kanały - + Color Kolor - + Comment Komentarz - + Composer Kompozytor - + Cover Art Okładka - + Date Added Data dodania - + Last Played Ostatnio grane - + Duration Czas trwania - + Type Typ - + Genre Gatunek - + Grouping Grupowanie - + Key Tonacja - + Location Lokalizacja - + Preview Podgląd - + Rating Ocena - + ReplayGain GainPowtórki - + Samplerate Próbkowanie - + Played Zagrane - + Title Tytuł - + Track # Nr ścieżki - + Year Rok - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Akcja zakończona niepowodzeniem - + Please enable at least one connection to use Live Broadcasting. Aby użyć Live Broadcasting ustaw przynajmniej jedno połączenie. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Dodaj do Szybkich Odnośników - + Remove from Quick Links Usuń z Szybkich Odnośników - + Add to Library Dodaj do Biblioteki - + Quick Links Szybkie Odnośniki - - + + Devices Nośniki - + Removable Devices Urządzenia wymienne - - + + Computer Komputer - + Music Directory Added Dodano katalog z muzyką - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Dodałeś jeden lub więcej katalogów z muzyką. Utwory z tych katalogów nie będą dostępne dopóki ponownie nie przeskanujesz biblioteki. Czy chcesz zrobić to teraz? - + Scan Skanuj - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Komputer" pozwala Ci nawigować, przeglądać i ładować ścieżki z folderów na dysku twardym komputera oraz na urządzeniach zewnętrznych. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx to oprogramowanie dla DJ-ów o otwartym kodzie źródłowym. Aby uzyskać więcej informacji, zobacz: - + Starts Mixxx in full-screen mode Uruchamia Mixxx w trybie pełnoekranowym - + Use a custom locale for loading translations. (e.g 'fr') Użyj niestandardowych ustawień regionalnych do ładowania tłumaczeń. (np. „pl”) - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Katalog najwyższego poziomu, w którym Mixxx powinien szukać plików zasobów, takich jak mapowania MIDI, zastępując domyślną lokalizację instalacji. - + Path the debug statistics time line is written to Ścieżka, w której zapisana jest oś czasu statystyk debugowania - - Use legacy vu meter - - - - - Use legacy spinny - - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Powoduje, że Mixxx wyświetla/rejestruje wszystkie otrzymane dane kontrolera i ładowane funkcje skryptowe - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! Mapowanie kontrolera będzie generować bardziej agresywne ostrzeżenia i błędy w przypadku wykrycia niewłaściwego użycia interfejsów API kontrolera. Nowe mapowania kontrolerów powinny być tworzone z włączoną tą opcją! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Włącza tryb programisty. Zawiera dodatkowe informacje o dzienniku, statystyki wydajności i menu narzędzi dla programistów. - + Top-level directory where Mixxx should look for settings. Default is: Katalog najwyższego poziomu, w którym Mixxx powinien szukać ustawień. Wartość domyślna to: - + + Use legacy vu meter + + + + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin + + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Włącza tryb awaryjny. Wyłącza przebiegi OpenGL i obracające się widżety winylowe. Wypróbuj tę opcję, jeśli Mixxx ulega awarii podczas uruchamiania. - + [auto|always|never] Use colors on the console output. [auto|zawsze|nigdy] Użyj kolorów na wyjściu konsoli. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages Ustawia szczegółowość rejestrowania wiersza poleceń. krytyczny — ostrzeżenie krytyczne/tylko krytyczne — powyżej + informacje o ostrzeżeniach — powyżej + debugowanie komunikatów informacyjnych — powyżej + śledzenie komunikatów debugowania/programisty — powyżej + komunikaty profilowania - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Ustawia poziom rejestrowania, przy którym bufor dziennika jest opróżniany do mixxx.log. <poziom> jest jedną z wartości zdefiniowanych w --log-level powyżej. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Przerywa (ZNAK) Mixxx, jeśli DEBUGUJ_ASERCJĘ ma wartość false. W debugerze możesz kontynuować później. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Załaduj określone pliki muzyczne podczas uruchamiania. Każdy określony plik zostanie załadowany do następnej wirtualnej talii. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupa - + Item Pozycja - + Value Wartość - + Parameter Parametr - + Title Tytuł - + Description Opis @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Ustaw głośność na maksimum - + Set to zero volume Ustaw głośność na zero @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Przycisk reverse roll (cenzuruj) - + Headphone listen button Przycisk odsłuchu słuchawkowego - + Mute button Przycisk wyciszenia @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientacja miksu (np. lewo, prawo, środek) - + Set mix orientation to left Ustaw kierunek miksowania na lewo - + Set mix orientation to center Ustaw kierunek miksowania na środek - + Set mix orientation to right Ustaw kierunek miksowania na prawo @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Przycisk wstukiwania bitu - + Toggle quantize mode Przełącz tryb kwantyzacji - + One-time beat sync (tempo only) Jednorazowa synchronizacja rytmu (tylko tempo) - + One-time beat sync (phase only) Jednorazowa synchronizacja rytmu (tylko faza) - + Toggle keylock mode Przełącz tryb blokowania @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizery - + Vinyl Control Kontrola vinylem - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Przełącz kontrolę vinylem w trybie CUE (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Przełącz kontrolę vinylem (ABS/REL/CONST) - + Pass through external audio into the internal mixer Przepuść zewnętrzne audio do wewnętrznego miksera - + Cues Znaczniki Cue - + Cue button Przycisk Cue - + Set cue point Ustaw punkt Cue - + Go to cue point Idź do Cue - + Go to cue point and play Idź do Cue i odtwarzaj - + Go to cue point and stop Idź do Cue i zatrzymaj - + Preview from cue point Podejrzyj od Cue - + Cue button (CDJ mode) Przycisk Cue (tryb CDJ) - + Stutter cue Stutter cue - + Hotcues Znaczniki hotcue - + Set, preview from or jump to hotcue %1 Ustaw, przejrzyj od lub przejdź do hotcue %1 - + Clear hotcue %1 Wyczyść hotcue %1 - + Set hotcue %1 Ustaw hotcue %1 - + Jump to hotcue %1 Przeskocz do hotcue %1 - + Jump to hotcue %1 and stop Przeskocz do hotcue %1 i zatrzymaj - + Jump to hotcue %1 and play Skocz do hotcue %1 i odtwarzaj - + Preview from hotcue %1 Przejrzyj od hotcue %1 - - + + Hotcue %1 Skrót %1 - + Looping Zapętlanie - + Loop In button Przycisk początku pętli - + Loop Out button Przycisk końca pętli - + Loop Exit button Przycisk wyjścia z pętli - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Przesuń pętlę naprzód o %1 beat'ów - + Move loop backward by %1 beats Przesuń pętlę wstecz o %1 beat'ów - + Create %1-beat loop Stwórz %1-beatową pętlę - + Create temporary %1-beat loop roll Utwórz tymczasową pętlę %1-beatową @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Regulacja głośności - + Full Volume Maksymalna głóśność - + Zero Volume Głośność zero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Wycisz @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Odsłuch na słuchawkach @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Kierunek - + Orient Left Kierunek w lewo - + Orient Center Kierunek środek - + Orient Right Kierunek w prawo @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Skoryguj siatkę tempa do prawej - + Adjust Beatgrid Reguluje siatkę uderzeń - + Align beatgrid to current position Wyrównaj siatkę tempa do bieżącej pozycji - + Adjust Beatgrid - Match Alignment Skoryguj siatkę tempa - dopasuj wyrównanie - + Adjust beatgrid to match another playing deck. Skoryguj siatkę tempa aby pasowała do drugiego grającego odtwarzacza. - + Quantize Mode Tryb Kwantyzacji - + Sync Synchronizuj - + Beat Sync One-Shot Synchronizacja One-Shot - + Sync Tempo One-Shot Synchronizacja tempa One-Shot - + Sync Phase One-Shot Synchronizacja fazy One-Shot - + Pitch control (does not affect tempo), center is original pitch Kontrola wysokości dźwięku (nie wpływa na tempo), środek to oryginalna wysokość - + Pitch Adjust Dostosowanie Tonu - + Adjust pitch from speed slider pitch Dostosuj wysokość za pomocą suwaka prędkości - + Match musical key Dopasuj klucz muzyczny - + Match Key Dopasuj Klucz - + Reset Key Przywróć Klucz - + Resets key to original Przywróć klucz do oryginalnego @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Basy - + Toggle Vinyl Control Przełącza kontrolę winylem - + Toggle Vinyl Control (ON/OFF) Przełącz kontrolę winylem (Włącz/Wyłącz) - + Vinyl Control Mode Tryb kontroli vinylem - + Vinyl Control Cueing Mode Tryb sterowania cue winylem - + Vinyl Control Passthrough Przejście kontroli winylu - + Vinyl Control Next Deck Kontrola Vinyla Następny Deck - + Single deck mode - Switch vinyl control to next deck Tryb pojedynczego odtwarzacza - Przełącz kontrole winylem do następnego odtwarzacza - + Cue Wskaźnik (Cue) - + Set Cue Ustaw wskaźnik (Cue) - + Go-To Cue Idź do Cue - + Go-To Cue And Play Idź do Cue i odtwarzaj - + Go-To Cue And Stop Idź do Cue i zatrzymaj - + Preview Cue Podgląd Cue - + Cue (CDJ Mode) Cue (Tryb CDJ) - + Stutter Cue Sygnał CUE - + Go to cue point and play after release Idź do punktu CUE i odtwarzaj po puszczeniu - + Clear Hotcue %1 Wyczysć HotCue %1 - + Set Hotcue %1 Ustaw HotCue %1 - + Jump To Hotcue %1 Skocz do HotCue %1 - + Jump To Hotcue %1 And Stop Skocz do HotCue %1 i zatrzymaj - + Jump To Hotcue %1 And Play Skocz do HotCue %1 i odtwarzaj - + Preview Hotcue %1 Pokaż HotCue %1 - + Loop In Początek pętli - + Loop Out Koniec pętli - + Loop Exit Wyjście z pętli - + Reloop/Exit Loop Powtórz/Wyjdź z pętli - + Loop Halve Połowa pętli - + Loop Double Podwojenie pętli - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Przesuń pętlę +%1 beat'ów - + Move Loop -%1 Beats Przesuń pętlę -%1 beat'ów - + Loop %1 Beats Pętla %1 beat'ów - + Loop Roll %1 Beats Zapętlenie % 1 beat'ów - + Add to Auto DJ Queue (bottom) Dodaj do kolejki Auto DJ (dół) - + Append the selected track to the Auto DJ Queue Dołącz wybrany utwór do kolejki Auto DJ - + Add to Auto DJ Queue (top) Dodaj do kolejki Auto DJ (góra) - + Prepend selected track to the Auto DJ Queue Dodaj wybrany utwór do kolejki Auto DJ - + Load Track Załaduj utwór - + Load selected track Załaduj zaznaczoną scieżkę - + Load selected track and play Załaduj zaznaczoną ścieżkę i odtwórz - - + + Record Mix Zarejestruj mix - + Toggle mix recording Przełącz rejestrację mix'u - + Effects Efekty - + Quick Effects Szybkie efekty - + Deck %1 Quick Effect Super Knob Super Gałka Szybkiego Efektu dla odtwarzacza %1 - + Quick Effect Super Knob (control linked effect parameters) Szybka Super Gałka (kontroluje połączone parametry efektów) - - + + Quick Effect Szybki Efekt - + Clear Unit Wyczyść Jednostkę - + Clear effect unit Wyczyść moduł efektu - + Toggle Unit Przełącz moduł - + Dry/Wet Suchy/Mokry - + Adjust the balance between the original (dry) and processed (wet) signal. Dostosuj balans pomiędzy sygnałem oryginalnym (suchym) i przetworzonym (mokrym). - + Super Knob Super Gałka - + Next Chain Następny łańcuch - + Assign Przypisz - + Clear Wyczyść - + Clear the current effect Wyczyść bieżący efekt - + Toggle Przełącz - + Toggle the current effect Przełącz bieżący efekt - + Next Następny - + Switch to next effect Przełącz do następnego efektu - + Previous Wstecz - + Switch to the previous effect Przełącz do poprzedniego efektu - + Next or Previous Następny lub Poprzedni - + Switch to either next or previous effect Przełącz do następnego lub poprzedniego efektu - - + + Parameter Value Wartość parametru - - + + Microphone Ducking Strength Moc wyciszania mikrofonu - + Microphone Ducking Mode Tryb wyciszania mikrofonu - + Gain Wzmocnienie - + Gain knob Pokrętło wzmocnienia - + Shuffle the content of the Auto DJ queue Przetasuj zawartość kolejki Auto DJ - + Skip the next track in the Auto DJ queue Pomiń następny utwór w kolejce Auto DJ - + Auto DJ Toggle Przełącznik trybu Auto DJ - + Toggle Auto DJ On/Off Włącz/Wyłącz tryb Auto DJ - + Microphone & Auxiliary Show/Hide Mikrofon i urządzenie pomocnicze Pokaż/Ukryj - + Show/hide the microphone & auxiliary section Pokaż/ukryj sekcję mikrofonu i sekcji pomocniczej - + 4 Effect Units Show/Hide 4 jednostki efektów Pokaż/Ukryj - + Switches between showing 2 and 4 effect units Przełącza pomiędzy wyświetlaniem 2 i 4 jednostek efektów - + Mixer Show/Hide Mikser Pokaż/Ukryj - + Show or hide the mixer. Pokazuje lub ukrywa Mikser - + Cover Art Show/Hide (Library) Pokaż/ukryj okładkę (biblioteka) - + Show/hide cover art in the library Pokaż/ukryj okładkę w bibliotece - + Library Maximize/Restore Maksymalizuj/Przywróć Bibliotekę - + Maximize the track library to take up all the available screen space. Maksymalizuj bibliotekę utworów, aby wykorzystać całe dostępne miejsce na ekranie. - + Effect Rack Show/Hide Moduł Efektów Pokaż/Ukryj - + Show/hide the effect rack Pokaż/ukryj Moduł Efektów - + Waveform Zoom Out Zmniejsz wykres dźwięku @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Wzmocnienie słuchawek - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Stuknij, aby zsynchronizować tempo (i fazę z włączoną kwantyzacją), przytrzymaj, aby włączyć stałą synchronizację - + One-time beat sync tempo (and phase with quantize enabled) Jednorazowa synchronizacja rytmu (i faza z włączoną kwantyzacją) - + Playback Speed Prędkość odtwarzania - + Playback speed control (Vinyl "Pitch" slider) Kontrola prędkości odtwarzania (suwak Vinyl "Pitch") - + Pitch (Musical key) Wysokość tonu (klucz muzyczny) - + Increase Speed Zwiększ prędkość - + Adjust speed faster (coarse) Regulacja prędkości szybciej (zgrubna) - + Increase Speed (Fine) Zwiększ prędkość (dokładne) - + Adjust speed faster (fine) Regulacja prędkości szybciej (dokładna) - + Decrease Speed Zmniejsz prędkość - + Adjust speed slower (coarse) Regulacja prędkości wolniej (zgrubna) - + Adjust speed slower (fine) Regulacja prędkości wolniej (dokładna) - + Temporarily Increase Speed Tymczasowo Zwiększ prędkość - + Temporarily increase speed (coarse) Tymczasowo zwiększ prędkość (zgrubnie) - + Temporarily Increase Speed (Fine) Tymczasowo Zwiększ prędkość (Dokładnie) - + Temporarily increase speed (fine) Tymczasowo zwiększ prędkość (Dokładnie) - + Temporarily Decrease Speed Tymczasowo Zmniejsz prędkość - + Temporarily decrease speed (coarse) Tymczasowo zmniejsz prędkość (zgrubnie) - + Temporarily Decrease Speed (Fine) Tymczasowo Zmniejsz prędkość(dokładnie) - + Temporarily decrease speed (fine) Tymczasowo zmniejsz prędkość (dokładnie) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages BPM / Beatgrid - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock Synchronizacja / Blokada synchronizacji - + Internal Sync Leader Główna synchronizacja wewnętrzna - + Toggle Internal Sync Leader Przełącz główną synchronizację wewnętrzną - - + + Internal Leader BPM Główna synchronizacja wewnętrzna BPM - + Internal Leader BPM +1 Główna synchronizacja wewnętrzna BPM +1 - + Increase internal Leader BPM by 1 Zwiększ główne wewnętrzne BPM o 1 - + Internal Leader BPM -1 Główna synchronizacja wewnętrzna BPM -1 - + Decrease internal Leader BPM by 1 Zmniejsz główne wewnętrzne BPM o 1 - + Internal Leader BPM +0.1 Główna synchronizacja wewnętrzna BPM +0,1 - + Increase internal Leader BPM by 0.1 Zwiększ główne wewnętrzne BPM o 0,1 - + Internal Leader BPM -0.1 Główna synchronizacja wewnętrzna BPM -0,1 - + Decrease internal Leader BPM by 0.1 Zmniejsz główne wewnętrzne BPM o 0,1 - + Sync Leader Główna synchronizacja - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) 3-stanowy przełącznik/wskaźnik trybu synchronizacji (wyłączony, miękki lider, wyraźny lider) - + Speed Prędkość - + Decrease Speed (Fine) Zmniejsz prędkość (dobrze) - + Pitch (Musical Key) Wysokość tonu (klawisz muzyczny) - + Increase Pitch Zwiększ wysokość tonu - + Increases the pitch by one semitone Zwiększa wysokość dźwięku o jeden półton - + Increase Pitch (Fine) Zwiększ wysokość dźwięku (dokładnie) - + Increases the pitch by 10 cents Zwiększa wysokość dźwięku o 10 centów - + Decrease Pitch Zmniejsz wysokość tonu - + Decreases the pitch by one semitone Zmniejsza wysokość dźwięku o jeden półton - + Decrease Pitch (Fine) Zmniejsz wysokość dźwięku (dokładnie) - + Decreases the pitch by 10 cents Zmniejsza wysokość dźwięku o 10 centów - + Keylock Blokada przycisków - + CUP (Cue + Play) CUP (CUE + start) - + Shift cue points earlier Cofnij do punktu CUE - + Shift cue points 10 milliseconds earlier Przesuń punkty CUE 10 milisekund wstecz - + Shift cue points earlier (fine) Przesuń punkty CUE wstecz (dokładnie) - + Shift cue points 1 millisecond earlier Przesuń punkty CUE o 1 milisekundę wstecz - + Shift cue points later Przesuń punkt CUE dalej - + Shift cue points 10 milliseconds later Przesuń punkty CUE 10 milisekund dalej - + Shift cue points later (fine) Przesuń punkty CUE dalej (dokładnie) - + Shift cue points 1 millisecond later Przesuń punkty CUE o 1 milisekundę dalej - + Hotcues %1-%2 Szybkie CUE %1-%2 - + Intro / Outro Markers Markery Intro / Outro - + Intro Start Marker Start Intro Marker - + Intro End Marker Stop Intro Marker - + Outro Start Marker Start Outro Marker - + Outro End Marker Stop Outro Marker - + intro start marker stop intro marker - + intro end marker stop intro marker - + outro start marker start outro marker - + outro end marker stop outro marker - + Activate %1 [intro/outro marker Aktywacja %1 - + Jump to or set the %1 [intro/outro marker Przejdź do lub ustaw %1 - + Set %1 [intro/outro marker Ustaw %1 - + Set or jump to the %1 [intro/outro marker Ustaw lub Przejdź do %1 - + Clear %1 [intro/outro marker Czyść %1 - + Clear the %1 [intro/outro marker Czyść w %1 - + Loop Selected Beats Zapętl wybrane uderzenia - + Create a beat loop of selected beat size Utwórz pętlę beatów o wybranym rozmiarze beatów - + Loop Roll Selected Beats Zapętl wybrane rytmy - + Create a rolling beat loop of selected beat size Utwórz pętlę rytmiczną o wybranym rozmiarze - + Loop Beats Pętla bitów - + Loop Roll Beats Zapętlone rytmy - + Go To Loop In Przejdź do pętli - + Go to Loop In button Przejdź do przycisku Zapętlenie - + Go To Loop Out Przejdź na koniec pętli - + Go to Loop Out button Przejdź na koniec przycisku Zapętlenie - + Toggle loop on/off and jump to Loop In point if loop is behind play position Włącz/wyłącz pętlę i przejdź do punktu Loop In, jeśli pętla znajduje się za pozycją odtwarzania - + Reloop And Stop Uruchom ponownie i zatrzymaj - + Enable loop, jump to Loop In point, and stop Włącz pętlę, przejdź do punktu Loop In i zatrzymaj się - + Halve the loop length Zmniejsz o połowę długość pętli - + Double the loop length Podwoić długość pętli - + Beat Jump / Loop Move Beat skok / ruch w pętli - + Jump / Move Loop Forward %1 Beats Skok / Przesuń pętlę do przodu %1 beat - + Jump / Move Loop Backward %1 Beats Skok / Przesuń pętlę w tył %1 beat - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Przeskocz do przodu o %1 uderzeń lub, jeśli włączona jest pętla, przesuń pętlę do przodu o %1 uderzeń - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Przeskocz w tył o %1 uderzeń lub, jeśli włączona jest pętla, przesuń pętlę w tył o %1 uderzeń - + Beat Jump / Loop Move Forward Selected Beats Beat skok / Ruch w pętli Przesuń do przodu wybrane beaty - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Przeskocz do przodu o wybraną liczbę uderzeń lub, jeśli włączona jest pętla, przesuń pętlę do przodu o wybraną liczbę uderzeń - + Beat Jump / Loop Move Backward Selected Beats Beat skok / Ruch w pętli Przesuń wstecz wybrane beaty - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Przeskocz do tyłu o wybraną liczbę uderzeń lub, jeśli włączona jest pętla, przesuń pętlę do tyłu o wybraną liczbę uderzeń - + Beat Jump / Loop Move Forward Beat skok / Ruch w pętli Przesuń do przodu - + Beat Jump / Loop Move Backward Beat skok / Ruch w pętli Przesuń wstecz - + Loop Move Forward Pętla Przejdź do przodu - + Loop Move Backward Pętla Przejdź do tyłu - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Nawigacja - + Move up Przesuń w górę - + Equivalent to pressing the UP key on the keyboard Równoznaczne z wciśnięciem klawisza W GÓRĘ na klawiaturze - + Move down Przesuń w dół - + Equivalent to pressing the DOWN key on the keyboard Równoznaczne z wciśnięciem klawisza W DÓŁ na klawiaturze - + Move up/down Przesuń w górę/w dół - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Przesuń pionowo w dowolnym kierunku używając gałki lub wciskając klawisze W GÓRĘ/W DÓŁ - + Scroll Up Przewiń w górę - + Equivalent to pressing the PAGE UP key on the keyboard Równoznaczne z wciśnięciem klawisza PG UP na klawiaturze - + Scroll Down Przewiń w dół - + Equivalent to pressing the PAGE DOWN key on the keyboard Równoznaczne z wciśnięciem klawisza PG DN na klawiaturze - + Scroll up/down Przewiń w górę/w dół - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Przewiń pionowo w dowolnym kierunku używając gałki lub wciskając klawisze PG UP/PG DN - + Move left Przesuń w lewo - + Equivalent to pressing the LEFT key on the keyboard Równoznaczne z wciśnięciem klawisza LEWO na klawiaturze - + Move right Przesuń w prawo - + Equivalent to pressing the RIGHT key on the keyboard Równoznaczne z wciśnięciem klawisza PRAWO na klawiaturze - + Move left/right Przesuń w lewo/prawo - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Poruszaj się poziomo w dowolnym kierunku za pomocą pokrętła, tak jakbyś naciskał klawisze LEWO/PRAWO - + Move focus to right pane Przenieś fokus do prawego panelu - + Equivalent to pressing the TAB key on the keyboard Odpowiednik przytrzymywania klawisza TAB na klawiaturze - + Move focus to left pane Przenieś fokus do lewego panelu - + Equivalent to pressing the SHIFT+TAB key on the keyboard Odpowiednik naciśnięcia klawiszy SHIFT+TAB na klawiaturze - + Move focus to right/left pane Przenieś fokus do prawego/lewego panelu - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Przesuń fokus o jedno okienko w prawo lub w lewo za pomocą pokrętła, tak jak przy naciśnięciu klawiszy TAB/SHIFT+TAB - + Sort focused column Sortuj wybraną kolumnę - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Posortuj kolumnę aktualnie aktywnej komórki, co odpowiada kliknięciu jej nagłówka - + Go to the currently selected item Przejdź do aktualnie wybranego elementu - + Choose the currently selected item and advance forward one pane if appropriate Wybierz aktualnie wybrany element i w razie potrzeby przejdź do przodu o jedno okienko - + Load Track and Play Załaduj utwór i odtwarzaj - + Add to Auto DJ Queue (replace) Dodaj do kolejki Auto DJ (zamień) - + Replace Auto DJ Queue with selected tracks Zastąp kolejkę Auto DJ wybranymi utworami - + Select next search history Wybierz następną historię wyszukiwania - + Selects the next search history entry Wybiera następny wpis w historii wyszukiwania - + Select previous search history Wybierz poprzednią historię wyszukiwania - + Selects the previous search history entry Wybiera poprzedni wpis historii wyszukiwania - + Move selected search entry Przenieś wybrany wpis wyszukiwania - + Moves the selected search history item into given direction and steps Przesuwa wybrany element historii wyszukiwania w określonym kierunku i krokach - + Clear search Wyczyść wyszukiwanie - + Clears the search query - + Deck %1 Quick Effect Enable Button Deck %1 Przycisk włączania szybkich efektów - + Quick Effect Enable Button Przycisk włączania szybkiego efektu - + Enable or disable effect processing Włącz lub wyłącz przetwarzanie efektu - + Super Knob (control effects' Meta Knobs) Super pokrętło (meta pokrętła efektów sterujących) - + Mix Mode Toggle Przełącznik trybu miksowania - + Toggle effect unit between D/W and D+W modes Przełącz jednostkę efektu pomiędzy trybami D/W i D+W - + Next chain preset Ustawienie następnego łańcucha - + Previous Chain Poprzedni Łańcuch - + Previous chain preset Ustawienie poprzedniego łańcucha - + Next/Previous Chain Następny/Poprzedni Łańcuch - + Next or previous chain preset Ustawienie następnego lub poprzedniego łańcucha. - - + + Show Effect Parameters Pokaż parametry efektu - + Effect Unit Assignment Przypisanie jednostki efektu - + Meta Knob Pokrętło Meta - + Effect Meta Knob (control linked effect parameters) Pokrętło Efektu Meta (kontrola parametrów powiązanych efektów) - + Meta Knob Mode Tryb Pokrętła Meta - + Set how linked effect parameters change when turning the Meta Knob. Ustaw sposób zmiany parametrów połączonych efektów podczas obracania pokrętła Meta. - + Meta Knob Mode Invert Odwrócenie trybu pokrętła Meta - + Invert how linked effect parameters change when turning the Meta Knob. Odwróć sposób, w jaki zmieniają się parametry połączonych efektów podczas obracania pokrętła Meta. - - + + Button Parameter Value Wartość parametru przycisku - + Microphone / Auxiliary Mikrofon / Zewnętrze - + Microphone On/Off Włącz/Wyłącz mikrofon - + Microphone on/off włącz/wyłącz mikrofon - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Przełącz tryb wyciszania mikrofonu(Wyłącz, Auto, Ręcznie) - + Auxiliary On/Off Zewnętrzny Włącz/Wyłącz - + Auxiliary on/off Zewnętrzny włącz/wyłącz - + Auto DJ Auto DJ - + Auto DJ Shuffle Wymieszaj Auto DJ - + Auto DJ Skip Next Auto DJ Skok do następnego - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Auto DJ Wycisz do następnego - + Trigger the transition to the next track Przełącz przejście do następnego utworu - + User Interface Interfejs Użytkownika - + Samplers Show/Hide Samplery Pokaż/Ukryj - + Show/hide the sampler section Pokaż/Ukryj sekcje samplera - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting Rozpocznij/zatrzymaj transmisję na żywo - + Stream your mix over the Internet. Transmituj swój mix przez Internet. - + Start/stop recording your mix. Rozpocznij/zatrzymaj nagrywanie miksu. - - + + Samplers Próbniki - + Vinyl Control Show/Hide Kontrola winylem Pokaż/Ukryj - + Show/hide the vinyl control section Pokaż/Ukryj sekcje kontroli winylem - + Preview Deck Show/Hide Pokaż/Schowaj Deck podglądowy - + Show/hide the preview deck Pokaż/ukryj podgląd decka - + Toggle 4 Decks Przełącz 4 odtwarzacze. - + Switches between showing 2 decks and 4 decks. Przełącza między wyświetlaniem 2 i 4 odtwarzaczy. - + Cover Art Show/Hide (Decks) Pokaż/ukryj okładkę (Decki) - + Show/hide cover art in the main decks Pokaż/ukryj okładkę na głównych deckach - + Vinyl Spinner Show/Hide Pokaż/Ukryj tarczę winyla - + Show/hide spinning vinyl widget Pokaż/Ukryj wirującą płytę vinylową - + Vinyl Spinners Show/Hide (All Decks) Spinnery winylowe Pokaż/Ukryj (wszystkie decki) - + Show/Hide all spinnies Pokaż/ukryj wszystkie krążki - + Toggle Waveforms Przełącz przebiegi - + Show/hide the scrolling waveforms. Pokaż/ukryj przewijane przebiegi. - + Waveform zoom Skalowanie wykresu dźwięku - + Waveform Zoom Skalowanie wykresu dźwięku - + Zoom waveform in Powiększ wykres dźwięku - + Waveform Zoom In Powiększ wykres dźwięku - + Zoom waveform out Zmniejsz wykres dźwięku - + Star Rating Up Ocena gwiazdkowa w górę - + Increase the track rating by one star Zwiększ ocenę utworu o jedną gwiazdkę - + Star Rating Down Ocena gwiazdkowa w dół - + Decrease the track rating by one star Zmniejsz ocenę utworu o jedną gwiazdkę @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team Zespół programistów Mixxx %1.%2 - + With contributions from: Przy udziale: - + And special thanks to: Specjalne Podziękowania dla: - + Past Developers Byli twórcy - + Past Contributors Byli współpracownicy - + Official Website Oficjalna strona internetowa - + Donate Wspomóż @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages O Mixxx - - + + + Unknown Nieznany - + Date: Data: - + Git Version: Wersja Gita: - + + Qt Version: + + + + Platform: Platforma: - + Credits Twórcy - + License Licencja @@ -3907,7 +3952,7 @@ ostatnim dźwiękiem. Wyłączony - + Displays the duration and number of selected tracks. Wyświetla czas trwania i liczbę wybranych utworów. @@ -4161,7 +4206,7 @@ Często skutkuje wyższą jakością siatek beatowych, ale nie sprawdzi się dob Uczenie: %1. Rusz teraz wybraną kontrolką na Twoim kontrolerze midi. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4393,122 +4438,122 @@ Próbowałeś się nauczyć: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC AAC - + HE-AAC https://pl.wikipedia.org/wiki/AAC%2B - + HE-AACv2 https://pl.wikipedia.org/wiki/AAC%2B - + Automatic Automatyczny - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Akcja zakończona niepowodzeniem - + You can't create more than %1 source connections. Nie możesz utworzyć więcej niż %1 połączeń źródłowych. - + Source connection %1 Połączenie źródłowe %1 - + At least one source connection is required. Wymagane jest co najmniej jedno połączenie źródłowe. - + Are you sure you want to disconnect every active source connection? Czy na pewno chcesz rozłączyć każde aktywne połączenie źródłowe? - - + + Confirmation required Wymagane potwierdzenie - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. „%1” ma ten sam punkt montowania Icecast co „%2”. Nie można jednocześnie włączyć dwóch połączeń źródłowych z tym samym serwerem, które mają ten sam punkt podłączenia. - + Are you sure you want to delete '%1'? Czy na pewno chcesz usunąć '%1'? - + Renaming '%1' Zmiana nazwy '%1' - + New name for '%1': Nowa nazwa dla '%1': - + Can't rename '%1' to '%2': name already in use Nie można zmienić '%1' na '%2': taka nazwa jest już w użyciu @@ -5081,22 +5126,22 @@ Zastosować ustawienie i kontynuować? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx wykorzystuje „mapowania” do łączenia wiadomości z kontrolera z elementami sterującymi w Mixxx. Jeśli nie widzisz mapowania dla swojego kontrolera w menu „Wczytaj mapowanie” po kliknięciu kontrolera na lewym pasku bocznym, być może uda się pobrać je online z %1. Umieść pliki XML (.xml) i JavaScript (.js) w „Folderze mapowania użytkowników”, a następnie uruchom ponownie Mixxx. Jeśli pobierasz mapowanie w pliku ZIP, wyodrębnij pliki XML i Javascript z pliku ZIP do swojego „Folderu mapowania użytkownika”, a następnie uruchom ponownie Mixxx. - + Mixxx DJ Hardware Guide Przewodnik po sprzęcie Mixxx DJ - + MIDI Mapping File Format Format pliku mapowania MIDI - + MIDI Scripting with Javascript Skrypty MIDI z JavaScriptem @@ -5206,6 +5251,11 @@ Zastosować ustawienie i kontynuować? Screen saver Wygaszacz ekranu + + + Multi-Sampling + + Start in full-screen mode @@ -5787,38 +5837,63 @@ Zawsze możesz przeciągnąć i upuścić ścieżki na ekranie, aby sklonować t DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Minimalny rozmiar wybranej skórki jest większy niż dostępna rozdzielczość ekranu. - + Allow screensaver to run Zezwól na uruchomienie wygaszacza ekranu - + Prevent screensaver from running Zapobiegaj uruchomieniu wygaszacza ekranu - + Prevent screensaver while playing Zapobiegaj wygaszaczowi ekranu podczas gry - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Ta skórka nie obsługuje schematów kolorów. - + Information Informacja - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6044,52 +6119,52 @@ and allows you to pitch adjust them for harmonic mixing. Skanuj - + Item is not a directory or directory is missing - + Choose a music directory Wybierz katalog z muzyką - + Confirm Directory Removal Potwierdź usunięcie katalogu - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx nie będzie dłużej obserwował tego katalogu w poszukiwaniu nowych utworów. Co chcesz zrobić z utworami z tego katalogu i podkatalogów?<ul><li>Ukryj wszystkie utwory z katalogu i podkatalogów.</li><li>Trwale usuń z Mixxx'a wszystkie metadane tych utworów.</li><li>Pozostaw utwory w Twojej bibliotece niezmienione.</li><li>Ukrycie utworów zachowuje ich metadane w przypadku ich ponownego dodania w przyszłości. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadane są to wszystkie informacje o utworze (wykonawca, tytuł, ilość odtworzeń itp.) a także siatki tempa, punkty hotcue i pętle. Ten wybór ma wpływ tylko na bibliotekę Mixxx,a. żadne pliki na dysku nie zostaną zmienione czy usunięte. - + Hide Tracks Ukryj Utwory - + Delete Track Metadata Usuń metadane utworu - + Leave Tracks Unchanged Zostaw utwory niezmienione - + Relink music directory to new location Połącz katalog muzyki z nową lokalizacją - + Select Library Font Wybierz czcionkę Biblioteki @@ -6949,138 +7024,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Domyślne (długie opóźnienie) - + Experimental (no delay) Eksperymentalne (bez opóźnienia) - + Disabled (short delay) Wyłączone (krótkie opóźnienie) - + Soundcard Clock Zegar karty dźwiękowej - + Network Clock Zegar sieciowy - + Direct monitor (recording and broadcasting only) Bezpośrednie monitorowanie (tylko nagrywanie i nadawanie) - + Disabled Wyłączone - + Enabled Włączony - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. Aby włączyć planowanie w czasie rzeczywistym (obecnie wyłączone), zobacz %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. %1 zawiera listę kart dźwiękowych i kontrolerów, które warto rozważyć przy korzystaniu z Mixxx. - + Mixxx DJ Hardware Guide Przewodnik po sprzęcie Mixxx DJ - + auto (<= 1024 frames/period) auto (<= 1024 klatek/okres) - + 2048 frames/period 2048 klatek/okres - + 4096 frames/period 4096 klatek/okres - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Wejścia mikrofonowe są nieaktualne w sygnale nagrywania i nadawania w porównaniu z tym, co słyszysz. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Zmierz opóźnienie w obie strony i wprowadź je powyżej w celu kompensacji opóźnienia mikrofonu, aby dostosować taktowanie mikrofonu. - - + + Refer to the Mixxx User Manual for details. Szczegółowe informacje można znaleźć w instrukcji obsługi Mixxx. - + Configured latency has changed. Ustawione opóźnienie zostało zmienione. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Zmierz ponownie opóźnienie w obie strony i wprowadź je powyżej w polu Kompensacja opóźnienia mikrofonu, aby dopasować taktowanie mikrofonu. - + Realtime scheduling is enabled. Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Błąd konfiguracji @@ -7568,122 +7643,122 @@ Wybierz spośród różnych typów wyświetlania przebiegu, które różnią si DlgPreferences - + Sound Hardware Urządzenia Audio - + Controllers Kontrolery - + Library Biblioteka - + Interface Interfejs - + Waveforms Wykresy dźwięku - + Mixer Mikser - + Auto DJ Auto DJ - + Decks Deki - + Colors Kolory - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Pomoc - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) Z&astosuj - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Anuluj - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efekty - + Recording Nagrywanie - + Beat Detection Detekcja rytmu (beat'u) - + Key Detection Detekcja Klucza - + Normalization Normalizacja - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Kontrola vinylem - + Live Broadcasting Nadawanie Live - + Modplug Decoder Dekoder Modplug @@ -7858,7 +7933,7 @@ Wybierz spośród różnych typów wyświetlania przebiegu, które różnią si Wykonawca albumu - + Fetching track data from the MusicBrainz database Pobieranie danych utworu z bazy danych MusicBrainz @@ -7935,72 +8010,72 @@ Wybierz spośród różnych typów wyświetlania przebiegu, które różnią si &Zamknij - + Original tags Tagi oryginalne - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Tagi sugerowane - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8323,7 +8398,7 @@ Często skutkuje wyższą jakością siatek beatowych, ale nie sprawdzi się dob &Anuluj - + (no color) @@ -8533,27 +8608,27 @@ Często skutkuje wyższą jakością siatek beatowych, ale nie sprawdzi się dob EngineBuffer - + Soundtouch (faster) Soundtouch (szybszy) - + Rubberband (better) Rubberband (lepszy) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8776,15 +8851,15 @@ Często skutkuje wyższą jakością siatek beatowych, ale nie sprawdzi się dob LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Tryb Bezpieczny Włączony - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8795,57 +8870,57 @@ Shown when VuMeter can not be displayed. Please keep Brak wsparcia OpenGL. - + activate aktywny - + toggle przełącz - + right w prawo - + left w lewo - + right small odrobinę w prawo - + left small odrobinę w lewo - + up w górę - + down w dół - + up small odrobinę w górę - + down small odrobinę w dół - + Shortcut Skrót @@ -8931,32 +9006,32 @@ Czy na pewno chcesz to nadpisać? MidiController - + MIDI Controller Kontroler MIDI - + MixxxControl(s) not found Nie znaleziono MixxxControl(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Co najmniej jeden element MixxxControl określony w sekcji wyników załadowanego mapowania był nieprawidłowy. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Upewnij się, że dane MixxxControls rzeczywiście istnieją. Pełną listę znajdziesz w instrukcji: - + Some LEDs or other feedback may not work correctly. Któryś z LED'ów lub inne sprzężenie zwrotne może nie działać prawidłowo. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Sprawdź, czy nazwy MixxxControl są wpisane poprawnie w pliku odwzorowania (. xml) @@ -9032,184 +9107,184 @@ Czy na pewno chcesz to nadpisać? MixxxMainWindow - + Sound Device Busy Urządzenie dźwiękowe zajęte - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Ponów</b> po zamknięciu innej aplikacji lub podłącz ponownie urządzenie dźwiękowe - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Rekonfiguruj</b> ustawienia urządzeń dźwiękowych Mixxx'a. - - + + Get <b>Help</b> from the Mixxx Wiki. Otrzymaj <b>Pomoc</b> na Wiki Mixxx'a. - - - + + + <b>Exit</b> Mixxx. <b>Wyjdź<b> z Mixxx'a. - + Retry Ponów - + skin - - + + Reconfigure Rekonfiguruj - + Help Pomoc - - + + Exit Wyjdź - - + + Mixxx was unable to open all the configured sound devices. W przypadku błędów bazy danych po pomoc skontaktuj się z: - + Sound Device Error Błąd urządzenia dźwiękowego - + <b>Retry</b> after fixing an issue <b>Spróbuj ponownie</b> po rozwiązaniu problemu - + No Output Devices Brak urządzeń wyjściowych. - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx został skonfigurowany bez jakichkolwiek wyjściowych urządzeń dźwiękowych. Przetwarzanie dźwięku będzie wyłączone do czasu skonfigurowania urządzenia wyjściowego. - + <b>Continue</b> without any outputs. <b>Kontynuuj</b> bez urządzeń wyjściowych. - + Continue Dalej - + Load track to Deck %1 Załaduj utwór do odtwarzacza %1 - + Deck %1 is currently playing a track. Odtwarzacz %1 aktualnie odtwarza utwór. - + Are you sure you want to load a new track? Czy na pewno chcesz załadować nowy utwór? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Nie zostało wybrane urządzenie do tej kontroli winylem. Proszę najpierw wybrać urządzenie wejściowe w Urządzeniach Audio. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Nie wybrano żadnego urządzenia wejściowego dla tej kontroli przejścia. Najpierw wybierz urządzenie wejściowe w preferencjach sprzętu dźwiękowego. - + There is no input device selected for this microphone. Do you want to select an input device? Dla tego mikrofonu nie wybrano żadnego urządzenia wejściowego. Czy chcesz wybrać urządzenie wejściowe? - + There is no input device selected for this auxiliary. Do you want to select an input device? Dla tego urządzenia pomocniczego nie wybrano żadnego urządzenia wejściowego. Czy chcesz wybrać urządzenie wejściowe? - + Error in skin file Błąd w pliku skórki. - + The selected skin cannot be loaded. Wybrana skórka nie może być załadowana. - + OpenGL Direct Rendering Renderowanie bezpośrednie OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Renderowanie bezpośrednie nie jest włączone na Twoim komputerze.<br><br>Oznacza to, że wyświetlanie przebiegów będzie bardzo <br><b>powolne i może mocno obciążać procesor</b>. Zaktualizuj<br>konfigurację, aby włączyć bezpośrednie renderowanie, albo wyłącz<br>wyświetlanie przebiegu w preferencjach Mixxx, wybierając<br>„Pusty” jako sposób wyświetlania przebiegu w sekcji „Interfejs”. - - - + + + Confirm Exit Potwierdź zamknięcie - + A deck is currently playing. Exit Mixxx? Deck właśnie gra! Wyjść z Mixxx'a? - + A sampler is currently playing. Exit Mixxx? Sampler aktualnie odtwarza. Wyjśc z Mixxx? - + The preferences window is still open. Okno właściwości jest nadal otwarte. - + Discard any changes and exit Mixxx? Porzucić wszystkie zmiany i wyjść z Mixxx? @@ -9225,43 +9300,48 @@ Czy chcesz wybrać urządzenie wejściowe? PlaylistFeature - + Lock Zablokuj - - + + Playlists Listy odtwarzania - + + Shuffle Playlist + + + + Unlock Odblokuj - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Niektórzy didżeje tworzą playlisty przed ich występem na żywo, natomiast inni preferują tworzyć je w locie. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Przy zastosowaniu list odtwarzania podczas występu na żywo, pamiętaj, aby zawsze zwracać baczną uwagę na to, jak publiczność reaguje na muzykę, którą wybrałeś do gry. - + Create New Playlist Utwórz nową listę odtwarzania @@ -9329,7 +9409,7 @@ Czy chcesz przeskanować Twoją bibliotekę plików teraz? QObject - + Invalid Nieprawidłowy @@ -9435,68 +9515,68 @@ Czy chcesz przeskanować Twoją bibliotekę plików teraz? 14-bit (MSB) - + Main - + Booth Oba - + Headphones Słuchawki - + Left Bus Magistrala Lewa - + Center Bus Magistrala Środkowa - + Right Bus Magistrala Prawa - + Invalid Bus Nieprawidłowa Magistrala - + Deck Odtwarzacz - + Record/Broadcast Nagrywanie/Nadawanie - + Vinyl Control Kontrola vinylem - + Microphone Mikrofon - + Auxiliary Zewnętrzne - - + + Unknown path type %1 Nieznany typ ścieżki %1 @@ -9593,6 +9673,8 @@ Jeśli nie chcesz przyznawać Mixxx dostępu, kliknij Anuluj w selektorze plikó + + Time Czas @@ -9630,6 +9712,7 @@ Jeśli nie chcesz przyznawać Mixxx dostępu, kliknij Anuluj w selektorze plikó + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9650,6 +9733,8 @@ Jeśli nie chcesz przyznawać Mixxx dostępu, kliknij Anuluj w selektorze plikó + + Quantize @@ -9665,6 +9750,8 @@ Jeśli nie chcesz przyznawać Mixxx dostępu, kliknij Anuluj w selektorze plikó + + @@ -9966,7 +10053,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Wzmocnienie filtra tonów niskich @@ -10023,7 +10110,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Podbij Filtr Wysokich @@ -10043,22 +10130,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer Korektor Graficzny - + Graphic EQ Korektor - + An 8-band graphic equalizer based on biquad filters 8-pasmowy korektor graficzny oparty na filtrach biquad - + Gain for Band Filter %1 Wzmocnienie dla filtra pasma %1 @@ -10141,8 +10228,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Zakres @@ -10172,42 +10259,42 @@ Higher values result in less attenuation of high frequencies. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10227,17 +10314,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10639,18 +10726,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10690,52 +10777,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10783,10 +10870,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10955,7 +11063,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11001,34 +11109,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Ścieżki - + Crates Skrzynki - + Check for Serato databases (refresh) - + (loading) Serato @@ -11036,64 +11144,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Historia - + Unlock Odblokuj - + Lock Zablokuj - - + + Confirm Deletion Potwierdź usunięcie - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11102,193 +11210,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx napotkał problem - + Could not allocate shout_t Nie mogę alokować shout_t - + Could not allocate shout_metadata_t Nie mogę alokować shout_metadata_t - + Error setting non-blocking mode: Błąd podczas ustawiania trybu non-blocking: - + Error setting tls mode: - + Error setting hostname! Błąd ustawienia nazwy serwera! - + Error setting port! Błąd ustawienia portu! - + Error setting password! Błąd ustawienia hasła! - + Error setting mount! Błąd ustawienia podłączenia! - + Error setting username! Błąd ustawienia nazwy użytkownika! - + Error setting stream name! Błąd ustawienia nazwy strumienia! - + Error setting stream description! Błąd ustawiania opisu strumienia! - + Error setting stream genre! Błąd ustawienia gartunku strumienia! - + Error setting stream url! Błąd ustawiania adresu url strumienia! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! Błąd ustawiania strumienia publicznego! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Błąd ustawienia przepustowości! - + Error: unknown server protocol! Błąd: nieznany protokół serwera! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! błąd ustawienia protokołu! - + Network cache overflow - + Connection error Błąd połączenia - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Utracono połączenie z serwerem strumieniowym. Liczba nieudanych połączeń: %1 - + Lost connection to streaming server. Utracono połączenie z serwerem strumieniowym. - + Please check your connection to the Internet. Sprawdź swoje połączenie z Internetem. - + Can't connect to streaming server Nie można połączyć się z serwerem strumienia - + Please check your connection to the Internet and verify that your username and password are correct. Sprawdź połączenie z Internetem i zweryfikuj nazwę użytkownika i hasło @@ -11304,23 +11412,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device urządzenie - + An unknown error occurred Wystąpił nieznany błąd - + Two outputs cannot share channels on "%1" - + Error opening "%1" Wystąpił błąd podczas otwierania "%1" @@ -11672,7 +11780,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Okładka @@ -12124,52 +12232,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12363,442 +12461,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker Start Intro Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker Stop Intro Marker - + Outro Start Marker Start Outro Marker - + Outro End Marker Stop Outro Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Zapisz Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Wczytaj Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Pokaż parametry efektu - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Super Gałka - + Next Chain Następny łańcuch - + Previous Chain Poprzedni Łańcuch - + Next/Previous Chain Następny/Poprzedni Łańcuch - + Clear Wyczyść - + Clear the current effect. Wyczyść obecny efekt. - + Toggle Przełącz - + Toggle the current effect. Przełącz obecny efekt. - + Next Następny - + Clear Unit Wyczyść Jednostkę - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Przełącz moduł - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12807,169 +12906,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Przełącz do następnego efektu - + Previous Wstecz - + Switch to the previous effect. Przełącz do poprzedniego efektu - + Next or Previous Następny lub Poprzedni - + Switch to either the next or previous effect. Przełącz do następnego lub poprzedniego efektu. - + Meta Knob Pokrętło Meta - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Parametr efektu - + Adjusts a parameter of the effect. Reguluje parametr efektu. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Parametr Equalizera - + Adjusts the gain of the EQ filter. Reguluje moc filtru korektora. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Podpowiedź: Zmień domyślny tryb korektora w Ustawienia -> Korekcja graficzna @@ -13068,47 +13166,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Zmniejsza odstrojenie o jeden półton. - + Enable Vinyl Control Włącz kontrolę vinylem - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Wskazuje, że bufor audio jest za mały, aby wykonać całe przetwarzanie audio. - + Displays cover artwork of the loaded track. Wyświetla okładkę albumu załadowanego utworu. - + Displays options for editing cover artwork. Wyświetla opcje edycji okładki albumu. - + Star Rating Ranking Gwiazdek - + Assign ratings to individual tracks by clicking the stars. Przyporządkowuje ranking do poszczególnych utworów przez kliknięcie gwiazdek. @@ -13376,123 +13474,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Zarejestruj mix - + Toggle mix recording. - + Enable Live Broadcasting Włącz Nadawane na Żywo - + Stream your mix over the Internet. Transmituj swój mix przez Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Odtwarzanie zostanie wznowione tam, gdzie byłoby gdyby nie było ustawionej pętli. - + Loop Exit Wyjście z pętli - + Turns the current loop off. Wyłącza atualny loop. - + Slip Mode Tryb poślizgu - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Kiedy aktywne, odtwarzanie jest kontynuowane w tle wyciszone podczas trwania pętli, odtwarzania w tył, skreczowania itp. - + Once disabled, the audible playback will resume where the track would have been. Kiedy nieaktywne, odtwarzanie szłyszalne, będzie kontynuowane tam gdzie ścieżki znajdowały się oryginalnie. - + Track Key The musical key of a track Tonacja Ścieżki - + Displays the musical key of the loaded track. Pokazuje tonację załadowanej ścieżki. - + Clock Zegar - + Displays the current time. Wyświetla aktualny czas. - + Audio Latency Usage Meter Wskaźnik użycia bufora opóźnienia audio. - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator Wskaźnik przeładownia bufora opóźnienia audio. @@ -13614,97 +13712,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Jeżeli Hotcue jest ustalony, przeskakuje do Hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Jeżeli Hotcue nie jest ustalony, ustala Hotcue na pozycję aktualnie odtwarzaną. - + Vinyl Control Mode Tryb kontroli vinylem - + Absolute mode - track position equals needle position and speed. Tryb bezwzględny - pozycja utworu jest równa pozycji i prędkosci igły. - + Relative mode - track speed equals needle speed regardless of needle position. Tryb względny - Prędkość utworu jest równa prędkości igły niezależnie od jej pozycji. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Tryb stały - prędkość utworu jest równa ostatniej stałej prędkości igły niezależnie od wejścia. - + Vinyl Status Status vinyla - + Provides visual feedback for vinyl control status: Pokazuje wizualne sprzężenie zwrotne stanu kontroli vinylem. - + Green for control enabled. Zielone jeśli kontrola jest włączona. - + Blinking yellow for when the needle reaches the end of the record. Mrugające żółte kiedy igła osiągnie koniec nagrania. - + Loop-In Marker Znacznik początku pętli - + Loop-Out Marker Znacznik końca pętli. - + Loop Halve Połowa pętli - + Halves the current loop's length by moving the end marker. Skraca o połowę aktualną petlę przenosząc znacznik końca pętli. - + Deck immediately loops if past the new endpoint. Odtwarzacz natychmiast zapętla się jeśli przekroczy nowy punkt końcowy. - + Loop Double Podwojenie pętli - + Doubles the current loop's length by moving the end marker. Podwaja długość aktualnej pętli przenosząc znacznik końca pętli. - + Beatloop - + Toggles the current loop on or off. Przełacza biezacą pętlę (Wł./Wył.) - + Works only if Loop-In and Loop-Out marker are set. Dziala tylko iedy znaczniki początku i końca petli są ustawione. @@ -13714,82 +13812,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode Tryb CUE Vinyla - + Determines how cue points are treated in vinyl control Relative mode: Ustala jak pozycje CUE są traktowane w trybie względnej kontroli vinyla: - + Off - Cue points ignored. OFF - Pozycje CUE ignorowane. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - Kiedy igła zostaje opuszczona po pozycji CUE, przewinie ścieżkę do tej pozycji CUE. - + Track Time Całkowity czas utworu - + Track Duration Czas trwania utworu - + Displays the duration of the loaded track. Wyświetla czas trwania załadowanego utworu. - + Information is loaded from the track's metadata tags. Informacja jest załadowana z metadanych utworu. - + Track Artist Wykonawca utworu. - + Displays the artist of the loaded track. Wyświetla wykonawcę załadowanego utworu. - + Track Title Tytuł utworu - + Displays the title of the loaded track. Wyświetla tytuł załadowanego utworu. - + Track Album Album utworu - + Displays the album name of the loaded track. Wyświetla tytuł albumu, z którego pochodzi utwór. - + Track Artist/Title Wykonawca/tytuł utworu - + Displays the artist and title of the loaded track. Wyświetla nazwę wykonawcy oraz tytuł załadowanego utworu. @@ -13797,12 +13895,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -14056,22 +14154,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14093,7 +14191,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Nie załadowano efektu. @@ -14117,452 +14215,452 @@ This can not be undone! WMainMenuBar - + &File &Plik - + Load Track to Deck &%1 Wczytaj do Decka &%1 - + Loads a track in deck %1 Ładuje utwór do odtwarzacza %1 - + Open Otwórz - + &Exit &Wyjście - + Quits Mixxx Wyjście z Mixxx - + Ctrl+q Ctrl+q - + &Library &Kolekcja - + &Rescan Library &Przeskanuj Kolekcję - + Rescans library folders for changes to tracks. Skanuje ponownie foldery biblioteki w poszukiwaniu zmnian w utworach. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Utwórz &Nową Listę Odtwarzania - + Create a new playlist Utwórz nową listę odtwarzania - + Ctrl+n Ctrl+n - + Create New &Crate Utwórz nową &Skrzynkę - + Create a new crate Utwórz nową Skrzynkę - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Widok - + May not be supported on all skins. Może nie być wspierane we wszystkich skórkach. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Pokaż Sekcję Mikrofonową - + Show the microphone section of the Mixxx interface. Pokaż sekcję mikrofonu w interfejsie Mixxx'a. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Pokaż Sekcję Kontroli Vinyli - + Show the vinyl control section of the Mixxx interface. Pokaż sekcję kontroli vinyla w interfejsie Mixxx'a. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Pokaż Podgląd Decka - + Show the preview deck in the Mixxx interface. Pokaż podgląd decka w interfejsie Mixxx'a. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Pokaż Okładę - + Show cover art in the Mixxx interface. Pokaż Okładkę w interfejsie Mixxx'a - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maksymalizuj Bibliotekę - + Maximize the track library to take up all the available screen space. Maksymalizuj bibliotekę utworów, aby wykorzystać całe dostępne miejsce na ekranie. - + Space Menubar|View|Maximize Library Spacja - + &Full Screen &Pełny Ekran - + Display Mixxx using the full screen Włącz Mixxx w trybie pełnoekranowym - + &Options &Opcje - + &Vinyl Control Kontrola &Winylem - + Use timecoded vinyls on external turntables to control Mixxx Użyj "timecoded vinyls" na zewnętrznych gramofonach aby kontrolować Mixxx'a - + Enable Vinyl Control &%1 Włącz Kontrolę Winylem &%1 - + &Record Mix &Nagraj Mix - + Record your mix to a file Nagraj swój mix do pliku - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Włącz &Nadawanie na żywo - + Stream your mixes to a shoutcast or icecast server Wysyłaj strumień mixu do serwera shoutcast/icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Włącz skróty &Klawiaturowe - + Toggles keyboard shortcuts on or off Przełącza skróty klawiaturowe (Wł./Wył.) - + Ctrl+` Ctrl+` - + &Preferences &Ustawienia - + Change Mixxx settings (e.g. playback, MIDI, controls) Zmień ustawienia Mixxx (np. odtwarzanie, MIDI, sterowanie) - + &Developer &Programista - + &Reload Skin &Wczytaj ponownie skórkę - + Reload the skin Wczytaj ponownie skórkę - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Narzędzia &Programistyczne - + Opens the developer tools dialog Otwiera okienko dialogowe z narzędziami dla programistów. - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Włącza tryb eksperymentalny. Zbiera statystyki w "Koszyku Śledzenia Eksperymentu". - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Włącza tryb podstawowy. Zbiera statystyki w "Podstawowym Koszyku Śledzenia". - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing Włącza debugger podczas analizowania skórki - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Pomoc - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support & Wsparcie Mixxx - + Get help with Mixxx Uzyskaj pomoc Mixxx - + &User Manual I instrukcja - + Read the Mixxx user manual. Przeczytaj instrukcję użytkownika Mixxx. - + &Keyboard Shortcuts &Skróty Klawiaturowe - + Speed up your workflow with keyboard shortcuts. Przyśpiesz pracę używając skrótów klawiaturowych - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application Prze&tłumacz ten program - + Help translate this application into your language. Pomóż przetłumaczyć ta Aplikacje Na Twój język. - + &About &O programie - + About the application O programie @@ -14792,564 +14890,564 @@ This can not be undone! WTrackMenu - + Load to Załaduj do - + Deck Odtwarzacz - + Sampler Sampler - + Add to Playlist Dodaj do listy odtwarzania - + Crates Skrzynki - + Metadata Metadane - + Update external collections - + Cover Art Okładka - + Adjust BPM Ustaw BPM - + Select Color Wybierz Kolor - + Reset Reset metadata in right click track context menu in library Reset - - + + Analyze Analizuj - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Dodaj do kolejki Auto DJ (dół) - + Add to Auto DJ Queue (top) Dodaj do kolejki Auto DJ (góra) - + Add to Auto DJ Queue (replace) Dodaj do kolejki Auto DJ (zamień) - + Preview Deck Podgląd Decka - + Remove Usuń - + Remove from Playlist - + Remove from Crate - + Hide from Library Ukryj w bibliotece - + Unhide from Library Odkryj w bibliotece - + Purge from Library Usuń z biblioteki - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Właściwości - + Open in File Browser Otwórz plik w przeglądarce - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Ocena - + Cue Point Punkt CUE - + Hotcues Znaczniki hotcue - + Intro Intro - + Outro Outro - + Key Tonacja - + ReplayGain GainPowtórki - + Waveform - + Comment Komentarz - + All Wszystko - + Lock BPM Zablokuj BPM - + Unlock BPM Odblokuj BPM - + Double BPM Podwójny BPM - + Halve BPM Połowa BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Utwórz nową listę odtwarzania - + Enter name for new playlist: Podaj nazwę dla nowej listy odtwarzania: - + New Playlist Nowa lista odtwarzania - - - + + + Playlist Creation Failed Tworzenie listy odtwarzania nie powiodło się - + A playlist by that name already exists. Lista odtwarzania o tej nazwie już istnieje. - + A playlist cannot have a blank name. Lista odtwarzania nie może mieć pustej nazwy. - + An unknown error occurred while creating playlist: Wystąpił nieznany błąd podczas tworzenia listy odtwarzania: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Anuluj - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Zamknij - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15357,37 +15455,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15403,7 +15501,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15451,52 +15549,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Wybierz katalog biblioteki utworów. - + controllers - + Cannot open database Nie mogę otworzyć bazy danych - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_pt.qm b/res/translations/mixxx_pt.qm index 7617d795e78b05c023e7c6824b13be522edee9e5..7f771ca054a32f9580728d66cb7dac470ed445d0 100644 GIT binary patch delta 17654 zcmYkD1y~f@|NlSdoSEI7O$$4)#lXT=Y*9qSz{CIr8?Oig)*4_U2B?6F-HIp{27+KC z7TASgUA@??__r=}F;R<4L~M2`urqiV>_TkL zc(5z@1nfr4I`1(KT!_t|4fY|vy&aM0hI<`R$x`QlKDe!3iMnG{ z&#;D|I2#2PO_?`{2hFcX)T4-7iCnQf?k808FIbwM_}*Mx>lQ^KIgO}SH{z?Y#=Y<& zUy7^b&KqnziY3H(asMrm)qNDPI+w8YxM1CW5Xa^I+F1WzmAvvNm7)Q&@$?oOFa99v z+mu+FXryIXi?XM8XD9r2a!Bwdq;do?EMdRJlt zo|AM3@-V_)r7&CHlk~7Yv2!a(dfNzJ{6x~byZC&;#$UJqpZS^~lDdYcpf10Ry z7Rk+E3yOEN@$M#-e9S=`(-xB4W;SNli{x&-u|#WZ%v(%y_hv*zpNnX1c1u0rEiT)b zeSl=Q?LfS-w$R#GXN+mk#1Z_=`ujaQsV_DdnL7YtZT6xCj(XnT$1Y0;SS z?<6nU4%zsZIrTaY-61Ol_I4qX?8#*pS&kc(VBMAlD1wpIG?oRA$TMDlQtxq$j?IBb;B{h zW@PBupQ!W=8|!RU$%`9oEc-~MIC-8d|9pT-hf=Yb)|;^HtEu?gv&0vTqY~R@5o_Q` zWmZGDre{<6uCqyaT_*btKEz%3P_;rMiKWe{rgb&Zo-Hbc&t$5VBoV9Kjp{f-h@W() zIxQf)PeQ1U+dSeyfm9blC}OHm-Rm{M-c+|p*0k@at`!F&<~r5G8uMbKZ7kD*>UoBd zIM$cyVd}+Vf2w!w0*Q5(sD78{MD-o1!KEg|4lf|b0hp1vU~(Mf0(K_HxKTvGvDEN{ zKZ$XrsZm)tw1hlrO4W!~d?u%&0iJnJPGMluM#x{0Eq~!d&5G15bvL!}E7H&A)Uu8v z@ow9w^-KuQGCyjaIhxq#9F@G?5F4FG+IVcWjW^4w6!+t)-6g!h+WF+-w3&F=1M2Po zttlO6W1Yz=*>$~DJ>bRe+gNtLjcrQ*kLPS`J4K~9xrDlZD@EM7f{n*K$h97XsfVLV z{%$R~LM{1+x#Zd$OZ54XN|FAMTu1p3mDQ5##QsoA4Y@8^0)uC*M6St;VOZvn>xEq~ z97b|8Y=ad{P$`sja&t*0-trOks%R#j6;Hi}q?0(&lzN>DhpApJcL{`avOV=Z9!ZSmQomt^#Oe;Ge&cr&yYZF!7uo%}lT>nj2=&LCvU+LMfBq6& zf6T_<{^U7MhF$1F125*l|63lY2dtEt234#I7dw;&h2_9toS{LdQ;6?sOoJ|EkjUyn zgRWp8JX|F&`P4>l7aBY!n)se^G-S+b5{J@g$S%C0#es%oOeQg@8x1wogk1=?(XpI3Fbc)9t+a;DR=H!wVP6pEadK&-gCjisDv?HU-KJF<3C#$;^m8hMKcmc$qQhTrtpCba7##YF}gVOGm&>ky3{`wmQ0~b0hq$F*C=z@3Sv7yQ09&d;*BcNjk!6*8cv|> z$^|6qm!s?>A4shFM0cyD5Zwr{@j)ity@Ur9UrY}xV+s8->5=6lk$)lO&P4p!9{xYi zw=(giz35Hf-9*cF)0^p#fqix8&8d>aC)T2mQ-%`zbdSEQf+f2w)0ezVVharP&E!m? z-+uaCbmP&-==WJn?YGBN_|cyzG>HBlL0CWb8Kd(}h@bFf?8!qC#yw0l9!|W&QYHd1 zFSBL4& zWZl|frdR7(x2H+)|MUD0b9M8h|k*N}T8GVimIK3ODg>6lML zSj6f-nNQ?pqTDWQ)LG;KnK{gNEzS?0!N$6LB3^PW8+SjFc>VTlk_1_*=&h33d$CD1 z9f*zY$0mh$BC+fzn{wI8h(}dqp$@l5Y~9a7!-o_1tjK0;dQBu%vQa;Y&8*d*#D)+y z+xIuosYqu1g^1VskRD{Q6yGVz}!*h=erOyw+Bw*DK`V*FvY*)AU=o6okctW2!JQnt?%fA1T~ z_Kh7!bi6#<=MSwoR*4-7fs#gniy_T3k2Z>hk3>~bU_YuT?x*|2aI+3%xe zNQ92zJQ8pGU;*dPZeYM;xpqi1qO}^XUAGC&&3cNP(@!8(y2&l4OCg%Q!HW$HCAQX+ z7Z3SFEa)(|+X#cP9L8;V0kJGCud)|!l7Ecbm&hjZOwX&Q_+p^#dCkEci6-^swGLoF z&f|EkWPJ9o!|V0xOZ4AfmCP#f`bHS8w_5J_GaoW^%0)d8lf8MK9zqdP7r+lF_3G9P+gk9RG;6>gUi-txbKxl7cgO@4= zraGc7;(U)_9@m%=<$U6C-LMpw6uzmjB(cEVe1~0U`1j3x=NbekYd!d`;8qB$r`u@x zZe!{5d=FwlR&u#YUaS${dk+>cAdBy>Y3)jUKs|m?T1_;n6hHLf9&)-_Hr~zQN$+4{ z7r66dMGx{%;U|;N!-RI=r>kIwHgbOE*kBS(n%TJ9i>Ecg+RLAK+TkBWXZ`v4RNVLe zV}AY?mY~vSesQ}q(Wevq($9WGlSlH)*3=;42XFGso=b>Ve9bezz$v`k%Ws5MC+4}G z-*^ZMw)O(Q*HwWuOZ=W+1PQ}0e!obMmu%+w-Jr+W={)~5lGHdO&;RT|yi-&DW|f)v z-pBl%as+iJGyl;go@nO){$tT4Xu(#MTzST=KbAOL*e!MKH)!im4kOO@WOk-rX>&#Wu5hCpS_{Wki1)X&5RDk@!}6n|NqJ1M+Y;flD}ltG4Wd;e z6enC0MXM%oGBbljD_^K{c3;u@&wXOkN{V*l%_O#c6YXn4El*mni}r}`m}{8mSa1vl zg88B|8%}(B063fYjK`w0wiEGQ(?l1yaHwN>(PhJ74B)Wn`UHBvb-Qq#g5uPTe!_Lp zMiN)52-gS3UKgkOyW1QM-<-#=xDW^5MY5;-v^XECYLL88t7ib?H?=p?4r-bxhr zMNIX;Kz?=-K@<$NohpJnM-xx)FG9kq6HodjW{rf&4j3tBEyWU_>>#Y`YQg_oV}&&} zg~Ys7!uk>>wOTnbr!4e-^Z_wn9cf1q7Bn2*(Lsd2fSQi%FBTj_2)1OiSU9!@QHKvA z0+}_~bI{ZAYt zc9mO;#~Wu#P7co7nG||vv`%_LRWF|-$EobH&yaS0pjwX4hZ8Ph|EKHp~N-fn%0W7 zUb8`5uL4urBvM?zg0)_x6Sq-3VCj;$J0*))tyuA}=={R*;%UJs66a=$TzgnBWtw=F zhg7Qf9P#h41Y+Oki;uT4BjcmR=iXJI1qa3FL-EA=*B6C#qlxc)F3Ap#2wz_q} z(j~Vl5K?1*$=%{c!soQ)x!9TbpQF<7|9%iNt(E*bM-qQmDEZBXJ(!j$`JtY~zBo%` z4`3<&1V|HuR}d}AlKdOoBXJ?tD*dB(B--#w3N%8xgZfH=2mg}Dc_0OT%teKKf)w}( zw!d4hH0|bKVq;!P!HK_!?eLO90xlAt+eVtcs}zacX43S;;Rsq+*?84Mnpp<^ep^q; zT5%Bqk02?`JRd>oacKc+g?w5SX>sB<)QYYDJE&8jp5Vp%*;uZIjcwfj$KN)#-KSEV zDknu8@F8~HS&H}_K&(YKDY_aKs1)ftZG5stiuFgf zY<)6PiYq|s)bzfzenem5n_Z>#Cn1!JuS%OkU^+`yk~XIzrHX1HZ42#<`o2cmz8K!D z{|9ONKB#H!Q_`*_C|1!E8?%#C^3>rfMaDE~*JrG~w<7KNjQ+sx0n*;chbZY>1#{v5 z<6q$bwtQm+Fb{MG^TD~`3-B=b74f_b!k=$^DeXnefG_(6auS=$g9tP%!@*)CHopO3 zU?RtXl@SY82B8g+Yr(4c+y|_I&*wno|2*;&4&b$xSC#f|XiV%KF5H0X*1L_M6PP3I z-QSPcu`ANP`rC<3DJSjQI}8nr=F)ytwAi?KDPcH*QfoEo&_CWp{Zpi*jyXib7&dblf05WGvv!wc{pC5HMCWEw;X&ws&#^KYOClcNvQ+e@ z!4+kB_hVu+w#jlP2JrW`N*?=ImY=}C2ft7$93@%P0QSP|zO2Y*;vrRKL$&%OYP^#T zZdi(2-Q^OYpAdqjtK=vF+jaMa*5p{_GHW5d+wxS3fx&W3msw~c<){>AddT&!btkbm zUvAVBk=kZa*3~nlo6X zXf{A@zZVbs(_HRwDwf#gR&s~;E)dEnxnr?w#0N#o9Uo;A9d0D|yw!nt<JqQ+&2> zB)fHiOuRZHyY*>?IOCe!dnP0H-%Z&w3j?-#{FDcvmBzQ!lm`!=P3)zoJftT~=D!iL z*Gfb_jeE$$MmnL~UMP?3x(_wrZ}LbNH-uI;a>G^iGe5jhr3juNk4&0PRFEN${1>ga zr?q82)#7=`e%s;XGSAp}En6NRWF{-$vQVA?zt8_D^2Ew;3PDfgiH=3wC{J9`pZL}& zc_REhdoxY;UkqvAnkN4!$jpnTNlqsHIYBfQ|Qes${``OuZI^#nh-Mc#9*9I;(f;m;2C7-EXK$Pbprw*ur8E{l7 zOnt3##=GsrN}Q9=6}8hIELX|LW!ji_T0Z|Vh4}Mda%NF&M-wh*4RJy)?jm0+?|`Vc zs(k$dV#Kp;<(oP!iBazIt=kB<+mO1BDFTj1^NWU|A*zT zVQ^~Jg^T4v5k~w|4Y{ytJbE<6G_+zg(LX^Neg%HIYiEtv4SUe%k4DbG08R&Lv@aJE zFR@mm+YN~9DB>G)VQ*~hiTBipzHHu7eS%XS(W|pSLs_k(6 zeKa-VF~E>EDuttmre^shgjTIIH8;IOgW|oWmU>-BmEz1nO`YiN!~+X7^`=4UhwRcg z*3E+(uAyl>Bog{RFG$mNU}d7uWi;))V3XsgXq;oVAPerS>D+4-iR2!d&S@pF=9!vq z(W?+zebKl~@*yfa%SMMADtQH2r8u=hkv)0M@MPFpYQ2V^qI>YJ3`Z zA>J%NiW{-_q}7pIvJ-Vfz`Kg~otxZ4T= znu(3!JHp;-CZ^#&PTw?>tk;rJP<*eMayJpJk^s##w~j<>wrhf;9EsO>uL)g>?)IK5 zni(2FbXB97p+krk8>_Ka`i*|UDb1W;KE$35*UXJW&1b%^X8yfhkbzDrg^NbBXe=I_ z(p$4=9==BVKlZ|6PDPLDNka{V;B$`_ItvrDt91{hYws@da!DZi1d*?Sl!Ha9@C?-GRNR+?si zc?6g4sha(GBN10dbEugk3C~BGB&|DQz*tSv%jd+(Ki4ErG!uWeKy$K36#TnJlUn=; zip$3|=^LC;qFJIjZ<-+-@J-$HZeC+tAlAI*I~SK`h6 zHILyXX??OL&v`O7EDYAX8jjr$8Amm*3VWchP)qaL6%o?)shT%oqfxZdYTlf}eXXkp zXx?PNHh0>j`LBE)_8_g*6uiP3m7J=1cgLMXnbn%F0g#af!!+Mq@wtPd`SB8*zEATf zF@eOOL0WNV6V`lzRV$hGwU>Vh&=%=+@dw z&OeE5|D&}pOd&F!u`!#g+q%xW3+7=dZ8SbtZgUt zB++1~w%zoP#BXM4JH-x$Ffwgt4og_}r?&TyR3evhD)}qDw*Q1sVjtUU``;Q)+^4s8 z(AF$s6{~0mf4AlnTiIAU9QnH#eM9Tr3{yDKPwPD+iA2N#t@jVu_Jc>XJ~t;IeNNSm zst3Iv+Cl5*cZhhai(0?jOIU(3+9^dUUSe(Bapq+Kn3EA!v?VO#0 z__hPuxsEr9KX|2``x)NS`@43jwPF=wPP4U31K`yTcF- z%onJQxV9Dn#VH#b9MCQs@*TY)FYU7Y6cWA8X_rrfpHK7AF8_v^EA^jtRoV~Ke0phP zY9Qb^{jWA=Wd`g>v^Hj+JGy17v~dp+Yn~XawQi`}15M`2+D(q$#P0slZa#{&nLkXs zIW2*x(sJ#NZMe|!nRe%a0urV*+Fhwx=np*9?hbiOtkGcYJ}{b*1*`sV}Jg1gI3ng0#tD5cavb+7nJi_jR*sPd>ub$rZJy!(oU%jn|&> zpGvI2N1J-JDY2B^+KhAAL?!F06qoyHFRYHo8Ww0TKSXKv=YDPGu|4pH_qEqX;rn%W zYOim=i|~5dn>>{G?Y7#SU#N@*G}Yb-`3_%FpuMA7*8bYNy|C1-)|uMJjVllZ?$hSg zhGFT_T>EMfEZ2W$wXc>oLC*JF`>%AENOQx+?0(ue%i&Jb-LwTQ^NFISYCo<(EvRD+ z?H8wth-$O6Utb_;y;)cL{SWR};+ytoiNnOgt80HIU@w@-L;H825Ahf0bz+1B{om%G zllN~$6X}u8)EaBw`K!(xFqqixy1LShVX40C)0IJND5BQr%HBq>SvpTw!G0vM`-;vU zjb}EaqR##x)^wdtXaC_Hi6vKbwd$L(6KaR9Rs$?m#r?WkZ(y(%9nsZxhOG4IqpK5C z9_51Ox&|!|A^v}`T-V^aCvp27x`rDu6BnxJnq^c+P-?GhuHQyDoAAhBhzMISV^jyoS1twJ}3Ij;iGE(skWCb|w60RCV&ir04-<%;+NksJE+o;G>H6##1)1>E4e3>iC}W?_t9cMn)?D52 zub#xp`RPX0jVG#HUpKCe1M%ok-Ncy*B>Jc7Chdhy|JqRJ-vA-ktxvjt+6lw~q?>sb zTG263H!~lGEO44`&TmJU;v>4b^Q@5e5v_IeigrANkFfDo2i?2`=xJ1@ZvOgC*t_vd z7p_6>*Ed%e9uH||i*@12tq~Vg&@BjYz;4Zdbc+u9qX`wETcXDlpSZ4Da_v6K`3H1M zQ3Gb7Zo0?~5YFbgy5(~*(>Z%}D?iF7vJt4_Oou& z#ou%%G3UB&ixZqoZ?4;(o`qKIY2A)b@P;Xqbh`pyBT0R#v+geJfMRoV-JU#H!g@b- z`=%kzKY3lZ|AZ4!z1zA(MGsqkU3bXPi}=+ux+5ecf8SSNO`y}`7#FfWS1`a zSzqGo2I-RDAaq+NbSG*TV$WYW-HAW3Bu?GaohgA`cHb80&SMXW$l9m7{Ixu>))`jY zf&X9Kl~U;G(k>f2PqFdkdX-$)TbDT=54@79%e-_Bfk-J`=6|T17TaKBnONObfgWTUIm)CS(f6OMa-x{dU5}q&c{#1p$BBB!$g%_cVDT0&PbxxBBjYgENPpeN(*m0ENL~RW#wq>|M3~1w5*~K zKQmovHDxQYxDch);V|^;UMd|sV#*%2Q99551pog=afwVOc43&}8dRAm;(|)i{GQ_a z5CeF!Pw6$L5HB!NC96?Q>2(L%RWCs4T^uu1+ClN~^daHYM;UnTG4VV_8ElAx{s%8s z24_u0ZRfi(q^QU|q_;ABF{0VLvWoWw+;Fdx;&W;wV!0m5s5j4%ACyuln))eYhT=xg z$0%d-pgq(3spPGPD&yTG6d=B;6w|$w@pECw4wY9X#Gnpn&?yrq?!?xuG|-BJ`Ulh# zywVtz;`9i`Kdq4X-#bb`e;6c@tW2GfK(ts<0&hAKKRiJReUF6VYpyaq|1MGg3X1g( zykX-e%G@;u%w$QGqQNF*ex{j(!xAMd0EvwIA{(;;l!Z^>ymH?tORUEbJXWcqEbUbR z7yeKwdWR@0w)`M!&z1Ehx4;4pRyNcr2X!$j8wSFr|My+lbUGf%V?SlncbP<+qsr#l zuyDiXs}v@SviWyD@vZNat*t8~kSS0OeQ+jvJySVc`WbdwXq6)?e<2UhDb}O^oj@#? zsGJy`hZ0Gwa>6eig@GI!zgAGvsuw^evX%7Fv8W4VDH)g1bXwu5WW0<-BcX+I-T~fl zeTZ_thk~Bb8|Az!v|!T@8$)0v5mN&HBb2qh0nDLqihtjibZ zjrF0IUrOsu^@bCte7)r*gs;yteWeeMa7tJ8HCo}u2cGI{cZ3t_b537x0H)Tfg}#9c zESPIqz2k8RX~G(P!|u?gAcMZq#Bn6Xrt6(9jV9Wjp>H+_<+@qvDn*ld`sP09jO_WL zch3I;{~r^o?{Ede)B3AQ{-CM8yVQy(vcA42%Y)6Xr0;pKF)Un^zSn3>X^Vw=kA@Jc z$b5a@ntg~SrRw|Ef=u|Y(GP70Em+h4lYVUQL=uhu>c{>IHruWr`~4en zLnj+g)YebDA&7Oop`TnAOL?TYep(`S!}~<*r=_FwvGJ@vH2Dm%W|Dq-0yZ>ktEiv1 z+3HU`w5xvJqjE$aob_SiG?o1GHGS-0cSKTt`q;A);-gyn zSZmQi$w>8txRR`oz2}ee*bIGKH6)EQo%HdyW$fpBsE_|z#MSzZ8=z*pBlMdJ0*L?X ztlvx@5va`4ZypV=81JCp^0N%FruX&Ri;~%D!TOy;)??pbmVR%=Kw^Wc>i4$GB^u|Z z-`5U8nO0qIJ&+p$L*b<_qBwe4pO}S6sB@T-l#v`yd#OHwe-n1 zk;8ekRLPg$Q7O)K(Vy%dik-?UZB$;_*y^xKk>;dN83I|lw_2Z?124K{j6Tid1MJKI zt3JJHXQGA6^cgKLp*&Vce{tr;Hr5H!Vcz^YoKjuSS;`GnzXLVC+R#vC zUKhMzYlD6GD$KNGXfQvL*yU#i$0g1%;TO9b9FJqml_}ED^dVZST?z~>rIW-{N*g*n zb0)F$o}tt2QE0D4s^tB48@ex?in{(9LywdM^anBwuD-AzLuMO#4uu`)B^lh6&zMOs zL!X*vV(Zr#JRPC7?m-66MvqZvJY^UbJ%eb6w_#*CPvrmm_85H7;}J6+8%D*t6Khhz zFzPIVO#5Ai(Q8U!=fg$Aglh=3)<}kb%0*-A;Z&*~X35gX^hNVrO5`Pt9h?tAa=30UwVguGT<%waL8?>YSOv9>nZ%CXwV_1c{ zAoaXuSaqrcGNVMpn%ZAb3wmUT3BnS3c^hJ0Z^jF~0=E#WTE`IQgajnHvSEEMYZ(0Z zd>n+K;#tzLx!ho)l}U!pzfwrdCd1Z;Mxy7XRI=hPZ7g-yu>BpP;I3iMGssFmGVDu-_IS=TB*a2p_nkBxI1)+XkYqR%hDzzeD~2Si(_muH zR~wF%gtsf6Yva8ph7l-DIgih4l6bEv_3 zKQ0Tw;z`4kqH5ITS%&B5v$5mZV0b$i>Q}df;obWn;&Xxx?-OCW-*+>7yyT38;*;Tr zC%od6D8r9^n6W8UjC@m9qD~8p{7-KZca|DUyh4GZ-8^I2YIyU8A;t<GL8!H~~ z0U7Z&R;{uPb%TmlW3@BLPTzGgR!dt;%s10mb9-@=+cJ%HLO)|WPETXK%aH1FI%B;* zX7HBL@k%-D7npBs{8NIZt8Hxl?gr6BZ)5vP*~kyZ7&~2Rf;}bGRSLi1#?FOy$SHps zyL7%qLU+K}H4paMY?#q49d*4!GmX9MoKZ8XZFH{-gR(Zw*mnRTnreC*pSh{zE!P?QhDnGgei-`| z)sic8G7hM)5SCAG96s_L`hT_Nst0W4GULcctI?tGGx|hBy~6U1qc%K5K0n*&TNyJ@ zcdXIZBZWkX^~Nz_NWnU;GLC(U&PV1fvcQekvl0{;C zOXH$_1qhQ}ZLH^JTylRn0*an0#h_H<(t!yGIF~%`G zFvQ;&_b3@HS~ugm6bN0?M&tT!zQ`{c7&n|j{ZF(=H*O5Zn<<}+n{){z*d*i5{VP$+ z`K?l1u4vp{)tLl28TbBx^ZDnz@xUK=!&}>phi?=Tud~5;{K;apY7ZJuH%}*StYA#b z;jBdsY-qtrTwQG!--M&BumKkp@k0dcS&3H2k zLge_#u) zO;jn0eK&p>jtgF2Hh$PrK%%RM@#7sBsy>H|KO12HH-6dpaHxq#B2Wq1V3PcC;|7aO ziUn`nKGLM$aSIy|?wSn$9!9e1VJbdi9MRiElbyx~zY*DDvU~p+h01)BwRB0W&G|Z} z3jGmW{#(ja@s0=a+Igl*UJ$C()uu`b4M_drwb4}9D+$GG50m2o`1v)jP0b@M{gtxY-+&z#XQpyJnN{i#2r%hui$M$kgr2TH<

j2-SjY>e z;g~{}chuxFxEczU#Z7*pSc0Q=rg4^BY~x>U8rQ8gYDHWR8#UM zXh+kvrj$zJVw( zxSBroP9uJ4hUs%~FwuaOrqB7IL}!9cUkXubUAfcrwRltFdzzU3DiFrE!&I_aXUrM{ zEMD4jbLneY#BTRBS1FF56S=s3Ni0QcJG1@C-Kc&k=9(j{2(4!BH#d1RoOq9Q=H~gB z^7UQJZKlCSkLqJ?*9&iS=!3Z(^jpMUH@9zg5?SjzbC)p)N^5>McN^`5%I8nBi-HYH zVxqZcesP%W7G}5U&Ims5n|pVF_Z)h~+&dXTtzovg-z`*92HrM%*20YJi!u+iM!J)@ z-`G58O&qr29Wf8i!kdj^=Al(`AUq|_L-)gS)mv!xiq9b4B;V|H7ee>Bt$Ab~%Jy-) z%%dh|6AeCU9y6sR_5+nLPka+j6!y_PBR2~hjO@*`is3UoYrQx1H℘_PYj(|L~2_h06xcO9X=@669$ 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Juntar à fila Auto DJ (em baixo) - + Add to Auto DJ Queue (top) Juntar à fila Auto DJ (em cima) - + Add to Auto DJ Queue (replace) Juntar à fila Auto DJ (substituir) - - Import Playlist - Importar Playlist + + Import as Playlist + Importar como lista de reprodução + + + + Import as Crate + Importar como crate + + + + Crate Creation Failed + Crate Creation Failed - + + Could not create crate, it most likely already exists: + Não foi possível importar crate, provavelmente já existe: + + + Playlist Creation Failed A criação da Lista de reprodução falhou - + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a Playlist @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nova lista de reprodução - + Add to Auto DJ Queue (bottom) Juntar à fila Auto DJ (em baixo) - - + + Create New Playlist Criar nova lista de reprodução - + Add to Auto DJ Queue (top) Juntar à fila Auto DJ (em cima) - + Remove Remove - + Rename Renomear - + Lock Bloquear - + Duplicate Duplicado - - + + Import Playlist Importar Playlist - + Export Track Files Exportar Pistas - + Analyze entire Playlist Analisar toda a Lista de reprodução - + Enter new name for playlist: Insira um novo nome para a lista de reprodução: - + Duplicate Playlist Duplicar Playlist - - + + Enter name for new playlist: Entre o nome da nova lista de reprodução - - + + Export Playlist Exportar Playlist - + Add to Auto DJ Queue (replace) Adicionar à fila Auto DJ (substituir) - + Rename Playlist Renomear Playlist + - Renaming Playlist Failed A mudança de nome da Playlist falhou - - - + + + A playlist by that name already exists. Já existe uma Playlist com este nome - - - + + + A playlist cannot have a blank name. A Playlist não pode ter um nome vazio - + _copy //: Appendix to default name when duplicating a playlist _copiar + - + - - - + + Playlist Creation Failed A criação da Lista de reprodução falhou - - + + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a Playlist - + Confirm Deletion Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? Você realmente deseja excluir a lista de reprodução <b>%1</b>? - + M3U Playlist (*.m3u) M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Lista M3U (*.m3u);;Lista M3U8 (*.m3u8);;Lista PLS (*.pls);;Texto CSV (*.csv);;Texto (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. NAO FOI Possível carregar a Faixa @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Álbum Artista - + Artist Artista - + Bitrate Bit rate - + BPM BPM - + Channels Canais - + Color Cor - + Comment Comentário - + Composer Compositor - + Cover Art Capa - + Date Added Data Adicionada - + Last Played - + Duration Duração - + Type Tipo - + Genre Gênero - + Grouping Agrupar - + Key Nota - + Location LOCALIZAÇÃO - + Preview Prévia - + Rating classificação - + ReplayGain ReplayGain - + Samplerate - + Played Reproduzido - + Title Título - + Track # Faixa # - + Year Ano - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Action failed - + Please enable at least one connection to use Live Broadcasting. Please enable at least one connection to use Live Broadcasting. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Adicionar AOS Ligações - + Remove from Quick Links Retirar dos links - + Add to Library Adicionar à Biblioteca - + Quick Links Links Rápidos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removíveis - - + + Computer Computer - + Music Directory Added Directoria de Musica Adicionada - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Adicionou uma ou mais diretorias de musicas. As musicas nestas diretorias não estarão disponíveis até atualizar a sua biblioteca. Deseja atualizar agora ? - + Scan Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode Começa o Mixxx em tela cheia - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Diretório de nível alto onde o Mixxx deve procurar por seus arquivos de recursos como mapeamentos MIDI, sendo usado no lugar da localização da instalação. - + Path the debug statistics time line is written to Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: + Top-level directory where Mixxx should look for settings. Default is: + + + + Use legacy vu meter - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy spinny - - Top-level directory where Mixxx should look for settings. Default is: - Top-level directory where Mixxx should look for settings. Default is: + + Loads experimental QML GUI instead of legacy QWidget skin + - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Item - + Value Valor - + Parameter Parâmetro - + Title Título - + Description Descrição @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Volume Máximo - + Set to zero volume Volume Mínimo @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Reverse roll (Censor) button - + Headphone listen button Botão de audição dos fones - + Mute button Mute button @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientação da Mistura (ex.: esquerda, direita, centro) - + Set mix orientation to left Set mix orientation to left - + Set mix orientation to center Set mix orientation to center - + Set mix orientation to right Set mix orientation to right @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Botão de batimento BPM - + Toggle quantize mode Activar/desactivar o modo de quantificação - + One-time beat sync (tempo only) One-time beat sync (tempo only) - + One-time beat sync (phase only) One-time beat sync (phase only) - + Toggle keylock mode Activar/desactivar o modo de bloqueio @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizadores - + Vinyl Control Controlo Vinilo - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Activar/desactivar o modo de marcação do controlo vinilo (OFF/UM/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Activar/desactivar o modo de controlo vinilo (ABS/REL/CONST) - + Pass through external audio into the internal mixer Pass through external audio into the internal mixer - + Cues Marcas - + Cue button Tecla de marca - + Set cue point Definir o ponto de marcação - + Go to cue point Ir para marca - + Go to cue point and play Ir para marca e tocar - + Go to cue point and stop Ir para o ponto de marcação e parar - + Preview from cue point Preview from cue point - + Cue button (CDJ mode) Cue button (CDJ mode) - + Stutter cue Stutter cue - + Hotcues Marcações - + Set, preview from or jump to hotcue %1 Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Apagar o marcador %1 - + Set hotcue %1 Set hotcue %1 - + Jump to hotcue %1 Ir para o marcador %1 - + Jump to hotcue %1 and stop Ir para o marcador %1 e parar - + Jump to hotcue %1 and play Jump to hotcue %1 and play - + Preview from hotcue %1 Preview from hotcue %1 - - + + Hotcue %1 Pistas Quentes %1 - + Looping Looping - + Loop In button Tecla de entrada em Loop - + Loop Out button Botão de saída de Loop - + Loop Exit button Botão de saída de ciclo - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Move loop forward by %1 beats - + Move loop backward by %1 beats Move loop backward by %1 beats - + Create %1-beat loop Criar um loop com %1 tempos - + Create temporary %1-beat loop roll Criar temporariamente %1 -beat loop roll @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Volume Fader - + Full Volume Volume Total - + Zero Volume Zero Volume @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Mutar @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Headphone Listen @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientação - + Orient Left Orientação à Esquerda - + Orient Center Orientação ao Centro - + Orient Right Orientação à Direita @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Adjust the beatgrid to the right - + Adjust Beatgrid Ajustar a grelha ritmica - + Align beatgrid to current position Align beatgrid to current position - + Adjust Beatgrid - Match Alignment Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. Adjust beatgrid to match another playing deck. - + Quantize Mode Quantize Mode - + Sync Sincronizar - + Beat Sync One-Shot Beat Sync One-Shot - + Sync Tempo One-Shot Sync Tempo One-Shot - + Sync Phase One-Shot Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust Pitch Adjust - + Adjust pitch from speed slider pitch Adjust pitch from speed slider pitch - + Match musical key Match musical key - + Match Key Match Key - + Reset Key Reset Key - + Resets key to original Resets key to original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Equalizador dos Graves - + Toggle Vinyl Control Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode Modo de Controlo Vinilo - + Vinyl Control Cueing Mode Vinyl Control Cueing Mode - + Vinyl Control Passthrough Vinyl Control Passthrough - + Vinyl Control Next Deck Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck Single deck mode - Switch vinyl control to next deck - + Cue Marca de início - + Set Cue Set Cue - + Go-To Cue Go-To Cue - + Go-To Cue And Play Go-To Cue And Play - + Go-To Cue And Stop Go-To Cue And Stop - + Preview Cue Preview Cue - + Cue (CDJ Mode) Cue (CDJ Mode) - + Stutter Cue Stutter Cue - + Go to cue point and play after release Go to cue point and play after release - + Clear Hotcue %1 Clear Hotcue %1 - + Set Hotcue %1 Set Hotcue %1 - + Jump To Hotcue %1 Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play Jump To Hotcue %1 And Play - + Preview Hotcue %1 Preview Hotcue %1 - + Loop In Loop In - + Loop Out Loop Out - + Loop Exit Loop Exit - + Reloop/Exit Loop Reloop/Exit Loop - + Loop Halve Reduz o loop a metade - + Loop Double Duplicação do loop - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Move Loop +%1 Beats - + Move Loop -%1 Beats Move Loop -%1 Beats - + Loop %1 Beats Loop %1 Beats - + Loop Roll %1 Beats Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Juntar à fila Auto DJ (em baixo) - + Append the selected track to the Auto DJ Queue Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Juntar à fila Auto DJ (em cima) - + Prepend selected track to the Auto DJ Queue Prepend selected track to the Auto DJ Queue - + Load Track Load Track - + Load selected track Carregar a faixa seleccionada - + Load selected track and play Carregar faixa selecionada e reproduzir - - + + Record Mix Record Mix - + Toggle mix recording Toggle mix recording - + Effects Efeitos - + Quick Effects Quick Effects - + Deck %1 Quick Effect Super Knob Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect Quick Effect - + Clear Unit Clear Unit - + Clear effect unit Clear effect unit - + Toggle Unit Toggle Unit - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Super Knob - + Next Chain Next Chain - + Assign Assign - + Clear Clear - + Clear the current effect Clear the current effect - + Toggle Toggle - + Toggle the current effect Toggle the current effect - + Next Seguinte - + Switch to next effect Switch to next effect - + Previous Anterior - + Switch to the previous effect Switch to the previous effect - + Next or Previous Next or Previous - + Switch to either next or previous effect Switch to either next or previous effect - - + + Parameter Value Parameter Value - - + + Microphone Ducking Strength Microphone Ducking Strength - + Microphone Ducking Mode Microphone Ducking Mode - + Gain Ganho - + Gain knob Controlo de Ganho - + Shuffle the content of the Auto DJ queue Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue Skip the next track in the Auto DJ queue - + Auto DJ Toggle Auto DJ Toggle - + Toggle Auto DJ On/Off Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostra ou oculta o misturador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Library Maximize/Restore - + Maximize the track library to take up all the available screen space. Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide Effect Rack Show/Hide - + Show/hide the effect rack Show/hide the effect rack - + Waveform Zoom Out Waveform Zoom Out @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Headphone gain - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Playback Speed - + Playback speed control (Vinyl "Pitch" slider) Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) Pitch (Musical key) - + Increase Speed Increase Speed - + Adjust speed faster (coarse) Adjust speed faster (coarse) - + Increase Speed (Fine) Increase Speed (Fine) - + Adjust speed faster (fine) Adjust speed faster (fine) - + Decrease Speed Decrease Speed - + Adjust speed slower (coarse) Adjust speed slower (coarse) - + Adjust speed slower (fine) Adjust speed slower (fine) - + Temporarily Increase Speed Temporarily Increase Speed - + Temporarily increase speed (coarse) Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) Temporarily increase speed (fine) - + Temporarily Decrease Speed Temporarily Decrease Speed - + Temporarily decrease speed (coarse) Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) Temporarily decrease speed (fine) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Internal Sync Leader - + Toggle Internal Sync Leader Toggle Internal Sync Leader - - + + Internal Leader BPM Internal Leader BPM - + Internal Leader BPM +1 Internal Leader BPM +1 - + Increase internal Leader BPM by 1 Increase internal Leader BPM by 1 - + Internal Leader BPM -1 Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 Decrease internal Leader BPM by 0.1 - + Sync Leader Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) Diminuir velocidade (Fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Trava de Tom - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Loop Selected Beats - + Create a beat loop of selected beat size Create a beat loop of selected beat size - + Loop Roll Selected Beats Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir para Loop In - + Go to Loop In button Botão de Ir para o Fim do Loop - + Go To Loop Out Ir para o Fim do Loop - + Go to Loop Out button Botão de Ir para o Fim do Loop - + Toggle loop on/off and jump to Loop In point if loop is behind play position Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop Reloop And Stop - + Enable loop, jump to Loop In point, and stop Enable loop, jump to Loop In point, and stop - + Halve the loop length Halve the loop length - + Double the loop length Double the loop length - + Beat Jump / Loop Move Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navegação - + Move up Move up - + Equivalent to pressing the UP key on the keyboard Equivalent to pressing the UP key on the keyboard - + Move down Move down - + Equivalent to pressing the DOWN key on the keyboard Equivalent to pressing the DOWN key on the keyboard - + Move up/down Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left Move left - + Equivalent to pressing the LEFT key on the keyboard Equivalent to pressing the LEFT key on the keyboard - + Move right Move right - + Equivalent to pressing the RIGHT key on the keyboard Equivalent to pressing the RIGHT key on the keyboard - + Move left/right Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Clear search - + Clears the search query Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) Super Botão (controla os efeitos dos Meta Botões) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset Next chain preset - + Previous Chain Previous Chain - + Previous chain preset Previous chain preset - + Next/Previous Chain Next/Previous Chain - + Next or previous chain preset Next or previous chain preset - - + + Show Effect Parameters Show Effect Parameters - + Effect Unit Assignment - + Meta Knob Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary Microphone / Auxiliary - + Microphone On/Off Microphone On/Off - + Microphone on/off Microfone ligar/desligar - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliary On/Off - + Auxiliary on/off Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Shuffle - + Auto DJ Skip Next Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Auto DJ Fade To Next - + Trigger the transition to the next track Desencadear a transição para a próxima faixa - + User Interface Interface do Utilizador - + Samplers Show/Hide Samplers Show/Hide - + Show/hide the sampler section Mostrar/ocultar a secção sampler - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Transmite sua mixagem pela Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Vinyl Control Show/Hide - + Show/hide the vinyl control section Mostrar/ocultar a secção controlo vinilo - + Preview Deck Show/Hide Preview Deck Show/Hide - + Show/hide the preview deck Mostrar/esconder o leitor anterior - + Toggle 4 Decks Ligar/Desligar 4 Decks - + Switches between showing 2 decks and 4 decks. Troca entre a visualização de 2 decks e 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Mostrar/ocultar o "widget" vinilo em rotação - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Waveform zoom - + Waveform Zoom Waveform Zoom - + Zoom waveform in Zoom waveform in - + Waveform Zoom In Waveform Zoom In - + Zoom waveform out Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Com contribuições de: - + And special thanks to: E um agradecimento especial a: - + Past Developers Programadores antigos - + Past Contributors Colaboradores antigos - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Sobre o Mixx - - + + + Unknown Desconhecido - + Date: Data: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits Créditos - + License @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. Mostra a duração e número de faixas selecionadas. @@ -4129,7 +4174,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Learning: %1. Now move a control on your controller. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4362,123 +4407,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC AAC - + HE-AAC - + HE-AACv2 - + Automatic Automatic - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5051,22 +5096,22 @@ Aplicar os parâmetros e continuar? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5176,6 +5221,11 @@ Aplicar os parâmetros e continuar? Screen saver Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5774,39 +5824,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run Allow screensaver to run - + Prevent screensaver from running Prevent screensaver from running - + Prevent screensaver while playing Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes This skin does not support color schemes - + Information Informação - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6031,52 +6106,52 @@ and allows you to pitch adjust them for harmonic mixing. Scan - + Item is not a directory or directory is missing - + Choose a music directory Choose a music directory - + Confirm Directory Removal Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Hide Tracks - + Delete Track Metadata Delete Track Metadata - + Leave Tracks Unchanged Leave Tracks Unchanged - + Relink music directory to new location Relink music directory to new location - + Select Library Font Select Library Font @@ -6936,138 +7011,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Default (long delay) - + Experimental (no delay) Experimental (no delay) - + Disabled (short delay) Disabled (short delay) - + Soundcard Clock Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Disabled - + Enabled Activado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 quadros/período) - + 2048 frames/period 2048 quadros/período - + 4096 frames/period 4096 quadros/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Erro de configuração @@ -7554,122 +7629,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware de Som - + Controllers Controladores - + Library Biblioteca - + Interface Interface - + Waveforms Waveforms - + Mixer Mixer - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ajuda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Efeitos - + Recording Gravação - + Beat Detection Detecção do tempo - + Key Detection Key Detection - + Normalization Normalização - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Controlo Vinilo - + Live Broadcasting Difusão em directo - + Modplug Decoder Modplug Decoder @@ -7844,7 +7919,7 @@ Select from different types of displays for the waveform, which differ primarily Álbum Artista - + Fetching track data from the MusicBrainz database Fetching track data from the MusicBrainz database @@ -7921,72 +7996,72 @@ Select from different types of displays for the waveform, which differ primarily &Close - + Original tags Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8307,7 +8382,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) @@ -8517,27 +8592,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (faster) - + Rubberband (better) Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8760,15 +8835,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Safe Mode Enabled - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8780,57 +8855,57 @@ Shown when VuMeter can not be displayed. Please keep para OpenGL. - + activate activar - + toggle alternar - + right direita - + left esquerda - + right small direita (curto) - + left small esquerda (curto) - + up cima - + down baixo - + up small cima (curto) - + down small baixo (curto) - + Shortcut Atalho @@ -8913,32 +8988,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller MIDI Controlador - + MixxxControl(s) not found MixxxControl(s) não encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -9014,183 +9089,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Dispositivo de som ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Tentar de novo</b> após ter fechado a outra aplicação ou ter religado o dispositivo de som. - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurar</b> as opções áudio do Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Encontrar <b>Ajuda</b> no Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Sair</b> do Mixxx. - + Retry Tentar de novo - + skin - - + + Reconfigure Reconfigurar - + Help Ajuda - - + + Exit Sair - - + + Mixxx was unable to open all the configured sound devices. Mixxx was unable to open all the configured sound devices. - + Sound Device Error Sound Device Error - + <b>Retry</b> after fixing an issue <b>Retry</b> after fixing an issue - + No Output Devices Nenhum dispositivo de saída - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. O Mixxx foi configurado sem nenhum dispositivo de saída audio. Sem dispositivo de saída configurado, o processamento do som será desactivado. - + <b>Continue</b> without any outputs. <b>Continuar</b> sem nenhuma saída. - + Continue Continuar - + Load track to Deck %1 Carregar a faixa no leitor %1 - + Deck %1 is currently playing a track. O leitor %1 está actualmente a ler uma faixa. - + Are you sure you want to load a new track? Tem a certeza de querer carregar uma nova faixa? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Erro no ficheiro de tema - + The selected skin cannot be loaded. O tema seleccionado não pode ser carregado - + OpenGL Direct Rendering Processamento Direct OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar saída - + A deck is currently playing. Exit Mixxx? Um leitor está actualmente a tocar. Sair do Mixxx? - + A sampler is currently playing. Exit Mixxx? Uma amostra está actualmente a tocar. Sair do Mixxx? - + The preferences window is still open. A janela de preferências ainda está aberta. - + Discard any changes and exit Mixxx? Rejeitar quaisquer alterações e sair do Mixxx? @@ -9206,43 +9281,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Listas de reprodução - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Alguns DJs preparam listas de reprodução antes das suas actuações, mas outros preferem construi-las na altura em que estão a actuar. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Quando usa listas de reprodução durante uma actuação de DJ ao vivo, lembre-se de prestar uma atenção particular à forma como o seu público reage à música que escolheu para tocar. - + Create New Playlist Criar nova lista de reprodução @@ -9310,7 +9390,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Inválido(a) @@ -9416,68 +9496,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth - + Headphones Auscultadores - + Left Bus Left Bus - + Center Bus Center Bus - + Right Bus Right Bus - + Invalid Bus Invalid Bus - + Deck Leitor - + Record/Broadcast Record/Broadcast - + Vinyl Control Controlo Vinilo - + Microphone Microfone - + Auxiliary Auxiliar - - + + Unknown path type %1 Caminho desconhecido tipo %1 @@ -9570,6 +9650,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9607,6 +9689,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9625,6 +9708,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9640,6 +9725,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9939,7 +10026,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Gain for Low Filter @@ -9996,7 +10083,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Gain for High Filter @@ -10016,22 +10103,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer Graphic Equalizer - + Graphic EQ Graphic EQ - + An 8-band graphic equalizer based on biquad filters An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Gain for Band Filter %1 @@ -10114,8 +10201,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Range @@ -10145,42 +10232,42 @@ Higher values result in less attenuation of high frequencies. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10200,17 +10287,17 @@ Higher values result in less attenuation of high frequencies. A Bessel 8th-order filter isolator with Lipshitz and Vanderkooy mix (bit perfect unity, roll-off -48 dB/octave). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO ISO LR8 - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10614,18 +10701,18 @@ Fully right: end of the effect period - + encoder failure encoder failure - + Failed to apply the selected settings. Failed to apply the selected settings. - + Deck %1 Leitor %1 @@ -10665,52 +10752,52 @@ Fully right: end of the effect period Some file paths in the playlist have special characters. These file paths will be encoded as absolute path URLs. Please select the m3u8 format for better and lossless exporting. - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10758,10 +10845,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Passagem + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10930,7 +11038,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Aplicação Rhythmbox @@ -10976,34 +11084,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Faixas - + Crates Caixas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11011,64 +11119,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Histórico - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11077,193 +11185,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem O Mixxx encontrou um problema - + Could not allocate shout_t Não pode alocar shout_t - + Could not allocate shout_metadata_t Não pode alocar shout_metadata_t - + Error setting non-blocking mode: Erro na configuração do modo não-blocante - + Error setting tls mode: - + Error setting hostname! Erro na definição do nome do anfitrião! - + Error setting port! Erro na configuração da porta! - + Error setting password! Erro na definição da palavra chave! - + Error setting mount! Erro na configuração do montar! - + Error setting username! Erro na definição do nome de utilizador! - + Error setting stream name! Erro na definição do nome de "stream"! - + Error setting stream description! Erro na definição da descrição de "stream"! - + Error setting stream genre! Erro na definição do género do "stream"! - + Error setting stream url! Erro na definição da URL do "stream"! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! Error setting stream public! - + Unknown stream encoding format! Unknown stream encoding format! - + Use a libshout version with %1 enabled Use a libshout version with %1 enabled - + Error setting stream encoding format! Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate Unsupported sample rate - + Error setting bitrate Erro na definição do débito - + Error: unknown server protocol! Erro: protocolo do servidor desconhecido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Erro na configuração do protocolo! - + Network cache overflow Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. Lost connection to streaming server. - + Please check your connection to the Internet. Please check your connection to the Internet. - + Can't connect to streaming server Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Queira verificar a sua ligação à Internet e que a sua identificação e palavra passe estão correctas. @@ -11279,23 +11387,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device um dispositivo - + An unknown error occurred Ocorreu um erro desconhecido - + Two outputs cannot share channels on "%1" Two outputs cannot share channels on "%1" - + Error opening "%1" Error opening "%1" @@ -11647,7 +11755,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Capa @@ -12099,52 +12207,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration Recording Duration @@ -12338,442 +12436,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Guardar o Banco do Sampler - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Carregar o Banco do Sampler - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Show Effect Parameters - + Enable Effect Enable Effect - + Meta Knob Link Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Super Knob - + Next Chain Next Chain - + Previous Chain Previous Chain - + Next/Previous Chain Next/Previous Chain - + Clear Clear - + Clear the current effect. Clear the current effect. - + Toggle Toggle - + Toggle the current effect. Toggle the current effect. - + Next Seguinte - + Clear Unit Clear Unit - + Clear effect unit. Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. Controla o Meta Botão de todos os efeitos conjuntamente nesta unidade. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12782,169 +12881,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. Encaminha este deck através da unidade de efeito indicada. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Switch to the next effect. - + Previous Anterior - + Switch to the previous effect. Switch to the previous effect. - + Next or Previous Next or Previous - + Switch to either the next or previous effect. Switch to either the next or previous effect. - + Meta Knob Meta Knob - + Controls linked parameters of this effect Controls linked parameters of this effect - + Effect Focus Button Effect Focus Button - + Focuses this effect. Focuses this effect. - + Unfocuses this effect. Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Effect Parameter - + Adjusts a parameter of the effect. Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Equalizer Parameter - + Adjusts the gain of the EQ filter. Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13043,47 +13141,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Decreases the pitch by one semitone. - + Enable Vinyl Control Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. When enabled, the track responds to external vinyl control. - + Enable Passthrough Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. Displays options for editing cover artwork. - + Star Rating Star Rating - + Assign ratings to individual tracks by clicking the stars. Assign ratings to individual tracks by clicking the stars. @@ -13351,123 +13449,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Adjust the pitch in addition to the speed slider pitch. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Record Mix - + Toggle mix recording. Toggle mix recording. - + Enable Live Broadcasting Enable Live Broadcasting - + Stream your mix over the Internet. Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. O Playback vai retornar ao ponto onde a faixa teria ficado se não tivesse entrado no loop. - + Loop Exit Loop Exit - + Turns the current loop off. Desliga o loop - + Slip Mode Modo de deslizamento - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quando activo, o playback continua abafado em segundo plano durante o loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. Uma vez desactivado, o playback audível será retomado onde a faixa estaria. - + Track Key The musical key of a track Track Key - + Displays the musical key of the loaded track. Displays the musical key of the loaded track. - + Clock Relógio - + Displays the current time. Afixa a hora actual - + Audio Latency Usage Meter Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator Audio Latency Overload Indicator @@ -13589,97 +13687,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Se o ponto de marcação estiver definido, salta para o ponto de marcação. - + If hotcue is not set, sets the hotcue to the current play position. Se o ponto de marcação não estiver definido, define o ponto de marcação no local de leitura corrente. - + Vinyl Control Mode Modo de Controlo Vinilo - + Absolute mode - track position equals needle position and speed. Modo Absoluto - a posição na faixa é igual à posição e velocidade da agulha. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - a velocidade da faixa é igual à velocidade da agulha independentemente da posição da agulha. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - a velocidade da faixa é igual à última velocidade instantânea conhecida independentemente da posição da agulha. - + Vinyl Status Estado do Vinilo - + Provides visual feedback for vinyl control status: Fornece um sinal visual para o estado do controlo vinilo: - + Green for control enabled. Verde para controlo activado. - + Blinking yellow for when the needle reaches the end of the record. Amarelo a piscar quando a agulha chega ao fin do disco. - + Loop-In Marker Marcador de Entrada de Loop - + Loop-Out Marker Marcador de Saída de Loop - + Loop Halve Reduz o loop a metade - + Halves the current loop's length by moving the end marker. Reduz a metade o comprimento do loop corrente, movendo o marcador de fim. - + Deck immediately loops if past the new endpoint. O leitor faz loop imdiatamente, se o novo marcador de saída for ultrapassado. - + Loop Double Duplicação do loop - + Doubles the current loop's length by moving the end marker. Duplica o comprimento corrente do loop movendo o marcador de fim. - + Beatloop Loop de Tempos - + Toggles the current loop on or off. Activa ou desactiva o loop corrente. - + Works only if Loop-In and Loop-Out marker are set. Funciona apenas se as marcas de entrada e de saída do loop estiverem definidas. @@ -13689,82 +13787,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Hint: Change the default cue mode in Preferences -> Interface. - + Vinyl Cueing Mode Modo de Marcação Vinilo - + Determines how cue points are treated in vinyl control Relative mode: Determina a forma como os pontos de marcação são tratados no modo de controlo vinilo Relativo. - + Off - Cue points ignored. Inactivo - os pontos de marcação são ignorados. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Uma Marca – Se a agulha é largada após o ponto de marcação, a faixa posiciona-se nesse ponto de marcação. - + Track Time Duração da faixa - + Track Duration Duração da Faixa - + Displays the duration of the loaded track. Mostra a duração da faixa carregada. - + Information is loaded from the track's metadata tags. A informação é carregada a partir das etiquetas de metadados da faixa. - + Track Artist Artista da Faixa - + Displays the artist of the loaded track. Mostra o artista da faixa carregada. - + Track Title Título da Faixa - + Displays the title of the loaded track. Mostra o título da faixa. - + Track Album Album da faixa - + Displays the album name of the loaded track. Mostra o nome do album da faixa carregada. - + Track Artist/Title Artista/título da faixa - + Displays the artist and title of the loaded track. Mostra o artista e o título da faixa carregada. @@ -13772,12 +13870,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -14030,22 +14128,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset Update Preset - + Rename Preset - + Save As New Preset... Save As New Preset... - + Save snapshot Save snapshot @@ -14067,7 +14165,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Nenhum efeito carregado. @@ -14091,452 +14189,452 @@ This can not be undone! WMainMenuBar - + &File &Ficheiro - + Load Track to Deck &%1 Load Track to Deck &%1 - + Loads a track in deck %1 Carrega uma faixa no leitor %1 - + Open Abrir - + &Exit &Sair - + Quits Mixxx Sai do Mixxx - + Ctrl+q Ctrl+q - + &Library Biblioteca - + &Rescan Library &Reanalisar a biblioteca - + Rescans library folders for changes to tracks. Analisa as pastas da biblioteca à procura de modificações nas faixas - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Create &New Playlist - + Create a new playlist Criar uma nova playlist - + Ctrl+n Ctrl+n - + Create New &Crate Create New &Crate - + Create a new crate Criar uma Caixa nova - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Ver - + May not be supported on all skins. Pode não ser compatível com todos os temas - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar a Secção do Microfone - + Show the microphone section of the Mixxx interface. Mostrar a secção microfone do interface Mixxx - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar a Secção de Controle de Vinyl - + Show the vinyl control section of the Mixxx interface. Mostrar a secção Controlo Vinilo do interface Mixxx - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar o Deck de Pré-visualização - + Show the preview deck in the Mixxx interface. Mostrar o Deck de Pré-visualização no interface do Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Show Cover Art - + Show cover art in the Mixxx interface. Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximize Library - + Maximize the track library to take up all the available screen space. Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library Space - + &Full Screen &Ecrã completo - + Display Mixxx using the full screen Mostrar o Mixxx em ecrã completo - + &Options &Opções - + &Vinyl Control Controlo Vinilo - + Use timecoded vinyls on external turntables to control Mixxx Utilizar discos de vinilo codificados num leitor externo para controlar o Mixxx - + Enable Vinyl Control &%1 Enable Vinyl Control &%1 - + &Record Mix Gravar a mistura - + Record your mix to a file Gravar a sua mistura num ficheiro - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activar a difusão em directo - + Stream your mixes to a shoutcast or icecast server Difunda as suas misturas via um servidor de "shoutcast" ou "icecast" - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activar atalhos de teclado - + Toggles keyboard shortcuts on or off Activar/desactivar atalhos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferências - + Change Mixxx settings (e.g. playback, MIDI, controls) Modificar os parâmetros do Mixxx (ex. difusão, MIDI, controladores) - + &Developer &Developer - + &Reload Skin &Reload Skin - + Reload the skin Reload the skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Developer &Tools - + Opens the developer tools dialog Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Enabled - + Enables the debugger during skin parsing Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Ajuda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Suporte da comunidade - + Get help with Mixxx Obter ajuda sobre o Mixxx - + &User Manual Manual do utilizador - + Read the Mixxx user manual. Ler o manual de utilizador do Mixxx - + &Keyboard Shortcuts &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Traduzir esta Aplicação - + Help translate this application into your language. Ajude a traduzir esta aplicação na sua linguagem - + &About &Sobre - + About the application Sobre a aplicação @@ -14765,564 +14863,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Leitor - + Sampler Amostrador - + Add to Playlist Adicionar à Lista de reprodução - + Crates Caixas - + Metadata Metadado - + Update external collections - + Cover Art Capa - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Repor - - + + Analyze Analisar - - + + Delete Track Files Delete Track Files - + Add to Auto DJ Queue (bottom) Juntar à fila Auto DJ (em baixo) - + Add to Auto DJ Queue (top) Juntar à fila Auto DJ (em cima) - + Add to Auto DJ Queue (replace) - + Preview Deck Deck de Prá-visualização - + Remove Remove - + Remove from Playlist - + Remove from Crate - + Hide from Library Ocultar na Biblioteca - + Unhide from Library Reexibir na Biblioteca - + Purge from Library Limpar da Biblioteca - + Move Track File(s) to Trash - + Delete Files from Disk Delete Files from Disk - + Properties Propriedades - + Open in File Browser Abrir no Navegador de Ficheiros - + Select in Library Select in Library - + Import From File Tags Importar Das Tags Ficheiros - + Import From MusicBrainz Importar do MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating classificação - + Cue Point - + Hotcues Marcações - + Intro - + Outro - + Key Nota - + ReplayGain ReplayGain - + Waveform - + Comment Comentário - + All Tudo - + Lock BPM Bloquear o Tempo (BPM) - + Unlock BPM Desbloquear o Tempo (BPM) - + Double BPM Duplicar o BPM - + Halve BPM Reduzir o BPM a metade - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain Update ReplayGain from Deck Gain - + Deck %1 Leitor %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Criar nova lista de reprodução - + Enter name for new playlist: Entre o nome da nova lista de reprodução - + New Playlist Nova lista de reprodução - - - + + + Playlist Creation Failed A criação da Lista de reprodução falhou - + A playlist by that name already exists. Já existe uma Playlist com este nome - + A playlist cannot have a blank name. A Playlist não pode ter um nome vazio - + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a Playlist - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) Locking BPM of %n track(s)Locking BPM of %n track(s)Bloqueando o BPM de %n faixa(s) - + Unlocking BPM of %n track(s) Unlocking BPM of %n track(s)Unlocking BPM of %n track(s)Desbloqueando o BPM de %n faixa(s) - + Setting color of %n track(s) Setting color of %n track(s)Setting color of %n track(s)Mudando a cor de %n faixa(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? Permanently delete these files from disk? - - + + This can not be undone! This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk This track file could not be deleted from disk - + Remaining Track File(s) Remaining Track File(s) - + Close Fechar - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15330,37 +15428,37 @@ This can not be undone! WTrackTableView - + Confirm track hide Confirm track hide - + Are you sure you want to hide the selected tracks? Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal Confirm track removal @@ -15376,7 +15474,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15424,52 +15522,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Escolha a pasta da biblioteca musical - + controllers - + Cannot open database Não é possível abrir a base de dados - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_pt_BR.qm b/res/translations/mixxx_pt_BR.qm index cc61939d6db8a9d22e5321c5cd4bc2eff82f7687..25dc028bad102c1287dd6dd5c5c656bb140dbd84 100644 GIT binary patch delta 17289 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 delta 17294 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Adicionar à fila do Auto DJ (embaixo) - + Add to Auto DJ Queue (top) Adicionar à Fila do Auto DJ (em cima) - + Add to Auto DJ Queue (replace) Juntar à fila Auto DJ (substituir) - - Import Playlist - Import Playlist + + Import as Playlist + Importar como Playlist + + + + Import as Crate + Importar como crate + + + + Crate Creation Failed + Criação da Caixa Falhou + + + + Could not create crate, it most likely already exists: + Não foi possível importar crate, provavelmente já existe: - + Playlist Creation Failed Falha ao Criar Lista de Reprodução - + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a lista de reprodução: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nova Lista de Reprodução - + Add to Auto DJ Queue (bottom) Adicionar à fila do Auto DJ (embaixo) - - + + Create New Playlist Criar Nova Lista de Reprodução - + Add to Auto DJ Queue (top) Adicionar à Fila do Auto DJ (em cima) - + Remove Remover - + Rename Renomear - + Lock Travar - + Duplicate Duplicar - - + + Import Playlist Importar Lista de Reprodução - + Export Track Files Exportar Arquivos de Faixa - + Analyze entire Playlist Analisar Toda a Lista de Reprodução - + Enter new name for playlist: Digite o novo nome para a lista: - + Duplicate Playlist Duplicar a Lista de Reprodução - - + + Enter name for new playlist: Digite o nome para a nova lista de reprodução: - - + + Export Playlist Exportar Lista de Reprodução - + Add to Auto DJ Queue (replace) Adicionar à fila Auto DJ (substituir) - + Rename Playlist Renomear Lista de Reprodução + - Renaming Playlist Failed Falha ao Renomear a Lista de Reprodução - - - + + + A playlist by that name already exists. Uma lista de reprodução com esse nome já existe. - - - + + + A playlist cannot have a blank name. Uma lista de reprodução não pode ter um nome em branco. - + _copy //: Appendix to default name when duplicating a playlist _copiar + - + - - - + + Playlist Creation Failed Falha ao Criar Lista de Reprodução - - + + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a lista de reprodução: - + Confirm Deletion Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? Você realmente deseja excluir a lista de reprodução <b>%1</b>? - + M3U Playlist (*.m3u) Lista de Reprodução M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Lista de Reprodução M3U (*.m3u);;Lista de Reprodução M3U8 (*.m3u8);;Lista de Reprodução PLS (*.pls);;Texto CSV (*.csv);;Texto (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Não foi possível carregar a faixa. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Álbum - + Album Artist Artista do Álbum - + Artist Artista - + Bitrate Taxa de Bits - + BPM BPM - + Channels Canais - + Color Cor - + Comment Comentário - + Composer Compositor - + Cover Art Arte da Capa - + Date Added Data Adicionada - + Last Played - + Duration Duração - + Type Tipo - + Genre Gênero - + Grouping Agrupamento - + Key Tom - + Location Localização - + Preview Pré-Visualizar - + Rating Classificação - + ReplayGain ReplayGain - + Samplerate - + Played Tocada - + Title Título - + Track # Faixa # - + Year Ano - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Ação falhou - + Please enable at least one connection to use Live Broadcasting. Ativar pelo menos uma conexão para usar a transmissão ao vivo. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Adicionar aos Atalhos - + Remove from Quick Links Remover dos Atalhos - + Add to Library Adicionar à Biblioteca - + Quick Links Atalhos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removíveis - - + + Computer Computador - + Music Directory Added Diretório de Músicas Adicionado - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Você adicionou um ou mais diretórios de música. As faixas nesses diretórios não ficarão disponíveis até que você reexamine sua biblioteca. Você quer reexaminar agora? - + Scan Examinar - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computador" permite que você navegue, veja e carregue faixas de pastas do seu disco rígido ou de dispositivos externos. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode Começa o Mixxx em tela cheia - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Diretório de nível alto onde o Mixxx deve procurar por seus arquivos de recursos como mapeamentos MIDI, sendo usado no lugar da localização da instalação. - + Path the debug statistics time line is written to Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: + Top-level directory where Mixxx should look for settings. Default is: + + + + Use legacy vu meter - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy spinny - - Top-level directory where Mixxx should look for settings. Default is: - Top-level directory where Mixxx should look for settings. Default is: + + Loads experimental QML GUI instead of legacy QWidget skin + - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Item - + Value Valor - + Parameter Parâmetro - + Title Título - + Description Descrição @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Definir para volume total - + Set to zero volume Definir para volume zero @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Botão de rolagem reversa (Censurar) - + Headphone listen button Botão ouvir no fone - + Mute button Botão mudo @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientação da mixagem (ex.: esquerda, direita, centro) - + Set mix orientation to left Definir orientação da mixagem à esquerda - + Set mix orientation to center Definir orientação da mixagem para o centro - + Set mix orientation to right Definir orientação da mixagem à direita @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Botão de toque do BPM - + Toggle quantize mode Ligar/Desligar modo de quantização - + One-time beat sync (tempo only) Sincronizar a batida de uma vez só (apenas tempo) - + One-time beat sync (phase only) Sincronizar a batida de uma vez só (apenas fase) - + Toggle keylock mode Travar/Destravar o tom @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizadores - + Vinyl Control Controle por Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Alternar modo de cue do controle por vinil (OFF/UM/QUENTE) - + Toggle vinyl-control mode (ABS/REL/CONST) Alternar modo de controle por vinil (CONST/ABS/REL) - + Pass through external audio into the internal mixer Atravessa o áudio externo no mixer interno - + Cues Cues - + Cue button Botão cue - + Set cue point Definir ponto cue - + Go to cue point Ir ao ponto cue - + Go to cue point and play Ir ao ponto cue e tocar - + Go to cue point and stop Ir ao ponto cue e parar - + Preview from cue point Escutar do ponto cue - + Cue button (CDJ mode) Botão Cue (modo CDJ) - + Stutter cue Stutter cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Definir, escutar de ou pular ao hotcue %1 - + Clear hotcue %1 Apagar hotcue %1 - + Set hotcue %1 Definir hotcue %1 - + Jump to hotcue %1 Pular para hotcue %1 - + Jump to hotcue %1 and stop Pular para hotcue %1 e parar - + Jump to hotcue %1 and play Pular para hotcue %1 e jogar - + Preview from hotcue %1 Escutar do hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Botão Iniciar Loop - + Loop Out button Botão Terminar Loop - + Loop Exit button Botão Sair do Loop - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mover o loop para frente %1 batidas - + Move loop backward by %1 beats Mover o loop para atrás %1 batidas - + Create %1-beat loop Criar loop de %1 batidas - + Create temporary %1-beat loop roll Criar loop temporário de %1 batidas @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Fader de Volume - + Full Volume Volume Máximo - + Zero Volume Volume Zero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Silenciar @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Ouvir no Fone @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientação - + Orient Left Orientar à Esquerda - + Orient Center Orientar ao Centro - + Orient Right Orientar à Direita @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Move a grade de batidas à direita - + Adjust Beatgrid Ajusta a Grade de Batidas - + Align beatgrid to current position Alinhar a grade de batidas à posição atual - + Adjust Beatgrid - Match Alignment Ajustar a Grade de Batidas - Combinar Alinhamento - + Adjust beatgrid to match another playing deck. Ajusta a grade de batidas para combinar com outro deck tocando. - + Quantize Mode Modo de Quantização - + Sync Sincronizar - + Beat Sync One-Shot Sincronizar a Batida De Uma Vez - + Sync Tempo One-Shot Sincronizar o Tempo De Uma Vez - + Sync Phase One-Shot Sincronizar a Fase De Uma Vez - + Pitch control (does not affect tempo), center is original pitch Controle do pitch (não afeta o tempo), o centro é o pitch original - + Pitch Adjust Ajustar o Pitch - + Adjust pitch from speed slider pitch Ajusta o pitch do deslizante de velocidade pitch - + Match musical key Igualar tom musical - + Match Key Igualar Tom - + Reset Key Redefinir o Tom - + Resets key to original Redefine o tom para o original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages EQ de Graves - + Toggle Vinyl Control Ligar/Desligar o Controle por Vinil - + Toggle Vinyl Control (ON/OFF) Alternar o Controle por Vinil (Ligado/Desligado) - + Vinyl Control Mode Modo de Controle por Vinil - + Vinyl Control Cueing Mode Modo de Cue do Controle por Vinil - + Vinyl Control Passthrough Repasse do Controle por Vinil - + Vinyl Control Next Deck Próximo Deck do Controle por Vinil - + Single deck mode - Switch vinyl control to next deck Modo de deck único - Mudar o controle por vinil para o próximo deck - + Cue Cue - + Set Cue Definir Cue - + Go-To Cue Ir Para Cue - + Go-To Cue And Play Ir Para Cue e Tocar - + Go-To Cue And Stop Ir Para Cue e Parar - + Preview Cue Escutar Cue - + Cue (CDJ Mode) Cue (Modo CDJ) - + Stutter Cue Stutter Cue - + Go to cue point and play after release Avança até ao Cue Point e toca a faixa após largar o botão. - + Clear Hotcue %1 Limpar Hotcue %1 - + Set Hotcue %1 Definir Hotcue %1 - + Jump To Hotcue %1 Pular Para Hotcue %1 - + Jump To Hotcue %1 And Stop Pular Para Hotcue %1 e Parar - + Jump To Hotcue %1 And Play Pular Para Hotcue %1 e Tocar - + Preview Hotcue %1 Escutar Hotcue %1 - + Loop In Entrada do Loop - + Loop Out Saída do Loop - + Loop Exit Sair do Loop - + Reloop/Exit Loop Reloopar/Sair do Loop - + Loop Halve Divide o Loop pela Metade - + Loop Double Dobrar o Loop - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover o Loop +%1 Batidas - + Move Loop -%1 Beats Mover o Loop -%1 Batidas - + Loop %1 Beats Loopar %1 Batidas - + Loop Roll %1 Beats Loopar Temporariamente %1 Batidas - + Add to Auto DJ Queue (bottom) Adicionar à fila do Auto DJ (embaixo) - + Append the selected track to the Auto DJ Queue Adicionar a faixa selecionada no final da fila do Auto DJ - + Add to Auto DJ Queue (top) Adicionar à Fila do Auto DJ (em cima) - + Prepend selected track to the Auto DJ Queue Adicionar a faixa selecionada no começo da fila do Auto DJ - + Load Track Carregar Faixa - + Load selected track Carregar faixa selecionada - + Load selected track and play Carregar faixa selecionada e tocar - - + + Record Mix Gravar Mixagem - + Toggle mix recording Ligar/Desligar gravação da mixagem - + Effects Efeitos - + Quick Effects Efeitos Rápidos - + Deck %1 Quick Effect Super Knob Super Botão de Efeito Rápido do Deck %1 - + Quick Effect Super Knob (control linked effect parameters) Super Botão de Efeito Rápido (controla parâmetros de efeito ligados) - - + + Quick Effect Efeito Rápido - + Clear Unit Limpar Unidade - + Clear effect unit Limpar unidade de efeitos - + Toggle Unit Ligar/Desligar Unidade - + Dry/Wet Seco/Molhado - + Adjust the balance between the original (dry) and processed (wet) signal. Define o balançoentre o sinal original (seco) e o processado (molhado). - + Super Knob Super Botão - + Next Chain Próxima Corrente - + Assign Atribuir - + Clear Limpar - + Clear the current effect Limpar o efeito atual - + Toggle Ligar/Desligar - + Toggle the current effect Ligar/Desligar o efeito atual - + Next Próximo - + Switch to next effect Muda para o próximo efeito - + Previous Anterior - + Switch to the previous effect Trocar para o efeito anterior - + Next or Previous Próximo ou Anterior - + Switch to either next or previous effect Muda para o efeito seguinte ou anterior - - + + Parameter Value Valor do Parâmetro - - + + Microphone Ducking Strength Força da Redução de Música do Microfone - + Microphone Ducking Mode Modo de Redução de Música do Microfone - + Gain Ganho - + Gain knob Botão de ganho - + Shuffle the content of the Auto DJ queue Reproduzir aleatoriamente o conteúdo da fila Auto DJ - + Skip the next track in the Auto DJ queue Pular a próxima faixa na fila do Auto DJ - + Auto DJ Toggle Ligar/Desligar Auto DJ - + Toggle Auto DJ On/Off Ligar/Desligar Auto DJ - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostra ou oculta o mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximiza a biblioteca de faixas para ocupar todo o espaço de tela disponível. - + Effect Rack Show/Hide Mostrar/Ocultar Prateleira de Efeitos - + Show/hide the effect rack Mostra/Oculta a prateleira de efeitos - + Waveform Zoom Out Afastar Ondas @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Ganho do fone - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Toque para sincronizar o tempo (e fase com a quantização ativada), segure para ativar a sincronização permanente - + One-time beat sync tempo (and phase with quantize enabled) Tempo de sincronização de batida única (e fase com quantização ativada) - + Playback Speed Velocidade da Reprodução - + Playback speed control (Vinyl "Pitch" slider) Controle da velocidade da reprodução (Deslizante de "Pitch" do Vinil) - + Pitch (Musical key) Pitch (Tom musical) - + Increase Speed Aumentar a Velocidade - + Adjust speed faster (coarse) Aumentar a velocidade (grosso) - + Increase Speed (Fine) Aumentar a Velocidade (Fino) - + Adjust speed faster (fine) Aumentar a velocidade (fino) - + Decrease Speed Diminuir a Velocidade - + Adjust speed slower (coarse) Diminuir a velocidade (grosso) - + Adjust speed slower (fine) Diminuir a velocidade (fino) - + Temporarily Increase Speed Temporariamente Aumentar a Velocidade - + Temporarily increase speed (coarse) Temporariamente aumentar a velocidade (grosso) - + Temporarily Increase Speed (Fine) Temporariamente Aumentar a Velocidade (Fino) - + Temporarily increase speed (fine) Temporariamente aumentar a velocidade (fino) - + Temporarily Decrease Speed Temporariamente Diminuir a Velocidade - + Temporarily decrease speed (coarse) Temporariamente diminuir a velocidade (grosso) - + Temporarily Decrease Speed (Fine) Temporariamente Diminuir a Velocidade (Fino) - + Temporarily decrease speed (fine) Temporariamente diminuir a velocidade (fino) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Internal Sync Leader - + Toggle Internal Sync Leader Toggle Internal Sync Leader - - + + Internal Leader BPM Internal Leader BPM - + Internal Leader BPM +1 Internal Leader BPM +1 - + Increase internal Leader BPM by 1 Increase internal Leader BPM by 1 - + Internal Leader BPM -1 Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 Decrease internal Leader BPM by 0.1 - + Sync Leader Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) Diminuir velocidade (Fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Trava de Tom - + CUP (Cue + Play) CUP (Cue + Play, ou seja Cue + Toca a faixa) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Loop de Batidas Selecionadas - + Create a beat loop of selected beat size Criar um loop de batida do tamanho de batida selecionada - + Loop Roll Selected Beats Batidas Selecionadas da Lista de Loop - + Create a rolling beat loop of selected beat size Crie um loop de batida contínua do tamanho de batida selecionada - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir para Loop In - + Go to Loop In button Botão de Ir para o Início do Loop - + Go To Loop Out Ir para o Fim do Loop - + Go to Loop Out button Botão de Ir para o Fim do Loop - + Toggle loop on/off and jump to Loop In point if loop is behind play position Ative/desative a alternância do loop e pule para o ponto Loop In se o loop estiver atrás da posição de reprodução - + Reloop And Stop Reloop e Pare - + Enable loop, jump to Loop In point, and stop Ative o loop, pule para o ponto Loop In e pare - + Halve the loop length Reduzir o loop pela metade - + Double the loop length Dobrar o tamanho do loop atual - + Beat Jump / Loop Move Pular batidas e mover loops - + Jump / Move Loop Forward %1 Beats Mover o loop para frente %1 batidas - + Jump / Move Loop Backward %1 Beats Mover o loop para atrás %1 batidas - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navegação - + Move up Mover acima - + Equivalent to pressing the UP key on the keyboard Equivalente a pressionar a SETA ACIMA no teclado - + Move down Mover abaixo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pressionar a SETA ABAIXO no teclado - + Move up/down Mover acima/abaixo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Move verticalmente em uma das direções usando um botão, como se pressionasse as teclas ACIMA/ABAIXO - + Scroll Up Rolar acima - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pressionar a tecla PAGE UP no teclado - + Scroll Down Rolar abaixo - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pressionar a tecla PAGE DOWN no teclado - + Scroll up/down Rolar acima/abaixo - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Rolar verticalmente em uma das direções usando um botão, como se pressionasse as teclas PAGE UP/PAGE DOWN - + Move left Mover à esquerda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pressionar a SETA À ESQUERDA no teclado - + Move right Mover à direita - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pressionar a SETA À DIREITA no teclado - + Move left/right Mover à esquerda/direita - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mova horizontalmente em uma das direções usando um botão, como ao pressionar as teclas ESQUERDA/DIREITA - + Move focus to right pane Move o foco ao painel da direita - + Equivalent to pressing the TAB key on the keyboard Equivalente a pressionar a tecla TAB no teclado - + Move focus to left pane Move o foco ao painel da esquerda - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pressionar SHIFT+TAB no teclado - + Move focus to right/left pane Move o foco ao painel da direita/esquerda - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Move o foco um painel à direita ou esquerda usando um botão, como se pressionasse TAB/SHIFT-TAB - + Sort focused column Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Clear search - + Clears the search query Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing Ativar ou desativar processamento de efeitos - + Super Knob (control effects' Meta Knobs) Super Botão (controla os efeitos dos Meta Botões) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset Próxima prédefinição de corrente - + Previous Chain Corrente Anterior - + Previous chain preset Prédefinição de corrente anterior - + Next/Previous Chain Corrente Seguinte/Anterior - + Next or previous chain preset Prédefinição da corrente seguinte ou anterior - - + + Show Effect Parameters Mostrar Parâmetros do Efeito - + Effect Unit Assignment - + Meta Knob Botão Meta - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary Microfone / Auxiliar - + Microphone On/Off Ligar/Desligar Microfone - + Microphone on/off Microfone ligado/desligado - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Alternar entre modos de redução de música do microfone (DESLIGADO, AUTOMÁTICO, MANUAL) - + Auxiliary On/Off Ligar/Desligar Auxiliar - + Auxiliary on/off Ligar/Desligar Auxiliar - + Auto DJ Auto DJ - + Auto DJ Shuffle Embaralhar o Auto DJ - + Auto DJ Skip Next Pular a Próxima no Auto DJ - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Trocar Para a Próxima no Auto DJ - + Trigger the transition to the next track Inicia a transição para a próxima música - + User Interface Interface do Usuário - + Samplers Show/Hide Mostrar/Ocultar Samplers - + Show/hide the sampler section Mostrar/Ocultar a seção dos samplers - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Transmite sua mixagem pela Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Mostrar/Ocultar Controle por Vinil - + Show/hide the vinyl control section Mostrar/Ocultar a seção controle por vinil - + Preview Deck Show/Hide Mostrar/Ocultar Deck de Pré-escuta - + Show/hide the preview deck Mostrar/Ocultar o deck de pré-escuta - + Toggle 4 Decks Ligar/Desligar 4 Decks - + Switches between showing 2 decks and 4 decks. Troca entre a visualização de 2 decks e 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Mostrar/Ocultar Vinil Giratório - + Show/hide spinning vinyl widget Mostrar/Ocultar a janela do vinil giratório - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Aproximação das ondas - + Waveform Zoom Aproximação das Ondas - + Zoom waveform in Aproximar ondas - + Waveform Zoom In Aproximar Ondas - + Zoom waveform out Afastar as ondas - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Com contribuições de: - + And special thanks to: E agradecimentos especiais a: - + Past Developers Desenvolvedores Anteriores - + Past Contributors Contribuidores Anteriores - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Sobre o Mixx - - + + + Unknown Desconhecido - + Date: Data: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits Créditos - + License @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. Mostra a duração e número de faixas selecionadas. @@ -4129,7 +4174,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Aprendendo: %1. Agora mova o controle em seu controlador. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4362,123 +4407,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Ação falhou - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' Renomeando '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5051,22 +5096,22 @@ Aplicar as configurações e continuar? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5176,6 +5221,11 @@ Aplicar as configurações e continuar? Screen saver Protetor de tela + + + Multi-Sampling + + Start in full-screen mode @@ -5775,39 +5825,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. O tamanho mínimo da skin selecionada é maior do que a sua resolução de tela. - + Allow screensaver to run Permitir que o protetor de tela execute - + Prevent screensaver from running Prevenir que o protetor de tela execute - + Prevent screensaver while playing Prevenir o protetor de tela quando tocando - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Esta skin não suporta esquemas de cor - + Information Informação - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6032,52 +6107,52 @@ and allows you to pitch adjust them for harmonic mixing. Examinar - + Item is not a directory or directory is missing - + Choose a music directory Escolha um diretório de músicas - + Confirm Directory Removal Confirmar a Remoção do Diretório - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. O Mixxx não vai mais procurar por novas faixas neste diretório. O que você gostaria de fazer com as faixas deste diretório e subdiretório?<ul><li>Ocultar todas as faixas deste diretório e subdiretórios.</li><li>Excluir todos os metadados para estas faixas do Mixxx permanentemente</li><li>Deixar as faixas inalteradas na sua biblioteca.</li></ul>As faixas ocultas continuarão com os metadados, no caso de você readicioná-las no futuro. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadados são todos os detalhes da faixa (artista, título, quantidade de reproduções) e também as grades de batida, hotcues e loops. Esta escolha afeta apenas a biblioteca do Mixxx. Nenhum arquivo no disco será alterado ou deletado. - + Hide Tracks Ocultar Faixas - + Delete Track Metadata Excluir Metadados das Faixas - + Leave Tracks Unchanged Deixar Faixas Inalteradas - + Relink music directory to new location Revincular o diretório de música para uma nova localização - + Select Library Font Selecionar a Fonte da Biblioteca @@ -6937,138 +7012,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Padrão (atraso longo) - + Experimental (no delay) Experimental (sem atraso) - + Disabled (short delay) Desativada (atraso curto) - + Soundcard Clock Relógio da Placa de Som - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Desativado - + Enabled Ativada - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 quadros/período) - + 2048 frames/period 2048 quadros/período - + 4096 frames/period 4096 quadros/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. O agendamento em tempo real está ativado. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Erro de configuração @@ -7554,122 +7629,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Hardware de Som - + Controllers Controladores - + Library Biblioteca - + Interface Interface - + Waveforms Ondas - + Mixer Mixer - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) A&juda - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Efeitos - + Recording Gravação - + Beat Detection Detecção de Batida - + Key Detection Detecção de Tom - + Normalization Normalização - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Controle por Vinil - + Live Broadcasting Transmissão Ao Vivo - + Modplug Decoder Decodificador do Modplug @@ -7844,7 +7919,7 @@ Select from different types of displays for the waveform, which differ primarily Artista do Álbum - + Fetching track data from the MusicBrainz database Buscando dados sobre a faixa no banco de dados do MusicBrainz @@ -7921,72 +7996,72 @@ Select from different types of displays for the waveform, which differ primarily &Fechar - + Original tags Etiquetas originais - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8307,7 +8382,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) @@ -8517,27 +8592,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (mais rápido) - + Rubberband (better) Rubberband (melhor) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8760,15 +8835,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Seguro Ativado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8780,57 +8855,57 @@ Shown when VuMeter can not be displayed. Please keep OpenGL. - + activate ativar - + toggle alternar - + right direito - + left esquerdo - + right small direito pequeno - + left small esquerdo pequeno - + up acima - + down abaixo - + up small acima pequeno - + down small abaixo pequeno - + Shortcut Atalho @@ -8913,32 +8988,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) não encontrado(s) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Alguns LEDs ou outros retornos podem não funcionar corretamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Marcar para ver se os nomes dos MixxxControl estão escritos corretamente no arquivo de mapeamento (.xml) @@ -9013,183 +9088,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Dispositivo de Som Ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Tentar novamente</b> após fechar a outra aplicação ou reconectar um dispositivo de som - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurar</b> as configurações de dispositivos de som do Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obter <b>Ajuda</b> na Wiki do Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Sair<b> do Mixxx. - + Retry Repetir - + skin - - + + Reconfigure Reconfigurar - + Help Ajuda - - + + Exit Sair - - + + Mixxx was unable to open all the configured sound devices. Mixxx não foi capaz de abrir todos os dispositivos de som configurados. - + Sound Device Error Erro com o Dispositivo de Som - + <b>Retry</b> after fixing an issue <b>Tentar novamente</b> depois de corrigir um problema - + No Output Devices Sem Dispositivos de Saída - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. O Mixxx foi configurado sem nenhum dispositivo de saída de som. O processamento de áudio será desativado sem um dispositivo de saída configurado. - + <b>Continue</b> without any outputs. <b>Continuar</b> sem nenhuma saída. - + Continue Continuar - + Load track to Deck %1 Carregar faixa no Deck %1 - + Deck %1 is currently playing a track. O deck %1 está tocando uma faixa neste momento. - + Are you sure you want to load a new track? Tem certeza de que deseja carregar uma nova faixa? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Não há nenhum dispositivo de entrada selecionado para o controle por vinil. Por favor, selecione um dispositivo de entrada nas preferências do hardware de som. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Não tem nenhum dispositivo de entrada selecionado para este controle atravessador. Por favor selecione um dispositivo de entrada nas preferências do hardware de som primeiro. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Erro no arquivo de skin - + The selected skin cannot be loaded. A skin selecionada não pôde ser carregada. - + OpenGL Direct Rendering Renderização Direta OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar a Saída - + A deck is currently playing. Exit Mixxx? Um deck está tocando neste momento. Sair do Mixxx? - + A sampler is currently playing. Exit Mixxx? Um sampler está tocando neste momento. Sair do Mixxx? - + The preferences window is still open. A janela de preferências ainda está aberta. - + Discard any changes and exit Mixxx? Descartar quaisquer mudanças e sair do Mixxx? @@ -9205,43 +9280,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Travar - - + + Playlists Listas de Reprodução - + + Shuffle Playlist + + + + Unlock Destravar - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Alguns DJs constroem listas de reprodução antes de apresentações ao vivo, mas outros preferem construí-las na hora. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Ao utilizar uma lista de reprodução durante uma apresentação ao vivo, lembre-se de sempre prestar atenção em como o público reage à música que você escolheu tocar. - + Create New Playlist Criar Nova Lista de Reprodução @@ -9309,7 +9389,7 @@ Você quer examinar a sua biblioteca procurando por arquivos de capa agora? QObject - + Invalid Inválido @@ -9415,68 +9495,68 @@ Você quer examinar a sua biblioteca procurando por arquivos de capa agora?14-bit (MSB) - + Main - + Booth - + Headphones Fones - + Left Bus Barramento Esquerdo - + Center Bus Barramento Central - + Right Bus Barramento Direito - + Invalid Bus Barramento Inválido - + Deck Deck - + Record/Broadcast - + Vinyl Control Controle por Vinil - + Microphone Microfone - + Auxiliary Auxiliar - - + + Unknown path type %1 Tipo de caminho desconhecido %1 @@ -9569,6 +9649,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9606,6 +9688,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9624,6 +9707,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9639,6 +9724,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9936,7 +10023,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Ganho para o Filtro Grave @@ -9993,7 +10080,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Ganho para Filtro Agudo @@ -10013,22 +10100,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer Equalizador Gráfico - + Graphic EQ EQ Gráfico - + An 8-band graphic equalizer based on biquad filters Um equalizador gráfico de 8 bandas baseado em filtros biquad - + Gain for Band Filter %1 Ganho para o Filtro de Banda %1 @@ -10111,8 +10198,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Alcance @@ -10142,42 +10229,42 @@ Higher values result in less attenuation of high frequencies. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10197,17 +10284,17 @@ Higher values result in less attenuation of high frequencies. Um filtro isolador Bessel de 8ª ordem com mixagem Lipshitz e Vanderkooy (unidade perfeita bit a bit, com roll-off de -48db/oitava). - + LinkwitzRiley8 Isolator Isolador LinkwitzRiley8 - + LR8 ISO ISO LR8 - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Um filtro isolador Linkwitz-Riley de 8ª order (crossover otimizado, mudança de fase constante, com roll-off de -48 dB/oitava). @@ -10609,18 +10696,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10660,52 +10747,52 @@ Fully right: end of the effect period Some file paths in the playlist have special characters. These file paths will be encoded as absolute path URLs. Please select the m3u8 format for better and lossless exporting. - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10753,10 +10840,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Transpassar + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10925,7 +11033,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10971,34 +11079,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Faixas - + Crates Caixas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11006,64 +11114,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Histórico - + Unlock Destravar - + Lock Travar - - + + Confirm Deletion Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11072,193 +11180,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx encontrou um problema - + Could not allocate shout_t Não foi possível alocar shout_t - + Could not allocate shout_metadata_t Não foi possível alocar shout_metadata_t - + Error setting non-blocking mode: Erro ao ajustar modo não-travado: - + Error setting tls mode: - + Error setting hostname! Erro ao configurar o nome do host! - + Error setting port! Erro ao configurar a porta! - + Error setting password! Erro ao configurar a senha! - + Error setting mount! Erro ao configurar o montagem! - + Error setting username! Erro ao configurar o nome de usuário! - + Error setting stream name! Erro ao configurar o nome da stream! - + Error setting stream description! Erro ao configurar a descrição da stream! - + Error setting stream genre! Erro ao configurar o gênero da stream! - + Error setting stream url! Erro ao configurar o endereço da stream! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! Erro ao tornar a stream pública! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Erro ao configurar a taxa de bits - + Error: unknown server protocol! Erro: protoloco do servidor desconhecido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Erros ao configurar o protocolo! - + Network cache overflow Overflow do cache da rede - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. A conexão com o servidor de streaming foi perdida e %1 tentativas de reconectar falharam. - + Lost connection to streaming server. A conexão com o servidor de streaming foi perdida. - + Please check your connection to the Internet. Por favor verifique a sua conexão com a internet. - + Can't connect to streaming server A conexão com o servidor de streaming não foi possível. - + Please check your connection to the Internet and verify that your username and password are correct. Por favor verifique a sua conexão com a internet e verifique se o seu usuário e senha estão corretos. @@ -11274,23 +11382,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device o dispositivo - + An unknown error occurred Ocorreu um erro desconhecido - + Two outputs cannot share channels on "%1" Duas saídas não podem compartilhar o canal "%1" - + Error opening "%1" Erro abrindo "%1" @@ -11642,7 +11750,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Arte da Capa @@ -12094,52 +12202,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration Duração da Gravação @@ -12333,442 +12431,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. Mostra a duração da gravação em andamento. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size Tamanho do Loop de Batidas - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. Cria um loop sobre o número de batidas selecionado - + Temporarily enable a rolling loop over the set number of beats. Ativa temporariamente um loop de rolamento sobre o número de batidas selecionado. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. Mostra o tempo executado e/ou restante da faixa carregada. - + Click to toggle between time elapsed/remaining time/both. Clique para alternar entre tempo executado/restante tempo/ambos. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Salvar Banco do Sampler - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Carregar Banco do Sampler - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Mostrar Parâmetros do Efeito - + Enable Effect Ativar Efeito - + Meta Knob Link Vínculo do Botão Meta - + Set how this parameter is linked to the effect's Meta Knob. Defina como este parâmetro está vinculado aos efeitos do Botão Meta. - + Meta Knob Link Inversion Vínculo inverso do Botão Meta - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverte a direção que este parâmetro se move quando rodando o efeito do Botão Meta - + Super Knob Super Botão - + Next Chain Próxima Corrente - + Previous Chain Corrente Anterior - + Next/Previous Chain Corrente Seguinte/Anterior - + Clear Limpar - + Clear the current effect. Limpa o efeito atual. - + Toggle Ligar/Desligar - + Toggle the current effect. Liga/Desliga o efeito atual. - + Next Próximo - + Clear Unit Limpar Unidade - + Clear effect unit. Limpa a unidade de efeito. - + Show/hide parameters for effects in this unit. - + Toggle Unit Ligar/Desligar Unidade - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. Controla o Meta Botão de todos os efeitos conjuntamente nesta unidade. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12777,169 +12876,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. Encaminha este deck através da unidade de efeito indicada. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Troca para o próximo efeito. - + Previous Anterior - + Switch to the previous effect. Troca para o efeito anterior. - + Next or Previous Próximo ou Anterior - + Switch to either the next or previous effect. Troca para o efeito seguinte ou anterior. - + Meta Knob Botão Meta - + Controls linked parameters of this effect Controla os parâmetros vinculados deste efeito - + Effect Focus Button Botão de Foco do Efeito - + Focuses this effect. Se foca no efeito. - + Unfocuses this effect. Desfoca este efeito. - + Refer to the web page on the Mixxx wiki for your controller for more information. Acesse a página web do seu controlador na wiki do Mixxx para mais informações. - + Effect Parameter Parâmetro do Efeito - + Adjusts a parameter of the effect. Ajusta um parâmetro do efeito. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Matar Parâmetro do Equalizador - - + + Holds the gain of the EQ to zero while active. Mantem o ganho do equalizador em zero quanto ativo. - + Quick Effect Super Knob Super Botão de Efeito Rápido - + Quick Effect Super Knob (control linked effect parameters). Super Botão de Efeito Rápido (controla parâmetros de efeitos conectados). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Dica: Mude o modo padrão de Efeito Rápido em Preferências -> Equalizadores. - + Equalizer Parameter Parâmetro do Equalizador - + Adjusts the gain of the EQ filter. Ajusta o ganho do filtro de equalização. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Dica: Mude o modo padrão do equalizador em Preferências -> Equalizadores. @@ -13038,47 +13136,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Diminui o pitch por um semitom. - + Enable Vinyl Control Ativar Controle por Vini - + When disabled, the track is controlled by Mixxx playback controls. Quando desativado, a faixa é controlada pelos controles de reprodução do Mixxx. - + When enabled, the track responds to external vinyl control. Quando ativado, a faixa responde ao controle por vinil externo - + Enable Passthrough Ativar Repasse - + Indicates that the audio buffer is too small to do all audio processing. Indica que o buffer de áudio é muito pequeno para fazer todo o processamento de aúdio. - + Displays cover artwork of the loaded track. Mostra a arte da capa da faixa carregada. - + Displays options for editing cover artwork. Mostra opções para editar a arte da capa. - + Star Rating Classificação de Estrela - + Assign ratings to individual tracks by clicking the stars. Defina uma classificação para faixas individuais clicando nas estrelas. @@ -13346,123 +13444,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ajusta o pitch junto com o deslizante de velocidade pitch. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Gravar Mixagem - + Toggle mix recording. Ativa/Desativa gravação da mixagem. - + Enable Live Broadcasting Ativar Transmissão Ao Vivo - + Stream your mix over the Internet. Transmite sua mixagem pela Internet. - + Provides visual feedback for Live Broadcasting status: Provê retorno visual para o estado de Transmissão Ao Vivo: - + disabled, connecting, connected, failure. desativado, conectando, conectado, falha. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quando ativado, o deck toca diretamente o áudio chegando na entrada de vinil. - + Blue for passthrough enabled. Azul para repasse ativado. - + Playback will resume where the track would have been if it had not entered the loop. A execução vai continuar como se a faixa não estivesse entrado no loop. - + Loop Exit Sair do Loop - + Turns the current loop off. Desliga o loop atual. - + Slip Mode Modo de Deslizamento - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quando ativo, a execução continua silenciosa no fundo durante um loop, reprodução invertida, um scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Uma vez desativado, a execução audível continuará onde a música estaria. - + Track Key The musical key of a track Tom da Faixa - + Displays the musical key of the loaded track. Mostra o tom musical da faixa carregada. - + Clock Relógio - + Displays the current time. Mostra a hora atual. - + Audio Latency Usage Meter Uso da Latência de Áudio - + Displays the fraction of latency used for audio processing. Mostra uma fração da latência usada para o processamento de áudio. - + A high value indicates that audible glitches are likely. Um valor alto indica que ruídos no áudio são prováveis. - + Do not enable keylock, effects or additional decks in this situation. Não ative a trava de tom, efeitos ou decks adicionais nessa situação. - + Audio Latency Overload Indicator Indicador de Sobrecarga na Latência do Áudio @@ -13584,97 +13682,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Se o hotcue estiver definido, pula para o ele. - + If hotcue is not set, sets the hotcue to the current play position. Se o hotcue não estiver definido, faz um hotcue na posição atual. - + Vinyl Control Mode Modo de Controle por Vinil - + Absolute mode - track position equals needle position and speed. Modo absoluto - a posição da faixa é igual à posição e velocidade da agulha. - + Relative mode - track speed equals needle speed regardless of needle position. Modo relativo - a velocidade da faixa é igual à da agulha, independente da posição. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo constante - a velocidade da faixa é igual à última velocidade conhecida, independente da agulha. - + Vinyl Status Estado do Vinil - + Provides visual feedback for vinyl control status: Provê retorno visual para o estado do controle por vinil: - + Green for control enabled. Verde quando o controle estiver ativado. - + Blinking yellow for when the needle reaches the end of the record. Amarelo piscante quando a agulha estiver no fim do disco. - + Loop-In Marker Marca de Entrada do Loop - + Loop-Out Marker Marca de Saída do Loop - + Loop Halve Divide o Loop pela Metade - + Halves the current loop's length by moving the end marker. Diminui o comprimento atual do loop pela metade movendo a marca de saída. - + Deck immediately loops if past the new endpoint. O deck vai loopar imediatamente se passar do novo ponto de saída. - + Loop Double Dobrar o Loop - + Doubles the current loop's length by moving the end marker. Dobra o comprimento do loop atual movendo a marca de saída. - + Beatloop Loop de Batidas - + Toggles the current loop on or off. Alterna o loop atual entre ligado ou desligado. - + Works only if Loop-In and Loop-Out marker are set. Funciona somente se existirem marcas de entrada e saída do loop. @@ -13684,82 +13782,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Dica: Mude o modo de cue padrão em Preferências -> Interface. - + Vinyl Cueing Mode Modo de Cue do Vinil - + Determines how cue points are treated in vinyl control Relative mode: Determina como os pontos cue são tratados com o controle por vinil em modo relativo: - + Off - Cue points ignored. Desligado - Pontos cue ignorados. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Único - Se a agulha for solta depois doponto cue, a faixa vai até aquele ponto cue. - + Track Time Tempo da Música - + Track Duration Duração da Faixa - + Displays the duration of the loaded track. Mostra a duração da faixa carregada. - + Information is loaded from the track's metadata tags. A informação é carregada a partir das etiquetas de metadados. - + Track Artist Artista da Faixa - + Displays the artist of the loaded track. Mostra o artista da faixa carregada. - + Track Title Título da Faixa - + Displays the title of the loaded track. Exibe o título da faixa carregada. - + Track Album Álbum da Faixa - + Displays the album name of the loaded track. Exibe o nome do álbum da faixa carregada. - + Track Artist/Title Artista/Título da Faixa - + Displays the artist and title of the loaded track. Mostra o artista e título da faixa carregada. @@ -13767,12 +13865,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Faixas ocultas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? As faixas selecionadas estão na seguinte playlist: %1Ocultá-las as removerá dessas playlists. Continuar? @@ -14025,22 +14123,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset Update Preset - + Rename Preset - + Save As New Preset... Save As New Preset... - + Save snapshot Save snapshot @@ -14062,7 +14160,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Nenhum efeito carregado. @@ -14086,452 +14184,452 @@ This can not be undone! WMainMenuBar - + &File &Arquivo - + Load Track to Deck &%1 Carregar Faixa para o Deck &%1 - + Loads a track in deck %1 Carrega uma faixa no deck %1 - + Open Abrir - + &Exit &Sair - + Quits Mixxx Finaliza o Mixxx - + Ctrl+q Ctrl+q - + &Library Bib&lioteca - + &Rescan Library &Reexaminar Biblioteca - + Rescans library folders for changes to tracks. Re-examina as pastas da biblioteca procurando por mudanças nas faixas. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Criar &Nova Lista de Reprodução - + Create a new playlist Criar uma nova lista de reprodução - + Ctrl+n Ctrl+n - + Create New &Crate Criar Nova &Caixa - + Create a new crate Criar uma nova caixa - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Exibir - + May not be supported on all skins. Pode não ser suportado em todas as skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar Seção do Microfone - + Show the microphone section of the Mixxx interface. Mostra a seção do microfone na interface do Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostrar Seção do Controle por Vinil - + Show the vinyl control section of the Mixxx interface. Mostra a seção do controle por vinil na interface do Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar Deck de Pré-escuta - + Show the preview deck in the Mixxx interface. Mostra o deck de pré-escuta na interface do Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostrar Arte da Capa - + Show cover art in the Mixxx interface. Mostra a arte da capa na interface do Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar Biblioteca - + Maximize the track library to take up all the available screen space. Maximiza a biblioteca de faixas para ocupar todo o espaço de tela disponível. - + Space Menubar|View|Maximize Library Espaço - + &Full Screen Te&la cheia - + Display Mixxx using the full screen Exibir o Mixxx usando Tela Cheia - + &Options &Opções - + &Vinyl Control Controle por &Vinil - + Use timecoded vinyls on external turntables to control Mixxx Use vinils com timecode em toca-discos externos para controlar o Mixxx - + Enable Vinyl Control &%1 Ativar Controle por Vinil &%1 - + &Record Mix &Gravar Mixagem - + Record your mix to a file Grave sua mixagem para um arquivo - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Ativar Transmissão Ao &Vivo - + Stream your mixes to a shoutcast or icecast server Transmita suas mixagens para um servidor shoutcast ou icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Ativar Atalhos de &Teclado - + Toggles keyboard shortcuts on or off Ativa/Desativa atalhos de teclado - + Ctrl+` Ctrl+` - + &Preferences &Preferências - + Change Mixxx settings (e.g. playback, MIDI, controls) Muda as configurações do Mixxx (ex.: reprodução, MIDI, controles) - + &Developer &Desenvolvedor - + &Reload Skin &Recarregar Skin - + Reload the skin Recarregar a skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Ferramen&tas de Desenvolvedor - + Opens the developer tools dialog Abre o diálogo das ferramentas de desenvolvedor - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Dados: Balde de &Experimento - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Ativa o modo de experimento. Coleta dados no balde de localização EXPERIMENT. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Dados: Balde &Base - + Enables base mode. Collects stats in the BASE tracking bucket. Ativa o modo base. Coleta dados no balde de localização BASE. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Ativado - + Enables the debugger during skin parsing Ativa o debugger enquanto a skin estiver sendo analisada - + Ctrl+Shift+D Ctrl+Shift+D - + &Help A&juda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Suporte da Comunidade - + Get help with Mixxx Obtenha ajuda com o Mixxx - + &User Manual Manual do &Usuário - + Read the Mixxx user manual. Leia o manual do usuário do Mixxx. - + &Keyboard Shortcuts Atalhos de &Teclado - + Speed up your workflow with keyboard shortcuts. Acelere seu fluxo de trabalho com atalhos de teclado. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Traduzir Este Programa - + Help translate this application into your language. Ajude a traduzir este aplicativo para o seu idioma. - + &About So&bre - + About the application Sobre a aplicação @@ -14760,564 +14858,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Deck - + Sampler Sampler - + Add to Playlist Adicionar à Lista de Reprodução - + Crates Caixas - + Metadata Metadado - + Update external collections - + Cover Art Arte da Capa - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Reiniciar - - + + Analyze Analisar - - + + Delete Track Files Delete Track Files - + Add to Auto DJ Queue (bottom) Adicionar à fila do Auto DJ (embaixo) - + Add to Auto DJ Queue (top) Adicionar à Fila do Auto DJ (em cima) - + Add to Auto DJ Queue (replace) - + Preview Deck Deck de Pré-escuta - + Remove Remover - + Remove from Playlist - + Remove from Crate - + Hide from Library Ocultar da Biblioteca - + Unhide from Library Desocultar da Biblioteca - + Purge from Library Eliminar da Biblioteca - + Move Track File(s) to Trash - + Delete Files from Disk Delete Files from Disk - + Properties Propriedades - + Open in File Browser Abrir no Navegador de Arquivos - + Select in Library Select in Library - + Import From File Tags Importar das Etiquetas do Arquivo - + Import From MusicBrainz Importar do MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Classificação - + Cue Point - + Hotcues Hotcues - + Intro - + Outro - + Key Tom - + ReplayGain ReplayGain - + Waveform - + Comment Comentário - + All Todos - + Lock BPM Travar o BPM - + Unlock BPM Destravar o BPM - + Double BPM Dobrar o BPM - + Halve BPM Diminuir o BPM pela metade - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain Update ReplayGain from Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Criar Nova Lista de Reprodução - + Enter name for new playlist: Digite o nome para a nova lista de reprodução: - + New Playlist Nova Lista de Reprodução - - - + + + Playlist Creation Failed Falha ao Criar Lista de Reprodução - + A playlist by that name already exists. Uma lista de reprodução com esse nome já existe. - + A playlist cannot have a blank name. Uma lista de reprodução não pode ter um nome em branco. - + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a lista de reprodução: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) Clearing comment of %n track(s)Clearing comment of %n track(s)Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? Permanently delete these files from disk? - - + + This can not be undone! This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? Stop the deck and permanently delete this track file from disk? - + Cancel Cancelar - + Delete Files Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk This track file could not be deleted from disk - + Remaining Track File(s) Remaining Track File(s) - + Close Fechar - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15325,37 +15423,37 @@ This can not be undone! WTrackTableView - + Confirm track hide Confirm track hide - + Are you sure you want to hide the selected tracks? Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal Confirm track removal @@ -15371,7 +15469,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15419,52 +15517,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Escolha o diretório da biblioteca de música - + controllers - + Cannot open database Não foi possível abrir o banco de dados - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_pt_PT.qm b/res/translations/mixxx_pt_PT.qm index 131520d87a8f41a90ee496b16514ddb221afdc4d..d43cea7fcedeebab9a60d065e20fc83ed93e6227 100644 GIT binary patch delta 19474 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 RDyvY!zwB^UA)oW_{{SjUTk!w@ delta 19436 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 F?|+K5SbzWk diff --git a/res/translations/mixxx_pt_PT.ts b/res/translations/mixxx_pt_PT.ts index d6df0c989ba..4b802598aa4 100644 --- a/res/translations/mixxx_pt_PT.ts +++ b/res/translations/mixxx_pt_PT.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Adicionar à Fila Auto DJ (baixo) - + Add to Auto DJ Queue (top) Adicionar à Fila Auto DJ (cima) - + Add to Auto DJ Queue (replace) Adicionar à Fila Auto DJ (Substituir) - - Import Playlist - Import Playlist + + Import as Playlist + Importar como Playlist + + + + Import as Crate + Importar como crate + + + + Crate Creation Failed + Crate Creation Failed + + + + Could not create crate, it most likely already exists: + Não foi possível importar crate, provavelmente já existe: - + Playlist Creation Failed Criação da Playlist Falhou - + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a playlist: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Playlist Nova - + Add to Auto DJ Queue (bottom) Adicionar à Fila Auto DJ (baixo) - - + + Create New Playlist Criar uma Playlist Nova - + Add to Auto DJ Queue (top) Adicionar à Fila Auto DJ (cima) - + Remove Remover - + Rename Renomear - + Lock Bloquear - + Duplicate Duplicar - - + + Import Playlist Importar Playlist - + Export Track Files Exportar Faixas - + Analyze entire Playlist Analisar a Playlist inteira - + Enter new name for playlist: Introduzir um novo nome para a playlist: - + Duplicate Playlist Duplicar Playlist - - + + Enter name for new playlist: Introduzir um nome para a nova playlist: - - + + Export Playlist Exportar Playlist - + Add to Auto DJ Queue (replace) Adicionar à Fila Auto DJ (Substituir) - + Rename Playlist Renomear Playlist + - Renaming Playlist Failed Renomeação da Playlist Falhou - - - + + + A playlist by that name already exists. Já existe uma playlist com esse nome. - - - + + + A playlist cannot have a blank name. Uma playlist não pode ter um nome em branco. - + _copy //: Appendix to default name when duplicating a playlist _copiar + - + - - - + + Playlist Creation Failed Criação da Playlist Falhou - - + + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a playlist: - + Confirm Deletion Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? Você realmente deseja excluir a lista de reprodução <b>%1</b>? - + M3U Playlist (*.m3u) Playlist M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Playlist M3U (*.m3u);;Playlist M3U8 (*.m3u8);;Playlist PLS (*.pls);;Texto CSV (*.csv);;Documento de Texto (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Não conseguiu carregar a faixa. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Artista do Album - + Artist Artista - + Bitrate Taxa de Bits - + BPM BPM - + Channels Canais - + Color Cor - + Comment Comentário - + Composer Compositor - + Cover Art Capa do Disco - + Date Added Data Adicionada - + Last Played - + Duration Duração - + Type Tipo - + Genre Género - + Grouping Agrupamento - + Key Tom - + Location Localização - + Preview Antevisão - + Rating Classificação - + ReplayGain ReplayGain - + Samplerate - + Played Tocada - + Title Título - + Track # Faixa # - + Year Ano - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Ação falhada - + Please enable at least one connection to use Live Broadcasting. Por favor ative pelo menos uma ligação para usar Emissão em Direto @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Adicionar a Atalhos - + Remove from Quick Links Remover de Atalhos - + Add to Library Adicionar à Biblioteca - + Quick Links Atalhos - - + + Devices Dispositivos - + Removable Devices Dispositivos Removíveis - - + + Computer Computador - + Music Directory Added Pasta de Música Adicionada - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Adicionou uma ou mais pastas de música. As faixas nestas pastas não estarão disponíveis até reexaminar a sua biblioteca. Deseja reexaminar agora? - + Scan Examinar - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Computador" permite-lhe navegar, ver, e carregar faixas das pastas no seu disco duro e em dispositivos externos. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode Começa o Mixxx em tela cheia - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Diretório de nível alto onde o Mixxx deve procurar por seus arquivos de recursos como mapeamentos MIDI, sendo usado no lugar da localização da instalação. - + Path the debug statistics time line is written to Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: + Top-level directory where Mixxx should look for settings. Default is: + + + + Use legacy vu meter - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy spinny - - Top-level directory where Mixxx should look for settings. Default is: - Top-level directory where Mixxx should look for settings. Default is: + + Loads experimental QML GUI instead of legacy QWidget skin + - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupo - + Item Item - + Value Valor - + Parameter Parâmetro - + Title Título - + Description Descrição @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Ajustar para o volume máximo - + Set to zero volume Ajustar para o volume zero @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Botão de rolagem inversa (Censurar) - + Headphone listen button Tecla de escuta no auscultador - + Mute button Tecla de Silêncio @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientação da mistura (ex. esquerda, direita, centro) - + Set mix orientation to left Definir orientação da mistura à esquerda - + Set mix orientation to center Definir orientação da mistura ao centro - + Set mix orientation to right Definir orientação da mistura à direita @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Tecla para bater BPM - + Toggle quantize mode Alternar modo de quantização - + One-time beat sync (tempo only) Sincronização pontual da batida (só tempo) - + One-time beat sync (phase only) Sincronização pontual da batida (só fase) - + Toggle keylock mode Alternar modo bloqueio de tom @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizadores - + Vinyl Control Controlo de Vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Alternar modo de marcação do control do vinil (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Alternar modo de controlo do vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Passar audio externo para o misturador interno - + Cues Pontos de marcação - + Cue button Tecla de Cue - Marcação - + Set cue point Definir ponto de marcação - + Go to cue point Ir para o ponto de marcação - + Go to cue point and play Ir para o ponto de marcação e tocar - + Go to cue point and stop Ir para o ponto de marcação e parar - + Preview from cue point Antevisão a partir do ponto de marcação - + Cue button (CDJ mode) Botão de Cue - Marcação (modo CDJ) - + Stutter cue Marcação Stutter - + Hotcues Hot Cues - + Set, preview from or jump to hotcue %1 Definir, antevisão a partir de ou saltar para a Hot Cue %1 - + Clear hotcue %1 Limpar a Hot Cue %1 - + Set hotcue %1 Definir a Hot Cue %1 - + Jump to hotcue %1 Saltar para a Hot Cue %1 - + Jump to hotcue %1 and stop Saltar para a Hot Cue %1 e parar - + Jump to hotcue %1 and play Saltar para a Hot Cue %1 e tocar - + Preview from hotcue %1 Antevisão a partir da Hot Cue %1 - - + + Hotcue %1 Hot Cue %1 - + Looping Em Loop - + Loop In button Tecla de Início de Loop - + Loop Out button Tecla de Final de Loop - + Loop Exit button Tecla de Saída de Loop - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Move o loop para a frente %1 batidas - + Move loop backward by %1 beats Move o loop para trás %1 batidas - + Create %1-beat loop Criar um loop de %1-batidas - + Create temporary %1-beat loop roll Criar um loop rolado temporário de %1-batidas @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Cursor de Volume - + Full Volume Volume Máximo - + Zero Volume Volume Zero @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Silênciar @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Escuta de Auscultador @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Orientação - + Orient Left Orientar Esquerda - + Orient Center Orientar Centro - + Orient Right Orientar Direita @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Ajustar a grelha de batidas para a direita - + Adjust Beatgrid Ajustar Grelha de Batidas - + Align beatgrid to current position Alinhar a grelha de batidas para a posição corrente - + Adjust Beatgrid - Match Alignment Ajustar Grelha de Batidas - Igualar Alinhamento - + Adjust beatgrid to match another playing deck. Ajusta a grelha de batidas para corresponder um outro leitor em reprodução. - + Quantize Mode Modo Quantização - + Sync Sincronização - + Beat Sync One-Shot Sincronizar Batida - One-Shot - + Sync Tempo One-Shot Sincronizar Tempo - One-Shot - + Sync Phase One-Shot Sincronizar Fase - One-Shot - + Pitch control (does not affect tempo), center is original pitch Controlo de tom (não afeta o tempo), ao centro é o tom original - + Pitch Adjust Ajustar Tom - + Adjust pitch from speed slider pitch Ajustar o tom com o cursor de velocidade - + Match musical key Igualar o tom musical - + Match Key Igualar Tom - + Reset Key Reiniciar Tom - + Resets key to original Reiniciar o tom para o original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages EQ Baixos - + Toggle Vinyl Control Alternar Controlo do Vinil - + Toggle Vinyl Control (ON/OFF) Alternar Controlo do Vinil (ON/OFF) - + Vinyl Control Mode Modo Controlo do Vinil - + Vinyl Control Cueing Mode Controlo do Vinil Modo Marcação - + Vinyl Control Passthrough Controlo do Vinil Passthrough - + Vinyl Control Next Deck Controlo do Vinil Próximo Leitor - + Single deck mode - Switch vinyl control to next deck Modo leitor único - Comutar o controlo do vinil para Próximo Leitor - + Cue Marcação - + Set Cue Definir Marcação - + Go-To Cue Ir para Marcação - + Go-To Cue And Play Ir para Marcação e Tocar - + Go-To Cue And Stop Ir para Marcação e Parar - + Preview Cue Antevisão Marcação - + Cue (CDJ Mode) Marcação (Modo CDJ) - + Stutter Cue Marcação Stutter - + Go to cue point and play after release Ir para o ponto de marcação e tocar após libertar - + Clear Hotcue %1 Limpar Hot Cue %1 - + Set Hotcue %1 Definir Hot Cue %1 - + Jump To Hotcue %1 Saltar Para Hot Cue %1 - + Jump To Hotcue %1 And Stop Saltar Para Hot Cue %1 e Parar - + Jump To Hotcue %1 And Play Saltar Para Hot Cue %1 e Tocar - + Preview Hotcue %1 Antevisão Hot Cue %1 - + Loop In Início de Loop - + Loop Out Final de Loop - + Loop Exit Saída do Loop - + Reloop/Exit Loop Reloop/Saída do Loop - + Loop Halve Reduzir a Metade Loop - + Loop Double Duplicar Loop - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mover Loop +%1 Batidas - + Move Loop -%1 Beats Mover Loop -%1 Batidas - + Loop %1 Beats Loop %1 Batidas - + Loop Roll %1 Beats Loop Rolado %1 Batidas - + Add to Auto DJ Queue (bottom) Adicionar à Fila Auto DJ (baixo) - + Append the selected track to the Auto DJ Queue Coloca a faixa selecionada no final da fila Auto DJ - + Add to Auto DJ Queue (top) Adicionar à Fila Auto DJ (cima) - + Prepend selected track to the Auto DJ Queue Coloca a faixa selecionada no início da fila Auto DJ - + Load Track Carregar Faixa - + Load selected track Carregar faixa selecionada - + Load selected track and play Carrega a faixa selecionada e toca - - + + Record Mix Gravar Mistura - + Toggle mix recording Alternar gravação da mistura - + Effects Efeitos - + Quick Effects Efeitos Rápidos - + Deck %1 Quick Effect Super Knob Leitor %1 Super Botão de Efeito Rápido - + Quick Effect Super Knob (control linked effect parameters) Super Botão de Efeito Rápido (controla os parâmetros do efeito a que está ligado) - - + + Quick Effect Efeito Rápido - + Clear Unit Limpar Unidade - + Clear effect unit Limpar unidade de efeitos - + Toggle Unit Alternar Unidade - + Dry/Wet Seco/Molhado - + Adjust the balance between the original (dry) and processed (wet) signal. Ajusta o balanço entre o sinal original (seco) e o processado (wet). - + Super Knob Super Botão - + Next Chain Próxima Cadeia - + Assign Atribuir - + Clear Limpar - + Clear the current effect Limpar o efeito corrente - + Toggle Alternar - + Toggle the current effect Alternar o efeito corrente - + Next Próximo - + Switch to next effect Comutar para o próximo efeito - + Previous Anterior - + Switch to the previous effect Comutar para o efeito anterior - + Next or Previous Próximo ou Anterior - + Switch to either next or previous effect Comutar quer para o próximo ou anterior efeito - - + + Parameter Value Valor Parâmetro - - + + Microphone Ducking Strength Extensão do Talk-Over do Microfone - + Microphone Ducking Mode Modo Talk-Over - + Gain Ganho - + Gain knob Botão de ganho - + Shuffle the content of the Auto DJ queue Torna aleatório o conteúdo da fila do Auto DJ - + Skip the next track in the Auto DJ queue Salta a próxima faixa na fila do Auto DJ - + Auto DJ Toggle Alternar Auto DJ - + Toggle Auto DJ On/Off Alternar Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Mostra ou oculta o misturador. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Maximizar/Restaurar Biblioteca - + Maximize the track library to take up all the available screen space. Maximiza a biblioteca de faixas para ocupar todo o espaço disponível do ecrã. - + Effect Rack Show/Hide Mostrar/Ocultar Rack Efeitos - + Show/hide the effect rack Mostra/oculta a rack de efeitos - + Waveform Zoom Out Reduzir Forma de Onda @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Ganho dos auscultadores - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Bater para sincronizar o tempo (e fase com a quantização validada), manter para permitir sincronização permanente - + One-time beat sync tempo (and phase with quantize enabled) Sincronizar o tempo da batida de uma só vez (e fase com a quantização validada) - + Playback Speed Velocidadede Leitura - + Playback speed control (Vinyl "Pitch" slider) Controlo da velocidade de leitura (cursor "Pitch" no vinil) - + Pitch (Musical key) Tom (Nota musical) - + Increase Speed Aumentar Velocidade - + Adjust speed faster (coarse) Ajusta a velocidade mais rápida (grosseiro) - + Increase Speed (Fine) Aumentar Velocidade (Fino) - + Adjust speed faster (fine) Ajusta a velocidade mais rápida (fino) - + Decrease Speed Diminuir Velocidade - + Adjust speed slower (coarse) Ajusta a velocidade mais lenta (grosseiro) - + Adjust speed slower (fine) Ajusta a velocidade mais lenta (fino) - + Temporarily Increase Speed Aumentar Velocidade Temporariamente - + Temporarily increase speed (coarse) Aumentar a velocidade temporariamente (grosseiro) - + Temporarily Increase Speed (Fine) Aumentar Velocidade Temporariamente (Fino) - + Temporarily increase speed (fine) Aumentar a velocidade temporariamente (fino) - + Temporarily Decrease Speed Diminuir Velocidade Temporariamente - + Temporarily decrease speed (coarse) Diminuir a velocidade temporariamente (grosseiro) - + Temporarily Decrease Speed (Fine) Diminuir Velocidade Temporariamente (Fino) - + Temporarily decrease speed (fine) Diminuir a velocidade temporariamente (fino) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader Internal Sync Leader - + Toggle Internal Sync Leader Toggle Internal Sync Leader - - + + Internal Leader BPM Internal Leader BPM - + Internal Leader BPM +1 Internal Leader BPM +1 - + Increase internal Leader BPM by 1 Increase internal Leader BPM by 1 - + Internal Leader BPM -1 Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 Decrease internal Leader BPM by 0.1 - + Sync Leader Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed Velocidade - + Decrease Speed (Fine) Diminuir velocidade (Fino) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock Bloqueio de Tom - + CUP (Cue + Play) CUP (Marcar + Tocar) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Loop Batidas Selecionadas - + Create a beat loop of selected beat size Criar um loop de batidas do tamanho selecionado - + Loop Roll Selected Beats Loop Rolado Batidas Selecionadas - + Create a rolling beat loop of selected beat size Criar um loop rolado de batidas do tamanho selecionado - + Loop Beats - + Loop Roll Beats - + Go To Loop In Ir para Loop In - + Go to Loop In button Botão de Ir para o Fim do Loop - + Go To Loop Out Ir para o Fim do Loop - + Go to Loop Out button Botão de Ir para o Fim do Loop - + Toggle loop on/off and jump to Loop In point if loop is behind play position Alterna entre ligar/desligar o loop e salta para o ponto Início de Loop, se o loop estiver atrás da posição de leitura - + Reloop And Stop Reloop e Parar - + Enable loop, jump to Loop In point, and stop Ativa o loop, salta para o ponto de Início de Loop, e pára. - + Halve the loop length Reduz a metade o comprimento do loop - + Double the loop length Duplica o comprimento do loop - + Beat Jump / Loop Move Saltar Batidas / Mover Loop - + Jump / Move Loop Forward %1 Beats Saltar / Mover o Loop para a Frente %1 Batidas - + Jump / Move Loop Backward %1 Beats Saltar / Mover o Loop para Trás %1 Batidas - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Saltar para a frente %1 batidas, ou se o loop estiver ativado, mover o loop para a frente %1 batidas - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Saltar para trás %1 batidas, ou se o loop estiver ativado, mover o loop para trás %1 batidas - + Beat Jump / Loop Move Forward Selected Beats Saltar Batidas / Mover Loop Frente Batidas Selecionadas - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Saltar para a frente do número de batidas selecionadas, ou se o loop estiver ativado, mover o loop para a frente o número de batidas selecionadas - + Beat Jump / Loop Move Backward Selected Beats Saltar Batida / Mover Loop Atraso Batidas Selecionadas - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Saltar para trás o número de batidas selecionadas, ou se o loop estiver ativado, mover o loop para trás o número de batidas selecionadas - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navegação - + Move up Mover cima - + Equivalent to pressing the UP key on the keyboard Equivalente a pressionar a tecla CIMA no teclado - + Move down Mover baixo - + Equivalent to pressing the DOWN key on the keyboard Equivalente a pressionar a tecla BAIXO no teclado - + Move up/down Mover cima/baixo - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Mover verticalmente em qualquer direção usando um botão, tal como se pressionasse as teclas CIMA/BAIXO - + Scroll Up Rolar Cima - + Equivalent to pressing the PAGE UP key on the keyboard Equivalente a pressionar a tecla PAGE UP no teclado - + Scroll Down Rolar Baixo - + Equivalent to pressing the PAGE DOWN key on the keyboard Equivalente a pressionar a tecla PAGE DOWN no teclado - + Scroll up/down Rolar cima/baixo - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Rolar verticalmente em qualquer direção usando um botão, como se pressionasse as teclas PAGE UP/PAGE DOWN - + Move left Mover esquerda - + Equivalent to pressing the LEFT key on the keyboard Equivalente a pressionar a tecla ESQUERDA no teclado - + Move right Mover direita - + Equivalent to pressing the RIGHT key on the keyboard Equivalente a pressionar a tecla DIREITA no teclado - + Move left/right Mover esquerda/direita - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Mover horizontalmente em qualquer direção usando um botão, como se pressionasse as teclas ESQUERDA/DIREITA - + Move focus to right pane Mover o foco para o painel da direita - + Equivalent to pressing the TAB key on the keyboard Equivalente a pressionar a tecla TAB no teclado - + Move focus to left pane Mover o foco para o painel da esquerda - + Equivalent to pressing the SHIFT+TAB key on the keyboard Equivalente a pressionar a tecla SHIFT+TAB no teclado - + Move focus to right/left pane Mover o foco para o painel direita/esquerda - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Mover o foco para o painel da direita ou esquerda usando um botão, como se pressionasse as teclas TAB/SHIF+TAB - + Sort focused column Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item Ir para o item seleccionado correntemente - + Choose the currently selected item and advance forward one pane if appropriate Escolher o item seleccionado correntemente e avançar um para a frente - + Load Track and Play - + Add to Auto DJ Queue (replace) Adicionar à Fila Auto DJ (Substituir) - + Replace Auto DJ Queue with selected tracks Substituir Fila Auto DJ com as faixas selecionadas - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Clear search - + Clears the search query Clears the search query - + Deck %1 Quick Effect Enable Button Botão de Ativar Efeito Rápido no Leitor %1 - + Quick Effect Enable Button Botão de Ativar Efeito Rápido - + Enable or disable effect processing Ativar ou desativar o processamento de efeito - + Super Knob (control effects' Meta Knobs) Super Botão (controla os efeitos dos Meta Botões) - + Mix Mode Toggle Alternar Modo Mistura - + Toggle effect unit between D/W and D+W modes Alternar unidade de efeito entre os modos S/M e S+M - + Next chain preset Próxima cadeia predefinida - + Previous Chain Cadeia Anterior - + Previous chain preset Cadeia predefinida anterior - + Next/Previous Chain Próxima/Anterior Cadeia - + Next or previous chain preset Próxima ou anterior cadeia predefinida - - + + Show Effect Parameters Mostrar Parâmetros dos Efeitos - + Effect Unit Assignment - + Meta Knob Botão Meta - + Effect Meta Knob (control linked effect parameters) Meta Botão Efeitos (controla os parâmetros dos efeitos a que está ligado) - + Meta Knob Mode Modo Meta Botão - + Set how linked effect parameters change when turning the Meta Knob. Define como mudam os efeitos a que está ligado, quando se roda o Meta Botão. - + Meta Knob Mode Invert Inverter Modo Meta Botão - + Invert how linked effect parameters change when turning the Meta Knob. Inverter como mudam os efeitos a que está ligado, quando se roda o Meta Botão. - - + + Button Parameter Value - + Microphone / Auxiliary Microfone / Auxiliar - + Microphone On/Off Microfone Ligar/Desligar - + Microphone on/off Microfone ligar/desligar - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Alternar o modo Talk-Over do microfone (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar Ligar/Desligar - + Auxiliary on/off Auxiliar ligar/desligar - + Auto DJ Auto DJ - + Auto DJ Shuffle Auto DJ Aleatório - + Auto DJ Skip Next Auto DJ Saltar Próxima - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Auto DJ Fade para Próxima - + Trigger the transition to the next track Aciona a transição para a próxima faixa - + User Interface Interface do Utilizador - + Samplers Show/Hide Samplers Mostrar/Ocultar - + Show/hide the sampler section Mostrar/ocultar a seção sampler - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Fazer stream da sua mistura através da Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Controlo do Vinil Mostrar/Ocultar - + Show/hide the vinyl control section Mostra/oculta a seção de controlo do vinil - + Preview Deck Show/Hide Leitor de Antevisão Mostrar/Ocultar - + Show/hide the preview deck Mostra/oculta o leitor de antevisão - + Toggle 4 Decks Alternar 4 Leitores - + Switches between showing 2 decks and 4 decks. Comuta entre mostrar 2 leitores e 4 leitores. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Gira Discos Mostrar/Ocultar - + Show/hide spinning vinyl widget Mostra/oculta o widget simulador de gira discos a rodar - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Ampliação da forma de onda - + Waveform Zoom Ampliação Forma de Onda - + Zoom waveform in Ampliar a forma de onda - + Waveform Zoom In Aumentar Ampliação da Forma de Onda - + Zoom waveform out Reduzir a forma de onda - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Com contribuições de: - + And special thanks to: E um agradecimento especial a: - + Past Developers Desenvolvedores antigos - + Past Contributors Colaboradores antigos - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Sobre Mixxx - - + + + Unknown Desconhecido - + Date: Data: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits Créditos - + License Licença @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. Mostra a duração e número de faixas selecionadas. @@ -4130,7 +4175,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Learning: %1. Now move a control on your controller. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4363,123 +4408,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC AAC - + HE-AAC - + HE-AACv2 - + Automatic Automático - + Mono Mono - + Stereo Estéreo - - - - + + + + Action failed Ação falhada - + You can't create more than %1 source connections. Não pode criar mais de %1 ligações fonte. - + Source connection %1 Ligação fonte %1 - + At least one source connection is required. É necessária pelo menos uma ligação fonte. - + Are you sure you want to disconnect every active source connection? Tem a certeza que quer desligar todas as ligações fonte ativas? - - + + Confirmation required Confirmação necessária - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? Tem a certeza que quer apagar '%1'? - + Renaming '%1' A renomear '%1' - + New name for '%1': Novo nome para '%1': - + Can't rename '%1' to '%2': name already in use Não pode renomear '%1' para '%2': nome já em uso @@ -5052,22 +5097,22 @@ Aplicar definições e continuar? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5177,6 +5222,11 @@ Aplicar definições e continuar? Screen saver Protetor de ecrã + + + Multi-Sampling + + Start in full-screen mode @@ -5775,39 +5825,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. O tamanho mínimo da Skin escolhida é maior que a resolução do seu ecrã. - + Allow screensaver to run Permitir correr o protetor de ecrã - + Prevent screensaver from running Impedir correr o protetor de ecrã - + Prevent screensaver while playing Impedir protetor de ecrã enquanto estiver a tocar - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Esta Skin não suporta esquemas de cores - + Information Informação - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6032,52 +6107,52 @@ and allows you to pitch adjust them for harmonic mixing. Examinar - + Item is not a directory or directory is missing - + Choose a music directory Escolher uma pasta de música - + Confirm Directory Removal Confirmar Remoção de Pasta - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. O Mixxx já não considera esta pasta para faixas novas. O que gostaria de fazer com as faixas desta pasta e subpastas?<ul><li>Ocultar todas as faixas desta pasta e subpastas.</li><li>Apagar todos os metadados destas faixas do Mixxx definitivamente.</li><li>Deixar as faixas inalteradas na sua biblioteca.</li></ul>Ocultar faixas guarda os seus metadados para o caso de os voltar a adicionar futuramente. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Os metadados referem-se a todos os detalhes das faixas (artista, título, género, etc.) bem como as grelhas de batidas, hotcues e loops. Esta escolha afeta apenas a biblioteca do Mixxx. Nenhumas faixas do disco serão alteradas ou apagadas. - + Hide Tracks Ocultar Faixas - + Delete Track Metadata Apagar Metadados das Faixas - + Leave Tracks Unchanged Deixar Faixas Inalteradas - + Relink music directory to new location Associar novamente a pasta de músicas a uma nova localização - + Select Library Font Escolher Fonte da Biblioteca @@ -6937,138 +7012,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Padrão (atraso longo) - + Experimental (no delay) Experimental (sem atraso) - + Disabled (short delay) Desativado (atraso pequeno) - + Soundcard Clock Relógio Placa de Som - + Network Clock Relógio da Rede - + Direct monitor (recording and broadcasting only) Monição direta (apenas gravação e emissão) - + Disabled Desativado - + Enabled Ativado - + Stereo Estéreo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) auto (<= 1024 quadros/período) - + 2048 frames/period 2048 quadros/período - + 4096 frames/period 4096 quadros/período - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. As entradas de microfone estão fora de tempo no sinal gravar e emitir comparado com o que ouve. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Medir a latência de ida e volta e introduza-a acima para Compensação da Latência do Microfone de maneira a alinhar o tempo do microfone. - - + + Refer to the Mixxx User Manual for details. Consulte o Manual do Utilizador do Mixxx para detalhes. - + Configured latency has changed. A latência configurada foi alterada. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Volta a medir a latência de ida e volta e introduza-a acima para Compensação da Latência do Microfone de maneira a alinhar o tempo do microfone. - + Realtime scheduling is enabled. Agendamento em tempo real está ativado. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Erro de configuração @@ -7556,122 +7631,122 @@ Selecione entre tipos diferentes de visualizações da forma de onda, o que dife DlgPreferences - + Sound Hardware Hardware de Som - + Controllers Controladores - + Library Biblioteca - + Interface Interface - + Waveforms Formas de Onda - + Mixer Mixer - + Auto DJ Auto DJ - + Decks Leitores - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Help - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplicar - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Cancelar - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ok - + Effects Efeitos - + Recording Gravação - + Beat Detection Deteção de Batidas - + Key Detection Deteção do Tom - + Normalization Normalização - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Controlo de Vinil - + Live Broadcasting Emissão ao Vivo - + Modplug Decoder Descodificador modplug @@ -7846,7 +7921,7 @@ Selecione entre tipos diferentes de visualizações da forma de onda, o que dife Artista do Album - + Fetching track data from the MusicBrainz database Trazendo dados da faixa, da base de dados MusicBrainz @@ -7923,72 +7998,72 @@ Selecione entre tipos diferentes de visualizações da forma de onda, o que dife &Fechar - + Original tags Etiquetas originais - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Etiquetas sugeridas - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8309,7 +8384,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Cancelar - + (no color) @@ -8519,27 +8594,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (mais rápido) - + Rubberband (better) Rubberband (melhor) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8762,15 +8837,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Modo Segurança Ativado - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8782,57 +8857,57 @@ Shown when VuMeter can not be displayed. Please keep OpenGL - + activate ativar - + toggle comutar - + right direita - + left esquerda - + right small direita curto - + left small esquerda curto - + up cima - + down baixo - + up small cima curto - + down small baixo curto - + Shortcut Atalho @@ -8918,32 +8993,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controlador MIDI - + MixxxControl(s) not found MixxxControl(s) não encontrado - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Alguns LEDs ou outros retornos podem não funcionar corretamente. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verificar para ver se os nomes dos MixxxControls estão soletrados corretamente no ficheiro de mapeamento (.xml) @@ -9019,183 +9094,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Dispositivo de Som Ocupado - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Repetir</b> após fechar a outra aplicação ou religar um dispositivo de som. - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurar</b> as definições dos dispositivos de som do Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Obter <b>Ajuda</b> a partir do Wiki Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Sair</b> do Mixxx. - + Retry Repetir - + skin - - + + Reconfigure Reconfigurar - + Help Ajuda - - + + Exit Sair - - + + Mixxx was unable to open all the configured sound devices. Mixxx não foi capaz de abrir todos os dispositivos de som configurados. - + Sound Device Error Erro Dispositivo de Som - + <b>Retry</b> after fixing an issue <b>Repetir</b> após resolver uma questão - + No Output Devices Sem Dispositivos de Saída - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. O Mixxx foi configurado sem quaisquer dispositivos de saída de som. O processamento de audio será desativado sem a configuração de um dispositivo de saída. - + <b>Continue</b> without any outputs. <b>Continuar</b> sem quaisquer saídas. - + Continue Continuar - + Load track to Deck %1 Carregar faixa para o Leitor %1 - + Deck %1 is currently playing a track. O Leitor %1 está presentemente a reproduzir uma faixa. - + Are you sure you want to load a new track? Tem a certeza que quer carregar uma nova faixa? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Não existe nenhum dispositivo selecionado para este controlo do vinil. Por favor, selecione primeiro um dispositivo de entrada, nas preferências de hardware de som. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Não existe nenhum dispositivo de entrada selecionado para este controlo passthrough. Por favor, selecione primeiro um dispositivo de entrada, nas preferências de hardware de som. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Erro no ficheiro da Skin. - + The selected skin cannot be loaded. A Skin selecionada não pode ser carrregada. - + OpenGL Direct Rendering Interpretação Direta de OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmar Saída - + A deck is currently playing. Exit Mixxx? Um leitor está presentemente em reprodução. Sair do Mixxx? - + A sampler is currently playing. Exit Mixxx? Um sampler está presentemente em reprodução. Sair do Mixxx? - + The preferences window is still open. A janela de preferências ainda está aberta. - + Discard any changes and exit Mixxx? Rejeitar quaisquer alterações e sair do Mixxx? @@ -9211,43 +9286,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Bloquear - - + + Playlists Playlists - + + Shuffle Playlist + + + + Unlock Desbloquear - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Alguns DJs elaboram playlists antes de atuarem ao vivo, mas outros preferem elaborá-las no momento. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Quando estiver a usar uma playlist durante uma atuação DJ ao vivo, lembre-se de prestar sempre atenção a como o seu público reage à música que escolheu para tocar. - + Create New Playlist Criar uma Playlist Nova @@ -9315,7 +9395,7 @@ Deseja examinar a sua biblioteca para encontrar ficheiros de capa de disco, agor QObject - + Invalid Inválido @@ -9421,68 +9501,68 @@ Deseja examinar a sua biblioteca para encontrar ficheiros de capa de disco, agor 14-bit (MSB) - + Main - + Booth Cabine - + Headphones Auscultadores - + Left Bus Bus Esquerdo - + Center Bus Bus Central - + Right Bus Bus Direito - + Invalid Bus Bus Inválido - + Deck Leitor - + Record/Broadcast Gravar/Emitir - + Vinyl Control Controlo de Vinil - + Microphone Microfone - + Auxiliary Auxiliar - - + + Unknown path type %1 Caminho desconhecido tipo %1 @@ -9575,6 +9655,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Tempo @@ -9612,6 +9694,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9632,6 +9715,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9647,6 +9732,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9951,7 +10038,7 @@ Valores mais altos resultam em menos atenuação das altas frequências. - + Gain for Low Filter Ganho para o Filtro de Baixos @@ -10008,7 +10095,7 @@ Valores mais altos resultam em menos atenuação das altas frequências. - + Gain for High Filter Ganho para o Filtro de Altas @@ -10028,22 +10115,22 @@ Valores mais altos resultam em menos atenuação das altas frequências. - + Graphic Equalizer Equalizador Gráfico - + Graphic EQ Equalizador Gráfico - + An 8-band graphic equalizer based on biquad filters Equalizador gráfico de 8 bandas baseado em filtros biquadráticos - + Gain for Band Filter %1 Ganho para o Filtro de Banda %1 @@ -10128,8 +10215,8 @@ Valores mais altos resultam em menos atenuação das altas frequências. - - + + Range Extensão @@ -10159,42 +10246,42 @@ Valores mais altos resultam em menos atenuação das altas frequências.%1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10214,17 +10301,17 @@ Valores mais altos resultam em menos atenuação das altas frequências.Um filtro equalizador Bessel de 8ª ordem com mistura Lipshitz e Vanderkooy (unidade bit perfeita, atenuação -48 dB/Oitava). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Um filtro Equalizador Linkwitz-Riley de 8ª ordem (crossover otimizado, variação de fase constante, atenuação -48 dB/Oitava). @@ -10640,18 +10727,18 @@ Tudo direita: fim do período do efeito - + encoder failure encoder failure - + Failed to apply the selected settings. Failed to apply the selected settings. - + Deck %1 Leitor %1 @@ -10691,52 +10778,52 @@ Tudo direita: fim do período do efeito Some file paths in the playlist have special characters. These file paths will be encoded as absolute path URLs. Please select the m3u8 format for better and lossless exporting. - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10784,10 +10871,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Transpassar + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10956,7 +11064,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Caixa de Ritmos @@ -11002,34 +11110,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Faixas - + Crates Caixas - + Check for Serato databases (refresh) - + (loading) Serato @@ -11037,64 +11145,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Histórico - + Unlock Desbloquear - + Lock Bloquear - - + + Confirm Deletion Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11103,193 +11211,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem O Mixx encontrou um problema - + Could not allocate shout_t Não foi possível distribuir shout_t - + Could not allocate shout_metadata_t Não foi possível distribuir shout_metadata_t - + Error setting non-blocking mode: Erro ao definir modo sem bloqueio: - + Error setting tls mode: Error setting tls mode: - + Error setting hostname! Erro ao definir anfitrião! - + Error setting port! Erro ao definir porta! - + Error setting password! Erro ao definir password! - + Error setting mount! Erro ao definir montagem! - + Error setting username! Erro ao definir nome de utilizador! - + Error setting stream name! Erro ao definir nome da stream! - + Error setting stream description! Erro ao definir descrição da stream! - + Error setting stream genre! Erro ao definir o género da stream! - + Error setting stream url! Erro ao definir url! - + Error setting stream IRC! Erro a definir a stream IRC! - + Error setting stream AIM! Erro a definir a stream AIM! - + Error setting stream ICQ! Erro a definir a stream ICQ! - + Error setting stream public! Erro ao definir stream pública! - + Unknown stream encoding format! Unknown stream encoding format! - + Use a libshout version with %1 enabled Use a libshout version with %1 enabled - + Error setting stream encoding format! Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate Unsupported sample rate - + Error setting bitrate Erro ao definir a taxa de bits! - + Error: unknown server protocol! Erro: protocolo do servidor desconhecido! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Erro ao definir protocolo! - + Network cache overflow Erro de overflow na cache de rede - + Connection error Erro de ligação - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Uma das ligações de Emissão em Direto apresentou este erro:<br><b>Erro com a ligação '%1':</b><br> - + Connection message Mensagem da ligação - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Mensagem da ligação Emissão em Direto '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Ligação ao servidor de streaming perdida e %1 tentativas de religação falharam. - + Lost connection to streaming server. A ligação ao servidor de streaming perdida. - + Please check your connection to the Internet. Por favor, verifique a sua conecção à internet. - + Can't connect to streaming server Não se consegue ligar ao servidor de streaming. - + Please check your connection to the Internet and verify that your username and password are correct. Por favor, verifique a sua ligação à Internet e verifique que o seu nome de utilizador e password estão corretos. @@ -11305,23 +11413,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device um dispositivo - + An unknown error occurred Ocorreu um erro desconhecido - + Two outputs cannot share channels on "%1" Duas saídas não podem partilhar canais em %1 - + Error opening "%1" Erro ao abrir %1 @@ -11673,7 +11781,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Capa do Disco @@ -12125,52 +12233,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration Duração da Gravação @@ -12364,444 +12462,445 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. Mostra a duração da gravação em curso. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. Define o marcador Início Loop da faixa para a atual posição de reprodução. - + Press and hold to move Loop-In Marker. Pressione e mantenha para mover o marcador Início Loop. - + Jump to Loop-In Marker. Saltar para o marcador Início Loop. - + Sets the track Loop-Out Marker to the current play position. Define o marcador Fim Loop para a atual posição de reprodução. - + Press and hold to move Loop-Out Marker. Pressione e mantenha para mover o marcador Fim Loop. - + Jump to Loop-Out Marker. Saltar para o marcador Fim Loop. - + Beatloop Size Tamanho Loop - + Select the size of the loop in beats to set with the Beatloop button. Escolher o tamanho do loop em batidas estabelecer com o botão Loop. - + Changing this resizes the loop if the loop already matches this size. Alterando isto redimensiona o loop se o loop já coincide com este tamanho. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Reduz a metade o tamanho dum loop existente, ou reduz a metade o tamanho do próximo loop definido com o botão Loop. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Duplica o tamanho dum loop existente, ou duplica o tamanho do próximo loop definido com o botão Loop. - + Start a loop over the set number of beats. Iniciar um loop com o número de batidas prédefinidas. - + Temporarily enable a rolling loop over the set number of beats. Ativar temporariamente um loop rolado com o número de batidas prédefinidas. - + Beatjump/Loop Move Size Beatjump/Loop Tamanho Movimento - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Selecione o número de batidas a saltar ou a deslocar o loop com os botões Beatjump Frente/Atrás. - + Beatjump Forward Beatjump Frente - + Jump forward by the set number of beats. Salta para a frente o número de batidas predefinidas. - + Move the loop forward by the set number of beats. Move o loop para a frente o número de batidas prédefinidas. - + Jump forward by 1 beat. Salta para a frente 1 batida. - + Move the loop forward by 1 beat. Move o loop para a frente 1 batida. - + Beatjump Backward Beatjump Atrás - + Jump backward by the set number of beats. Salta para trás o número de batidas prédefinidas. - + Move the loop backward by the set number of beats. Move o loop para trás o número de batidas prédefinidas. - + Jump backward by 1 beat. Salta para trás 1 batida. - + Move the loop backward by 1 beat. Move o loop para trás 1 batida. - + Reloop Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. Se o loop estiver à frente da posição atual de reprodução, o ciclo de looping começará quando o loop for atingido. - + Works only if Loop-In and Loop-Out Marker are set. Funciona apenas se os marcadores de Início Loop e Fim Loop estiverem definidos. - + Enable loop, jump to Loop-In Marker, and stop playback. Ativar loop, saltar para o marcador Início Loop, e parar a reprodução. - + Displays the elapsed and/or remaining time of the track loaded. Afixa o tempo decorrido e/ou tempo remanescente da faixa carregada. - + Click to toggle between time elapsed/remaining time/both. Clique para alternar entre tempo decorrido/remanescente/ambos. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mistura - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Ajustar a mistura do sinal seco (entrada) com o molhado (saída) da unidade de efeito - + D/W mode: Crossfade between dry and wet Modo S/M: crossfade entre seco e molhado - + D+W mode: Add wet to dry Modo S/M: adicionar molhado ao seco - + Mix Mode Modo Mistura - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Ajustar a mistura do sinal seco (entrada) com o sinal molhado (saída) da unidade de efeito - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Modo Seco/Molhado (linhas cruzadas): o botão de Mistura faz a transição entre seco e molhado. Usar isto para alterar o som da faixa com EQ e filtros de efeitos. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Modo Seco+Molhado (linha seca plana): o botão de Mistura adiciona o molhado ao seco. Usar isto para alterar apenas o sinal já com os efeitos (molhado) de EQ e filtros de efeitos. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. Envia o bus esquerdo do crossfader através desta unidade de efeito. - + Route the right crossfader bus through this effect unit. Envia o bus direito do crossfader através desta unidade de efeito. - + Right side active: parameter moves with right half of Meta Knob turn Lado direito ativo: o parâmetro muda com meia volta para a direita do Botão Meta - + Skin Settings Menu Menu Definições Skin - + Show/hide skin settings menu Mostra/Oculta menu de definições. - + Save Sampler Bank Guardar o Banco de Amostras - + Save the collection of samples loaded in the samplers. Guarda a colecção de samples carregadas nos samplers. - + Load Sampler Bank Carregar o Banco de Amostras - + Load a previously saved collection of samples into the samplers. Carrega uma colecção de samples guardada previamente nos samplers. - + Show Effect Parameters Mostrar Parâmetros dos Efeitos - + Enable Effect Ativar Efeitos - + Meta Knob Link Ligação Botão Meta - + Set how this parameter is linked to the effect's Meta Knob. Definir como este parâmetro está ligado ao botão de efeitos Meta. - + Meta Knob Link Inversion Inversão Ligação Botão Mega - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Inverte a direção com que este parâmetro se move quando se roda o Botão Meta. - + Super Knob Super Botão - + Next Chain Próxima Cadeia - + Previous Chain Cadeia Anterior - + Next/Previous Chain Próxima/Anterior Cadeia - + Clear Limpar - + Clear the current effect. Limpa o efeito presente. - + Toggle Alternar - + Toggle the current effect. Alterna o efeito presente. - + Next Próximo - + Clear Unit Limpar Unidade - + Clear effect unit. Limpa a unidade de efeito. - + Show/hide parameters for effects in this unit. Mostra/Oculta parâmetros para efeitos nesta unidade. - + Toggle Unit Alternar Unidade - + Enable or disable this whole effect unit. Ativa ou desativa esta unidade completa de efeito. - + Controls the Meta Knob of all effects in this unit together. Controla o Meta Botão de todos os efeitos conjuntamente nesta unidade. - + Load next effect chain preset into this effect unit. Carrega a próxima cadeia de efeitos prédefinida nesta unidade de efeito. - + Load previous effect chain preset into this effect unit. Carrega a anterior cadeia de efeitos prédefinida nesta unidade de efeito. - + Load next or previous effect chain preset into this effect unit. Carrega a próxima ou anterior cadeia de efeitos prédefinida nesta unidade de efeito. + @@ -12810,169 +12909,168 @@ Usar isto para alterar apenas o sinal já com os efeitos (molhado) de EQ e filtr - Assign Effect Unit Atribuir Unidade de Efeito - + Assign this effect unit to the channel output. Atribuir esta unidade de efeito ao canal de saída. - + Route the headphone channel through this effect unit. Encaminha o canal de auscultadores através desta unidade de efeito. - + Route this deck through the indicated effect unit. Encaminha este leitor através da unidade de efeito indicada. - + Route this sampler through the indicated effect unit. Encaminha este sampler através da unidade de efeito indicada. - + Route this microphone through the indicated effect unit. Encaminha este microfone através da unidade de efeito indicada. - + Route this auxiliary input through the indicated effect unit. Encaminha esta entrada auxiliar através da unidade de efeito indicada. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Esta unidade de efeito deve também ser atribuída a um leitor ou a outra fonte sonora para ouvir o efeito. - + Switch to the next effect. Comuta para o próximo efeito. - + Previous Anterior - + Switch to the previous effect. Comutar para o efeito anterior. - + Next or Previous Próximo ou Anterior - + Switch to either the next or previous effect. Comuta ou para o próximo efeito, ou efeito anterior. - + Meta Knob Botão Meta - + Controls linked parameters of this effect Controla os parâmetros deste efeito aqui ligado. - + Effect Focus Button Botão Realce Efeito - + Focuses this effect. Realça este efeito. - + Unfocuses this effect. Anula o realce deste efeito. - + Refer to the web page on the Mixxx wiki for your controller for more information. Consultar a página web na wiki Mixxx para mais informação sobre o seu controlador. - + Effect Parameter Parâmetro Efeito - + Adjusts a parameter of the effect. Ajusta um parâmetro do efeito. - + Inactive: parameter not linked Inativo: parâmetro não ligado - + Active: parameter moves with Meta Knob Activo: o parâmetro move-se com o Botão Meta - + Left side active: parameter moves with left half of Meta Knob turn Lado esquerdo ativo: o parâmetro move-se com meia volta para a esquerda do Botão Meta - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Lado esquerdo e direito ativo: o parâmetro desloca-se ao longo da sua extensão com meia volta do Botão Meta e para trás com a outra meia volta. - - + + Equalizer Parameter Kill Parâmetro Cortar Equalizador - - + + Holds the gain of the EQ to zero while active. Mantém o ganho do EQ em zero enquanto ativo. - + Quick Effect Super Knob Super Botão Efeito Rápido - + Quick Effect Super Knob (control linked effect parameters). Super Botão de Efeito Rápido (controla os parâmetros do efeito a que está ligado). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Sugestão: Alterar o modo Efeito Rápido padrão em Preferências -> Equalizadores. - + Equalizer Parameter Parâmetro Equalizador - + Adjusts the gain of the EQ filter. Ajusta o ganho do filtro EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Sugestão: Alterar o modo EQ padrão em Preferências -> Equalizadores. @@ -13071,47 +13169,47 @@ Usar isto para alterar apenas o sinal já com os efeitos (molhado) de EQ e filtr Diminui a tonalidade de um meio tom. - + Enable Vinyl Control Ativar Controlo de Vinil - + When disabled, the track is controlled by Mixxx playback controls. Quando desativado, a faixa é controlada pelos controlos de reprodução do Mixxx. - + When enabled, the track responds to external vinyl control. Quando ativado, a faixa responde ao controlo de vinil externo. - + Enable Passthrough Ativar Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indica que o buffer de audio é muito pequeno para fazer todo o processamento de audio. - + Displays cover artwork of the loaded track. Mostra a capa do disco na faixa carregada. - + Displays options for editing cover artwork. Mostra as opções para edição da capa do disco. - + Star Rating Classificação Estrelas - + Assign ratings to individual tracks by clicking the stars. Atribui classificações a faixas individuais clicando nas estrelas. @@ -13379,123 +13477,123 @@ Usar isto para alterar apenas o sinal já com os efeitos (molhado) de EQ e filtr Adiciona o ajuste de tom ao cursor de velocidade. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Gravar Mistura - + Toggle mix recording. Alternar gravação da mistura. - + Enable Live Broadcasting Ativar Emissão em Direto - + Stream your mix over the Internet. Fazer stream da sua mistura através da Internet. - + Provides visual feedback for Live Broadcasting status: Proporciona um retorno visual para o estado da Emissão em Direto: - + disabled, connecting, connected, failure. desativada, em ligação, ligada, falha. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Quando ativada, o leitor toca o audio que chega diretamente à entrada do vinil. - + Blue for passthrough enabled. Azul quando o pasthrough está ativado. - + Playback will resume where the track would have been if it had not entered the loop. A reprodução será retomada onda a faixa estaria se não tivesse entrado em loop. - + Loop Exit Saída do Loop - + Turns the current loop off. Apaga o presente loop. - + Slip Mode Modo Escorregar - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Quando ativo, a reprodução da faixa continua em silêncio, em segundo plano, durante um loop, inversão, scratch, etc. - + Once disabled, the audible playback will resume where the track would have been. Uma vez desativo, a reprodução audível retomará onde a faixa deveria ter estado. - + Track Key The musical key of a track Tom da Faixa - + Displays the musical key of the loaded track. Mostra o tom musical da faixa carregada. - + Clock Relógio - + Displays the current time. Mostra a hora presente. - + Audio Latency Usage Meter Medidor do Uso da Latência Audio - + Displays the fraction of latency used for audio processing. Mostra a fração da latência usada no processamento de audio. - + A high value indicates that audible glitches are likely. Um valor alto indica que são prováveis falhas sonoras audíveis. - + Do not enable keylock, effects or additional decks in this situation. Não ative bloqueio de tom, efeitos ou leitores adicionais nesta situação. - + Audio Latency Overload Indicator Indicador de Sobrecarga de Latência Audio @@ -13617,97 +13715,97 @@ Usar isto para alterar apenas o sinal já com os efeitos (molhado) de EQ e filtr Se a hot cue estiver definida, salta para a hot cue. - + If hotcue is not set, sets the hotcue to the current play position. Se a hot cue não estiver definida, define a hot cue para a atual posição a tocar. - + Vinyl Control Mode Modo Controlo do Vinil - + Absolute mode - track position equals needle position and speed. Modo Absoluto - a posição na faixa corresponde à posição da agulha e velocidade. - + Relative mode - track speed equals needle speed regardless of needle position. Modo Relativo - A velocidade da faixa corresponde à velocidade da agulha, independentemente da posição da agulha. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Modo Constante - a velocidade da faixa é igual à última velocidade estável conhecida, independentemente da informação de entrada da agulha. - + Vinyl Status Estado do Vinil - + Provides visual feedback for vinyl control status: Proporciona um retorno visual para o estado do Controlo de Vinil: - + Green for control enabled. Verde, quando o controlo estiver ativado. - + Blinking yellow for when the needle reaches the end of the record. Amarelo a piscar para quando a agulha chega ao fim do disco. - + Loop-In Marker Marcador de Início Loop - + Loop-Out Marker Marcador de Fim Loop - + Loop Halve Reduzir a Metade Loop - + Halves the current loop's length by moving the end marker. Reduz a metade o comprimento atual do loop, por movimentação do marcador final. - + Deck immediately loops if past the new endpoint. O leitor entra em loop imediatamente, se ultrapassar o novo ponto final. - + Loop Double Duplicar Loop - + Doubles the current loop's length by moving the end marker. Duplica o comprimento atual do loop, por movimentação do marcador final. - + Beatloop Loop de Batida - + Toggles the current loop on or off. Alterna entre ligar/desligar o loop corrente. - + Works only if Loop-In and Loop-Out marker are set. Funciona apenas se os marcadores de Início Loop e Fim Loop estiverem definidos. @@ -13717,82 +13815,82 @@ Usar isto para alterar apenas o sinal já com os efeitos (molhado) de EQ e filtr Sugestão: Alterar o modo do ponto de marcação em Preferências -> Interface. - + Vinyl Cueing Mode Modo de Marcação do Vinil - + Determines how cue points are treated in vinyl control Relative mode: Determina como os pontos de marcação são tratados no modo Relativo do controlo de vinil: - + Off - Cue points ignored. Off - Pontos de marcação ignorados. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. One Cue - Se a agulha for colocada após o ponto de marcação, a faixa procurará por esse ponto de marcação. - + Track Time Tempo da Faixa - + Track Duration Duração Faixa - + Displays the duration of the loaded track. Mostra a duração da faixa carregada. - + Information is loaded from the track's metadata tags. A informação é carregada a partir das etiquetas de metadados da faixa. - + Track Artist Artista Faixa - + Displays the artist of the loaded track. Mostra o artista da faixa carregada. - + Track Title Título Faixa - + Displays the title of the loaded track. Mostra o título da faixa carregada. - + Track Album Album Faixa - + Displays the album name of the loaded track. Mostra o nome do álbum da faixa carregada. - + Track Artist/Title Artista/Título Faixa - + Displays the artist and title of the loaded track. Mostra o artista e o título da faixa carregada. @@ -13800,12 +13898,12 @@ Usar isto para alterar apenas o sinal já com os efeitos (molhado) de EQ e filtr TrackCollection - + Hiding tracks Ocultar faixas - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? As faixas selecionadas estão na seguintes playlists: %1 Ocultando-as serão removidas destas playlists. Continuar? @@ -14058,22 +14156,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset Update Preset - + Rename Preset - + Save As New Preset... Save As New Preset... - + Save snapshot Save snapshot @@ -14095,7 +14193,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. No effect loaded. @@ -14119,452 +14217,452 @@ This can not be undone! WMainMenuBar - + &File &Ficheiro - + Load Track to Deck &%1 Carregar Faixa no Leitor &%1 - + Loads a track in deck %1 Carrega uma faixa no leitor %1 - + Open Abrir - + &Exit &Sair - + Quits Mixxx Sai do Mixxx - + Ctrl+q Ctrl+q - + &Library &Biblioteca - + &Rescan Library &Reexaminar Biblioteca - + Rescans library folders for changes to tracks. Reexamina as pastas da biblioteca, por alterações às faixas. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Criar &Playlist Nova - + Create a new playlist Criar uma playlist nova - + Ctrl+n Ctrl+n - + Create New &Crate Criar Nova &Caixa - + Create a new crate Criar uma caixa nova - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Ver - + May not be supported on all skins. Pode não ser suportado por todas as Skins. - + Show Skin Settings Menu Mostrar Menu de Configurações do Tema - + Show the Skin Settings Menu of the currently selected Skin Mostra o menu das configurações do tema do tema atualmente selecionado - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Mostrar Seção Microfone - + Show the microphone section of the Mixxx interface. Mostra a seção microfone do interface Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Mostra Seção Controlo do Vinil - + Show the vinyl control section of the Mixxx interface. Mostra a seção controlo de vinil do interface Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Mostrar Leitor Antevisão - + Show the preview deck in the Mixxx interface. Mostra o leitor de antevisão no interface Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Mostrar Capa - + Show cover art in the Mixxx interface. Mostrar as capas dos discos no interface Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximizar Biblioteca - + Maximize the track library to take up all the available screen space. Maximiza a biblioteca de faixas para ocupar todo o espaço disponível do ecrã. - + Space Menubar|View|Maximize Library Espaço - + &Full Screen &Ecrã Inteiro - + Display Mixxx using the full screen Mostrar o Mixxx utilizando o ecrã inteiro. - + &Options &Opções - + &Vinyl Control Controlo de &Vinil - + Use timecoded vinyls on external turntables to control Mixxx Usar discos de vinil com timecode, em gira discos externos, para controlar o Mixxx. - + Enable Vinyl Control &%1 Ativar Controlo do Vinil &%1 - + &Record Mix &Gravar Mistura - + Record your mix to a file Gravar a sua mistura para um ficheiro. - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Ativar &Emissão ao Vivo - + Stream your mixes to a shoutcast or icecast server Fazer o stream das suas misturas para um servidor Shoutcast ou Icecast. - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Ativar Atalhos de Teclado - + Toggles keyboard shortcuts on or off Alterna entre ligar/desligar os atalhos de teclado. - + Ctrl+` Ctrl+` - + &Preferences &Preferências - + Change Mixxx settings (e.g. playback, MIDI, controls) Altera as definições do Mixxx (ex. reprodução, MIDI, controlos) - + &Developer &Desenvolvedor - + &Reload Skin &Recarregar Skin - + Reload the skin Recarrega a Skin - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools &Ferramentas do Desenvolvedor - + Opens the developer tools dialog Abre o diálogo das ferramentas do desenvolvedor - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Estatísticas: Balde de &Experiências - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Ativa o modo Experiências. Coleta estatísticas no balde de rastreio EXPERIÊNCIAS. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Estatísticas: &Balde Base - + Enables base mode. Collects stats in the BASE tracking bucket. Ativa o modo Base. Coleta estatísticas no balde de rastreio BASE. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Deb&ugger Ativado - + Enables the debugger during skin parsing Ativa o debugger durante a análise da Skin. - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Ajuda - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Apoio da Comunidade - + Get help with Mixxx Obter ajuda com o Mixxx - + &User Manual Manual do &Utilizador - + Read the Mixxx user manual. Ler o manual do utilizador do Mixxx. - + &Keyboard Shortcuts &Atalhos de Teclado - + Speed up your workflow with keyboard shortcuts. Acelere o seu fluxo de trabalho com os atalhos de teclado. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Traduzir Esta Aplicação - + Help translate this application into your language. Ajude a traduzir esta aplicação na sua língua. - + &About &Sobre - + About the application Sobre esta aplicação @@ -14793,564 +14891,564 @@ This can not be undone! WTrackMenu - + Load to Carregar para - + Deck Leitor - + Sampler Sampler - + Add to Playlist Adicionar à Playlist - + Crates Caixas - + Metadata Metadados - + Update external collections - + Cover Art Capa do Disco - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Limpar - - + + Analyze Analyze - - + + Delete Track Files Delete Track Files - + Add to Auto DJ Queue (bottom) Adicionar à Fila Auto DJ (baixo) - + Add to Auto DJ Queue (top) Adicionar à Fila Auto DJ (cima) - + Add to Auto DJ Queue (replace) Adicionar à Fila Auto DJ (Substituir) - + Preview Deck Leitor de Antevisão - + Remove Remover - + Remove from Playlist Remover da Playlist - + Remove from Crate Remover da Caixa - + Hide from Library Ocultar da Biblioteca - + Unhide from Library Mostrar da Bilioteca - + Purge from Library Remover da Biblioteca - + Move Track File(s) to Trash - + Delete Files from Disk Delete Files from Disk - + Properties Propriedades - + Open in File Browser Abrir no Explorador de Ficheiros - + Select in Library Select in Library - + Import From File Tags Importar Das Tags Ficheiros - + Import From MusicBrainz Importar De MusicBrainz - + Export To File Tags Exportar Para Tags Ficheiros - + BPM and Beatgrid BPM e Grelha de Batidas - + Play Count Contador de Leitura - + Rating Classificação - + Cue Point Ponto de Marcação - + Hotcues Hot Cues - + Intro - + Outro - + Key Tom - + ReplayGain ReplayGain - + Waveform Forma de Onda - + Comment Comment - + All Todas - + Lock BPM Bloquear BPM - + Unlock BPM Desbloquear BPM - + Double BPM Duplicar BPM - + Halve BPM Reduzir a Metade BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain Update ReplayGain from Deck Gain - + Deck %1 Leitor %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Criar uma Playlist Nova - + Enter name for new playlist: Introduzir um nome para a nova playlist: - + New Playlist Playlist Nova - - - + + + Playlist Creation Failed Criação da Playlist Falhou - + A playlist by that name already exists. Já existe uma playlist com esse nome. - + A playlist cannot have a blank name. Uma playlist não pode ter um nome em branco. - + An unknown error occurred while creating playlist: Ocorreu um erro desconhecido ao criar a playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) Locking BPM of %n track(s)Locking BPM of %n track(s)Bloqueando o BPM de %n faixa(s) - + Unlocking BPM of %n track(s) Unlocking BPM of %n track(s)Unlocking BPM of %n track(s)Desbloqueando o BPM de %n faixa(s) - + Setting color of %n track(s) Setting color of %n track(s)Setting color of %n track(s)Mudando a cor de %n faixa(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? Permanently delete these files from disk? - - + + This can not be undone! This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? Stop the deck and permanently delete this track file from disk? - + Cancel Cancel - + Delete Files Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk This track file could not be deleted from disk - + Remaining Track File(s) Remaining Track File(s) - + Close Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15358,37 +15456,37 @@ This can not be undone! WTrackTableView - + Confirm track hide Confirm track hide - + Are you sure you want to hide the selected tracks? Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal Confirm track removal @@ -15404,7 +15502,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15452,52 +15550,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Escolher a pasta biblioteca musical - + controllers - + Cannot open database Não pode abrir a base de dados. - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ro.qm b/res/translations/mixxx_ro.qm index 50f4bbb7860d02c274adf26c00611aae7543a3a5..4e452484b3d10c849198a11e87821dd2530dd1ec 100644 GIT binary patch delta 12729 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 delta 12746 zcmXY%bwCtd7sk)MJ2ShpX@H4XfFO#A4Hk+bAO<3+fG7xpSSa?|iP(x5uU#Oh7+_!r z2Kp*kuPt_WlfNs>l0B;qB3njN1{t_RsNWukag<| z)+g2>1Z+U$JVYT2?+7*|a>)W46V=v%&A@(OTVkRu*baOGwkIad0KJIm!oUt-0oak4 zReuWy-oy-J!EVHI@`yCJxXUbs%nd)#MBw}m7)kW?54aRJ!eWFGxIqhWB(d~?;6$9` ze}$>Ip&pz@OkWJn$2k@ztRbfT25!Itrh_}l%5>>C*n|ene#-tE{$2WfM^$ zi#ek*ZLmTfngnhldQny(v%!Ws)gel64O;6EAAp^7DiIO%*$Fo=I1zO&;aVb}eMBv* zDP&Lo5_Q4<$<>K`mk{sUi^vZ;+yfQ*VFLlBRZf_%^7u@Jd`KlC{{ckz%0a{U|NSFD zETSAFVJ$gufB}Il{)9rVd#ExD7r^Iy&}*XZjfif%BI*%Dbj}VOM67Y9%3dBS4`2g5 zW)mxn20s%!una85`5~g7XR+h0M1hdb=XylFpz?riWK|BvLq{bajQ>aF@dGMPY*fgH z^dt&7LhO1d(X^pNC+iYt@RaK&(m27`eBO|zT}SAAIS2!E{ze+FpHL|yjW<;2R-ZJp zO8At7QF>xA?@35oMJyxMsvPjh|G<;bcN-Ei&)|zMB<$}%bnqn!Iq!&NE+yfzKrH1v z30Ls>udO89fMs{=u8@68B;igSVvSai@EY#Aaxn?-ZsHvOU&27M%B(OFzQPvnJ|Izl z1O{wPCDDBqk!h964eu1P_03i0og=a3B#3YUi5O*_E7o7O5z5DlwI9O-1?Z9=L{0l z!igr=Bym@JqUm=PTG^3TBp!<-s?bxV<9C%0eH5}$*a5z0*KvVg@ZkzGRXWvD$Og4l zISLZO_dM)3N&D{+oAQ^mt_8%V#*%jMRj6t)#l zR$3t&AgPS;SIGPQrcx8GA_VWHGMgqs68))Che^b%x1efkB8biIOO94px^<00?%0f+ z8^ie8bt31cFuHbQs5Weed)%ekR~(6ZmZsVzHqw`ai2vL(nOvb87SUg2bUAVjoK8F> zja)CECEj*B)$w|QG%=Iv<~1Z%(?D*$u(N&j$gMX*_ufzBmJ0vwb%^R$$R?VypBhmO zqL{kWxMU%9FH_^`V2x_zUJ^k&Od)s08)j2eYZTn4OBHJ7>_%+*2x>85Gh+EnYH@KO zv932%jt@~ep}Wcx(JBktD&%qbz0&NWR`V#75t@lAj%t#?^1+7jhCIHJ|)W z&mgjWrm|+9%DX!ivLQ|id6OmzGf_2>sTx-U^r^9iD`MhaPI59*1X z(fz&Da~gK`rh-Dot5DFnLZUo(l^1=ew;l3B-AL*^y^z>J2kM=7ig;{e>U{w>JULGx zi(IGDx`tEmprynP6;jBcWyFJaQ^>X~#Q1p>a%w1XmmSo{;7C;dfl9}@DxGD8%rjSI z)P0o+t5uF&rgEI;|M^xS4?9MEA~TTC;;GN9RmlH?N>N{FE-}88`UXIR*LPCisheQc zfz)@}KE(3o)ORL!n0kTw{emu!?xV1F+leI(rv9Ibkq5LC+2=ITwyzYqWh^Qw4GpTd z5;BqhWw#CVkN0k5 zzg$}X8cC|+D%x~XPh_k|X?L)&ss)sh=TCInkuoE!(Zo)lr(Jz=i263A?Bq(s23G+~ zR^EbgW+GArH=u*j2%%B)>14NA?K0!=k10vT&?7{(LyU-czN=xK~%1-QG?m)cLQg&6_o_O;@RuJI{H#M??0U5-6C$d{5 z>9j!>yW?U;VT!e0w2#iK(?+^PbPSul%Ok8D0H z;u>z$osVnq8jZ?nKBe_<;^Id>okR3b1wNw~8`%)ZXZL}7mQPmc*b=m2<%3`Gq}r%Z zTBY&S28?K3EKlu-oh{wMw=PHQ_Av8piOq@iS)j82CzXS?@*O4F@4~+dS%eEuy9F=l z-jDBeM31*5neP_xeWx;f&wsa2W8PA^(TQihL%DAr!Vg$&+avjy`JtRM#CvD+BUQ1p zQLp*Y1Hr_N-&FdS($EYx%^66!LSMJ&CeA@{3&%!sDLufA7Hh zhg$iq4l-2Pl;4UZ4tMQ-PD#D7t@#2giV*NceLdgYN*VTwuMiHylQlq`{hnuQ9KkM7(AXtES9ae`06!n%d8> zb6=~*tvL#f#E+W#4DK}Oi>C3m4B}l!X__}goCq1MX?<@L(fhBO_S$yD=04VVt=UU7 zW}c?Q{Yav*hc!OK9f^5V)c7PpQsZiC{1x4A&~)v!gy`j4m2U@W`t10Kg<4}YVZLRE znNp#n~51dXtJNWp#s{dIl3=`*b!UJ>DCX3 z-MXSVD_?^D51FGJ@If}3b1#cgxx7`#{`1wG|I-HfJVtYI4^|vFQ*+%JZd(68&CTKY zM0b{J9#(@5d>X2G^ccGRa$fVYA9UOOoaWCWTR4&-)LeB6I;|l%P4GfF9xAwm zn^C*n7iv#McD#5-sN?qo?iDQ5`C1Ch5gNv>#R9y9=FQ`Y4!8=wRm;HoM+*KHU*e9V zg}^z8oUa8Ts(muCCmV&Rbn6$i!Ja}~;zIOlp+bCJB%48@Lc+&~L`_Br37-%TnmiXq zUkxTI&J_}O{UTPSnJ{jf4e=3S!nj?b$bwT;uIwO8D38cFZlPecLmTc}TbQ$J6Uy=J zDyxMkWCMIv#w-!$Sn&^R?Ek+QC#YYH+oh0)`Uy#y&{?Z>LelRML{BaYD|$U4w)%jO z()lp_UZ;@Fs;Q6 zVBIzs`Jdhh3jgs?$nt^}@<>l%$LB;8r=pOSd$CNkZ7@WfpWmzehXR0V4c2#kZr_hWp#jXaOXV)ocjv7f2?pM%b8eO zu5fx?E|Ste!a0t>Q)!ZLesesrw=aduXww;ctdI}iD_m)D0tH7!p|BrpBq&9=J{f(( zt89gg{s`BXOo#v99Vy(+@+Wr3R(N>72&1u9!sFf(5Kt0?qM7xH))c7RIzf2$u^1t< zPSo9u+JiLKe=W-_uGCqp+yC6O|>=zsELIpKvsn}?f4MO@R z(LKeH=wrU^cm@&V*Bzi8hN8}nO zwjPN85A{&U%@4)aX|Rc2qr^6cQQtR965G5-TkbekY+LFwv1P$x+q(rQTvEj@*V>Mkm2y zc!zY%1D=WD-k5eSx~!0erK>y|t&qEAh~Zh2h_cFw;V*BaaB&u+Hg6_M*`ackqZo^v zz+Uwc;3;BK{Vv4pZN#KD zGck4TAX<|;o+c`lEGpdeLFJom3YmQ`g?wVK*l&KSm$JtoLlr+TZa`RO>L@8wZ zFN!OF!st30#MJ&?L~SREsS6V@CklB#gSe(0E*M=wT;~m27=Kme z@#hNpkYsT)h7$CBiMZq3QH=4fDP&&OpX$MpIbzyU0X<%jn4wQWnmi!xy9XL6!uj$cV(wmVSa%=sST6?*q&*d~uQkL|@1W!Jh2rUwdEyplg=}LTmFG!3^D&p$ zgZ|>hl13$Dv6vsy81?_)aPe{_7Zehxq|PFL*Do(#)oF=4S;TACQL)_g5wAD%CzAFl z#d-QrNhMA1vM~yP8RR9^+f4)L%bV-N~uj<@xgx76K==EM^X6QbT5V6SrVUB z6wn1<5}!FPB@$04w34Zba=>Pm6`!qyd%Z{%pBqrSef1JwE_y+{-D2^r9?8R|So}I2 zq1AF;EUu2Y5Zzg#g#(EKY$SdGxnWvmNwfV6L|j=CPhqF78cF+X4w6oDNxuFBEm$?l zRK}fkcUS~uA}b} zuUbKJtNobRs)tgmAgevn=yu67WdpH?X;OQ?#mHLsr1r9fo0Oi1^jz@OD(x&;K^VE`AUa6FTtp#SUO`uD4m=q zog0n|4{(t#EO|>5w?Vqt&Xd^7YSP8)8(|8sr2M|PaO^|r$~w$?c(HWVw>q&)$D|uS zy@-D4Jjs>xHOH+q82i@^=SqvsLhOgIU|MUSBkkkF*{_7vi!(+ioR_)RtYf?K#}c zwx70Z$T5s;t0`oUs%U%0jwR;rqwRSul-QbG+TI)Uk^c*pXoJ5O5i5O7+y4gw!?bX1 z#MM~n^rJQ^3PYsC6WXYUcnDQxu69%!e)xBZc8VJY6t|yf=h;<7XY@%sZv-OQkw9%y zcu7*(tW7%G3R$wZHtF&TBp;1Rhfmu1A>T24nxb7Wx;Y-}wbd^8b_)Jqdc1b=@gKx; zbG0cBi1|rvv?+^_{SK2hCEcI6Ek~M^z%) z?ysxc463<3PFL?AEMV~`o%^Yp$dc~5Ci+dVmGZjgD|%x19H?vQh6QCe(0OWX;qTXV zZENkt7%x^KdlIU%c52&!@TXIl9;c8Gtf%XI&I^HNpU(eI2C>>@bltWLfGCISLi}J{ z3peQcHW`JP@CaS#*Fd6wr|V)`x)9raP!~4=#%Z@mHzduI*fU36d|l*_*tNQ09tcR4 zlXVkLz?d7j>LwHgLY4Kcx+$3V@*0bDQ%lC>X$w?73e-)_xQg=mjc(fNc9`>D(#?<@ zkz9W1W~_yd*?QgV-SNb}m)FhJ=MwMNUN`qLvS(a|E_qEObV^aW1ycesCA+6vG)9As zG}kT8eT%^MN4NO4C){^{Zdq4U#qF(Ub<2k1AG|fX)VcWK*`vBuO%bE-dFxiShViV= z)vfiog_SqaZD@@6khDg(`D8vGLZ$1r7q`JH03UQa9z(bHKj_j&pC#tfUbpjLV>~Nr ztlK3c5dCGMT zQOGDscfkgePTH@sk(aJz953lSMQv zQX#iZ(p{Q#8l&21-Pa$Jh^+sgYd1-B`qhGP2z+Gm%riY#*6P^vq7K`QZ;#5UY?!wU8aA{=j4WC9=cfNHjJZ zW#={ym?bC5E}dblZ!ee7ilOjvx#1m%td6_fv_Gu$M+>=`{ZgXe73F4CWn$;%$<2pv zBvw90_D;^hNH#+D8D&otxmF=BHB9!ogBxtWC;JUTh_23GNkUOmBsgD{2M)JY!H2S2=jS&n`T zYu0F0jtP?o`wB$Mb}Qr!w#tL2Y(nI`B*&)oCieM&92d70MQtUOHGe2%L%J*EVeRGk zQH{8QzZcQz9Bzc0TYgyd!Gp)w{_{-A-Mm+mP4+z(q@_E!Ft9E=g|e)-pdU3fdf z>MZ}dgh;l_PX5yufnimmTs#!#FH_~ex6nF0EtLO05s6OS)awQmp&n?Ykd>OEH`amC z=49(luAvy;C+jWGpvnb_de>g@#H(%8*Y$>*mHVT2%Pz)vZjZiRCoF)q*Eh}^NHqSC zzDWdTMOJH(zRd-Q-1WLbcH2SUWj7`oNA-HYfv}0EW%L2{?1?w^(f2)wrn7~Qen1cc z)9?!Vfvs%drYlrd*QiV>rE=wUg?wN>h)8%aUmuxchng^4Woj*bbYdJ?xiMHD{W6ZY z#X%qa{Ts2c$|_Gc)5ra*!KihgerWBtSkNQ==v{dEOilgDTk&YMR_Rk~pk@oHrT=FQ;)4B8{kpd!h&}G5Uq28L(92Q3 z;U`A6kGkp8JRaiJo6Y)k4|mjlb@jXQkz1x5)9=l+C$=$8pK}!zSF2&5^*Dw|OOy|I zl%zk@X)KZEs7h_I%Gxs(^8Q!!xgn47;Blt@c)$m=X7lwY8?}eg_1B+j1~*KI(w|## znpnT)`inoNA!mHnUmf=Y&xqdW3+95eU+4?pLo%h8>+hYyLj1PtUs#XrCYHZk|H>Cu z{BxQ9!+#OPgC6U@oO}W6T&MpN6;Eu@1%udbJwoUogESKWP za|{(q_kf5U40Wd^6KmeU;5OHjSd$<_GvN@ivt14Ct`9)h{9YkjRNv5P)<_H{78tBu z`oKCXHZ*i|G!v^}YY23M(S06Z=(lt{(FA`(ctzytZn=gC42^h0jbXq_f0SGk3ppa$uGpw%|OcaxE*mwsE*eR*Z`=IiY&ah?kBc=0F4tR9B zA^jw7xH!jTNu9{fbq#$F-or!m|w=_{`MH9R>}fT!fM4X=aUh^kLFyx#@)weDSP z_?QP>&7W)d5r~M?t+wGuI#wQ#ZRG1Zpup&2tZ{TIipfHw;bT#J0;C}%fF#MPL{bKzcg#zgzgXqQVF6XP&Wdt1Xe_6WS=o3C+p z`df55X)0^%G0wdmiqPt>kXN~8oEMaVWOl*0%!0xs(qvq|5#KNKR>&K4G^R2uZphCX zQ}5A7)xb*SXc5@XsA1d4z#W9A=N^V&zo?E7;tc${NA(&Qw%U@{)R zh-tP*s`2DwEcoLV<0%eF+S)5*PZuiWkvikq{;%MMM~xRdeu3%=j8~UHHBLQ^*Q^c* z9M1cUg$M144P9ouF>y7X^ZOa^o(V%=bzNlcv zf_281exG4{(Z&x_Hj&Rch3v;jWzY6_}7PQ|GS8miple*}97g zdE`iwZ+m~@&dW`H##B7@zGU)yP?gw=8E# ztW!ckgQOve^zIBuC@UGji-$0=|%q7@kWK*_PA+IKzYQ4r>6ObgE7h}Z(7vm z9+5U&A-DE#X)QR?pRBuh&3fd8G+1Zrt0-JbV&$N5dU!tOxrkr)Kg-14~ z+;*qYOnx&R-Lr^zb4Syu6k9~TEYl4y?9{%g=~n7nV!xtI_sv+KZ?x%QwVF`v4Aa9c zE{G2`O-~~eP(5o*pSm80|6h?!pA!=iv64-ni^ih;USs-FY=;X^G5wVrp)%U4kco56 zk^yd*yue)UGK{f}zqwl3GT2#JbG1X;@fu#1*)ePYF(Ja-@Kq?WS^dmSip-cFwlcRI zJqu4h%a}c2)Vy_yxwZQtlzflPUW2B=|EshycO2LlU1^Tl7jG-^O0&#e+l)f2?{4mz zgLE1eW)4b*isJg1doNGLOsBCqI3EjiJZ$b$wGgUtH22vFx2y5W9R3*dfi?@x1L6ws z9Py`l(D1TI*PqQ3OCb)NX=I*e#f>K=nx~JQgMs8h^NeOzL@3Y7<{1GSQA+hud25k* z&Xz1Zbb4u?w=5U)JK3C?d;oQQcXMhHDxl(@<_-J$6T2*%H+shqYro69tt@tU-_M-B z1uDC<+PrJYdVIgwyt~O>JTq=$K5#RhSOYinkz*Oewp};p7VReL^VWRS`o*2tk1X>s zOM9Y$n-%g>mCfg-z-Y4E%z0BBh~(GiOOOm*u4%qnDH3l=^fO;~gK9Ecn*S>qzh8AX z-#HV9`k|HiUZcsVp6{rXO$zydVDp2UZWy_oH$Qp-Nt&$YC)xkuMa42^>!-yfdH#a= z=bc=*O9k_14jeSTqAqO!FYLg_WP#Z>eZ^3)8LpmdY=RiM*I8OPk0_Bu zo~32XbQFgbEiGpz!~J|!o_AMy$b8G)F11X(ucH^9!STDI=Tg@)F)WPHH)qh?z& z^Rd(V{VjVQBIFi*w`7&1+fwB$`&xX$pdrh0u&ICnWOd8ouc(UW2V0K1!5ab!Ek|!f zVrJxIIr_CZ{C_%GPECPGTpL(UEyuv&RD|WsV2JMZ0!v=yWMZS874nw*Rko`6f38tE z(#>)qEC5e711*JpL(!OAuoS-NiHP{ha=Qj>YRdu3oyrXFlvT9ceZCeW+yu*maC~0f z#qv1olRci(|6?g?m`JQwx}|s!s^1ptVu+92qk+(EmIPe3Sz*77+hz@GkRmQA<>|X* UlzX*lx~8*qP1ylmQ=UBJfA#<4G5`Po diff --git a/res/translations/mixxx_ro.ts b/res/translations/mixxx_ro.ts index 72341833531..8b095a13bc3 100644 --- a/res/translations/mixxx_ro.ts +++ b/res/translations/mixxx_ro.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -61,32 +70,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Adăugaţi în selecţia Auto DJ (jos) - + Add to Auto DJ Queue (top) Adăugaţi în selecţia Auto DJ (sus) - + Add to Auto DJ Queue (replace) - - Import Playlist - Importă listă de redare + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Crearea listei de redare a eşuat - + An unknown error occurred while creating playlist: O eroare necunoscută a apărut în timpul creării listei de redare: @@ -94,154 +118,154 @@ BasePlaylistFeature - + New Playlist Listă de redare nouă - + Add to Auto DJ Queue (bottom) Adăugaţi în selecţia Auto DJ (jos) - - + + Create New Playlist Crează listă de redare nouă - + Add to Auto DJ Queue (top) Adăugaţi în selecţia Auto DJ (sus) - + Remove Elimină - + Rename Redenumește - + Lock Blochează - + Duplicate Duplică - - + + Import Playlist Importă listă de redare - + Export Track Files - + Analyze entire Playlist Analizează întreaga listă de redare - + Enter new name for playlist: Introduceți noul nume pentru lista de redare: - + Duplicate Playlist Duplicare listă de redare - - + + Enter name for new playlist: Introduceți numele pentru noua listă de redare: - - + + Export Playlist Exportare listă de redare - + Add to Auto DJ Queue (replace) - + Rename Playlist Redenumește lista de redare + - Renaming Playlist Failed Redenumirea listei de redare a eşuat - - - + + + A playlist by that name already exists. Există deja o listă de redare cu acelaşi nume. - - - + + + A playlist cannot have a blank name. O listă de redare nu poate fi nedenumită. - + _copy //: Appendix to default name when duplicating a playlist _copiere + - + - - - + + Playlist Creation Failed Crearea listei de redare a eşuat - - + + An unknown error occurred while creating playlist: O eroare necunoscută a apărut în timpul creării listei de redare: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) Listă de redare M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Text lizibil (*.txt) @@ -262,7 +286,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Nu se poate încărca pista. @@ -270,137 +294,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Album artist - + Artist Artist - + Bitrate Rată de biți - + BPM BPM - + Channels Canale - + Color - + Comment Comentariu - + Composer Compozitor - + Cover Art Copertă - + Date Added Data adăugării - + Last Played - + Duration Durată - + Type Tip - + Genre Gen - + Grouping Grupare - + Key Tastă - + Location Locație - + Preview Previzualizare - + Rating Apreciere - + ReplayGain Înlocuire câștig - + Samplerate - + Played Redat - + Title Titlu - + Track # Pista # - + Year An - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -409,12 +433,12 @@ BroadcastManager - + Action failed Acțiune eșuată - + Please enable at least one connection to use Live Broadcasting. @@ -488,59 +512,59 @@ BrowseFeature - + Add to Quick Links Adaugă la link-uri rapide - + Remove from Quick Links Elimină din link-uri rapide - + Add to Library Adaugă la bibliotecă - + Quick Links Link-uri rapide - - + + Devices Dispozitive - + Removable Devices Medii amovibile - - + + Computer - + Music Directory Added Directorul Muzică s-a adăugat - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Ați adăugat unul sau mai multe directoare. Pistele din aceste directoare nu vor fi disponibile până ce nu veți rescana biblioteca. Doriți să fie rescanată acum? - + Scan Scanare - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -692,72 +716,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -767,17 +796,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -837,32 +866,32 @@ trace - Above + Profiling messages ControlModel - + Group Grup - + Item Element - + Value Valoare - + Parameter Parametru - + Title Titlu - + Description Descriere @@ -959,13 +988,13 @@ trace - Above + Profiling messages - + Set to full volume Configurează la volum maxim - + Set to zero volume Configurează la volum 0 @@ -990,13 +1019,13 @@ trace - Above + Profiling messages - + Headphone listen button Buton ascultare în căști - + Mute button Buton amuțire @@ -1007,25 +1036,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Orientare mixer (ex.-stânga,-dreapta,-centru) - + Set mix orientation to left Configurează orientarea mixerului la stânga - + Set mix orientation to center Configurează orientarea mixerului la centru - + Set mix orientation to right Configurează orientarea mixerului la dreapta @@ -1065,22 +1094,22 @@ trace - Above + Profiling messages - + Toggle quantize mode Comută mod cuantificare - + One-time beat sync (tempo only) Sincronizare bătaie o singură dată (numai tempo) - + One-time beat sync (phase only) Sincronizare bătaie o singură dată (numai fază) - + Toggle keylock mode Comută mod keylock @@ -1090,193 +1119,193 @@ trace - Above + Profiling messages Egalizatoare - + Vinyl Control Control disc vinil - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Comută mod control disc vinil (ABS/REL/CONST) - + Pass through external audio into the internal mixer Trece audio extern în mixerul intern - + Cues Cue - + Cue button Buton cue - + Set cue point Configurare punct cue - + Go to cue point Mergi la punct cue - + Go to cue point and play Mergi la punct cue și redă - + Go to cue point and stop Mergi la punct cue și oprește - + Preview from cue point Previzualizare de la punct cue - + Cue button (CDJ mode) Buton cue (mod CDJ) - + Stutter cue - + Hotcues Hotcue - + Set, preview from or jump to hotcue %1 Configurează, previzualizează de la sau sari la hotcue %1 - + Clear hotcue %1 Curăță hotcue %1 - + Set hotcue %1 Configurează hotcue %1 - + Jump to hotcue %1 Sări la hotcue %1 - + Jump to hotcue %1 and stop Sări la hotcue %1 și oprește - + Jump to hotcue %1 and play Sări la hotcue %1 și redă - + Preview from hotcue %1 Previzualizează hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Repetă în buclă - + Loop In button Buton începere buclă - + Loop Out button Buton terminare buclă - + Loop Exit button Buton ieșire buclă - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Mută bucla înainte cu %1 bătăi - + Move loop backward by %1 beats Mută bucla înapoi cu %1 bătăi - + Create %1-beat loop Creează buclă de %1 bătăi - + Create temporary %1-beat loop roll Creează o buclă temporară de %1 bătăi @@ -1392,20 +1421,20 @@ trace - Above + Profiling messages - - + + Volume Fader Fader Volume - + Full Volume Volum total - + Zero Volume Volum zero @@ -1421,7 +1450,7 @@ trace - Above + Profiling messages - + Mute Amuțire @@ -1432,7 +1461,7 @@ trace - Above + Profiling messages - + Headphone Listen Ascultare în căști @@ -1453,25 +1482,25 @@ trace - Above + Profiling messages - + Orientation Orientare - + Orient Left Orientare stânga - + Orient Center Orientare centru - + Orient Right Orientare dreapta @@ -1541,82 +1570,82 @@ trace - Above + Profiling messages Ajustează la dreapta grila bătaie - + Adjust Beatgrid Ajustare grilă bătaie - + Align beatgrid to current position Aliniază grila bătaie la poziția curentă - + Adjust Beatgrid - Match Alignment Ajustează grila bătaie - Potrivește aliniament - + Adjust beatgrid to match another playing deck. Ajustează grila bătaie să se potrivească cu alt deck care redă. - + Quantize Mode Mod cuantificare - + Sync Sincronizare - + Beat Sync One-Shot Sincronizează bătaia o singură dată - + Sync Tempo One-Shot Sincronizează tempo o singură dată - + Sync Phase One-Shot Sincronizează faza o singură dată - + Pitch control (does not affect tempo), center is original pitch Control pitch (nu afectează tempo), la centru este pitch original - + Pitch Adjust Ajustare pitch - + Adjust pitch from speed slider pitch - + Match musical key Potrivește cheia muzicală - + Match Key Potrivește cheia - + Reset Key Resetează cheia - + Resets key to original Resetează cheia la original @@ -1657,456 +1686,456 @@ trace - Above + Profiling messages Egalizator joase - + Toggle Vinyl Control Comută controlul disc vinil - + Toggle Vinyl Control (ON/OFF) Comută control disc vinil (Pornit/Oprit) - + Vinyl Control Mode Mod control disc vinil - + Vinyl Control Cueing Mode Control vinil mod cue - + Vinyl Control Passthrough - + Vinyl Control Next Deck Control disc vinil deck-ul următor - + Single deck mode - Switch vinyl control to next deck Mod deck unic - Comută controlul discului vinil la următorul deck - + Cue Cue - + Set Cue Configurare cue - + Go-To Cue Mergi la cue - + Go-To Cue And Play Mergi la cue și redă - + Go-To Cue And Stop Mergi la cue și oprește - + Preview Cue Previzualizare cue - + Cue (CDJ Mode) Cue (mod CDJ) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 Curăță hotcue %1 - + Set Hotcue %1 Configurează hotcue %1 - + Jump To Hotcue %1 Sări la hotcue %1 - + Jump To Hotcue %1 And Stop Sări la hotcue %1 și oprește - + Jump To Hotcue %1 And Play Sări la hotcue %1 și redă - + Preview Hotcue %1 Previzualizare hotcue %1 - + Loop In Intrare buclă - + Loop Out Ieșire buclă - + Loop Exit Ieșire buclă - + Reloop/Exit Loop Reluare/ieșire buclă - + Loop Halve Înjumătățește bucla - + Loop Double Buclă dublă - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Mută bucla cu +%1 bătăi - + Move Loop -%1 Beats Mută bucla cu -%1 bătăi - + Loop %1 Beats Buclă %1 bătăi - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Adăugaţi în selecţia Auto DJ (jos) - + Append the selected track to the Auto DJ Queue Adaugă pistele selectate la Coada Auto DJ - + Add to Auto DJ Queue (top) Adăugaţi în selecţia Auto DJ (sus) - + Prepend selected track to the Auto DJ Queue - + Load Track Încarcă pista - + Load selected track Încarcă pista selectată - + Load selected track and play Încarcă pista selectată și redă - - + + Record Mix Mixer înregistrare - + Toggle mix recording Comută mixer înregistrare - + Effects Efecte - + Quick Effects Efecte rapide - + Deck %1 Quick Effect Super Knob Super buton efect rapid Deck %1 - + Quick Effect Super Knob (control linked effect parameters) Super buton efect rapid (control parametrii efecte legate) - - + + Quick Effect Efect rapid - + Clear Unit Curăță unitatea - + Clear effect unit Curăță unitatea efectelor - + Toggle Unit Comută unitatea - + Dry/Wet Uscat/umed - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Super buton - + Next Chain Lanțul următor - + Assign Atribuie - + Clear Curăță - + Clear the current effect Curăță efectul curent - + Toggle Comutare - + Toggle the current effect Comută efectul curent - + Next Următor - + Switch to next effect Comută la efectul următor - + Previous Anterior - + Switch to the previous effect Comută la efectul anterior - + Next or Previous Următor sau anterior - + Switch to either next or previous effect Comută fie la următorul sau anteriorul efect - - + + Parameter Value Valoare parametru - - + + Microphone Ducking Strength Intensitate atenuare microfon - + Microphone Ducking Mode Mod atenuare microfon - + Gain Câștig - + Gain knob Buton câștig - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Comutare DJ automat - + Toggle Auto DJ On/Off Comută Auto DJ Pornit/Oprit - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Arată sau ascunde mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Bibliotecă mărește/restaurează - + Maximize the track library to take up all the available screen space. Mărește spațiul bibliotecii pentru a acoperii tot spațiul disponibil al ecranului. - + Effect Rack Show/Hide Arată/ascunde rack efect - + Show/hide the effect rack Arată/ascunde rack-ul efectului - + Waveform Zoom Out Redu zoom formă de undă @@ -2121,102 +2150,102 @@ trace - Above + Profiling messages Câștig căști - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Viteză redare - + Playback speed control (Vinyl "Pitch" slider) Control viteză redare (Vinyl "Pitch" cursor) - + Pitch (Musical key) Pitch (Cheie muzicală) - + Increase Speed Mărește viteza - + Adjust speed faster (coarse) Ajustează viteza repede (brut) - + Increase Speed (Fine) Mărește viteza (Fin) - + Adjust speed faster (fine) Ajustează viteza rapid (fin) - + Decrease Speed Scade viteza - + Adjust speed slower (coarse) Ajustează viteza lent (brut) - + Adjust speed slower (fine) Ajustează viteza lent (fin) - + Temporarily Increase Speed Mărește viteza temporar - + Temporarily increase speed (coarse) Mărește viteza temporar (brut) - + Temporarily Increase Speed (Fine) Mărește viteza temporar (Fin) - + Temporarily increase speed (fine) Mărește viteza temporar (fin) - + Temporarily Decrease Speed Scade viteza temporar - + Temporarily decrease speed (coarse) Scade vitea temporar (brut) - + Temporarily Decrease Speed (Fine) Scade viteza temporar (Fin) - + Temporarily decrease speed (fine) Scade viteza temporar (fin) @@ -2288,942 +2317,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length Înjumătățește lungimea buclei - + Double the loop length Dublează lungimea buclei - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navigare - + Move up Mută în sus - + Equivalent to pressing the UP key on the keyboard Echivalent cu apăsarea tastei UP pe tastatură - + Move down Mută în jos - + Equivalent to pressing the DOWN key on the keyboard Echivalent cu apăsarea tastei DOWN pe tastatură - + Move up/down Mută în sus/jos - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up Derulează în sus - + Equivalent to pressing the PAGE UP key on the keyboard Echivalent cu apăsarea tastei PAGE UP pe tastatură - + Scroll Down Derulează în jos - + Equivalent to pressing the PAGE DOWN key on the keyboard Echivalent cu apăsarea tastei PAGE DOWN pe tastatură - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing Activează sau dezactivează procesarea efectului - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset Preconfigurare lanț următor - + Previous Chain Lanț anterior - + Previous chain preset Anterioara preconfigurare lanț - + Next/Previous Chain Următorul/Anteriorul lanț - + Next or previous chain preset Preconfigurare lanț următoare sau anterioară - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary Microfon / Auxiliar - + Microphone On/Off Microfon pornit/oprit - + Microphone on/off Microfon pornit/oprit - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Comută mod atenuare microfon (OPRIT, AUTO, MANUAL) - + Auxiliary On/Off Auxiliar pornit/oprit - + Auxiliary on/off Auxiliar pornit/oprit - + Auto DJ Auto DJ - + Auto DJ Shuffle Amestecă Auto DJ - + Auto DJ Skip Next Auto DJ omite următoarea - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Estompare DJ automat la următoarea - + Trigger the transition to the next track Comută tranziția următoarei piste - + User Interface Interfaţă utilizator - + Samplers Show/Hide Arată/ascunde samplere - + Show/hide the sampler section Arată/ascunde secțiunea sampler - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Arată/ascunde controlul disc vinil - + Show/hide the vinyl control section Arată/ascunde secțiunea control disc vinil - + Preview Deck Show/Hide Arată/ascunde previzualizare deck - + Show/hide the preview deck Arată/ascunde previzualizarea deck-ului - + Toggle 4 Decks Comută 4 Decuri - + Switches between showing 2 decks and 4 decks. Comută între 2 decuri sau 4 decuri. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Arată/ascunde rotire disk vinil - + Show/hide spinning vinyl widget Arată/ascunde control rotire disc vinil - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Zoom formă de undă - + Waveform Zoom Zoom formă de undă - + Zoom waveform in Mărește zoom formă de undă - + Waveform Zoom In Mărește zoom formă de undă - + Zoom waveform out Redu zoom formă de undă - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3592,37 +3631,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Cu contribuții de la: - + And special thanks to: Și mulțumiri speciale lui: - + Past Developers Foști dezvoltatori - + Past Contributors Foști contribuitori - + Official Website - + Donate @@ -3635,34 +3674,40 @@ trace - Above + Profiling messages Despre Mixxx - - + + + Unknown Necunoscut - + Date: Data: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3876,7 +3921,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4128,7 +4173,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Se învață: %1. Acum deplasați un control pe controler. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4358,122 +4403,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Acțiune eșuată - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5046,22 +5091,22 @@ Se aplică configurările și se continuă? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5171,6 +5216,11 @@ Se aplică configurările și se continuă? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5747,38 +5797,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Dimensiunea minimă a aspectului aplicației este mai mare decât rezoluția ecranului. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Acest aspect aplicație nu suportă scheme de culoare - + Information Informație - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6004,52 +6079,52 @@ and allows you to pitch adjust them for harmonic mixing. Scanare - + Item is not a directory or directory is missing - + Choose a music directory Alegeți un director cu muzică - + Confirm Directory Removal Confirmați eliminarea directorului - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Ascunde pistele - + Delete Track Metadata Șterge metadatele pistei - + Leave Tracks Unchanged Lasă pistele nemodificate - + Relink music directory to new location Reconectează directorul cu muzică la noua locație - + Select Library Font Selectați fontul bibliotecii @@ -6910,138 +6985,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Implicit (întârziere lungă) - + Experimental (no delay) Experimental (fără întârziere) - + Disabled (short delay) Dezactivat (întârziere scurtă) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Dezactivat - + Enabled Activat - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Eroare de configurație @@ -7527,122 +7602,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Placă de sunet - + Controllers Controlere - + Library Bibliotecă - + Interface Interfață - + Waveforms Forme de undă - + Mixer Mixer - + Auto DJ Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Ajutor - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Aplică - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Anulează - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efecte - + Recording Înregistrare - + Beat Detection Detectare bătaie - + Key Detection Detecție cheie - + Normalization Normalizare - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Control disc vinil - + Live Broadcasting Transmisie live - + Modplug Decoder Decodor Modplug @@ -7817,7 +7892,7 @@ Select from different types of displays for the waveform, which differ primarily Album artist - + Fetching track data from the MusicBrainz database Se preia datele pistei din baza de date MusicBrainz @@ -7894,72 +7969,72 @@ Select from different types of displays for the waveform, which differ primarily &Închide - + Original tags Etichete originale - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Etichete sugerate - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8280,7 +8355,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Anulează - + (no color) @@ -8490,27 +8565,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (rapid) - + Rubberband (better) Rubberband (optim) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8733,15 +8808,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Este activat modul sigur - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8753,57 +8828,57 @@ Shown when VuMeter can not be displayed. Please keep OpenGL. - + activate activează - + toggle comută - + right dreapta - + left stânga - + right small dreapta mic - + left small stânga mic - + up sus - + down jos - + up small sus mic - + down small jos mic - + Shortcut Scurtătură @@ -8886,32 +8961,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Controler MIDI - + MixxxControl(s) not found Controlul(e) Mixxx nu s-au găsit - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Unele LED-uri sau alte reacții-control este posibil să nu funcționeze corect. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Verificați să vedeți dacă denumirile controlului Mixxx sunt scrise corect în fișierul de mapare (.xml) @@ -8986,182 +9061,182 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Dispozitivul audio este ocupat - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Reâncearcă</b> după închiderea altei aplicații sau reconectarea unui dispozitiv de sunet - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Reconfigurare</b> configurări dispozitivul de sunet al Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Primeşte <b>ajutor</b> de pe Wiki Mixxx. - - - + + + <b>Exit</b> Mixxx. <b>Ieşi</b> din Mixxx. - + Retry Reâncearcă - + skin - - + + Reconfigure Reconfigurează - + Help Ajutor - - + + Exit Ieși - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Nu sunt dispozitive de ieșire - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx a fost configurat fără nici un dispozitiv de ieșire. Procesarea audio va fi dezactivată fără un dispozitiv de ieșire configurat. - + <b>Continue</b> without any outputs. <b>Contină</b> fără nici o ieșire. - + Continue Continuă - + Load track to Deck %1 Încarcă pista în Deck-ul %1 - + Deck %1 is currently playing a track. Deck-ul %1 redă actualmente o pistă. - + Are you sure you want to load a new track? Sigur doriți să încărcați o nouă pistă? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Nu este selectat nici un dispozitiv de intrare pentru acest control disc vinil. Selectați întâi un dispozitiv de intrare din preferințele plăcii de sunet. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Eroare în fișier aspect aplicație - + The selected skin cannot be loaded. Aspectul aplicației selectat nu poate fi încărcat. - + OpenGL Direct Rendering Randare directă OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Confirmare ieșire - + A deck is currently playing. Exit Mixxx? Un deck actualmente redă. Se oprește Mixxx? - + A sampler is currently playing. Exit Mixxx? Un sampler redă curent. Iese Mixxx? - + The preferences window is still open. Fereastra preferințe este încă deschisă. - + Discard any changes and exit Mixxx? Se descarcă orice modificări și se închide Mixxx? @@ -9177,43 +9252,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Blochează - - + + Playlists Liste de redare - + + Shuffle Playlist + + + + Unlock Deblochează - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Unii DJ-ei construiesc liste de redare înainte de a se prezenta live, dar alții preferă să le construiască din zbor. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Când utilizați o listă de redare în timpul unei sesiuni DJ live, nu uitați ca întotdeauna să acordați o atenție deosebită cum reacționează ascultătorii la muzica pe care ați ales să o redați. - + Create New Playlist Crează listă de redare nouă @@ -9281,7 +9361,7 @@ Doriți să scanați acum biblioteca pentru fișiere copertă? QObject - + Invalid Nevalid @@ -9387,68 +9467,68 @@ Doriți să scanați acum biblioteca pentru fișiere copertă? 14-bit (MSB) - + Main - + Booth - + Headphones Căști - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck Deck - + Record/Broadcast - + Vinyl Control Control disc vinil - + Microphone Microfon - + Auxiliary Auxiliar - - + + Unknown path type %1 Tip cale necunoscută %1 @@ -9541,6 +9621,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9578,6 +9660,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9596,6 +9679,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9611,6 +9696,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9908,7 +9995,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Câștig pentru filtrul joase @@ -9965,7 +10052,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Câștig pentru filtrul înalte @@ -9985,22 +10072,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer Egalizor Grafic - + Graphic EQ Egalizor grafic - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Câștig pentru filtrul de bandă %1 @@ -10083,8 +10170,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Interval @@ -10114,42 +10201,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10169,17 +10256,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10581,18 +10668,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Deck %1 @@ -10632,52 +10719,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10725,10 +10812,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10897,7 +11005,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10943,34 +11051,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Colecții - + Check for Serato databases (refresh) - + (loading) Serato @@ -10978,64 +11086,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Istoric - + Unlock Deblochează - + Lock Blochează - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11044,193 +11152,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx a întâmpinat o problemă - + Could not allocate shout_t Nu se poate aloca shout_t - + Could not allocate shout_metadata_t Nu se poate aloca shout_metadata_t - + Error setting non-blocking mode: Eroare configurare mod fără blocuri: - + Error setting tls mode: - + Error setting hostname! Eroare configurare nume gazdă! - + Error setting port! Eroare configurare port! - + Error setting password! Eroare configurare parolă! - + Error setting mount! Eroare configurare montare! - + Error setting username! Eroare configurare nume utilizator! - + Error setting stream name! Eroare configurare nume flux! - + Error setting stream description! Eroare configurare descriere flux! - + Error setting stream genre! Eroare configurare gen flux! - + Error setting stream url! Eroare configurare url flux! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! Eroare configurare flux public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Eroare configurare rată de biți - + Error: unknown server protocol! Eroare: protocol server necunoscut! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Eroare configurare protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server Nu se poate conecta la serverul de transmisie - + Please check your connection to the Internet and verify that your username and password are correct. Verificați conexiunea la internet și verificați dacă numele de utilizator și parola sunt corecte. @@ -11246,23 +11354,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device un dispozitiv - + An unknown error occurred A apărut o eroare necunoscută - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11614,7 +11722,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Copertă @@ -12066,52 +12174,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12305,442 +12403,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Salvează bancă sampler - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Încarcă bancă sampler - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Super buton - + Next Chain Lanțul următor - + Previous Chain Lanț anterior - + Next/Previous Chain Următorul/Anteriorul lanț - + Clear Curăță - + Clear the current effect. Curăță efectul curent. - + Toggle Comutare - + Toggle the current effect. - + Next Următor - + Clear Unit Curăță unitatea - + Clear effect unit. Curăță unitatea efectelor - + Show/hide parameters for effects in this unit. - + Toggle Unit Comută unitatea - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12749,169 +12848,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Comută la efectul următor. - + Previous Anterior - + Switch to the previous effect. Comută la efectul anterior. - + Next or Previous Următor sau anterior - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Parametru efect - + Adjusts a parameter of the effect. Ajustează un parametru al efectului. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Parametru egalizator - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13010,47 +13108,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Scade pitch cu un semiton. - + Enable Vinyl Control Activează control disc vinil - + When disabled, the track is controlled by Mixxx playback controls. Când este dezactivat, pista este controlată de controalele de redare Mixxx. - + When enabled, the track responds to external vinyl control. Când este activat, pista răspunde la controlul discului de vinil extern. - + Enable Passthrough Activează trecerea - + Indicates that the audio buffer is too small to do all audio processing. Indică faptul că buffer-ul audio este prea mic pentru a efectua toate procesările audio. - + Displays cover artwork of the loaded track. Arată coperta pistei încărcate. - + Displays options for editing cover artwork. Afișează opțiuni pentru editarea copertei. - + Star Rating Stea evaluare - + Assign ratings to individual tracks by clicking the stars. Atribuie evaluări pistelor individuale apăsând stelele. @@ -13318,123 +13416,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Mixer înregistrare - + Toggle mix recording. - + Enable Live Broadcasting Activare transmisie live - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Redarea se va relua de unde ar fi trebuit să fie pista dacă nu a intrat în buclă. - + Loop Exit Ieșire buclă - + Turns the current loop off. Oprește bucla curentă. - + Slip Mode Mod adormire - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Cînd se activează, redarea continuă în fundal fără sunet în timpul unei bucle, inversări, zgârieturi etc. - + Once disabled, the audible playback will resume where the track would have been. Odată dezactivat, redarea auzibilă se va relua de unde pista ar fi fost. - + Track Key The musical key of a track Cheie pistă - + Displays the musical key of the loaded track. Afișează cheia muzicală a pistei încărcate. - + Clock Ceas - + Displays the current time. Afișează ora actuală. - + Audio Latency Usage Meter Contor utilizare latență audio - + Displays the fraction of latency used for audio processing. Afișează fracția latenței utilizată pentru procesare audio. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. Nu activați keylock, efecte sau deck-uri suplimentare în această situație. - + Audio Latency Overload Indicator Indicator suprasarcină latență audio @@ -13556,97 +13654,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Dacă hotcue este configurat, sări la hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Dacă hotcue nu este configurat, configurează hotcue la poziția curentă de redare. - + Vinyl Control Mode Mod control disc vinil - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status Stare disc vinil - + Provides visual feedback for vinyl control status: - + Green for control enabled. Verde pentru activare control. - + Blinking yellow for when the needle reaches the end of the record. Galben clipitor când acul atinge sfârșitul înregistrării. - + Loop-In Marker Marcaj intrare buclă - + Loop-Out Marker Marcaj ieșire buclă - + Loop Halve Înjumătățește bucla - + Halves the current loop's length by moving the end marker. Înjumătățește lungimea buclei curente prin mutarea marcajului de sfârșit. - + Deck immediately loops if past the new endpoint. - + Loop Double Buclă dublă - + Doubles the current loop's length by moving the end marker. Dublează lungimea buclei curente mutând marcajul de sfârșit. - + Beatloop - + Toggles the current loop on or off. Comută bucla actuală pornit sau oprit. - + Works only if Loop-In and Loop-Out marker are set. Funcționează numai dacă marcajele intrare buclă și ieșire buclă sunt configurate. @@ -13656,82 +13754,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Sfat: Schimbă modul cue implicit în Preferințe -> Interfață. - + Vinyl Cueing Mode Mod cue disc vinil - + Determines how cue points are treated in vinyl control Relative mode: Determină cum sunt tratate punctele cue în mod control disc vinil relativ: - + Off - Cue points ignored. Închis - Punctele cue ignorate. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time Timp pistă - + Track Duration Durată pistă - + Displays the duration of the loaded track. Afișează durata pistei încărcate. - + Information is loaded from the track's metadata tags. Informația este încărcată din metadata etichetelor pistei. - + Track Artist Artist piesă - + Displays the artist of the loaded track. Afișează artistul pistei încărcate. - + Track Title Titlu piesă - + Displays the title of the loaded track. Afișează titlul pistei încărcate. - + Track Album Album - + Displays the album name of the loaded track. Afișează numele albumului pistei încărcate. - + Track Artist/Title Artist/titlu pistă - + Displays the artist and title of the loaded track. Afișează artistul și titlul pistei încărcate. @@ -13739,12 +13837,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13997,22 +14095,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14034,7 +14132,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Nu s-a încărcat nici un efect. @@ -14058,452 +14156,452 @@ This can not be undone! WMainMenuBar - + &File &Fișier - + Load Track to Deck &%1 Încarcă pista în Deck &%1 - + Loads a track in deck %1 Încarcă o pistă în deck-ul %1 - + Open Deschide - + &Exit &Ieșire - + Quits Mixxx Termină Mixxx - + Ctrl+q Ctrl+q - + &Library &Bibliotecă - + &Rescan Library &Rescanează biblioteca - + Rescans library folders for changes to tracks. Rescanează dosarele bibliotecii pentru modificările pistei. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Crează Listă de redare &nouă - + Create a new playlist Creează o nouă listă de redare - + Ctrl+n Ctrl+n - + Create New &Crate Creează &Colecție nouă - + Create a new crate Creează o colecţie nouă - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Vizualizare - + May not be supported on all skins. Poate să nu fie suportat pe toate aspectele aplicației. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Arată secțiunea microfon - + Show the microphone section of the Mixxx interface. Arată secțiunea microfonului a interfeței Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Arată secțiunea control disc vinil - + Show the vinyl control section of the Mixxx interface. Arată secțiunea control disc vinil a interfeței Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Arată previzualizare Deck - + Show the preview deck in the Mixxx interface. Arată previzualizarea deck-ului în interfața Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Arată coperta - + Show cover art in the Mixxx interface. Arată coperta în interfața Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Mărește biblioteca - + Maximize the track library to take up all the available screen space. Mărește spațiul bibliotecii pentru a acoperii tot spațiul disponibil al ecranului. - + Space Menubar|View|Maximize Library Spațiu - + &Full Screen &Ecran complet - + Display Mixxx using the full screen Afișează Mixxx utilizând tot ecranul - + &Options &Opțiuni - + &Vinyl Control Control disc &vinil - + Use timecoded vinyls on external turntables to control Mixxx Utilizează codarea de timp discuri vinil pe platan extern pentru a controla Mixxx - + Enable Vinyl Control &%1 Activează controlul disc vinil &%1 - + &Record Mix &Înregistrare mixaj - + Record your mix to a file Înregistrează mixajul într-un fişier - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Activează &transmisia live - + Stream your mixes to a shoutcast or icecast server Difuzați mixajul dumneavoastră la un server shoutcast sau icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Activează &scurtăturile de tastatură - + Toggles keyboard shortcuts on or off Comută scurtăturile de tastatură pornit sau oprit - + Ctrl+` Ctrl+` - + &Preferences &Preferințe - + Change Mixxx settings (e.g. playback, MIDI, controls) Schimbă configurările Mixxx (ex. redare, MIDI, controale) - + &Developer &Dezvoltator - + &Reload Skin &Reâncarcă aspect aplicație - + Reload the skin Reâncarcă aspect aplicație - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools &Unelte dezvoltator - + Opens the developer tools dialog Deschide dialogul uneltelor dezvoltatorului - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Dep&anator activat - + Enables the debugger during skin parsing Activează depanatorul în timpul analizării aspectului aplicației - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Ajutor - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support Suport &comunitate - + Get help with Mixxx Obțineți ajutor cu Mixxx - + &User Manual Manual &utilizator - + Read the Mixxx user manual. Citiți manualul utilizatorului Mixxx. - + &Keyboard Shortcuts Scurtături &tastatură - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Tradu această aplicație - + Help translate this application into your language. Ajutați la traducerea acestei aplicații în limba dumneavoastră. - + &About &Despre - + About the application Despre aplicaţie @@ -14732,564 +14830,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Deck - + Sampler Sampler - + Add to Playlist Adaugă la lista de redare - + Crates Colecții - + Metadata - + Update external collections - + Cover Art Copertă - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Resetează - - + + Analyze Analizează - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Adăugaţi în selecţia Auto DJ (jos) - + Add to Auto DJ Queue (top) Adăugaţi în selecţia Auto DJ (sus) - + Add to Auto DJ Queue (replace) - + Preview Deck Previzualizare Deck - + Remove Elimină - + Remove from Playlist - + Remove from Crate - + Hide from Library Ascunde din bibliotecă - + Unhide from Library Anulează ascunderea din bibliotecă - + Purge from Library Rade din bibliotecă - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Proprietăţi - + Open in File Browser Deschide în navigatorul de fișiere - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Apreciere - + Cue Point - + Hotcues Hotcue - + Intro - + Outro - + Key Tastă - + ReplayGain Înlocuire câștig - + Waveform - + Comment Comentariu - + All Toate - + Lock BPM Blochează BPM - + Unlock BPM Deblochează BPM - + Double BPM Dublează BPM - + Halve BPM Înjumătățește BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Crează listă de redare nouă - + Enter name for new playlist: Introduceți numele pentru noua listă de redare: - + New Playlist Listă de redare nouă - - - + + + Playlist Creation Failed Crearea listei de redare a eşuat - + A playlist by that name already exists. Există deja o listă de redare cu acelaşi nume. - + A playlist cannot have a blank name. O listă de redare nu poate fi nedenumită. - + An unknown error occurred while creating playlist: O eroare necunoscută a apărut în timpul creării listei de redare: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Renunţă - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Închide - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15297,37 +15395,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15343,7 +15441,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15391,52 +15489,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Alege directorul bibliotecii de muzică - + controllers - + Cannot open database Baza de date nu poate fi deschisă - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_ru.qm b/res/translations/mixxx_ru.qm index 924768610ad7863229adab589769bfa15bbc32aa..b6768277596c97879aa0e8152a284d5addd9e2df 100644 GIT binary patch delta 24605 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 delta 23757 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 diff --git a/res/translations/mixxx_ru.ts b/res/translations/mixxx_ru.ts index 79bef5f5a32..16cce935ae8 100644 --- a/res/translations/mixxx_ru.ts +++ b/res/translations/mixxx_ru.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Добавить в очередь Auto DJ (в конец) - + Add to Auto DJ Queue (top) Добавить в очередь Auto DJ (в начало) - + Add to Auto DJ Queue (replace) Добавить в очередь Auto DJ (заменить) - - Import Playlist - Импортировать список воспроизведения + + Import as Playlist + Импортировать как список воспроизведения + + + + Import as Crate + Импортировать как контейнер + + + + Crate Creation Failed + Ошибка создания контейнера - + + Could not create crate, it most likely already exists: + Не удалось создать контейнер, возможно, он уже существует: + + + Playlist Creation Failed Не удалось создать список воспроизведения - + An unknown error occurred while creating playlist: Произошла неизвестная ошибка при создании списка воспроизведения: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Новый список воспроизведения - + Add to Auto DJ Queue (bottom) Добавить в очередь AutoDJ (в конец) - - + + Create New Playlist Создать новый список воспроизведения - + Add to Auto DJ Queue (top) Добавить в очередь AutoDJ (в начало) - + Remove Удалить - + Rename Переименовать - + Lock Заблокировать - + Duplicate Дублировать - - + + Import Playlist Импортировать список воспроизведения - + Export Track Files Экспорт файлов треков - + Analyze entire Playlist Анализировать весь список воспроизведения - + Enter new name for playlist: Введите новое имя для списка воспроизведения: - + Duplicate Playlist Дублировать список воспроизведения - - + + Enter name for new playlist: Введите имя для нового списка воспроизведения: - - + + Export Playlist Экспорт списка воспроизведения - + Add to Auto DJ Queue (replace) Добавить в очередь Auto DJ (заменить) - + Rename Playlist Переименовать список воспроизведения + - Renaming Playlist Failed Не удалось переименовать список воспроизведения - - - + + + A playlist by that name already exists. Список воспроизведения с таким именем уже существует. - - - + + + A playlist cannot have a blank name. Имя списка воспроизведения не может быть пустым. - + _copy //: Appendix to default name when duplicating a playlist _копия + - + - - - + + Playlist Creation Failed Не удалось создать список воспроизведения - - + + An unknown error occurred while creating playlist: Произошла неизвестная ошибка при создании списка воспроизведения: - + Confirm Deletion Подтвердить удаление - + Do you really want to delete playlist <b>%1</b>? Удалить список воспроизведения <b>%1</b>? - + M3U Playlist (*.m3u) Список воспроизведения M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Список воспроизведения M3U (*.m3u); Список воспроизведения M3u8 (*.m3u8); Список воспроизведения PLS (*.pls); Текст CSV (*.csv); Читаемый текст (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Не удалось загрузить трек. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Альбом - + Album Artist Исполнитель альбома - + Artist Исполнитель - + Bitrate Битрейт - + BPM Кол-во ударов в минуту - + Channels Каналы - + Color Цвет - + Comment Комментарий - + Composer Композитор - + Cover Art Обложка - + Date Added Дата добавления - + Last Played Последнее воспроизведение - + Duration Продолжительность - + Type Тип - + Genre Жанр - + Grouping Группа - + Key Тональность - + Location Местоположение - + Preview Предварительный просмотр - + Rating Рейтинг - + ReplayGain Выравнивание громкости - + Samplerate Частота дискретизации - + Played Воспроизведено - + Title Название - + Track # Номер трека - + Year Год - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk Получение изображения @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Действие провалено - + Please enable at least one connection to use Live Broadcasting. Подключите хотя бы одно соединение для работы прямой трансляции. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Добавить в быстрый доступ - + Remove from Quick Links Удалить из быстрого доступа - + Add to Library Добавить в медиатеку - + Quick Links Быстрый доступ - - + + Devices Устройства - + Removable Devices Съёмные устройства - - + + Computer Компьютер - + Music Directory Added Добавлен музыкальный каталог - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Были добавлены музыкальные каталоги. Треки из этих каталогов не будут доступны, пока не будет произведено повторное сканирование медиатеки. Сканировать сейчас? - + Scan Сканировать - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. «Обзор» позволяет перемещаться, просматривать и загружать треки из папок на жёстком диске и внешних устройствах. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx — это программное обеспечение для диджеев с открытым исходным кодом. Для получения дополнительной информации см.: - + Starts Mixxx in full-screen mode Запускает Mixxx в режиме полного экрана - + Use a custom locale for loading translations. (e.g 'fr') Использовать другую локаль для загрузки переводов (например, 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Каталог верхнего уровня, в котором Mixxx должен искать файлы ресурсов, такие как привязки MIDI или перезапись стандартного пути установки. - + Path the debug statistics time line is written to Путь, в который записывается временная строка статистики отладки - - Use legacy vu meter - Использовать устаревший индикатор громкости - - - - Use legacy spinny - Использовать устаревший вращатель - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Заставляет Mixxx отображать/регистрировать все данные контроллера, которые он получает, и функции скрипта, которые он загружает - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! Привязки контроллеров будут показывать более агрессивные предупреждения и ошибки при обнаружении неправильного использования API контроллера. Новые привязки контроллеров необходимо разрабатывать при условии, что эта функция включена! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Включает режим разработчика. Включает дополнительную информацию при журналировании, статистику по производительности и меню инструментов разработчика. - + Top-level directory where Mixxx should look for settings. Default is: Каталог верхнего уровня, в котором Mixxx должен искать параметры. Значение по умолчанию: - + + Use legacy vu meter + Использовать устаревший индикатор громкости + + + + Use legacy spinny + Использовать устаревший вращатель + + + + Loads experimental QML GUI instead of legacy QWidget skin + Загружает экспериментальный графический интерфейс QML вместо устаревшего скина QWidget + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Включает безопасный режим. Отключает осциллограммы OpenGL и виджеты крутящихся пластинок. Попробуйте воспользоваться этой функцией, если Mixxx закрывается с ошибкой при запуске. - + [auto|always|never] Use colors on the console output. [автоматически|всегда|никогда] Использовать цвета на выводе консоли. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -773,17 +802,17 @@ debug — То, что выше + сообщения отладки/разраб trace — То, что выше + сообщения профилирования - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Устанавливает уровень журналирования, при котором буфер журнала сбрасывается в mixxx.log. <level> — это одно из значений, определённых в --log-level выше. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Прерывает (SIGINT) Mixxx, если DEBUG_ASSERT оценивается как false. После этого можно продолжить под отладчиком. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Загрузить определённые музыкальные файлы при запуске. Каждый указанный файл будет загружен в следующую виртуальную деку. @@ -843,32 +872,32 @@ trace — То, что выше + сообщения профилировани ControlModel - + Group Группа - + Item Элемент - + Value Значение - + Parameter Параметр - + Title Название - + Description Описание @@ -965,13 +994,13 @@ trace — То, что выше + сообщения профилировани - + Set to full volume Максимальная громкость - + Set to zero volume Минимальная громкость @@ -996,13 +1025,13 @@ trace — То, что выше + сообщения профилировани Кнопка обратной прокрутки (Censor) - + Headphone listen button Кнопка прослушивания в наушниках - + Mute button Кнопка выключения громкости @@ -1013,25 +1042,25 @@ trace — То, что выше + сообщения профилировани - + Mix orientation (e.g. left, right, center) Расположение микса (слева, справа, по центру) - + Set mix orientation to left Установить ориентацию микса слева - + Set mix orientation to center Установить ориентацию микса по центру - + Set mix orientation to right Установить ориентацию микса справа @@ -1071,22 +1100,22 @@ trace — То, что выше + сообщения профилировани Кнопка BPM - + Toggle quantize mode Переключить режим квантования - + One-time beat sync (tempo only) Разовая синхронизация битов (только темп) - + One-time beat sync (phase only) Разовая синхронизация битов (только фаза) - + Toggle keylock mode Переключение в режим блокировки клавиатуры @@ -1096,193 +1125,193 @@ trace — То, что выше + сообщения профилировани Эквалайзеры - + Vinyl Control Управление пластинками - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Переключить метку пластинки (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Переключить режим управления пластинкой (ABS/REL/CONST) - + Pass through external audio into the internal mixer Пропустить внешний звук во внутренний микшер - + Cues Метки - + Cue button Кнопка метки - + Set cue point Задать точку метки - + Go to cue point Перейти к точке метки - + Go to cue point and play Перейти к точке метки и воспроизвести - + Go to cue point and stop Перейти к точке метки и остановить - + Preview from cue point Предварительный просмотр с точки метки - + Cue button (CDJ mode) Кнопка метки (режим CDJ) - + Stutter cue Метка заикания - + Hotcues Горячие метки - + Set, preview from or jump to hotcue %1 Задать, просмотреть или перейти к горячей метке %1 - + Clear hotcue %1 Удалить горячую метку %1 - + Set hotcue %1 Задать горячую метку %1 - + Jump to hotcue %1 Перейти к горячей метке %1 - + Jump to hotcue %1 and stop Перейти к горячей метке %1 и остановить - + Jump to hotcue %1 and play Перейти к горячей метке %1 и воспроизвести - + Preview from hotcue %1 Предварительный просмотр от горячей метки %1 - - + + Hotcue %1 Горячая метка %1 - + Looping Зацикливание - + Loop In button Кнопка начала петли - + Loop Out button Кнопка перехода к концу петли - + Loop Exit button Кнопка выхода из цикла - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Передвинуть петлю вперёд на количество битов: %1 - + Move loop backward by %1 beats Передвинуть петлю назад на количество битов: %1 - + Create %1-beat loop Создать петлю на следующее количество битов: %1 - + Create temporary %1-beat loop roll Создать временную %1-битную петлю @@ -1398,20 +1427,20 @@ trace — То, что выше + сообщения профилировани - - + + Volume Fader Регулятор громкости - + Full Volume Максимальная громкость - + Zero Volume Минимальная громкость @@ -1427,7 +1456,7 @@ trace — То, что выше + сообщения профилировани - + Mute Без звука @@ -1438,7 +1467,7 @@ trace — То, что выше + сообщения профилировани - + Headphone Listen Прослушивание в наушниках @@ -1459,25 +1488,25 @@ trace — То, что выше + сообщения профилировани - + Orientation Ориентация - + Orient Left Расположить слева - + Orient Center Расположить по центру - + Orient Right Расположить справа @@ -1547,82 +1576,82 @@ trace — То, что выше + сообщения профилировани Отрегулировать битовую сетку справа - + Adjust Beatgrid Отрегулировать битовую сетку - + Align beatgrid to current position Выровнять битовую сетку по текущей позиции - + Adjust Beatgrid - Match Alignment Отрегулировать битовую сетку — сопоставить выравнивание - + Adjust beatgrid to match another playing deck. Подстроить битовую сетку под проигрывание другой деки. - + Quantize Mode Режим квантования - + Sync Синхронизация - + Beat Sync One-Shot Синхронизация битов - + Sync Tempo One-Shot Синхронизация темпа - + Sync Phase One-Shot Синхронизация фазы - + Pitch control (does not affect tempo), center is original pitch Настройка питча (не влияет на темп), центр — оригинальный шаг - + Pitch Adjust Настроить питч - + Adjust pitch from speed slider pitch Настроить питч с помощью ползунка скорости - + Match musical key Сопоставление тональности - + Match Key Сопоставление тональности - + Reset Key Сбросить тональность - + Resets key to original Возвращает тон к исходному значению @@ -1663,456 +1692,456 @@ trace — То, что выше + сообщения профилировани Эквалайзер низких частот - + Toggle Vinyl Control Переключить панель управления пластинками - + Toggle Vinyl Control (ON/OFF) Включить/выключить панель управления пластинками - + Vinyl Control Mode Режим управления пластинкой - + Vinyl Control Cueing Mode Управление пластинками: режим меток - + Vinyl Control Passthrough Сквозное управление пластинками - + Vinyl Control Next Deck Панель управления пластинками: следующая дека - + Single deck mode - Switch vinyl control to next deck Режим одной деки — перейти к пластинке на следующей деке - + Cue Метка - + Set Cue Установить метку - + Go-To Cue Перейти к метке - + Go-To Cue And Play Перейти к метке и воспроизвести - + Go-To Cue And Stop Перейти к метке и остановиться - + Preview Cue Предварительный просмотр метки - + Cue (CDJ Mode) Метка (режим CDJ) - + Stutter Cue Метка заикания - + Go to cue point and play after release Перейти к точке метки и начать воспроизведение после окончания нажатия - + Clear Hotcue %1 Удалить горячую метку %1 - + Set Hotcue %1 Задать горячую метку %1 - + Jump To Hotcue %1 Перейти к горячей метке %1 - + Jump To Hotcue %1 And Stop Перейти к горячей метке %1 и остановиться - + Jump To Hotcue %1 And Play Перейти к горячей метке %1 и воспроизвести - + Preview Hotcue %1 Предварительный просмотр от горячей метки %1 - + Loop In Начало петли - + Loop Out Конец петли - + Loop Exit Выйти из петли - + Reloop/Exit Loop Повторить петлю/выйти из петли - + Loop Halve Сократить цикл вдвое - + Loop Double Двойная петля - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Переместить петлю на следующее количество битов: +%1 - + Move Loop -%1 Beats Переместить петлю на следующее количество битов: -%1 - + Loop %1 Beats Зациклить следующее количество битов: %1 - + Loop Roll %1 Beats Скользящий циклю количество битов: %1 - + Add to Auto DJ Queue (bottom) Добавить в очередь Auto DJ (в конец) - + Append the selected track to the Auto DJ Queue Добавить выбранный трек в конец очереди Auto DJ - + Add to Auto DJ Queue (top) Добавить в очередь Auto DJ (в начало) - + Prepend selected track to the Auto DJ Queue Добавить выбранный трек в начало очереди Auto DJ - + Load Track Загрузить трек - + Load selected track Загрузить выбранный трек - + Load selected track and play Загрузить выбранный трек и воспроизвести - - + + Record Mix Записать микс - + Toggle mix recording Переключить запись микса - + Effects Эффекты - + Quick Effects Быстрые эффекты - + Deck %1 Quick Effect Super Knob Супер ручка быстрого жффекта деки %1 - + Quick Effect Super Knob (control linked effect parameters) Супер ручка быстрого эффекта (управление параметрами связанных эффектов) - - + + Quick Effect Быстрый эффект - + Clear Unit Удалить блок - + Clear effect unit Удалить блок эффектов - + Toggle Unit Переключение блока - + Dry/Wet Оригинал/обработанный - + Adjust the balance between the original (dry) and processed (wet) signal. Отрегулировать баланс между оригинальным и обработанным сигналом. - + Super Knob Супер ручка - + Next Chain Следующая цепочка - + Assign Назначить - + Clear Удалить - + Clear the current effect Удалить текущий эффект - + Toggle Переключить - + Toggle the current effect Переключить текущий эффект - + Next Следующий - + Switch to next effect Перейти к следующему эффекту - + Previous Предыдущий - + Switch to the previous effect Перейти к предыдущему эффекту - + Next or Previous Следующий или предыдущий - + Switch to either next or previous effect Перейти к следующему или предыдущему эффекту - - + + Parameter Value Значение параметра - - + + Microphone Ducking Strength Сила приглушения микрофона - + Microphone Ducking Mode Режим приглушения микрофона - + Gain Выравнивание - + Gain knob Ручка выравнивания - + Shuffle the content of the Auto DJ queue Перемешать содержимое очереди Auto DJ - + Skip the next track in the Auto DJ queue Пропустить следующий трек в очереди Auto DJ - + Auto DJ Toggle Переключение Auto DJ - + Toggle Auto DJ On/Off Включить/выключить Auto DJ - + Microphone & Auxiliary Show/Hide Показать/скрыть микрофон и вспомогательные устройства - + Show/hide the microphone & auxiliary section Показать/скрыть микрофон и вспомогательные устройства - + 4 Effect Units Show/Hide Показать/скрыть 4 блока эффектов - + Switches between showing 2 and 4 effect units Переключает отображение между 2мя и 4мя модулями эффектов - + Mixer Show/Hide Показать/скрыть микшер - + Show or hide the mixer. Показать или скрыть микшер. - + Cover Art Show/Hide (Library) Показать/скрыть обложку (медиатека) - + Show/hide cover art in the library Показать/скрыть обложку в медиатеке - + Library Maximize/Restore Распахнуть/восстановить медиатеку - + Maximize the track library to take up all the available screen space. Распахнуть окно медиатеки, заняв всё пространство экрана. - + Effect Rack Show/Hide Показать/скрыть стойку эффектов - + Show/hide the effect rack Показать/скрыть эффект стойку - + Waveform Zoom Out Уменьшить масштаб осциллограммы @@ -2127,102 +2156,102 @@ trace — То, что выше + сообщения профилировани Усиления для наушников - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Нажмите для синхронизации (и фазировки с квантизацией), удерживайте для постоянной синхронизации - + One-time beat sync tempo (and phase with quantize enabled) Единоразовая битовая синхронизация (и фазировка с квантованием) - + Playback Speed Скорость воспроизведения - + Playback speed control (Vinyl "Pitch" slider) Управление скоростью воспроизведения (ползунок «Питч» на панели пластинок) - + Pitch (Musical key) Питч (тональность) - + Increase Speed Увеличить скорость - + Adjust speed faster (coarse) Увеличить скорость (грубая настройка) - + Increase Speed (Fine) Увеличить скорость (точная настройка) - + Adjust speed faster (fine) Увеличить скорость (точная настройка) - + Decrease Speed Уменьшить скорость - + Adjust speed slower (coarse) Замедлить скорость (грубая настройка) - + Adjust speed slower (fine) Замедлить скорость (точная настройка) - + Temporarily Increase Speed Временно увеличить скорость - + Temporarily increase speed (coarse) Временно увеличить скорость (грубая настройка) - + Temporarily Increase Speed (Fine) Временно увеличить скорость (точная настройка) - + Temporarily increase speed (fine) Временно увеличить скорость (точная настройка) - + Temporarily Decrease Speed Временно уменьшить скорость - + Temporarily decrease speed (coarse) Временно уменьшить скорость (грубая настройка) - + Temporarily Decrease Speed (Fine) Временно уменьшить скорость (точная настройка) - + Temporarily decrease speed (fine) Временно уменьшить скорость (точная настройка) @@ -2294,942 +2323,952 @@ trace — То, что выше + сообщения профилировани BPM / Битовая сетка - + + Move Beatgrid + Переместить сетку битов + + + + Adjust the beatgrid to the left or right + Отрегулировать битовую сетку слева или справа + + + Sync / Sync Lock Синхронизация /блокировка синхронизации - + Internal Sync Leader Внутренний лидер синхронизации - + Toggle Internal Sync Leader Переключить внутренний лидер синхронизации - - + + Internal Leader BPM Внутренний лидер BPM - + Internal Leader BPM +1 BPM внутреннего лидера +1 - + Increase internal Leader BPM by 1 Увеличить BPM внутреннего лидера на 1 - + Internal Leader BPM -1 BPM внутреннего лидера -1 - + Decrease internal Leader BPM by 1 Уменьшить BPM внутреннего лидера на 1 - + Internal Leader BPM +0.1 BPM внутреннего лидера +0.1 - + Increase internal Leader BPM by 0.1 Увеличить BPM внутреннего лидера на 0.1 - + Internal Leader BPM -0.1 BPM внутреннего лидера -0.1 - + Decrease internal Leader BPM by 0.1 Уменьшить BPM внутреннего лидера на 0.1 - + Sync Leader Лидер синхронизации - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Режим синхронизации - + Speed Скорость - + Decrease Speed (Fine) Уменьшить скорость (точная настройка) - + Pitch (Musical Key) Питч (тональность) - + Increase Pitch Увеличить питч - + Increases the pitch by one semitone Увеличивает питч на один полутон - + Increase Pitch (Fine) Увеличить питч (точная настройка) - + Increases the pitch by 10 cents Увеличивает питч на 10 процентов - + Decrease Pitch Понизить питч - + Decreases the pitch by one semitone Понижает питч на один полутон - + Decrease Pitch (Fine) Понизить питч (точная настройка) - + Decreases the pitch by 10 cents Уменьшает питч на 10 процентов - + Keylock Блокировка - + CUP (Cue + Play) CUP (Метка + Воспроизвести) - + Shift cue points earlier Сдвинуть точки меток раньше - + Shift cue points 10 milliseconds earlier Сдвинуть точки меток на 10 миллисекунд раньше - + Shift cue points earlier (fine) Сдвинуть точки меток раньше (точная настройка) - + Shift cue points 1 millisecond earlier Сдвинуть точки меток на 1 миллисекунду раньше - + Shift cue points later Сдвинуть точки меток позднее - + Shift cue points 10 milliseconds later Сдвинуть точки меток на 10 миллисекунд позднее - + Shift cue points later (fine) Сдвинуть точки меток позднее (точная настройка) - + Shift cue points 1 millisecond later Сдвинуть точки меток на 1 миллисекунду позднее - + Hotcues %1-%2 Горячие метки %1-%2 - + Intro / Outro Markers Маркеры вступления и завершения - + Intro Start Marker Маркер начала вступления - + Intro End Marker Маркер окончания вступления - + Outro Start Marker Маркер начала завершения - + Outro End Marker Маркер окончания завершения - + intro start marker маркер начала вступления - + intro end marker маркер окончания вступления - + outro start marker маркер начала завершения - + outro end marker маркер окончания завершения - + Activate %1 [intro/outro marker Активировать %1 - + Jump to or set the %1 [intro/outro marker Перейти к или установить %1 - + Set %1 [intro/outro marker Установить %1 - + Set or jump to the %1 [intro/outro marker Установить или перейти к %1 - + Clear %1 [intro/outro marker Удалить %1 - + Clear the %1 [intro/outro marker Удалить %1 - + Loop Selected Beats Зациклить выбранные биты - + Create a beat loop of selected beat size Создать петлю выбранного размера - + Loop Roll Selected Beats Скользящий цикл выбранных битов - + Create a rolling beat loop of selected beat size Создать скользящий цикл выбранного размера петли - + Loop Beats Зациклить биты - + Loop Roll Beats Скользящий цикл - + Go To Loop In Перейти к началу петли - + Go to Loop In button Кнопка перехода к началу петли - + Go To Loop Out Перейти к концу петли - + Go to Loop Out button Кнопка перехода к концу петли - + Toggle loop on/off and jump to Loop In point if loop is behind play position Вкл./выкл. петлю и перейти к петле в точке, если петля находится за позицией воспроизведения - + Reloop And Stop Повторить петлю и остановить - + Enable loop, jump to Loop In point, and stop Включить петлю, перейти к точке начала петли и остановиться - + Halve the loop length Сократить длину петли вдвое - + Double the loop length Двойной размер петли - + Beat Jump / Loop Move Прыжки по треку / смещение петли - + Jump / Move Loop Forward %1 Beats Перейти / Сместить петлю вперёд на %1 бит - + Jump / Move Loop Backward %1 Beats Перейти / Сместить петлю назад на %1 бит - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Перейти на %1 бит вперёд или, если включена петля, передвинуть петлю вперёд на %1 бит - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Перейти на %1 бит назад или, если включена петля, передвинуть петлю назад на %1 бит - + Beat Jump / Loop Move Forward Selected Beats Прыжки по треку / Смещение петли (в прямом порядке) на выбранное количество битов - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Перейти на выбранное количество битов вперёд или, если включена петля, передвинуть петлю вперёд на выбранное количество битов - + Beat Jump / Loop Move Backward Selected Beats Прыжки по треку / Смещение петли (в обратном порядке) на выбранное количество битов - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Перейти на выбранное количество битов назад или, если включена петля, передвинуть петлю назад на выбранное количество битов - + Beat Jump / Loop Move Forward Прыжки по треку / Смещение петли (в прямом порядке) - + Beat Jump / Loop Move Backward Прыжки по треку / Смещение петли (в обратном порядке) - + Loop Move Forward Переместить петлю вперёд - + Loop Move Backward Переместить петлю назад - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Навигация - + Move up Переместить вверх - + Equivalent to pressing the UP key on the keyboard Равнозначно нажатию кнопки ВВЕРХ на клавиатуре - + Move down Переместить вниз - + Equivalent to pressing the DOWN key on the keyboard Равнозначно нажатию кнопки ВНИЗ на клавиатуре - + Move up/down Переместить вверх/вниз - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Переместить вертикально в обоих направлениях, как при нажатии кнопок ВВЕРХ/ВНИЗ - + Scroll Up Пролистать вверх - + Equivalent to pressing the PAGE UP key on the keyboard Равнозначно нажатию кнопки PAGE UP на клавиатуре - + Scroll Down Пролистать вниз - + Equivalent to pressing the PAGE DOWN key on the keyboard Равнозначно нажатию кнопки PAGE DOWN на клавиатуре - + Scroll up/down Пролистать вверх/вниз - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Переместить вертикально в обоих направлениях, как при нажатии кнопок PGUP/PGDOWN - + Move left Переместить влево - + Equivalent to pressing the LEFT key on the keyboard Равнозначно нажатию кнопки ВЛЕВО на клавиатуре - + Move right Переместить вправо - + Equivalent to pressing the RIGHT key on the keyboard Равнозначно нажатию кнопки ВПРАВО на клавиатуре - + Move left/right Переместить влево\вправо - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Переместить горизонтально в обоих направлениях используя ручку, как при нажатии кнопок ВЛЕВО/ВПРАВО - + Move focus to right pane Переместить фокус на правую панель - + Equivalent to pressing the TAB key on the keyboard Равнозначно нажатию кнопки TAB на клавиатуре - + Move focus to left pane Переместить фокус на левую панель - + Equivalent to pressing the SHIFT+TAB key on the keyboard Равнозначно нажатию кнопок SHIFT+TAB на клавиатуре - + Move focus to right/left pane Переместить фокус на правую/левую панель - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Переключать элементы управления используя ручку, как при нажатии клавиш TAB/SHIFT+TAB - + Sort focused column Сортировать столбец в фокусае - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Сортировка столбца ячейки, которая в данный момент находится в фокусе, что эквивалентно щелчку по её заголовку - + Go to the currently selected item Перейти к выбранному пункту - + Choose the currently selected item and advance forward one pane if appropriate Выбрать текущий элемент и перейти вперёд на одну панель, если это необходимо - + Load Track and Play Загрузить трек и воспроизвести - + Add to Auto DJ Queue (replace) Добавить в очередь Auto DJ (заменить) - + Replace Auto DJ Queue with selected tracks Заменить очередь Auto DJ выбранными треками - + Select next search history Выбрать следующую историю поиска - + Selects the next search history entry Выбирает следующую запись истории поиска - + Select previous search history Выбрать предыдущую историю поиска - + Selects the previous search history entry Выбирает предыдущую запись истории поиска - + Move selected search entry Переместить выбранную запись поиска - + Moves the selected search history item into given direction and steps Перемещает выбранный элемент истории поиска в заданном направлении и с заданными шагами - + Clear search Очистить поиск - + Clears the search query Очищает поисковый запрос - + Deck %1 Quick Effect Enable Button Кнопка включения быстрого эффекта на деке %1 - + Quick Effect Enable Button Кнопка включения быстрого эффекта - + Enable or disable effect processing Включить или отключить обработку эффекта - + Super Knob (control effects' Meta Knobs) Супер ручка (мета-ручка управления эффектами) - + Mix Mode Toggle Переключение режима микширования - + Toggle effect unit between D/W and D+W modes Переключение блока эффектов между режимами D/W и D+W - + Next chain preset Следующий шаблон цепи - + Previous Chain Предыдущая цепь - + Previous chain preset Предыдущий шаблон цепи - + Next/Previous Chain Следующая/предыдущая цепь - + Next or previous chain preset Следующий или предыдущий шаблон цепи - - + + Show Effect Parameters Показать параметры эффекта - + Effect Unit Assignment Назначение блока эффектов - + Meta Knob Мета ручка - + Effect Meta Knob (control linked effect parameters) Мета ручка эффекта (управление связанными параметрами эффекта) - + Meta Knob Mode Режим мета ручки - + Set how linked effect parameters change when turning the Meta Knob. Выберите, как меняется параметр эффекта при повороте мета ручки. - + Meta Knob Mode Invert Обратный режим мета ручки - + Invert how linked effect parameters change when turning the Meta Knob. Инвертировать параметр эффекта при повороте мета-ручки. - - + + Button Parameter Value Значение параметра кнопки - + Microphone / Auxiliary Микрофон / вспомогательные устройства - + Microphone On/Off Микрофон вкл/выкл - + Microphone on/off Микрофон вкл/выкл - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Переключить режим подавления микрофона (OFF, AUTO, MANUAL) - + Auxiliary On/Off Включить/выключить вспомогательное устройство - + Auxiliary on/off Включить/выключить вспомогательное устройство - + Auto DJ Авто DJ - + Auto DJ Shuffle Auto DJ: Перемешать - + Auto DJ Skip Next Auto DJ: Переключиться на следующий трек - + Auto DJ Add Random Track АвтоDJ добавить случайный трек - + Add a random track to the Auto DJ queue Добавить случайный трек в очередь АвтоDJ - + Auto DJ Fade To Next Auto DJ: Плавный переход к следующему треку - + Trigger the transition to the next track Инициировать переход к следующей композиции - + User Interface Пользовательский интерфейс - + Samplers Show/Hide Показать/скрыть панель сэмплеров - + Show/hide the sampler section Показать/скрыть панель сэмплеров - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting Начать/остановить прямую трансляцию - + Stream your mix over the Internet. Транслируйте свой микс через Интернет. - + Start/stop recording your mix. Начать/прекратить записывать микс. - - + + Samplers Сэмплеры - + Vinyl Control Show/Hide Показать/скрыть панель управления пластинками - + Show/hide the vinyl control section Показать/скрыть панель управления пластинками - + Preview Deck Show/Hide Показать/скрыть предпросмотр деки - + Show/hide the preview deck Показать/скрыть предпросмотр деки - + Toggle 4 Decks Включить/выключить 4 деки - + Switches between showing 2 decks and 4 decks. Переключение между 2 и 4 деками. - + Cover Art Show/Hide (Decks) Показать/скрыть обложку (деки) - + Show/hide cover art in the main decks Показать/скрыть обложку на основных деках - + Vinyl Spinner Show/Hide Показать/скрыть ручки для прокрутки пластинок - + Show/hide spinning vinyl widget Показать/скрыть виджет прокрутки пластинки - + Vinyl Spinners Show/Hide (All Decks) Показать/скрыть ручки для прокрутки пластинок (все деки) - + Show/Hide all spinnies Показать/скрыть все крутящиеся ручки - + Toggle Waveforms Переключить осциллограммы - + Show/hide the scrolling waveforms. Показать/скрыть прокрутку осциллограмм. - + Waveform zoom Масштаб осциллограммы - + Waveform Zoom Масштаб осциллограммы - + Zoom waveform in Увеличить масштаб осциллограммы - + Waveform Zoom In Увеличить масштаб осциллограммы - + Zoom waveform out Уменьшить масштаб осциллограммы - + Star Rating Up Повысить рейтинг - + Increase the track rating by one star Увеличить рейтинг трека на одну звезду - + Star Rating Down Понизить рейтинг - + Decrease the track rating by one star Понизить рейтинг трека на одну звезду @@ -3598,37 +3637,37 @@ trace — То, что выше + сообщения профилировани DlgAbout - + Mixxx %1.%2 Development Team Команда разработчиков Mixxx %1.%2 - + With contributions from: С участниками из: - + And special thanks to: И особая благодарность: - + Past Developers Прошлые разработчики - + Past Contributors Прошлые участники - + Official Website Официальный сайт - + Donate Сделать пожертвование @@ -3641,34 +3680,40 @@ trace — То, что выше + сообщения профилировани О Mixxx - - + + + Unknown Неизвестно - + Date: Дата: - + Git Version: Версия Git: - + + Qt Version: + Версия Qt: + + + Platform: Платформа: - + Credits Сведения об авторах - + License Лицензия @@ -3915,7 +3960,7 @@ last sound. Выключить - + Displays the duration and number of selected tracks. Показывает длительность и количество выбранных треков. @@ -4173,7 +4218,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Обучение: %1. Теперь переместите элемент управления на контроллере. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4406,123 +4451,123 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 SHOUTcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Автоматический - + Mono Моно - + Stereo Стерео - - - - + + + + Action failed Не удалось выполнить действие - + You can't create more than %1 source connections. Вы не можете создать более %1 источников соединения. - + Source connection %1 Источник соединения %1 - + At least one source connection is required. Требуется хотя бы один источник соединения. - + Are you sure you want to disconnect every active source connection? Вы уверены, что хотите разъединить все активные источники соединений? - - + + Confirmation required Требуется подтверждение - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. «%1» имеет такую же точку подключения Icecast, как «%2». Два исходных соединения с одним и тем же сервером, которые имеют одну и ту же точку подключения, не могут быть включены одновременно. - + Are you sure you want to delete '%1'? Вы уверены, что хотите удалить «%1»? - + Renaming '%1' Переименовать «%1» - + New name for '%1': Новое название для «%1»: - + Can't rename '%1' to '%2': name already in use Не удалось переименовать «%1» на «%2»: имя занято @@ -5095,22 +5140,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx использует «привязки» для подключения сообщений от контроллера к элементам управления в Mixxx. Если в меню «Загрузить привчязку» при нажатии на контроллер на левой боковой панели он отсутствует в Mixxx, его можно загрузить онлайн с %1. Поместите файлы XML (.xml) и Javascript (.js) в «Папку пользовательских привязок», затем перезапустите Mixxx. При загрузке привязки в виде ZIP-файла извлеките файлы XML и Javascript из ZIP-файла в свою «Папку пользовательских привязок», а затем перезапустите Mixxx. - + Mixxx DJ Hardware Guide Руководство по оборудованию Mixxx DJ - + MIDI Mapping File Format Формат файлов привязок MIDI - + MIDI Scripting with Javascript Сценарии MIDI с Javascript @@ -5220,6 +5265,11 @@ Apply settings and continue? Screen saver Хранитель экрана + + + Multi-Sampling + + Start in full-screen mode @@ -5819,39 +5869,64 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Минимальный размер выбранного скина больше, чем разрешение экрана. - + Allow screensaver to run Разрешить запуск хранителя экрана - + Prevent screensaver from running Запретить включение хранителя экрана - + Prevent screensaver while playing Запретить включение хранителя экрана при воспроизведении - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Этот скин не поддерживает цветовые схемы - + Information Информация - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Необходимо перезапустить Mixxx, чтобы параметры новой локали или масштабирования вступили в силу. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6077,52 +6152,52 @@ and allows you to pitch adjust them for harmonic mixing. Сканировать - + Item is not a directory or directory is missing - + Choose a music directory Выбрать музыкальный каталог - + Confirm Directory Removal Подтвердить удаление каталога - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx больше не будет проверять этот каталог на наличие новых треков. Что сделать с треками из этого каталога и вложенных каталогов?<ul><li>Скрыть все треки из этого каталога и вложенных каталогов.</li><li>Навсегда удалить все метаданные для тих треков из Mixxx.</li><li>Не изменять треки в медиатеке.</li></ul>При скрытии треков метаданные будут сохранены прит их повторном добавлении в медиатеку в будущем. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Метаданные — это вся информация о треке (исполнитель, название и так далее), а также о сетке битов, метках и петлях. Этот выбор влияет только на медиатеку Mixxx. Файлы на диске не будут изменены или удалены. - + Hide Tracks Скрыть треки - + Delete Track Metadata Удалить метаданные трека - + Leave Tracks Unchanged Оставить треки без изменений - + Relink music directory to new location Перепривязать музыкальный каталог к новому местоположению - + Select Library Font Выбрать шрифт медиатеки @@ -6984,138 +7059,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Гц - + Default (long delay) По умолчанию (долгая задержка) - + Experimental (no delay) Экспериментально (без задержки) - + Disabled (short delay) Отключено (короткая задержка) - + Soundcard Clock Часы звуковой карты - + Network Clock Сетевые часы - + Direct monitor (recording and broadcasting only) Прямой мониторинг (только запись и трансляция) - + Disabled Отключено - + Enabled Включено - + Stereo Стерео - + Mono Моно - + To enable Realtime scheduling (currently disabled), see the %1. Чтобы включить планирование в реальном времени (в настоящее время отключено), обратитесь к %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. В %1 перечислены звуковые карты и контроллеры, которые можно использовать в Mixxx. - + Mixxx DJ Hardware Guide Руководство по оборудованию Mixxx DJ - + auto (<= 1024 frames/period) автоматически (<= 1024 кадров/период) - + 2048 frames/period 2048 кадров/период - + 4096 frames/period 4096 кадров/период - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Микрофонные входы на записи и трансляции не соответствуют тому, что вы слышите. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Замерьте задержку приёма-передачи и укажите её значение выше для компенсации задержки микрофона, чтобы выровнять синхронизацию микрофона. - - + + Refer to the Mixxx User Manual for details. Более подробная информация содержится в руководстве пользователя Mixxx. - + Configured latency has changed. Настроенная задержка изменилась. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Повторно замерьте задержку приёма-передачи и укажите её значение выше для компенсации задержки микрофона, чтобы выровнять синхронизацию микрофона. - + Realtime scheduling is enabled. Планирование в реальном времени включено. - + Main output only Только главный выход - + Main and booth outputs Главный выход и кабина - + %1 ms %1 мс - + Configuration error Ошибка конфигурации @@ -7603,122 +7678,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Звуковое оборудование - + Controllers Контроллеры - + Library Медиатека - + Interface Интерфейс - + Waveforms Осциллограммы - + Mixer Микшер - + Auto DJ Auto DJ - + Decks Деки - + Colors Цвета - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Помощь - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Восстановить значения по умолчанию - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Применить - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Отмена - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &ОК - + Effects Эффекты - + Recording Запись - + Beat Detection Распознавание битов - + Key Detection Обнаружение тональности - + Normalization Нормализация - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>Некоторые страницы с параметрами содержат ошибки. Чтобы применить изменения, исправьте эти ошибки.</b></font> - + Vinyl Control Управление пластинками - + Live Broadcasting Прямая трансляция - + Modplug Decoder Декодер ModPlug @@ -7893,7 +7968,7 @@ Select from different types of displays for the waveform, which differ primarily Исполнитель альбома - + Fetching track data from the MusicBrainz database Извлечение данных из базы данных MusicBrainz @@ -7970,72 +8045,72 @@ Select from different types of displays for the waveform, which differ primarily &Закрыть - + Original tags Оригинальные теги - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. Не удалось найти этот трек в базе данных MusicBrainz. - + Suggested tags Предлагаемые теги - + The results are ready to be applied Результаты готовы к применению - + Can't connect to %1: %2 Не удаётся подключиться к %1: %2 - + Looking for cover art Производится поиск обложки - + Cover art found, receiving image. Обложка найдена, получение изображения. - + Cover Art is not available for selected metadata Для выбранных метаданных обложка недоступна - + Metadata & Cover Art applied Метаданные и обложка применены - + Selected cover art applied Выбранная обложка применена - + Cover Art File Already Exists Обложка уже существует - + File: %1 Folder: %2 Override existing file? @@ -8361,7 +8436,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Отмена - + (no color) (без цвета) @@ -8571,27 +8646,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (быстрее) - + Rubberband (better) Rubberband (лучше) - + Rubberband R3 (near-hi-fi quality) Rubberband R3 (качество, близкое к hi-fi) - + Unknown, using Rubberband (better) Неизвестный, с использованием Rubberband (лучше) - + Unknown, using Soundtouch @@ -8814,15 +8889,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Безопасный режим включён - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8833,57 +8908,57 @@ Shown when VuMeter can not be displayed. Please keep Отсутствует поддержка OpenGL. - + activate активировать - + toggle переключить - + right вправо - + left влево - + right small немного вправо - + left small немного влево - + up вверх - + down вниз - + up small немного вверх - + down small немного вниз - + Shortcut Комбинация клавиш @@ -8969,32 +9044,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller MIDI-контроллер - + MixxxControl(s) not found Не найдены элементы MixxxControl - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Один или несколько элементов управления MixxxControl, указанные в разделе выходных данных загруженной привязки, недействительны. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Убедитесь, что рассматриваемые MixxxControls действительно существуют. Обратитксь к руководству для получения полного списка: - + Some LEDs or other feedback may not work correctly. Некоторые светодиоды или другие элементы обратной связи могут работать неправильно. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Проверьте правильность написания названия MixxxControl в файле сопоставления (.xml) @@ -9070,185 +9145,185 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Звуковое устройство занято - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Повторить попытку</b> после закрытия другого приложения или повторного подключения звукового устройства - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Перенастроить</b> параметры звукового устройства Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Получить <b>помощь</b> от Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Закрыть</b> Mixxx. - + Retry Повторить - + skin обложка - - + + Reconfigure Перенастроить - + Help Справка - - + + Exit Выход - - + + Mixxx was unable to open all the configured sound devices. Не удалось открыть все настроенные звуковые устройства. - + Sound Device Error Ошибка звукового устройства - + <b>Retry</b> after fixing an issue <b>Повторить попытку</b> после устранения проблемы - + No Output Devices Нет устройств вывода - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx был настроен без каких-либо звуковых устройств вывода. Обработка аудио будет отключена без настроенного устройства вывода. - + <b>Continue</b> without any outputs. <b>Продолжить</b> без каких-либо результатов. - + Continue Продолжить - + Load track to Deck %1 Загрузить трек в деку %1 - + Deck %1 is currently playing a track. Дека %1 в настоящее время воспроизводит трек. - + Are you sure you want to load a new track? Загрузить новый трек? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Для этой панели управления пластинкой не выбрано входное устройство. Сначала выберите входное устройство в параметрах звукового оборудования. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Для панели сквозного управления не выбрано входное устройство. Сначала выберите входное устройство в параметрах звукового оборудования. - + There is no input device selected for this microphone. Do you want to select an input device? Для этого микрофона не выбрано входное устройство. Хотите выбрать? - + There is no input device selected for this auxiliary. Do you want to select an input device? Для этого вспомогательного устройства не выбрано входное устройство. Хотите выбрать? - + Error in skin file Ошибка в файле обложки - + The selected skin cannot be loaded. Не удаётся загрузить выбранную обложку. - + OpenGL Direct Rendering Прямая обработка OpenGL - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Прямой рендеринг не включён на вашем компьютере.<br><br>Это означает, что отображение осциллограммы будет очень<br><b>медленным и может сильно нагрузить процессор</b>. Либо обновите<br>конфигурацию, чтобы включить прямой рендеринг, либо отключите<br>отображение осциллограммы в параметрах Mixxx, выбрав<br>«Пусто» для отображения осциллограммы в разделе «Интерфейс». - - - + + + Confirm Exit Подтвердить выход - + A deck is currently playing. Exit Mixxx? В настоящий момент играет дека. Выйти из Mixxx? - + A sampler is currently playing. Exit Mixxx? В настоящее время играет сэмплер. Выйти из Mixxx? - + The preferences window is still open. Окно параментров остаётся открытым. - + Discard any changes and exit Mixxx? Отменить все изменения и закрыть Mixxx? @@ -9264,43 +9339,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Заблокировать - - + + Playlists Списки воспроизведения - + + Shuffle Playlist + + + + Unlock Разблокировать - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. Списки воспроизведения — это упорядоченные списки треков, позволяющие планировать диджейские выступления. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. Возможно, иногда придётся пропустить некоторые треки в подготовленном списке воспроизведения или добавить несколько других треков, чтобы сохранить энергию аудитории. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Некоторые диджеи составляют списки воспроизведений перед выступлением, а некоторые предпочитают составлять их на лету. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. При проигрывании списка воспроизведения во время диджейского сета следите за реакцией публики на воспроизводимую музыку. - + Create New Playlist Создать новый список воспроизведения @@ -9368,7 +9448,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Недоступно @@ -9474,68 +9554,68 @@ Do you want to scan your library for cover files now? 14 бит (MSB) - + Main Главное - + Booth Кабина - + Headphones Наушники - + Left Bus Левая шина - + Center Bus Центральная шина - + Right Bus Правая шина - + Invalid Bus Недопустимая шина - + Deck Дека - + Record/Broadcast Запись/Трансляция - + Vinyl Control Управление пластинками - + Microphone Микрофон - + Auxiliary Вспомогательное устройство - - + + Unknown path type %1 Неизвестный тип пути %1 @@ -9636,6 +9716,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Время @@ -9673,6 +9755,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9693,6 +9776,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9708,6 +9793,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -10012,7 +10099,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Выравнивание для фильтра низких частот @@ -10069,7 +10156,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Выравнивание для фильтра высоких частот @@ -10089,22 +10176,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer Графический эквалайзер - + Graphic EQ Графический эквалайзер - + An 8-band graphic equalizer based on biquad filters 8-полосный графический эквалайзер на основе биквадратных фильтров - + Gain for Band Filter %1 Выравнивание для фильтра полос %1 @@ -10189,8 +10276,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Диапазон @@ -10220,42 +10307,42 @@ Higher values result in less attenuation of high frequencies. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10275,17 +10362,17 @@ Higher values result in less attenuation of high frequencies. Изолирующий фильтр Bessel 8-го порядка с миксом Lipshitz и Vanderkooy (совершенное единство битов, спад -48 дБ/октава). - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Изолирующий фильтр Linkwitz-Riley 8-го порядка (оптимизированный кроссовер, постоянный фазовый сдвиг, спад -48 дБ/октава). @@ -10701,18 +10788,18 @@ Fully right: end of the effect period - + encoder failure ошибка кодировщика - + Failed to apply the selected settings. Не удалось применить выбранные параметры. - + Deck %1 Дека %1 @@ -10752,53 +10839,53 @@ Fully right: end of the effect period Некоторые пути к файлам в списке воспроизведения содержат специальные символы. Эти пути к файлам будут закодированы как URL-адреса абсолютных путей. Выберите формат m3u8 для лучшего экспорта без потерь. - - + + Pitch Shift Сдвиг питча - + Raises or lowers the original pitch of a sound. Повышает или понижает оригинальный питч звука. - - + + Pitch Питч - + The pitch shift applied to the sound. Сдвиг питча, применённый к звуку. - + The range of the Pitch knob (0 - 2 octaves). Диапазон ручки питча (0-2 октавы). - - + + Semitones Полутона - + Change the pitch in semitone steps instead of continuously. Менять питч с шагом в полтона, а не непрерывно. - - + + Formant Форманта - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Сохранять резонансные частоты (форманты) человеческого голосового тракта и других инструментов. @@ -10847,10 +10934,31 @@ Hint: compensates "chipmunk" or "growling" voices Величина усиления, применяемая к аудиосигналу. На более высоких уровнях звук будет более искажённым. - + Passthrough Пересылка + + + + Glitch + Искажение + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Периодически сэмплирует и повторяет небольшую часть аудио, чтобы создать прерывистый металлический звук. + + + + Round the Time parameter to the nearest 1/8 beat. + Округлить параметр «Время» до ближайшей 1/8 бита. + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Когда включён параметр квантования, делить округлённый до 1/8 бита параметр времени на 3. + (empty) @@ -11019,7 +11127,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11065,34 +11173,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Читает следующее из каталога Serato Music и съёмных устройств: - + Tracks Треки - + Crates Контейнеры - + Check for Serato databases (refresh) Обновить базы данных Serato - + (loading) Serato (загрузка) Serato @@ -11100,64 +11208,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) Присоединиться к предыдущему (в конец) - + Mark all tracks played Отметить все треки как воспроизведённые - + Finish current and start new Завершить текущий и начать новый - + Lock all child playlists Заблокировать все дочерние списки воспроизведения - + Unlock all child playlists Разблокировать все дочерние списки воспроизведения - + Delete all unlocked child playlists Удалить все разблокированные дочерние списки воспроизведения - + History История - + Unlock Разблокировать - + Lock Заблокировать - - + + Confirm Deletion Подтвердить удаление - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Удалить все разблокированные списки воспроизведения с <b>%1</b> года?<br><br> - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Удаление следующего количества списков воспроизведения: %1 с <b>%2</b> года.<br><br> @@ -11166,193 +11274,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx столкнулся с проблемой - + Could not allocate shout_t Не удалось выделить shout_t - + Could not allocate shout_metadata_t Не удалось выделить shout_metadata_t - + Error setting non-blocking mode: Ошибка настройки неблокирующего режима: - + Error setting tls mode: Ошибка настройки режима tls: - + Error setting hostname! Ошибка настройки имени хоста! - + Error setting port! Ошибка настройки порта! - + Error setting password! Ошибка настройки пароля! - + Error setting mount! Ошибка настройки точки подключения! - + Error setting username! Ошибка настройки имени пользователя! - + Error setting stream name! Ошибка настройки названия трансляции! - + Error setting stream description! Ошибка настройки описания трансляции! - + Error setting stream genre! Ошибка настройки жанра трансляции! - + Error setting stream url! Ошибка настройки адреса трансляции! - + Error setting stream IRC! Ошибка настройки IRC трансляции! - + Error setting stream AIM! Ошибка настройки AIM трансляции! - + Error setting stream ICQ! Ошибка настройки ICQ трансляции! - + Error setting stream public! Ошибка настройки открытой трансляции! - + Unknown stream encoding format! Неизвестный формат кодировки трансляции! - + Use a libshout version with %1 enabled Используйте версию libshout с включённым %1 - + Error setting stream encoding format! Ошибка настройки формата кодировки трансляции! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Трансляция на частоте 96 кГц с помощью Ogg Vorbis в настоящее время не поддерживается. Попробуйте другую частоту дискретизации или переключитесь на другую кодировку. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. Более подробная информация содержится здесь: https://github.com/mixxxdj/mixxx/issues/5701. - + Unsupported sample rate Неподдерживаемая частота дискретизации - + Error setting bitrate Ошибка настройки битрейта - + Error: unknown server protocol! Ошибка: неизвестный протокол сервера! - + Error: Shoutcast only supports MP3 and AAC encoders Ошибка: Shoutcast поддерживает только кодировщики MP3 и AAC - + Error setting protocol! Ошибка настройки протокола! - + Network cache overflow Переполнение сетевого кэша - + Connection error Ошибка подключения - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Одно из соединений прямой трансляции вернуло ошибку:<br><b>Ошибка соединения «%1»:</b><br> - + Connection message Сообщение подключения - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Сообщение от соединения прямой трансляции «%1»:</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Соединение с сервером потеряно, и попытки %1переподключиться неудачны. - + Lost connection to streaming server. Соединение с сервером потеряно. - + Please check your connection to the Internet. Проверьте подключение к Интернету. - + Can't connect to streaming server Не удаётся подключиться к серверу - + Please check your connection to the Internet and verify that your username and password are correct. Проверьте подключение к Интернету и убедитесь в правильности указанных имени пользователя и пароля. @@ -11368,23 +11476,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device устройство - + An unknown error occurred Произошла неизвестная ошибка - + Two outputs cannot share channels on "%1" Два вывода не могут иметь общий канал в «%1» - + Error opening "%1" Ошибка при открытии «%1» @@ -11736,7 +11844,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Обложка @@ -12188,52 +12296,42 @@ Hint: compensates "chipmunk" or "growling" voices Отменяет извлечение, когда треки не загружены, то есть перезагружает трек, который был извлечён последним (из любой деки). - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Удалить выбранную горячую метку. - + Track Comment Комментарий трека - + Displays the comment tag of the loaded track. Показывает метку комментария загруженного трека. - + Opens separate artwork viewer. Открывает отдельный просмотрщик обложек. - + Effect Chain Preset Settings Параметры шаблона цепочки эффектов - + Show the effect chain settings menu for this unit. Показать параметры цепочки эффектов для этого элемента. - + Select and configure a hardware device for this input Выбрать и настроить устройство ввода - + Recording Duration Длительность записи @@ -12427,444 +12525,445 @@ Hint: compensates "chipmunk" or "growling" voices Удерживайте или коротко щёлкните для фиксации, чтобы смешать этот ввод с основным выводом. - + Displays the duration of the running recording. Показывает длительность текущей записи. - + Auto DJ is active Auto DJ активен - + Hot Cue - Track will seek to nearest previous hotcue point. Горячая метка — произойдёт переход по треку к ближайшей предыдущей точке горячей метки. - + Sets the track Loop-In Marker to the current play position. Устанавливает маркер начала петли на текущую позицию воспроизведения трека. - + Press and hold to move Loop-In Marker. Нажмите и удерживайте, чтобы переместить маркер начала петли. - + Jump to Loop-In Marker. Перейти к маркеру начала петли. - + Sets the track Loop-Out Marker to the current play position. Устанавливает маркер выхода из петли на текущей позиции воспроизведения трека. - + Press and hold to move Loop-Out Marker. Нажмите и удерживайте, чтобы переместить маркер окончания петли. - + Jump to Loop-Out Marker. Перейти к маркеру конца петли. - + Beatloop Size Размер битовой петли - + Select the size of the loop in beats to set with the Beatloop button. Выбор размера петли в битах для установки с помощью кнопки «Битовая петля». - + Changing this resizes the loop if the loop already matches this size. Этот параметр изменяет размер цикла, если цикл уже соответствует этому размеру. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Сократить размер существующей битовой петли вдвое, либо сократить размер следующей битовой петли с помощью кнопки «Битовая петля». - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Удвойте размер существующей битовой петли или удвоить размер следующей битовой петли, установленной с помощью кнопки «Битовая петля». - + Start a loop over the set number of beats. Запускает цикл после указанного количества битов. - + Temporarily enable a rolling loop over the set number of beats. Временно включить повторяющийся цикл в течение заданного количества битов. - + Beatjump/Loop Move Size Размер перемещения прыжков по треку/петли - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Выберите количество ударов для перехода или переместите цикл с помощью кнопок перехода по битам вперёд/назад. - + Beatjump Forward Прыжки по треку вперёд - + Jump forward by the set number of beats. Перейти вперёд на указанное количество битов. - + Move the loop forward by the set number of beats. Переместить петлю вперёд на указанное количество битов. - + Jump forward by 1 beat. Перескочить вперёд на 1 бит. - + Move the loop forward by 1 beat. Передвинуть петлю вперед на 1 удар. - + Beatjump Backward Обратные прыжки по треку - + Jump backward by the set number of beats. Перейти назад на указанное количество битов. - + Move the loop backward by the set number of beats. Переместить петлю назад на указанное количество битов. - + Jump backward by 1 beat. Перейти назад на 1 бит. - + Move the loop backward by 1 beat. Передвинуть петлю назад на 1 бит. - + Reloop Повторить петлю - + If the loop is ahead of the current position, looping will start when the loop is reached. Если петля находится дальше относительно текущей позиции, она начнётся при достижении соответствующей точки. - + Works only if Loop-In and Loop-Out Marker are set. Срабатывает только если указаны маркеры входа и выхода из петли. - + Enable loop, jump to Loop-In Marker, and stop playback. Включить петлю, перейти к маркеру входа в петлю и остановить воспроизведение. - + Displays the elapsed and/or remaining time of the track loaded. Отображает прошедшее и/или оставшееся время загруженного трека. - + Click to toggle between time elapsed/remaining time/both. Нажмите, чтобы переключаться между истёкшим/оставшимся временем. - + Hint: Change the time format in Preferences -> Decks. Подсказка: Изменить формат времени можно в меню Параметры -> Деки. - + Show/hide intro & outro markers and associated buttons. Проказать/скрыть маркеры вступления и завершения и соответствующие кнопки. - + Intro Start Marker Маркер начала вступления - - - - + + + + If marker is set, jumps to the marker. Если маркер указан, переходит к маркеру. - - - - + + + + If marker is not set, sets the marker to the current play position. Если маркер не указан, устанавливает маркер на текущую позицию воспроизведения. - - - - + + + + If marker is set, clears the marker. Если маркер указан, удаляет его. - + Intro End Marker Маркер конца вступления - + Outro Start Marker Маркер начала завершения - + Outro End Marker Маркер окончания завершения - + Mix Микс - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Настройка способа смешивания оригинального сигнала с обработанным сигналом элементов эффекта - + D/W mode: Crossfade between dry and wet Режим D/W: Кроссфейд между оригинальным и обработанным - + D+W mode: Add wet to dry Режим D+W: Добавить к оригинальному обработанный - + Mix Mode Режим микшера - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Настройка способа смешивания оригинального сигнала с обработанным сигналом элементов эффекта - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Режим «Оригинальный/обработанный сигналы» («crossed lines»): Ручка микширования переходит от оригинального к обработанному. Используйте эту функцию, чтобы изменить звучание трека с помощью эффектов эквалайзера и фильтра. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Режим «Оригинал + Обработанный сигнал (flat dry line): Используйте эту функцию, чтобы изменить только обработанный сигнал с помощью эффектов эквалайзера и фильтра. - + Route the main mix through this effect unit. Направить основной микс через этот блок эффектов. - + Route the left crossfader bus through this effect unit. Перенаправить левую шину кроссфейдера через этот блок эффектов. - + Route the right crossfader bus through this effect unit. Направить правую шину кроссфейдера через этот блок эффектов. - + Right side active: parameter moves with right half of Meta Knob turn Активна правая сторона: параметр перемещается при повороте правой половины мета ручки - + Skin Settings Menu Меню параметров скина - + Show/hide skin settings menu Показать/скрыть меню параметров скина - + Save Sampler Bank Сохранить банк сэмплера - + Save the collection of samples loaded in the samplers. Сохранить коллекцию сэмплов, загруженную в сэмплеры. - + Load Sampler Bank Загрузить банк сэмплера - + Load a previously saved collection of samples into the samplers. Загрузить предыдущую сохранённую коллекцию сэмплов в сэмплеры. - + Show Effect Parameters Показать параметры эффекта - + Enable Effect Включить эффект - + Meta Knob Link Привязка мета ручки - + Set how this parameter is linked to the effect's Meta Knob. Позволяет указать как параметр связан с метаручкой эффекта. - + Meta Knob Link Inversion Инверсия привязки мета ручки - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Инвертирует направление, в котором двигается этот параметр, при повороте эффекта с помощью метаручки. - + Super Knob Супер ручка - + Next Chain Следующая цепочка - + Previous Chain Предыдущие цепи - + Next/Previous Chain Следующий/предыдущий цепь - + Clear Удалить - + Clear the current effect. Удалить текущий эффект. - + Toggle Переключение - + Toggle the current effect. Переключение текущего эффекта. - + Next Следующая - + Clear Unit Удалить блок - + Clear effect unit. Удалить блок эффектов. - + Show/hide parameters for effects in this unit. Показать/скрыть параметры эффекта в этом блоке. - + Toggle Unit Переключение блока - + Enable or disable this whole effect unit. Включить или отключить этот блок эффекта. - + Controls the Meta Knob of all effects in this unit together. Управляет метаручкой всех эффектов этого блока. - + Load next effect chain preset into this effect unit. Загрузить следующую цепочку эффектов в этот блок эффектов. - + Load previous effect chain preset into this effect unit. Загрузить предыдущую цепочку эффектов в этот блок эффектов. - + Load next or previous effect chain preset into this effect unit. Загрузить следующую или предыдущую цепочку эффектов в этот блок эффектов. + @@ -12873,169 +12972,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Назначить модуль эффектов - + Assign this effect unit to the channel output. Назначить этот блок эффектов выходному каналу. - + Route the headphone channel through this effect unit. Перенаправить канал наушников через этот блок эффектов. - + Route this deck through the indicated effect unit. Направить эту деку через указанный блок эффектов. - + Route this sampler through the indicated effect unit. Направить этот сэмплер через указанный блок эффектов. - + Route this microphone through the indicated effect unit. Направить этот микрофон через указанный блок эффектов. - + Route this auxiliary input through the indicated effect unit. Направить этот вспомогательный вход через указанный блок эффектов. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Блок эффектов также должен быть подключён к деке или другому источнику звука, чтобы эффект было слышно. - + Switch to the next effect. Перейти к следующему эффекту. - + Previous Предыдущий - + Switch to the previous effect. Перейти к предыдущему эффекту. - + Next or Previous Следующий или предыдущий - + Switch to either the next or previous effect. Перейти к следующему или предыдущему эффекту. - + Meta Knob Мета ручка - + Controls linked parameters of this effect Позволяет настроить связанные с этим эффектом параметры - + Effect Focus Button Кнопка фокуса на эффекте - + Focuses this effect. Выделяет этот эффект. - + Unfocuses this effect. Убирает выделение с этого эффекта. - + Refer to the web page on the Mixxx wiki for your controller for more information. Обратитесь к веб-странице вашего контроллера в Mixxx wiki для получения дополнительной информации. - + Effect Parameter Параметры эффекта - + Adjusts a parameter of the effect. Настраивает параметр эффекта. - + Inactive: parameter not linked Неактивно: параметр не привязан - + Active: parameter moves with Meta Knob Активно: параметр перемещается с помощью метаручки - + Left side active: parameter moves with left half of Meta Knob turn Активна левая сторона: параметр перемещается с помощью поворота правой половины мета ручки - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Активны левая и правая сторона: параметр перемещается по диапазону с половиной поворота мета ручки и обратно с другой половиной - - + + Equalizer Parameter Kill Подавление параметра эквалайзера - - + + Holds the gain of the EQ to zero while active. Удерживает нулевое значение усиления эквалайзера, когда включено. - + Quick Effect Super Knob Супер быстрый эффект ручки - + Quick Effect Super Knob (control linked effect parameters). Быстрый эффект супер ручку (контрольные параметры связанного эффекта). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Подсказка: Изменить режим быстрого эффекта по умолчанию можно в меню Параметры -> Эквалайзеры. - + Equalizer Parameter Параметры эквалайзера - + Adjusts the gain of the EQ filter. Настраивает усиление фильтра эквалайзера. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Подсказка: Изменить режим эквалайзера по умолчанию можно в меню Параметры -> Эквалайзеры. @@ -13134,47 +13232,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Понижает питч на один полутон. - + Enable Vinyl Control Включить управление пластинками - + When disabled, the track is controlled by Mixxx playback controls. Когда эта функция отключена, треком можно управлять с помощью контроллеров воспроизведения Mixxx. - + When enabled, the track responds to external vinyl control. Когда включено, треком можно управлять с внешней панели управления пластинкой. - + Enable Passthrough Включить передачу - + Indicates that the audio buffer is too small to do all audio processing. Сигнализирует о том, что аудиобуфер слишком мал, чтобы выполнить обработку всего аудио. - + Displays cover artwork of the loaded track. Отображает обложку загруженного трека. - + Displays options for editing cover artwork. Отображает параметры для редактирования обложки. - + Star Rating Рейтинг в виде звёзд - + Assign ratings to individual tracks by clicking the stars. Присвоить оценки отдельным трекам с помощью звёздочек. @@ -13442,123 +13540,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Настройка питча в дополнение к ползунку скорости. - + Opens a menu to clear hotcues or edit their labels and colors. Открывает меню для удаления горячих меток или для редактирования их ярлыков и цветов. - + Record Mix Записать микс - + Toggle mix recording. Переключение записи микса. - + Enable Live Broadcasting Включить трансляцию - + Stream your mix over the Internet. Транслируйте свой микс через Интернет. - + Provides visual feedback for Live Broadcasting status: Обеспечивает визуальную обратную связь для Live вещания статуса: - + disabled, connecting, connected, failure. отключено, подключение, подключено, ошибка. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Когда этот параметр включён, дека напрямую воспроизводит звук, поступающий на вход пластинки. - + Blue for passthrough enabled. Голубой для передачи включён. - + Playback will resume where the track would have been if it had not entered the loop. Воспроизведение возобновится, где трек был бы если он не введен цикла. - + Loop Exit Выход из петли - + Turns the current loop off. Отключение текущего цикла. - + Slip Mode Режим скольжения - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Когда этот параметр включён, воспроизведение продолжается приглушённым в фоновом режиме во время петли, обратной прокрутки, скретча и так далее. - + Once disabled, the audible playback will resume where the track would have been. После отключения звуковое воспроизведение возобновится с того места, где была бы дорожка. - + Track Key The musical key of a track Тональность трека - + Displays the musical key of the loaded track. Отображает тональность загруженного трека. - + Clock Часы - + Displays the current time. Отображает текущее время. - + Audio Latency Usage Meter Измеритель использования задержки аудио - + Displays the fraction of latency used for audio processing. Отображает долю задержки, используемую для обработки звука. - + A high value indicates that audible glitches are likely. Высокое значение говорит о возможном наличии звуковых сбоев. - + Do not enable keylock, effects or additional decks in this situation. Не включайте блокировку клавиатуры, эффекты или дополнительные деки в этой ситуации. - + Audio Latency Overload Indicator Индикатор перегрузки задержки звука @@ -13680,97 +13778,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Если указана горячая метка, переходит к горячей метке. - + If hotcue is not set, sets the hotcue to the current play position. Если горячая метка не указана, указывает горячую метку на текущей позиции. - + Vinyl Control Mode Режим управления пластинками - + Absolute mode - track position equals needle position and speed. Абсолютный режим — позиция трека равна позиции и скорости иглы. - + Relative mode - track speed equals needle speed regardless of needle position. Относительный режим - трек скорость равна скорость иглы независимо от положения иглы. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Постоянный режим — скорость трека равна последней известной — постоянная скорость независимо от ввода иглы. - + Vinyl Status Статус пластинки - + Provides visual feedback for vinyl control status: Обеспечивает визуальную обратную связь для Винил управления статуса: - + Green for control enabled. Зелёный для управления включён. - + Blinking yellow for when the needle reaches the end of the record. Мигать жёлтым, когда игла достигнет конца записи. - + Loop-In Marker Маркер входа в петлю - + Loop-Out Marker Маркер выхода из петли - + Loop Halve Сократить петлю вдвое - + Halves the current loop's length by moving the end marker. Сокращает вдвое длину петли, перемещая маркер конца. - + Deck immediately loops if past the new endpoint. Дека сразу зацикливается, если вставить новую конечную точку. - + Loop Double Двойная петля - + Doubles the current loop's length by moving the end marker. Удваивает длину текущей петли, перемещая маркер конца. - + Beatloop Битовая петля - + Toggles the current loop on or off. Включает и выключает текущий цикл. - + Works only if Loop-In and Loop-Out marker are set. Срабатывает только если указаны маркеры входа и выхода из петли. @@ -13780,82 +13878,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Подсказка: Изменить режим метки по умолчанию можно в меню настройка -> Интерфейс. - + Vinyl Cueing Mode Режим меток для пластинки - + Determines how cue points are treated in vinyl control Relative mode: Определяет способ работы с точками меток в относительном режиме панели пластинки: - + Off - Cue points ignored. -Ключевые точки игнорируются. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Один Cue - если игла удаляется после ключевой точки, трек будет стремиться к этой ключевой точки. - + Track Time Время трека - + Track Duration Длительность трека - + Displays the duration of the loaded track. Отображает продолжительность загруженного трека. - + Information is loaded from the track's metadata tags. Информация загружена из тегов метаданных трека. - + Track Artist Исполнитель трека - + Displays the artist of the loaded track. Отображает исполнителя загруженного трека. - + Track Title Название трека - + Displays the title of the loaded track. Отображает название загруженного трека. - + Track Album Альбом трека - + Displays the album name of the loaded track. Отображает название альбома загруженного трека. - + Track Artist/Title Исполнитель/название трека - + Displays the artist and title of the loaded track. Отображает исполнителя и название загруженного трека. @@ -13863,12 +13961,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Cкрыть треки - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Выбранные треки находятся в следующих списках воспроизведения:%1Если их скрыть, они будут удалены из этих списков воспроизведения. Продолжить? @@ -14124,22 +14222,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset Обновить шаблон - + Rename Preset - + Save As New Preset... Сохранить как новый шаблон... - + Save snapshot Сохранить снимок @@ -14161,7 +14259,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Эффекты не загружены. @@ -14185,452 +14283,452 @@ This can not be undone! WMainMenuBar - + &File &Файл - + Load Track to Deck &%1 Загрузить трек в деку &%1 - + Loads a track in deck %1 Загружает трек в деку %1 - + Open Открыть - + &Exit &Выход - + Quits Mixxx Завершает работу Mixxx - + Ctrl+q Ctrl+q - + &Library &Медиатека - + &Rescan Library &Повторно сканировать медиатеку - + Rescans library folders for changes to tracks. Повторно сканирует папки медиатеки на предмет изменений в треках. - + Ctrl+Shift+L Ctrl+Shift+L - + E&xport Library to Engine Prime Э&кспортировать медиатеку в Engine Prime - + Export the library to the Engine Prime format Экспорт медиатеки в формат Engine Prime - + Create &New Playlist Создать &новый список воспроизведения - + Create a new playlist Создать новый список воспроизведения - + Ctrl+n Ctrl+n - + Create New &Crate Создать новый &контейнер - + Create a new crate Создать новый контейнер - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Вид - + May not be supported on all skins. Могут поддерживаться не все скины. - + Show Skin Settings Menu Показать меню параметров скина - + Show the Skin Settings Menu of the currently selected Skin Показать меню параметров текущего скина - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Показать панель микрофона - + Show the microphone section of the Mixxx interface. Показать панель микрофона в интерфейсе Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Показать панель управления пластинками - + Show the vinyl control section of the Mixxx interface. Показать панель управления пластинками в интерфейсе Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Показать предварительный просмотр деки - + Show the preview deck in the Mixxx interface. Показать предпросмотр деки в интерфейсе Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Показать обложку - + Show cover art in the Mixxx interface. Показать обложку в интерфейсе Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Развернуть медиатеку - + Maximize the track library to take up all the available screen space. Развернуть медиатеку, заполнив всё доступное пространство экрана. - + Space Menubar|View|Maximize Library Пространство - + &Full Screen &Полный экран - + Display Mixxx using the full screen Открыть Mixxx в полноэкранном режиме - + &Options &Действия - + &Vinyl Control Управление &пластинками - + Use timecoded vinyls on external turntables to control Mixxx Использовать пластинки с временными метками на внешних проигрывателях для работы с Mixxx - + Enable Vinyl Control &%1 Включить управление пластинкой &%1 - + &Record Mix &Записать микс - + Record your mix to a file Записать микс в файл - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Включить прямую &трансляцию - + Stream your mixes to a shoutcast or icecast server Прямая трансляция миксов на сервер shoutcast или icecast - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Включить &комбинации клавиш - + Toggles keyboard shortcuts on or off Переключает комбинации клавиш - + Ctrl+` Ctrl+` - + &Preferences &Параметры - + Change Mixxx settings (e.g. playback, MIDI, controls) Изменить параметры Mixxx (например, элементы управления воспроизведением, MIDI) - + &Developer &Разработчик - + &Reload Skin &Перезагрузить скин - + Reload the skin Перезагрузить скин - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools &Инструменты разработчика - + Opens the developer tools dialog Открывает диалог инструментов разработчика - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Статистика: Сегмент &Experiment - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Включает экспериментальный режим. Собирает статистику в сегменте отслеживания EXPERIMENT. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Статистика: &Базовый сегмент - + Enables base mode. Collects stats in the BASE tracking bucket. Включает базовый режим. Собирает статистику в сегменте отслеживания BASE. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled От&ладчик включён - + Enables the debugger during skin parsing Включает отладчик при обработке скина - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Справка - + Show Keywheel menu title Колесо тональности - + Show keywheel tooltip text Показать колесо тональности - + F12 Menubar|View|Show Keywheel F12 - + &Community Support &Поддержка сообщества - + Get help with Mixxx Получить помощь с Mixxx - + &User Manual &Руководство пользователя - + Read the Mixxx user manual. Открыть руководство пользователя Mixxx. - + &Keyboard Shortcuts &Комбинации клавиш - + Speed up your workflow with keyboard shortcuts. Ускорьте свой рабочий процесс с помощью комбинаций клавиш. - + &Settings directory Каталог &параметров - + Open the Mixxx user settings directory. Открыть катало пользовательских параметров Mixxx. - + &Translate This Application &Перевести это приложение - + Help translate this application into your language. Помогите перевести это приложение на ваш язык. - + &About &О программе - + About the application О приложении @@ -14859,564 +14957,564 @@ This can not be undone! WTrackMenu - + Load to Загрузка в - + Deck Дека - + Sampler Сэмплер - + Add to Playlist Добавить в список воспроизведения - + Crates Контейнеры - + Metadata Метаданные - + Update external collections Обновить внешние коллекции - + Cover Art Обложка - + Adjust BPM Настроить BPM - + Select Color Выбрать цвет - + Reset Reset metadata in right click track context menu in library Сбросить - - + + Analyze Анализ - - + + Delete Track Files Удалить файлы треков - + Add to Auto DJ Queue (bottom) Добавить в очередь AutoDJ (в конец) - + Add to Auto DJ Queue (top) Добавить в очередь AutoDJ (в начало) - + Add to Auto DJ Queue (replace) Добавить в очередь AutoDJ (заменить) - + Preview Deck Предпросмотр деки - + Remove Удалить - + Remove from Playlist Удалить из списка воспроизведения - + Remove from Crate Удалить из контейнера - + Hide from Library Скрыть в медиатеке - + Unhide from Library Отобразить в медиатеке - + Purge from Library Удалить из медиатеки - + Move Track File(s) to Trash Переместить треки в корзину - + Delete Files from Disk Удалить файлы с диска - + Properties Свойства - + Open in File Browser Открыть в диспетчере файлов - + Select in Library Выбрать в медиатеке - + Import From File Tags Импортировать из тегов файла - + Import From MusicBrainz Импортировать из MusicBrainz - + Export To File Tags Экспортировать в теги файла - + BPM and Beatgrid BPM и битовая сетка - + Play Count Количество воспроизведений - + Rating Рейтинг - + Cue Point Точка метки - + Hotcues Горячие метки - + Intro Вступление - + Outro Завершение - + Key Тональность - + ReplayGain Выравнивание громкости - + Waveform Осциллограмма - + Comment Комментарий - + All Все - + Lock BPM Заблокировать BPM - + Unlock BPM Разблокировать BPM - + Double BPM Удвоить BPM - + Halve BPM Сократить BPM вдвое - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Сбросить BPM - + Reanalyze Повторно анализировать - + Reanalyze (constant BPM) Повторный анализ (постоянный BPM) - + Reanalyze (variable BPM) Повторный анализ (переменный BPM) - + Update ReplayGain from Deck Gain Обновить выравнивание громкости через выравнивание деки - + Deck %1 Дека %1 - + Importing metadata of %n track(s) from file tags Импорт метаданных одного трека из файловых теговИмпорт метаданных %n треков из файловых теговИмпорт метаданных %n треков из файловых теговИмпорт метаданных %n трека из файловых тегов - + Marking metadata of %n track(s) to be exported into file tags Выделение метаданных одного трека для экспорта в теги файловВыделение метаданных %n треков для экспорта в теги файловВыделение метаданных %n треков для экспорта в теги файловВыделение метаданных %n трека для экспорта в теги файлов - - + + Create New Playlist Создать новый список воспроизведения - + Enter name for new playlist: Введите имя для нового списка воспроизведения: - + New Playlist Новый список воспроизведения - - - + + + Playlist Creation Failed Не удалось создать список воспроизведения - + A playlist by that name already exists. Список воспроизведения с таким именем уже существует. - + A playlist cannot have a blank name. Имя списка воспроизведения не может быть пустым. - + An unknown error occurred while creating playlist: Произошла неизвестная ошибка при создании списка воспроизведения: - + Add to New Crate Добавить в новый контейнер - + Scaling BPM of %n track(s) Вычисление BPM одного трекаВычисление BPM %n трековВычисление BPM %n трековВычисление BPM %n трека - + Locking BPM of %n track(s) Блокировка BPM одного трекаБлокировка BPM %n трековБлокировка BPM %n трековБлокировка BPM %n трека - + Unlocking BPM of %n track(s) Разлокировка BPM одного трекаРазлокировка BPM %n трековРазлокировка BPM %n трековРазлокировка BPM %n трека - + Setting color of %n track(s) Установка цвета одного трекаУстановка цвета %n трековУстановка цвета %n трековУстановка цвета %n трека - + Resetting play count of %n track(s) Сброс количества воспроизведений одного трекаСброс количества воспроизведений %n трековСброс количества воспроизведений %n трековСброс количества воспроизведений %n трека - + Resetting beats of %n track(s) Сброс битов одного трекаСброс битов %n трековСброс битов %n трековСброс битов %n трека - + Clearing rating of %n track(s) Удаление рейтинга одного трекаУдаление рейтинга %n трековУдаление рейтинга %n трековУдаление рейтинга %n трека - + Clearing comment of %n track(s) Удаление комментария одного трекаУдаление комментария %n трековУдаление комментария %n трековУдаление комментария %n трека - + Removing main cue from %n track(s) Удаление основной метки из одного трекаУдаление основной метки из %n трековУдаление основной метки из %n трековУдаление основной метки из %n трека - + Removing outro cue from %n track(s) Удаление метки завершения из одного трекаУдаление метки завершения из %n трековУдаление метки завершения из %n трековУдаление метки завершения из %n трека - + Removing intro cue from %n track(s) Удаление метки вступления из одного трекаУдаление метки вступления из %n трековУдаление метки вступления из %n трековУдаление метки вступления из %n трека - + Removing loop cues from %n track(s) Удаление меток петли из одного трекаУдаление меток петли из %n трековУдаление меток петли из %n трековУдаление меток петли из %n трека - + Removing hot cues from %n track(s) Удаление горячих меток из одного трекаУдаление горячих меток из %n трековУдаление горячих меток из %n трековУдаление горячих меток из %n трека - + Resetting keys of %n track(s) Сброс тональности одного трекаСброс тональности %n трековСброс тональности %n трековСброс тональности %n трека - + Resetting replay gain of %n track(s) Сброс выравнивания громкости одного трекаСброс выравнивания громкости %n трековСброс выравнивания громкости %n трековСброс выравнивания громкости %n трека - + Resetting waveform of %n track(s) Сброс осциллограммы одного трекаСброс осциллограммы %n трековСброс осциллограммы %n трековСброс осциллограммы %n трека - + Resetting all performance metadata of %n track(s) Сброс всех метаданных производительности одного трекаСброс всех метаданных производительности %n трековСброс всех метаданных производительности %n трековСброс всех метаданных производительности %n трека - + Permanently delete these files from disk? Удалить эти файлы с диска безвозвратно? - - + + This can not be undone! Это действие нельзя отменить! - + Stop the deck and move this track file to the trash bin? Остановить деку и переместить этот трек в корзину? - + Stop the deck and permanently delete this track file from disk? Остановить деку и безвозвратно удалить этот трек с диска? - + Cancel Отмена - + Delete Files Удалить файлы - + Okay Ок - + Move Track File(s) to Trash? Переместить треки в корзину? - + Track Files Deleted Треки удалены - + Track Files Moved To Trash Треки были перемещены в корзину - + %1 track files were moved to trash and purged from the Mixxx database. Следующее количество файлов треков было перемещено в корзину и удалено из базы данных Mixxx: %1. - + %1 track files were deleted from disk and purged from the Mixxx database. Следующее количество файлов треков было удалено с диска и из базы данных Mixxx: %1. - + Track File Deleted Трек удалён - + Track file was deleted from disk and purged from the Mixxx database. Трек был удалён с диска и из базы данных Mixxx. - + The following %1 file(s) could not be deleted from disk Следующее количество файлов нельзя удалить с диска: %1 - + This track file could not be deleted from disk Этот трек нельзя удалить с диска - + Remaining Track File(s) Оставшиеся треки - + Close Закрыть - + Loops Петли - + Removing %n track file(s) from disk... Удаление %n треков с диска... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Примечание: при нахождении в режиме просмотра компьютера или записи необходимо ещё раз переключиться на текущий режим, чтобы увидеть изменения. - + Track File Moved To Trash Трек перемещён в корзину - + Track file was moved to trash and purged from the Mixxx database. Трек был перемещён в корзину и удалён из базы данных Mixxx. - + The following %1 file(s) could not be moved to trash Следующее количество файлов нельзя переместить в корзину: %1 - + This track file could not be moved to trash Этот трек нельзя переместить в корзину - + Setting cover art of %n track(s) Установка обложки одного трекаУстановка обложки %n трековУстановка обложки %n трековУстановка обложки %n трека - + Reloading cover art of %n track(s) Перезагрузка обложки одного трекаПерезагрузка обложки %n трековПерезагрузка обложки %n трековПерезагрузка обложки %n трека @@ -15424,37 +15522,37 @@ This can not be undone! WTrackTableView - + Confirm track hide Подтверждение скрытия трека - + Are you sure you want to hide the selected tracks? Скрыть выбранные треки? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Удалить выбранные треки из очереди AutoDJ? - + Are you sure you want to remove the selected tracks from this crate? Удалить выбранные треки из этого контейнера? - + Are you sure you want to remove the selected tracks from this playlist? Удалить выбранные треки из этого списка воспроизведения? - + Don't ask again during this session Больше не спрашивать в этом сеансе - + Confirm track removal Подтверждение удаления трека @@ -15470,7 +15568,7 @@ This can not be undone! WaveformWidgetFactory - + legacy уст. @@ -15518,52 +15616,52 @@ This can not be undone! mixxx::CoreServices - + fonts шрифты - + database база данных - + effects эффекты - + audio interface аудио интерфейс - + decks деки - + library библиотека - + Choose music library directory Выберите каталог библиотеки музыки - + controllers контроллеры - + Cannot open database Не удалось открыть базу данных - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_si.qm b/res/translations/mixxx_si.qm index 89b7417d48d68d514d0f39ade0f1d7a1a7b1629c..067913f550fafa1e101108f54801c09e3e8b79e4 100644 GIT binary patch delta 1698 zcmXZceN5DK90%|>cfa2~KafChJg5XB$brYhaR=P-{IpEBnu<^Phr&wpq1iNRb4NJ{ zje&v)NV%GpO&g)OT9(b!(@-HRrEJW(C9@{f)>(+r_p~<&$rZn zo)*g*p?T#$0L!lefz-`VcA5ZB29(b$0p}K|ZdufDf+n`p!oR6M0_sYcmz_#;yP#f> zMdvJ}j&(F^R&NvE{qI7ZdRyjgq>j!R1IXLV0q+W09E84iJ&-;EXT=y0{U&PCWcRjs z8hMQ7-lFbdn)e>{UZwfFX+a7ta$sq&Q99(L(E}j^Kvoh5JZ-etj@s{TODAs9#a^s6 zF94o8O=HGstd+V=G|x>v6Exp9>qA=bAuVo1{n{X~FbDM?2i^cI(`en*2V_|3;$8UV znQwsjtu%Q`)A+;<%%9X8$&wt*Pt#nv&?&K*&@Ky&Cst}V^-B)2y0zD)OC(F%m3{rk zrDH2-uBlR9HX zP;IG_)|j`^r0q1PlIGUZN=0p{k;={eH0dPGwX0pWR$x(_+I>oHN_aPoaZq2Udik%9 zfXq5I7z%mv*8x8GoYcQW9q}#$wC8DwMt$H=0R52qV1ZO%@X>;MI%`6tY+zCs)#H`3 z4C<=4ZUF47Xw*&WSwoA4brZ3_0TDmz{@w8<5VJ;aJn}@2DsV<$u8|+IAJVsc-zA+$ zrZFe=ZI3QXHn!?72X6tUc3M8A|8H70n0ee#Q(7rU1Dcve%i|5N`sGOGJTzR7ye1!? zrExFN^mOWOHkzBq9lf{`U*??(jU7v(=#8l@C6&gjO4$K%p+zk%I$J6rV zrk;z^a;=M+ey0^Rrmt$`wuBW^Ws=60($WmmjmLYX#jDNly#JbXa-2GnsW;JlY}6tJ z4bqIGA?5zN4CXH)q%y-8O&m0jU6GcjTr!WZ&IFz|TB_Usk(Tz->_^mHW_f+fuRu<- zrTNo8rLy}p+HLu4T9uR^w*1(U4LGh@CS65xoyX~d25UlJ2H+pFE?O5DkR7*JUr8GV z=4D$CmfQuDm9(VYdSuUBAg#kz@sd;)>9h^Ll?>=cY$KUDlJZg8-JAwMvw`aDv~0cI zm6i__R@n=iTIKsznsJZ1me`9s9FLD>{RApv1JQ?0^X)C2NhPraPM!B^L#ld>u%U_@O{hjyx-sgFK&-1o5 z1vNDXy&s|N1dssOdw|k1AS8%J?xL}F>e@>4Z&R-c2&4c@wo(5H;JHB{^d}m16_@e0kaqMqGQSIcuNTBy?u^pzgsHQMx&Ev)PRh`TyO_bZynZLz5y)v)3i^q)|w=d zCs0QvjnSy{ZJK?Cy4Ta3cAC46=7m%51gh8e1B*|i`eW@4Ir}YW*wHR8)M(m${2YG) zh`mLVHtBXxJAo%_bS)XuAB$Rb0~ZeiiR<;{v+LdZjU75U5{rIl$|w8XQTBD5l8RlT zkeCIdZSfJeZrnh1?soU{Gn^EH5ZIr+l*iTWQcobm4mH@zP=_XAkKm@Gxa$ z=YAkFk!E?7-}j^garfy{yOiq|?|%? z_RlnVQmV#_{5I-2ua3CO0VR$4wyF0V3Sjc8_mU(7eL6L@)4U3UJuX55sWC)0yJZ|* zhSE(NWQ>Psl%KkWsn=)tGv+rSVwK^)+Ao13&^sZ!n#k%*Hd^N)=spANBH(F1Q+9aX88D;)c zL%ERtrnNgOe;7SR?wSeFPG1HmJy@_k=c9z2%06VPp-hC1s1J|sOk z2gvIQ$=lN)8EZ7Pf~KDj@rF0bJi-&w>ylC%uWgi}pJ;4fmC|{^VA414D6DAAv@Gfz IFu&mcAN}04-v9sr diff --git a/res/translations/mixxx_si.ts b/res/translations/mixxx_si.ts index 2069ba96ea9..4e39f9fe918 100644 --- a/res/translations/mixxx_si.ts +++ b/res/translations/mixxx_si.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) ස්වයංක්‍රීය DJ පේලියට එක් කරන්න - + Add to Auto DJ Queue (top) ස්වයංක්‍රීය DJ පේලියෙහි (උඩටම) එක් කරන්න - + Add to Auto DJ Queue (replace) - - Import Playlist - වාදන ලැයිස්තුව ආනයනය කරන්න + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed වාදන ලැයිස්තුව හරිහැටි සකස් නොවිණි. - + An unknown error occurred while creating playlist: වාදන ලැයිස්තුව නිර්මාණය කරන අතරතුර අඥාත දෝෂයක් හටගත්තා @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist නව වාදන ලැයිස්තුව - + Add to Auto DJ Queue (bottom) ස්වයංක්‍රීය DJ පේලියට එක් කරන්න - - + + Create New Playlist - + Add to Auto DJ Queue (top) ස්වයංක්‍රීය DJ පේලියෙහි (උඩටම) එක් කරන්න - + Remove ඉවත් කරන්න - + Rename නම වෙනස් කරන්න - + Lock අගුළුලන්න - + Duplicate - - + + Import Playlist වාදන ලැයිස්තුව ආනයනය කරන්න - + Export Track Files - + Analyze entire Playlist මුළු වාදන ලැයිස්තුවම විශ්ලේෂණය කරන්න - + Enter new name for playlist: - + Duplicate Playlist වාදන ලැයිස්තුව පිටපත් කරන්න - - + + Enter name for new playlist: - - + + Export Playlist වාදන ලැයිස්තුව නිර්යාත කරන්න - + Add to Auto DJ Queue (replace) - + Rename Playlist වාදන ලැයිස්තුවේ නම වෙනස් කරන්න + - Renaming Playlist Failed වාදන ලැයිස්තුවේ නම වෙනස් කිරීම අසාර්ථකයි - - - + + + A playlist by that name already exists. එම නමින් වාදන ලැයිස්තුවක් දැනටමත් ඇත. - - - + + + A playlist cannot have a blank name. වාදන ලැයිස්තුවක් සඳහා හිස් නමක් තිබිය නොහැක. - + _copy //: Appendix to default name when duplicating a playlist _පිටපත් කරන්න + - + - - - + + Playlist Creation Failed වාදන ලැයිස්තුව හරිහැටි සකස් නොවිණි. - - + + An unknown error occurred while creating playlist: වාදන ලැයිස්තුව නිර්මාණය කරන අතරතුර අඥාත දෝෂයක් හටගත්තා - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U වර්ගයේ වාදන ලැයිස්තුව (*.m3u);;M3U8 වාදන ලැයිස්තුව (*.m3u8);;PLS වාදන ලැයිස්තුව (*.pls);;වගන්ති CSV (*.csv);;කියැවියහැකි වගන්ති (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. පථය ප්‍රවේශණය කල නොහැක. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album ඇල්බමය - + Album Artist - + Artist ගායකයා - + Bitrate මාත්‍රා අනුපාතිකය - + BPM BPM - + Channels - + Color - + Comment අර්ථ කථනය - + Composer රචකයා - + Cover Art - + Date Added දිනය ඇතුළත් කළා - + Last Played - + Duration කාලමාත්‍රාව - + Type මාදිලිය - + Genre වර්ගය - + Grouping - + Key යතුර - + Location පරිස්ථානය - + Preview පූර්වදර්ශනය - + Rating තක්සේරු කිරීම - + ReplayGain - + Samplerate - + Played වාදනය කෙරිණි. - + Title මාතෘකාව - + Track # පථය # - + Year වර්ෂය - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links ක්ෂණික සැබැඳුම්වලට එකතු කිරීම - + Remove from Quick Links ක්ෂණික සැබැඳුම්වලින් ඉවත් කිරීම - + Add to Library - + Quick Links ක්ෂණික සැබැඳුම් - - + + Devices උපකරණ - + Removable Devices ඉවත්කළ හැකි උපකරණ - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title මාතෘකාව - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) ස්වයංක්‍රීය DJ පේලියට එක් කරන්න - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) ස්වයංක්‍රීය DJ පේලියෙහි (උඩටම) එක් කරන්න - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ ස්වයංක්‍රීය DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Mixxx ගැන - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled ක්‍රියාත්මක කළා - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ ස්වයංක්‍රීය DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock අගුළුලන්න - - + + Playlists - + + Shuffle Playlist + + + + Unlock අගුළු අරින්න - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates ඇහුරුම් පෙට්ටිය - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock අගුළු අරින්න - + Lock අගුළුලන්න - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album ඇල්බමය - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates ඇහුරුම් පෙට්ටිය - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze විශ්ලේෂණය - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) ස්වයංක්‍රීය DJ පේලියට එක් කරන්න - + Add to Auto DJ Queue (top) ස්වයංක්‍රීය DJ පේලියෙහි (උඩටම) එක් කරන්න - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove ඉවත් කරන්න - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating තක්සේරු කිරීම - + Cue Point - + Hotcues - + Intro - + Outro - + Key යතුර - + ReplayGain - + Waveform - + Comment අර්ථ කථනය - + All සියළුම - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist නව වාදන ලැයිස්තුව - - - + + + Playlist Creation Failed වාදන ලැයිස්තුව හරිහැටි සකස් නොවිණි. - + A playlist by that name already exists. එම නමින් වාදන ලැයිස්තුවක් දැනටමත් ඇත. - + A playlist cannot have a blank name. වාදන ලැයිස්තුවක් සඳහා හිස් නමක් තිබිය නොහැක. - + An unknown error occurred while creating playlist: වාදන ලැයිස්තුව නිර්මාණය කරන අතරතුර අඥාත දෝෂයක් හටගත්තා - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_sk.qm b/res/translations/mixxx_sk.qm index 6e5d12821f7914d082b09a666805d872a904bccc..6aaf19daae20194d0afe4303851befa2e21862b6 100644 GIT binary patch delta 2984 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Pridať na koniec zoznamu Auto DJa - + Add to Auto DJ Queue (top) Pridaj na začiatok zoznamu Auto DJa - + Add to Auto DJ Queue (replace) - - Import Playlist - Importovať playlist + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Chyba pri vytváraní zoznamu skladieb - + An unknown error occurred while creating playlist: Vyskytla sa neznáma chyba pri tvorbe playlistu. @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Nový playlist - + Add to Auto DJ Queue (bottom) Pridať na koniec zoznamu Auto DJa - - + + Create New Playlist Vytvoriť nový playlist - + Add to Auto DJ Queue (top) Pridaj na začiatok zoznamu Auto DJa - + Remove Odobrať - + Rename Premenovať - + Lock Uzamknúť - + Duplicate Duplikovať - - + + Import Playlist Importovať playlist - + Export Track Files Exportovať stopy - + Analyze entire Playlist Analyzovať celý playlist - + Enter new name for playlist: Zadajte nové meno pre playlist - + Duplicate Playlist Duplikovať playlist - - + + Enter name for new playlist: Zadajte meno pre nový playlist - - + + Export Playlist Exportuj playlist - + Add to Auto DJ Queue (replace) - + Rename Playlist Premenovať playlist + - Renaming Playlist Failed Premenovanie playlistu zlyhalo - - - + + + A playlist by that name already exists. Tento názov playlistu už existuje! - - - + + + A playlist cannot have a blank name. Playlist nemôže byť bez názvu! - + _copy //: Appendix to default name when duplicating a playlist _kopíruj + - + - - - + + Playlist Creation Failed Chyba pri vytváraní zoznamu skladieb - - + + An unknown error occurred while creating playlist: Vyskytla sa neznáma chyba pri tvorbe playlistu. - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Súbory zoznamu skladieb typu (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Chyba pri načítaní súboru @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Autor Albumu - + Artist Interprét - + Bitrate Dátový tok - + BPM BPM - + Channels Kanály - + Color Farba - + Comment Poznámka - + Composer Skladateľ - + Cover Art - + Date Added Dátum pridania - + Last Played - + Duration Trvanie - + Type Typ: - + Genre Žáner - + Grouping Grouping - + Key Master Tempo - + Location Umiestnenie - + Preview Ukážka - + Rating Hodnotenie - + ReplayGain - + Samplerate - + Played Odohraté - + Title Názov - + Track # Skladba # - + Year Rok - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed Akcia zlyhala - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Pridaj ku skratkám - + Remove from Quick Links Odober zo skratiek - + Add to Library Pridať do knižnice - + Quick Links Skratky - - + + Devices Zariadenia - + Removable Devices Vymeniteľné zariadenia - - + + Computer Počítač - + Music Directory Added Pridaný hudobný priečinok - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Skenovať - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group Skupina - + Item Položka - + Value Hodnota - + Parameter Parameter - + Title Názov - + Description Popis @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume Nastaviť plnú hlasitosť - + Set to zero volume Nastaviť zvuk na 0 hodnotu @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button Vypnúť zvuk @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left Nastaviť orientáciu MIXu na ľavo - + Set mix orientation to center Nastaviť orientáciu MIXu na stred - + Set mix orientation to right Nastaviť orientáciu MIXu na pravo @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Ekvalizéry - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping Slučka - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 1 - + 2 - + 4 - + 8 - + 16 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute Vypnúť zvuk @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync Synchronizovať - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Pridať na koniec zoznamu Auto DJa - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Pridaj na začiatok zoznamu Auto DJa - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects Efekt - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Ďalšia - + Switch to next effect Prepnúť na ďalší efekt - + Previous Predchádzajúce - + Switch to the previous effect - + Next or Previous Nasledujúce alebo Predchádzajúce - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain Zisk - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Rýchlosť prehrávania - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed Zvýšiť rýchlosť - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed Znížiť rýchlosť - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker Vyčistiť %1 - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Ísť hore - + Equivalent to pressing the UP key on the keyboard - + Move down Ísť dolu - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off Zapnúť/vypnúť mikrofón - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages O programe Mixxx - - + + + Unknown Neznáme - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Akcia zlyhala - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ Sprievodca hardvérom - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. Skenovať - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Nepovolené - + Enabled - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ Sprievodca hardvérom - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error Chyba konfigurácie @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers Ovládače - + Library Knižnica - + Interface - + Waveforms - + Mixer - + Auto DJ Auto DJ - + Decks - + Colors Farby - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efekt - + Recording Nahrávanie - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Autor Albumu - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Uzamknúť - - + + Playlists - + + Shuffle Playlist + + + + Unlock Odomkni - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Vytvoriť nový playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates DJ bagy - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Odomkni - + Lock Uzamknúť - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Ďalšia - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Predchádzajúce - + Switch to the previous effect. - + Next or Previous Nasledujúce alebo Predchádzajúce - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates DJ bagy - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Analyzovať - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Pridať na koniec zoznamu Auto DJa - + Add to Auto DJ Queue (top) Pridaj na začiatok zoznamu Auto DJa - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Odobrať - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Hodnotenie - + Cue Point - + Hotcues - + Intro - + Outro - + Key Master Tempo - + ReplayGain - + Waveform - + Comment Poznámka - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Vytvoriť nový playlist - + Enter name for new playlist: Zadajte meno pre nový playlist - + New Playlist Nový playlist - - - + + + Playlist Creation Failed Chyba pri vytváraní zoznamu skladieb - + A playlist by that name already exists. Tento názov playlistu už existuje! - + A playlist cannot have a blank name. Playlist nemôže byť bez názvu! - + An unknown error occurred while creating playlist: Vyskytla sa neznáma chyba pri tvorbe playlistu. - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_sl.qm b/res/translations/mixxx_sl.qm index 9a88a9e39fb013ad9805737b3188968ef1508f8d..edfc4b4a664369f2c687fa603c86adcd1c963690 100644 GIT binary patch delta 24453 zcmX7wWk6J25QgWTxV5{O*kWR!Vqt!YEf&~?ii%=)g25_^EfyH4D0U)>9oT_^h27oQ zt@yoMem%R(?%s3HnKSdw%vttd${lq(x3k9Hp1IDxUlw(tP`<<6Vh`P`OVp_Z5fvfI zIRSJhWzj>6jJ9SlWjI)lSmJ+Rc_P1p7TM=sUGT2*fK`cFgn@O4RoD&IC0213 zSdW+&uH&To#47#53k`@>9t<`lRy7dxAy$onEr~yBM#Lr(`*WX&H^diLx5%bokR0!A zJ_igU<)=Rwi3_$P62ox8JK%8Qv991~;?YCE@fZLH!@%vhzLEy@5EaKAHd~UxL>Dj^&(9E* z`j5B`11Z&s*xSKQ%%BVY@EtQ&7*jbGEDGKQG4($lfS9J{HZUA_s1sF6zf(+mr76Uw zgkpyAzMm6_YJk6*gShaNTbR(+q^!owHoy&e`GWUI*-{S^i^sXkWU#ao>y!RMH%uYO zU9x0w$t#O;;~H=n@s%IIHKg2nWRdv|C2CZf6rXJtWda7$2s2pm28at*#p{jhlAPTL z#Pe#!iJI&p8gksC2w6|m6z_LdK1kGT0m;>%Z$sio@h0Diq$G3&aferaTjaGXSriUT zAzqi?ub)5qvILf=NVq-(|3D26;{xD_$2@N?DYfo@ekdZmd;Baw;1z^{vap z$ohj7Kzw2A_N2^%Ewt`UEFxzH?_99RFFpmQk*Eh-X#Iuw6Bh2Gls{~w9XONno-WKr&`0OI1qs*u=rium?$ z61y9a5}XsfPkcudiG8@(zR@I3uO+3+BN7({@!nTST*7wN`;)klMl>y(MX|aLiMyqV z&DKb~oQ$QuO~U!M9PvK0NxZ*_KUB@&?VT3+vCkyF!RQhSku))lzKuy%T1u3)wMC_R zBa3|0U5ldle3Dhtup}zU|3a}OCrLJJPRd4ii)>Fc$wsiFqCpvKx{93XFYrns)(fJ3 z36jk)wP$)*6mRQ*Ux<=CEQ)uoB->#IuC24k=6@#HeLBfgcS!b1Bsn*YWbfm+;0Kb! zrW0Mo`$6&DPI6QvDSQ7TIc+WRr#6xilZb^Ba*|wvty40OMb@~PMLuCH$z}D4zxhHk z7E}0hkwxYEb&{)ylt9eL`X|JeV<&9xMwB*)WIUFQ#)0)nQ8QWOKk@z}K}2rLGFX12 zMde5?i@cIE-g+SFUnTiF3~#)W!Sa|=JmL~^QEt9M>bek8>h&Zw-3A);C9PBn zc!RWlSFqNNNefOPnwyifr2(Y$>`oePfRCt5`U5u-YGblBZ9|l6Nd}#zHdzl?T3(CX zQN*I$sFE#Z1c}~hlxfIEqF((d^SCPrI#HD6?J?rZXHnKQ<1wW}$yKXL@^vT5F}N`) ze`-ZUI9F(U)D9Lggso?TJ;=ajLI1S6tcMrKcqlkXZvFMc5+fuOvLCW^~RKg3} zBkmiOsDfRwtr(SPh8YOYNhMnpCZ%w1Dj5P6DMTKyayj-Gd0c{Fjr~F%Fk<%hKZ|nQ zU@8ThVSk5M z^gHrwhbcY3fIK_+fbGdMx(CtLMO1b_*13)!mCLo46k0(QsW8!{_T-g5@bCrXH5nZB zjVh%FpTt0_G!>lEjH>iX_Xnq`Y6(y5{UcQEaU6-qf2jI6C#-SfC#rtFCtU3Ti`;uv z25Wt>C|u$)Sf`&w`7JY5f60kfm#3OZxU;byTCY9h&PQ3w_k{B_8npBP=WmL39xo0~y=@E#i_auW&CRtRDOLC_FfoF1~ zCIi~QVFXc=88b*}*o2zwn+{KCrzZQ05PQFenw-Xkx2x22F5Ksi-_*>805UGsqF7df zn)&P_Uil>XGJM|i0{P~1AyG3o`T8Fxxu!Dto(xBD8kWJb!4{PrubtKd?%K+t+|-@? z79N48b0xo(EfGL2P;;38&)7eMt0rXdLRMzaa^dqxfnb{?ay2zWq$Dt zF6>Ml@)be^tWO;#UnBnHK6N;hh@jSiIwYOIF1X=A9nN8-lLuJjYKaUEm`WXcM-qP- zPyW55NW$&=_l+U3@F4m3-%0dmq(%NEjr=zxAY2b6{}Y2rHb|sSHg`BOw+xmqpF!Wf z7TNLx7P(=!=;Q^nWW4ZS*9_J;mO*bXi*j=$bqb0jn$wLs4ZlyKT>y2OiYRH+qR#3J zVr2$W=N1VF&;O`%*c#&JhEeB9=_2Meb)JHmDE^+hl(<5?@Ga`{$c3cKTi#*6#Qq5C5!jPx@*4{3bdr=h?!G#eN>AaIlV(J`_3s7gKzveMI}VQ+!Gc)QbxxoJE*^Tab2di$kt4jdt(LPO7ag?TyF-Mb!&TUz$+b zHzj~5{u}MP;f45LjrR9>LR^b-(t#~8B(pZAqh-BGnfZ%OR2xCuqZFNPUlpqM8=W3q z75jBOoleCzy{6KcabJjLcv4cEC5QDCJ9(+kDZkXxIEh%N!N0LML(~Tv!h;4VarkjNmNhyCRgSCdy%_Iy!=|?w{5vR9( zr@L-2!g(g$%k+t8nT;L}MOaPtrAOmDi8^w6668jF{SA8A8y9?^OfQ4oNjXuI-n80C zbUq)w83R=`KbYP?u=24Z>23NFu3AnX6W~9bCuY*8p-6=;ucj{}Fx9@@=~;-ozi@pZPT@ou#E4+LFIeA^K@DW(^f+rPO!i8x0N<~8w zLk$Ng`oKaYs+3iXXg8Anr4`#QL3H`CMe#LIae3%M;$un0wJkK?7gfozEs2=xY9&`r z2+c#el-yJ(*b9>`M7p zkZXRQm5Oh$Tb6%TD&L$8;UbhO6-E%q+8ZMWtqEOnvMJrRHI%*?rMUy=mA5W4vd-BW2;6Kj60n9}fJ0#V|5rQu`na5bg*P#EF5yGrYL=u2BQrNd?@?(a_(f2Utr zShErX6xV)kCSqbgfdYsaCdKgl$K}z4-5yah#EB*RZfFwVt z3>4T!1yseE{yuR^=eR6@c7 zh8~61x#I zGk>hIdY&68D}0qLP46RLbOtF~+Tsg3qBhW{FDbSI%9cS0$L33A%YuuD`$Ltu)}9D5 ztCStVP&`Sym4v5bNi+ylb`^p3uj--fDWxOIl>$S-*~%X5cV2tHlK5W?DT@avi9Wbc zqkYQB6A+=}D=Vi~B3XS{MLCn@9QOZ9r;-$Vk*H=7CF$ZwlD`s_q>s_W?75V)?&XnM zPf^b8f$sk}RY`s|2TK*ITwDi_n7@#6@yI1)LQ9oPmCg}u+GJ5&>8f1%&y!fdGUYNW zN^;5-4m8tEQv`dXrPsZ=t00h$D94kCO5ufW-Qr%5{&O z#LKT!uJ6Eh{M1>w)pr3gnXKGGMnj$QDz{@?5oR6AU2-EnI!L)&5`JUecI966jwG)* zl>0jvV!{FCX?Dz*-dK5g-4z2~rMwz}T~PUT2I~}5J}iwv{@2+{`Sdh~=*tS_M-Z%g z^&sWv25h(4{gvP4QV`YVDSvk7M8a8{u?S4%+K!ApzKlEm$uxgtvp1rdwsa-&7X_H3 z6F%qOmbo0?kHUoy%XBC^DOy&RxqS$+RxvC~@MmHrPchdOaOD?vv0U$*$s`{AVtMAI z5?h$U3T(zq9Gt@nW=$bA^HEkLF^EWe$BG=QL`waI%)MhBqUgb_*ftFGMqZ(#k^-VAXzPyc_UF#B8IU#ewfOo*;u^? zlSm$nXAQEfCKkMrH43{%av@_)+pa|nC~Q&OsmYq&f)S6J%zPuRB5J;7Ej$o4d#lWu z{(xsX!&*!?h(-CZmeUuYw04lSS_l`~pc-r2j}sdd$2u%dCid(E>#(#njAs$++5+!i zbDecvjc6#+Sofyz4@bjU&yCO%zrL`Z{}M@bD$Ih;V}`#^W_|n-WlP;+eLh0_aezf8>&>Q`kD!dQia|*?M<)Iu94Nej#-Jn0IW$=xW5?oXX%| z)gpJANo>O+jBNiMwqa#S2#cF+Q+nSI~L`y^tuG`1&w0HLMWo}ua6dJNm!un=;^Pi+6rM3VE$umk%}kzC%K z9V(EB`tReqEU^?STitH3#OqkQ^()xnJsn9rjkGA|3}Hw9V0%`{$BtHj)z9^1M|b`t zCFde`%6%28m{-}UBN(vv1a|6bGVvUoomuNm%E}f-|+?ams>7kpb zBjjRFzd+8{o6VjVua5*|4|_8o3YNdl#@)%T-74`a2kAt*wCH*oPnhqFWJwNNL(5oWxqnwNakiy1_cujbmN$0Qp!;%4$O5_gig zc>~7wfN}G4`WFRo`z$1(dCqeCS=dIu_uP>jhw5fg?h+G9veI6jiBgH{BY38~s12RS z#53K4ZS>#7v&Q&g``zR@*A608w&Tvcd5@B)b)M&q?M|ZN3tlu&MPkc_@nRK^6E}l- z$$o=~^%=xHUL+FDZ^TQT6vU@=;-woPh+JIEJ*%M*@u~(dr@+@I_uv)sz&Hoq;9eWz zP!Al*tChQn0j}WHDnJ?Sp3kcV!4)t6$gBUoP0XW^lh^F$LUQ^WUdtUWG*f$C>;6bm zKE3C4Qum;QYVdkW0P$I=U?}m3HoTrzmw3zHynZtnZSCf~{_>p|z((HS0bKR#2fWEp z=!WP6yvei`NYB^vCbKZ0H!XRS>+@kFnYdrNAE+*Q^L7hJx#OIl@!-Wi-ZrW+(XI)+ zeeZuLB;4j5(mNKu^LeKcH%Md|#XD_+_1+2NU5a~=yl|HX?C~bn&Ca_v%Sz(qaNcA6 zQ=%@jdCw@M>ldc+UPa^Jf`{;4Lr_6a(0Jc?M#{;>d|>|VL@!S9fi*$r3*y6zuO_-X zo)2$AqzNE!{-n4OPo+ml2YCm)$Uu$?U|vJ+K#@FX~v72xC|B$S(c+`&o2+Bf9m zyFmx6Z^y^a%uT}e4tFk1ms|#S9!VtG^&NMtZ7h8j>CLb z1Qe5f7mv7h2U2c7k6gBz6qj)pWutdI>R?w=*5=`he%>PH$M}+XD5FPHdGy0z)c?LY zc}$I$$YgT!*v8ne-+%KpOA+m22k^C>2a&SMm9NX0Ov=_Fd|kpTc>a-mL+CJkGbuo+Kkj@@*=NYSvaBzjqb(`&GU(uM1i)WB9J?k)&Kd&i6j|BzE!{KLEAN zpZM~_yPSc^eVfT!3dfY*8M#&Ck3}L+$2}MbUgPPwH47&4(WR?BCib zOl;-ncVMO#Z{^AJvXjg?i(k}Wtj8ztO9c>q>jv;k=U}YMOYy5Oj}zT5%2RfQk{EQI zUmFJj@^&b{=1iXw-(viF3B>Oi9r<-stK?%3esd`9czY#&w@D;%F^%6%|Dt8H`NPy6 zB=>FSj|zs7Sh9ydegZ%6BO8CVzCOw3%lXUE@E_%y^H&8Vu|+HStM}d{iVV!vMTFFRt;RvF8`4s1jGa$TP0fdM>s;s5sN zL{Yv%mV~Q5HcY6!JD~NqUucaJh);ebtm?MRFN~(CaA2Q=G3^l=8;6BCGKS=gr@~xW z1>G|bVav~nzd0=Is11pig`6U5a1T;N7m;m%8!3fiM7CF$nnh1U&Jw+`X6;0t*pnoB zH4u5rw?^e6Lgbwdg%s9NxGjUA7{^6{^4KL~I*S7L;z*WkDGDKBk->#T5&t$QP_`9C zmY#rLa1lj)kk}00CW?7MP3IgaijBjJt#tZ{VyDv3Ug4r-Hy4tv{t1u1Xc(LrG0-A%`PHJqwY(yV@27=$t2766&3nprmn9M)v94iN7NSog}~(&%O+~JNhUEp zlcx!y-@*c8nQz+bHFFZ?p0+2O1{PqYZ1PV&}z(eh<7@#2|8 z+v(mUChrjKvWAk(LGwu@f% zBGC4|EP91Pka(nsUR%DR-Bv>M*_K9%vz{0*8m+yPXT_j0x1bsGi6N#Z;{U@PVwnD$ z7;7j-*cs$;3o&9lJm808V#KFMMBV;~5uX*J?!&|=xLRJRvKV!xBe8tD#OQc@F6gcZ z9(IO!RC_UI18P6^>S9cM0Qv-PGU&cmjLQkR{$`(W=9>mVvRzDefx}wSRZN*X3H875 zuVQ-q8kEc5Ww6w5i!80LMeZ1q!Rq}o_}`@r)~sw%ZtN;%Z3`r}WP_OXXBf8UZ4tqa zqx0b^<}N${!Qvt!A;pwWrA1Ud^b_vQ6APEYR;u(6i`qG#5g*V{EN*-dilvlA-fX!= zx$|EJ|NRzA2EnKQJ0zl0QPnD+ODyZ!3T3wyV%Y)g_m%ZUY;YXX?zSTK2&!GfRIw(c zIr;(B#M2K)hi6dRm)pm_bZUJ!-LTaPAeGr@H z5b@2~K}K?N5s;&1950-k=VV5bSPd^gsca4d-SB(>SOCxC!9sYx0xXK>_d$2!TkIgD z)RyXE^YZe<&iw+>x;bAPgnl?b1@r>Xi_KeGBiK9@TS~7bR`i0{vbhV+7n~4V=b}gC zR@y1z0?>lrA1!ta=}t7Zp-8B6jg)+Li?U5Ik#M8~$=Soi?nZ0TcKafBpGYNEvyj+p z?@he_MX`VDeF%%+7Ui5n;(!S~(6p;Klu!aokR*;w@*}|_#fkQaez(4f6Cv(s)w+q3 zD-%&UasC!(7(P(6s5s*a2eW~Tq`p~*laEMR=#NguG;tPENzCjj&K-di8xk)rqLaxy zVl1jk0dcANG2#d2h${<*ktlsqT4txEt=+!=9w0{RDc11&OlO#BBq`qX$nRMhA!|>5YXWAHoJxP36i72@Fl=$dG z{ZBT3BR-zHL43yn@$qp4vAZ?IrwX`(Ur)uS7g&;RiQ=;ccJ~rr!%$w^aZ7yLw2Q=^ z%;I~aWD*N%iyt%d6R*BGgEcZ|u;v)?1JP6TJ0*U%?MLEYh)8P}PONK+NZSsN+CNs3 zJsa}>ad^=32`PtLNRd9Zr3y>A5gxC6E-BAr}EUl`V?fhoo92hLo>O zr6FC2&lo6eg-eq-{#x3a!G`phzk;mR8(%Q(v;41iaT5P|%K!G{BCht8HG8&2O7&EF z`@4{Gd#Ut}a)W@GAZt}Yv`dJVwR+-v4_ve;UOteuHoIeK6ihLUjD7n03dLT-PqE}M^2h@EXM+a}}A zN92_47T^YN1UqHNfKXzGuSx%=h*l>@NdL_hNO^ZecAkes!?TX;(#?w~ZH?^KU<<9JlT)~+@K4>cgX>s=^QBs z%!NX_T|o|jI%cQ($wAZM2kr&QAwIaXO}*ui(D|gO`{b}WJ2B-a<%o`72^}gKTs#Rm zp+g2IN1$B)W}Y0AgbGE0V-{t*XgM~2TNDcV$#Lng7kn$n_dG!gcbAjS41LPH;&DtXe4%)TIFv-zR5=T+S|x3~oK>zVIwRTT ztjgU;s#)Z$+EWn!yRMhB8lEI_Jz`Pu&YZyqoh`Dyeir40)^b+*;Stv~i;B08MOGSL z+#epTTV0D%Z6;?Oj3BwTqMUUeyCE`@Mg9`+e};jt8X@OwM`fk`GCAj3Zsh;>{>TM7 z_GvYe3w+avziKEKtoefTANgeD*yF@bua;4b@P)1(GOB-eq8`oUB9{nKngz&3M|YrM zQQM+8Ur8vTe)=FVuZyi8GNwRqFmcwE^CgH4^z9!Wq}ikp7)i@rfnlp#8)n_iwhpfELZsU zC3;pyuJl24tTn`23Ru1LfLl)kyg}S#BDS?D~6kxyd;b4yb6f+;rwJ zDVy_IWCv$e15SnLL^i;PQ;1wX#ZxcWOu1TB+07oSGwDeo#{*KpoP4h zQW!_8y2-nByitN(ChrBtp)`{wABN#rRta!Aj$;)+B_Hm_lC^g>kdJ%$ks<>u%Gzb* z6AgL#w*~TP0tCY1O7dB@bQ?J$U*r}1^5S5kieQ{@Q^G;E`)r8hGE z1gqMM>1a+rRE_J;;4iAFj{Mj)IlNWJx(P)0hN_v*d!uQ+P|cbr9Q%KNDK%R*1FrIs zMOGz~n!WxbVzpA#?13n`x;#`}m!RR$;JWI1JC69@&uW1+*nXjkT4*Ys@87N#d5Rf` zn4}i9qGU^pGVZThbUw0RHe4+lgByu+S`@ecs_uCbP?meBy03f>{qO9r7PCG$)uP;1 zUM&&17D;84>H!bOeq2#YjlzB{Q%&{scmmBgN-bB&B%aM(E$<&ee36e@!#v7Z_TJben@JjLF%YxbbQ+4M51FP0m=S)V_#84;vMlKgG)QQpPR2+VxPP&D2pLfq#l)R@p zbsSvvzufAyKFK7v98sr*1wtcURA)TGeqR`@&Xkz3E?k{?&JPEco~g4wB4e69NS$51 z9=5fsMb>McI%iHjVqcuMtOp{Ko4Q~VthkGt8aWllrae%je6TdiadmN4Pokj%)Wz>A zp=aAqU1EkHid|Kszt$tUuCN-DelDQV5_Lr<*izB{>Z)DP{omcx^(_`cKWtJrb?Omst)_q16lBWZLg^Z z8ZRJzv8Q?@Gj_$0R_c)~yNIrRRFB&wiAU?y(i& z#4FxaZy$>y3aO*shoqth)znAN5R964RG)YcChpj%K07>yc-trH^KGFd7p1B%11_UP zlTCe@)|lvAxcUlbJlNa6>Z>L(s0Z9rUkyx#E%j92OzuhiTyFKv!9s`)Mb$Sa5Ps`@ zP~YWoJ|Qa6PE8$@g0lK%HT5O#aMLFB{S8cEe3bfa*gm3iz0~hb@cj30_2&yelI=ID zza8joEXl6^9*6XL(PH&?C>VK0{Tm-gvV>Isq1jBeA~b$uC0uT1O^)n|)A2(!b?$wV zzH>DrIt}&1Pnzk3rlaYHG<%&;Vkf?8b|e%mYKP{i8cO0>u;$`@1*g`gYc4xoNQq0( zGR@FQvMpNX_YY8l8HnCy0P(=eTJHY!iRHSZ<%_~^05WH@C=V!FzJ+ZO114(uu4N-R za)6fK`xiSa->@JRf{4hm)1hXOueeCwQ?f;-q=oS z(?5jR#d%trtGJ$YGATBu%H_exm9`a87lV-raBch|cAM3Tx+YJpe!le9n4dX$1oo?J`ou@pB} z^_14D*AAQ^JEQe_lti*viZ(R81rvTx8@V|E@qgzdZS155M7@%<@qO@y^KZ2A2fR?H zGquo6uZZ4v)h6Wof*NpHZNhp^{DIIWdR`&n`$U`g#hqxTLz{XYt=It*w3+z|kaF>W zHggza$9GkmdBhuvYMeIn88ZNJGNtvt=jyfKhbcgszpBWAkolUOPAkD;iKB(qSr{t z=B_QCcY^rKJKEwcxWmiGwCKAqYUcoLxkqD?Exfdqp52M9I;h3&#(=u5(_)Xt;rvg* zqS~r5w~42PYHMJX?At?a?ZrfFx8~ZqHTc3(qqOzgQc1)<(l#7{qpEpK+ZcSGltU@n zmd@}WhpKCF6b{bQw&f^KRQI8_Z7d3yL0h$W=PP1~Z?trE%o`rnb|3tTK0}yAv97JQ zZ!+?KzHqy?-wPM=xTGDp2iN*?uy!aM!Qs*+?eL)C$XcIhM=n$(HfgVRd@6i@=yL7E z$rPgOr!2~ocI`Auz{iO9_r3aqXUV?Ke7=6OU*&f`34%ywYx@htqtYw41&#I!)2; zm(Pon4>h$X#r;Tm>#n_=HlM^0AMNGL3M7U`YAVgG#E?r=ZmiF z$97xbuJf*f`288W+`5|RSV!F)Jcd}Cwoctq9ac*1beCa}O#K_`Sq^_9={{Z0HZY!4 zmk8Z8pcN?_s_U)`<4C-ErRON0O3LWgdQPNla@bEj*Y)G1EQ!+d7VJiB^;x~(h8M)j zjnE5j_rp?s*9(4pPqJ@)-F@8}5=W=##Y(%765LTQRtC0Iz}ZP6H;78h z@9M?9Vf}fR>Lo_zA*JpPz4VPxQu-(AWvXIIeW&PUo}u)TyPRHjMP3vt!}M~SBhk~1 z*UNpt9cnN1@~z?9D~{JIohU*y;gMe1TtkXEO|M!fjl?exz1nQtaK(*!wMA_pexF6@ z)oauz(I7$pkKr7kI!pi06GGzpUEQ0zB6!@>>lDWt_FZaG44bPryz4@udqv%+B!}yr zr8lYr|AB)x=~R4fT9i8n=#2vK^P8;xdZUnCB+nMt8)w0Ffi&4M}>-lo*l~a_j!S*-6R$QSWpa@Bh_D z?_7B#DaDfYfNyO{S=LMM+V2=CB^KyCJYuk|kLo?&O(1@Z>AfGfB|6ks@B3d#;)h@9 z1IEFl7TB#1?D`q|fBRN_;AU?UW0UkjWnPhd_dp*~6L(hZq(1y`DzTkK^$}VCv3)`M zXyqy?ZyxC(v8d@Z4AI9OgJbevq>p=wDA(LupYX>Mz2E%$#4tD*uRnTN`jPAC`4&Y` zPdzN|3I>o*pR}wl4k(Y)!&Rp{DSyA{;W2Ow$_hPvUv;eQ9(_u1Nrc%C`qYm{iQnq4 zPuo6-#M)qeh6&qPyIP-d5e_T+8GR<2$;>lUk3iL1xl&c1GZ8sngVOrEU{0)BvOYgC z75c!?=il~57{9O2|51dLgrj;?b1cck6g|p06mL9sOkWh+gOuZy^(Eu76Wg{`kDh@q zoa3r5t+Id=tmV>LkXpeb^`%F;qpOukUus=ANsp;{3o{j>$6SH62h`JJ-@#w39Hg)E zg3@U#^tH#6NjY#$UpE*7$rPxsyK$dbyZ`icpJCM5=IhS&5tT^(Zl`Y;@d_2o9Qwwz z+C-hh^-WKnlCr0ZzGV~&3=>}HTWfn@%75rv_aiuY-qYhwbA;s zeRq9_&6h;=xl}>%%n^kyF zMc-c>#@BM9zW?tMlADU?i8+svEGqQFS@Dyp>(%sAI3+J157f_o!?wJg(;_Q;SU;Ej zEQ~)sgPjvCD$Vm*WU0&bb6)TdJKyQ&dU+FH(osKmwF?Px&!YU`bn55(VPp%&>gSVA z!o_aa&%Z-<`ggNMZj070@C2e;qb-WGqWXov_jmC#vP4WKrUe>VYd|Ns zJu|Y_gMteFXymLLg5QFq8F}|&Wt?k_eDN;$k>f}s|G+`Sr)M|Zg0_)zW06tt%^=kO z^E5JwxMF1eP8dZ#qE(uGsztf~m{BwgQ~2|PQFML~QNS~!MD3zP{VN$I8)F;2bhpUf z4>wAm#PRx5e~fa&$B?MJ#i(!>M%t!=QKh>pDQQ)Vs&0|QT>ltV3m7B{PBN+uT}`Y* zSEJfa=VX$7dK$G97+-KzqYh-a@T+gs3;hfM(b@2c*hehly3rUHl)tkWO-5oZ&*icx z-n}%M+zmo;xv=5e8$Q3;Ba2F0X~Xx1Cy7f(jOJM&+04>L^AZ6h-##*0v_+JB{@7?) z$(zKAt44e0$@?Ta);2oYkPMdQM#p3bjxpB_e>;A?`0{H@ct31%GEU0uOd0dOY3e@#Y!&1q&>SXYY*Oo$$R~_87f;;Luu+xkm3%KM?~` zjXqDjQ7>F%kyq<$IQumdq!gTPq*JzUZuFaoXeFu|{THLZzkH-IzzGx+eeG4&xN*Nz{?j6KLHb8a?f`l0|?@QX#6J;j(c z0yBBt)rgRNiB39O7;{(sB~|LO)KYTZaumAyuENmMjmk202JTZO1M!&p`Z zI{wi|V|j_(ILXk%Sl%A4wO0*e<)Ij2UgwOJFD^l_yfaq*KzjZ4s}UQD;4~$dMG;%s zi2d^v{eiE>>gsOD8x|QmK6;}q->I0fGsk11#OB7XdA~_UMHsu^?MII0X6(5)2*sjL z#{Qm9P+osv?C%9nwnekZQmPt9i=-0kc*!{4a|vq1FO3stx1)Zz(>U=Wf@G_8#;F3c zN#5vYoGOX!egCm>sHMjFt@c$!p!loP9rXM-NqaggPGjn_v4P(03UyuQ1d=)^?hZEyV4_RnF9GRa}Q zo3)1ch#|)N3inBFJ#T#EXjs1AX?(kyN@BzYPYg4MOkv165@6<5<-SUCQ@;3fGllV1^-K6U9{VST7lz=teUddGK2+!-f zne0F%qMuhyb`a0kyfVf2vBdVjG4&ph+r?unvPO+fGZjs&f9|H;S=x(~QCCezDJYyr zF{aBi`11QT%}g&43p#W*^M&Ap@$Jq0nGBM*pPBhTBEBy*&7##LvElj6;&mWkexEc; zwHrjz^ORY}2isK*H$C^J!Is=i&kKIY34P46jd0Sc#BZ}~9ClB%Fv|_-OS1Mg)9IDe zlj!qUvr>ooM0@sH6i@G&mGvv699wEu4!lhCE5-DF`jvRnbF=n2Sas_Q7KN{eSvL}8 zyU4<3ePbj%U}4i|F%p_aNoFJTbLjjovr+kxBugJOn<@x$*LIstQJN8PEzG9d%Olo= zI!)i6ap=VsGFz0zwivj?Y~_vyL-Z}PRWVre()DJinoult6tnYw{1=45t&A|7G#6p*wJ=$Z+^F*3GYh*_~AWsHMZ?UKp4bEUOFN<=|0}wL)x$~tN zv@aiw?nDNQO*H!yMjr6EgV|^F05qrCn0*d+N1?I1+2=K$zsh0u`SG3Dr{WexmKSE< zJ0D5ebjTcVnUj+0We)a$kr}q$>F9^d#cnP+ zCXj9%%b;s9i}DQqehUt3YBMvsaATs~^~{*-*e%LgGv-@52bwFE!vPJ*VXmwL8|b^t zTp5~*{qMidT$wryFFZ11@k=+JI0gI!UN&QULXw4fn5%x}gfUhz*LKDl=Phoo_eW4U zJH_14*8^p>Rp!S2Nkktyn49yBAZBhfH`jbbv|xg{rDi2ka&$JgJqm`5|7TIIh%n=m zkry=ZFt>MdB137h+uR=C2F0N#W`cJZ&Vt3530DiDWHQg(xedZ3@7?KaQ%@p@! zk~yB6DKqfgQQdT2`v7bGpquwkxM2o#^Wm++B(wK0A1#9Z-+IG*Toj_RcOmofCTz!1 zUCgI%j}vP=(R}_djzp&g=Bp~lh!74nORYpdYr(M~9Pay4sd4jFUVNY;!G- z8QERJ=KA~{%J5#c963+mS1_4uxw5n-_Iipf&y6%BDo%G>e$;m8w4bd&Sba?S8e75e z`7o9hwt_n`0}pfC3dQ25R`(KZr2`O5s#da<8G!9{dWo&fqzGd3SJ*sfcoUm*(dM}q zKjU#(Wvh5MD@moDt*XG`vjSypHMF}Z-S)P5w~v4)wApGu_9oe{m#yyg9*F<*9$F8$ z{{mZs*a%Xormf+ZP!gk0+8RwAj+E++t#M);PC^{BH3@>MowVB4v=e;0qkzpfPYTI1 z?n*s9rU;^)3!$$@-j@{taK7-|ZTjT}n*`}4MKyq+F+sq0N zN%T5uo7E70gI3vQO+;&5jvNqG+^je$6)| z_x-WWk3^6g;9{G9ur{$ZlWYr%I}z2c1lSgjgz@!}w#BbvQEVCwLi26dV~h4esbu^d z+cMwDL}N-=l5WH2&s1{dY9 zt$mMdde{Nmy0wpq=Q?d$=fnef+O%z2T%KrA3)`m0u=Y_uY+H`Q@pSHIi(4`b2NS|= z+jhZtqRZO0-D*N?X>QwgkLQRPGi*C1zsI@YR9k`D4VpX zRDWyRKdBS(1HQIHJAT3iKd~iRpKD=r9`-5;L2%i2_!_ia-lMjo$#Ah1+uM$fxJ68V zY&$g*|H~y?s_nFiB^Wl)cKS;c3D5bqvzzY|ueRNGen0g5?|0y56ef0AWbeP*E_NS8 zvhg+Bm7*A6)7iG`&7Pp=)5&%nl@O8K$96liD9ZECownQ2$;jn~*zT5uASnOFc6a_f z5*41=?r!-A_OU%MQ(^5-Z4c195tWPBo}I$Mq&gwCHxI&yQhjZ2JHiu|DQSEEVI=W+ zTWufWQKTB&&i3(FMRdb+*ghqB6K^-t_OmS{UTjI*&n;N8m5Xe@T47ggaYowN$_7N8 zF4)=M<|IG)+c|7Ox%t*2uiVNm|AnFu(c5lwz$FJCvpeS8$N%y1v1fL|L7iD_&pb1c zs6q#O)|aTBx7%pX);1LVz%+Y~y^V<_T(sw$j$g-DNwnuGjHN8?X3u*8##;D?Jzx6Y zopOx5fLC9lXJ_pN8|Ef?t**UL0i<9D=hzD$Mrn5FUwh%Bi|}*14tDne$s}4Ww7aj( zf|*k6B|^R+{k~`~#bQu;?PxD`HjTuN%=S`$UBIjMGOyq_68hRb&*dh1SkvzLG>JsW zBYXK@f|R4d_DV$~5dU{QvR8h8nP~ASdlkGuJGWaD4@TLmUcW}{#3Fl*vVJ6vG_cpo zpMpwBVSC+l{mzP8l-|Sa_0nAN8?RdS`t@+cV)1Qz16TMBx3cyIBM{b07qd6aR}#l~ zn%R9ibs%PxwfoHfLR92_I#IvB8*9D5b{w=f@rU%w)v|B+Zk*(%^FaG<@@MyDt7n<4gqZtsao`dMU6hShhCvVve6#$>^ZTYf9+$=*Cp|# zhJ9=c?2;`b?32!6De4B;r)^0^`d%S}o<8;&w*#O%eC*Ej2eQOK`^@%n$X0{x5mN(5 zyvc5l%7jvkTx4IkIso;7A{J%4Pxfd9cT#4JJ^J20QofwDFHOWgUYclM)-Z@<@5T1z zhl5C@Ub4qLN0`2L)4pOfW@1@8`$|0yr{YiASJmi3GT}e_`mOWO2?=pp59IMH_Kk(S zQ8<`l-~1C2Yh?-hw!aXK6))R&UQQ!ksGfcAgXu&E!|eOYAROP%VLwzELgcfX{b+hE z*r$^H=y^tR>_q$VC!Qqc&$FLkFtR+$EsD`~Ey}&F_S42UxzAy)L#gEMGl%(OGRd9m9Jbdx zQQuqQus?!FE2=phsawz+I_Jo|Z4ikI3msXy_9dm~Q-`Y>hFF7jD%1(6Ka8!wWMHIE#Q6N295n*Wo*VAIV)_4&R3bi1&Kx@GCWlw4r%3KH%wbV-{*8+vq2oY>#MjRMsSjGiSMnW`|+)&57 zxfCvWGcuP@F+fvGEy^u5O++X)ZkmGLmMh$6#$Uht2fSySZ+VyRd*0<7VdFZ|B4-L) zB(USb7-1VV1R0g{B7IXJL~~1Igw~J}(N8$0BRy9fFC43(Mb1Jf$*mYM%hQ4) z6HUxIiFn_J2r*~N(})9f5bn(q1xbU%yzT%b1%1Su(ZKI{*TnpWF$l}=^---QQ7o7c zfL$|EEGSH~dN)zLwUn2C5}S31 zqAo;ya5f4h78PRq>=q!LX0am_y5uetI|`;Ce&8>5oL-F2c})~$^PVEZgtx>eD_Vj7 zzikz}vcpKb+A4OR0qTJ z>cR-po(>jA)^;SC^R74<-ychGPjRvqI$*C8-z1zv!NOVb?Gl9RlfDz@M?yzJ&WMZa zZXtX(TwEd@`@i2tapm(eGVI+YYULF&zI|5I>Ags?P8W6WUW9f0Thwh0C0g^ks6Spv z>MzNn;qw$S^eGWPSzSaYio}i9BM4BwA)3Y>A}zusnrEWQZQd)Qxgn2~4m-rXmab&X z8X@in0FvFv6@O+FlCt&@(c0!2?EjV`?*SQ}c}i066f$nOBaL`bKsh>6`uT5x|9((D z`VE%KO(xm3A7VdSzmnYpN=RM1O6n#k*We(jS8OMB%+s>xG(5NF2^l;&l?-7$WS<$2 z6BYkmhP1y)eugL+@)_WF+s9>STp-cAKY_Xf5ln87p?SDa)8eCAbESN;xRhw~hq8YF zR=|J*GORI$)R>F%*#_vuywP&#jD?8pd?TNa1xx=qKt7MP-Z*!r93D|YN|!J>;@jb* zI&0;~G`Qy>AITS=$|v>rU^&VXj#TcCa#RcUhSn=`lp6;|7s=>0fK)}p5>Uc z$Dr&cS-!Sr9clgV%fuS6e#j-6)E#(136@D8H6wjDUryR^gw*~Aq?Y;+cPF)RY<3Esd z+n15D__QogDoM@yL%w-fl2&?M7P>2le#@5g^I&e7CRr4zkzsv^EQ$k%J8yIQ4wR3= z<)W>S?ZPm*=@&gmF z;iv8@xnpZL(q6qJcb2?ITKFpY$+Hl_b(<`|;2^`|J#xRXnbbc5Wkq;C8R|o2g$=Af zV3wa%mytT}BU#yi$jH7Evg#hpaoY}A%`dE z__e&`Ew_L7fxK)&jOVk_^71jvZ2MGs<(YX1zaM`{+s*Y+YM#Ydnr_2z0i*g zi$=+7H^(3e)mzq|Ie_x+`qOlF~kIRs``JeL77U)9sDfwV?9l~$V`>0{|WFOVG z50EVt2GX3TWor;DY&~WqYq7a5}e3{3huDjK z1yJe2A)R0yACBXY6Jto7K88ahn~=^kaj1I~cD=d5+;`>`Qpfk^eoaeJR=bY-ZvhHk z^)n9$9Srxmo(Eh7^eQgnuzir-v?Pw0fcvgD`PmRe#cMz0!F{@+Lb`&7gycZBSv>UB zN`TnwJk&Oy)R9Fzbiq<=RGE~KK^v-lL zWN+t}>#+9k7{sq36GCy#JoyVWbS9L|>BEph-OrZiI+JQY!Issq?`wzHdKfET$_=)C zJRTi4`lxYB1E+sj2%R|RqsD{joPIk6o7<~y&Ir$i3)Y{VMl_JMj-9cy9L^0FT35;0MuMZRYtC?-Jd<#!Dvqlb?ST z7i;-s^gqi>KPZJ8p3Wvvq-xh!KF>(k>#Gjn~Nrp@?a!ysTl|n74WuC9i(=;&Sg)b z4q(ViF1v%@*PZ2$YX-yIF7eLFN;2dO zkEm!lAGOtz@s5R$+Sih?F`kc&fLZ@p%*WE9GYhWq@t~!oMl|}UG0*LzZe!l}4=>D) z@=?ElaeRDCAsMFD@X5(>$bLQGuL5gOC8zM|RB)*CL_Rkuh19NzeD3CWK(?>=yti5= z_*cGQf_Vlk@KI&(i+o`uKD#G-^7lQlKIDJPmqsL#akGst2Pvd+GXHP`-~XX6f8s0u z0nFa`9$$SOteTk+O|OcZE`rk=v@A9#w|EF8QhWvD3%**3L-YJsM{fJrmRN;$Z0B^No!>1p51&?#yN>3Aoe z5VIv3^n!D`-J(03E!xlr0UbGMHrdc+298`F#iMj=&!aQ5oH;JtoU6a!ZMCGp+}l6$|4(~j zS15x_f&YIh&Th`LqXX}QB{Llb-sVdZQ$u!Np7O&$|HU*06Sb35$@fgGGX@95Q!K@x z%QVcuBGt5_O(6XP1G6e-&%n`|N%f1idp5>t z9m}mkWCR@0r^BW8#D*!UT)fOH4Ens%ET0BVD=C)u6xhYX&PE^ z;LHMQ2c7McLk8}7g>UgaIh}GL{24gT@wGVZ;g}vn2Uh$&6xa-3N4XH5%@f~4H6r^`B_a1uz_n+d`~zYa?O+MuLZU7{@mAxCp1}eE0GJgCu{gKmTyn?ThaD^reD2E delta 23719 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 H{{jC4tWOra diff --git a/res/translations/mixxx_sl.ts b/res/translations/mixxx_sl.ts index 22469d145ce..fa2efc5a34f 100644 --- a/res/translations/mixxx_sl.ts +++ b/res/translations/mixxx_sl.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Dodaj v zaporedje samodejnega DJ-a (na dno) - + Add to Auto DJ Queue (top) Dodaj v zaporedje samodejnega DJ-a (na vrh) - + Add to Auto DJ Queue (replace) Dodaj v zaporedje samodejnega DJ-a (zamenjaj) - - Import Playlist - Uvozi seznam predvajanja + + Import as Playlist + Uvozi kot seznam predvajanja + + + + Import as Crate + Uvozi kot zaboj + + + + Crate Creation Failed + Ustvarjanje zaboja ni uspelo - + + Could not create crate, it most likely already exists: + Zaboja ni bilo mogoče ustvariti, verjetno že obstaja: + + + Playlist Creation Failed Ustvarjanje seznama predvajanja je spodletelo - + An unknown error occurred while creating playlist: Neznana napaka pri ustvarjanju novega seznama predvajanja: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Nov seznam predvajanja - + Add to Auto DJ Queue (bottom) Dodaj v zaporedje samodejnega DJ-a (na dno) - - + + Create New Playlist Ustvari nov seznam predvajanja - + Add to Auto DJ Queue (top) Dodaj v zaporedje samodejnega DJ-a (na vrh) - + Remove Odstrani - + Rename Preimenuj - + Lock Zakleni - + Duplicate Podvoji - - + + Import Playlist Uvozi seznam predvajanja - + Export Track Files Izvozi datoteke skladb - + Analyze entire Playlist Analiziraj celoten seznam predvajanja - + Enter new name for playlist: Vnesi novo ime seznama predvajanja: - + Duplicate Playlist Podvoji seznam predvajanja - - + + Enter name for new playlist: Vnesi ime seznama predvajanja: - - + + Export Playlist Izvozi seznam predvajanja - + Add to Auto DJ Queue (replace) Dodaj v zaporedje samodejnega DJ-a (zamenjaj) - + Rename Playlist Preimenuj seznam predvajanja + - Renaming Playlist Failed Napaka pri preimenovanju seznama predvajanja - - - + + + A playlist by that name already exists. Seznam predvajanja s tem imenom že obstaja. - - - + + + A playlist cannot have a blank name. Seznam predvajanja ne more biti brez imena. - + _copy //: Appendix to default name when duplicating a playlist _kopija + - + - - - + + Playlist Creation Failed Ustvarjanje seznama predvajanja je spodletelo - - + + An unknown error occurred while creating playlist: Neznana napaka pri ustvarjanju novega seznama predvajanja: - + Confirm Deletion Potrdite izbris - + Do you really want to delete playlist <b>%1</b>? Ali res želite izbrisati seznam predvajanja <b>%1</b>? - + M3U Playlist (*.m3u) M3U seznam predvajanja (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U seznam predvajanja (*.m3u);;M3U8 seznam predvajanja (*.m3u8);;PLS seznam predvajanja (*.pls);;z vejicami ločen tekst (*.csv);;berljiv tekst (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Ne morem naložiti skladbe. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Izvajalec albuma - + Artist Izvajalec - + Bitrate Bitna hitrost - + BPM BPM - + Channels Kanali - + Color Barva - + Comment Komentar - + Composer Skladatelj - + Cover Art Naslovnica - + Date Added Datum dodajanja - + Last Played Nazadnje predvajano - + Duration Trajanje - + Type Vrsta - + Genre Zvrst - + Grouping Grupiranje - + Key Tonaliteta - + Location Lokacija - + Preview Predogled - + Rating Ocena - + ReplayGain ReplayGain - + Samplerate Frekvenca vzorčenja - + Played Predvajano - + Title Naslov - + Track # Št. skladbe - + Year Leto - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Spodletelo dejanje - + Please enable at least one connection to use Live Broadcasting. Za oddajanje v živo aktivirajte vsaj eno povezavo. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Dodaj k hitrim povezavam - + Remove from Quick Links Odstrani iz hitrih povezav - + Add to Library Dodaj v zbirko - + Quick Links Hitre povezave - - + + Devices Naprave - + Removable Devices Izmenljivi nosilci - - + + Computer Računalnik - + Music Directory Added Mapa z glasbo je bila dodana - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Dodali ste enega ali več glasbenih direktorijev. Skladbe v teh direktorijih ne bodo na voljo dokler ne boste ponovno pregledali vaše zbirke. Ali bi radi takoj zagnali ponoven pregled? - + Scan Preglej - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Računalnik" omogoča izbiranje, pregledovanje in nalaganje skladb iz map na vašem disku ali zunanjih naprav. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx je odprtokodni DJ program. Za več podatkov si oglejte: - + Starts Mixxx in full-screen mode Zaženi Mixxx preko celega zaslona - + Use a custom locale for loading translations. (e.g 'fr') Uporabi lastne krajevne nastavitve za nalaganje prevodov (npr. 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. Vrhnji direktorij v katerem Mixxx išče resurse, kot so MIDI mapiranja. S tem se povozi sicer privzeta lokacija namestitve. - + Path the debug statistics time line is written to Pot do zapisa statistike razhroščevanja - - Use legacy vu meter - Uporabi vgrajeni vu meter - - - - Use legacy spinny - Uporabi vgrajeni spinny - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads Povzroči, da Mixxx prikaže/ beleži vse podatke kontrolerja, ki jih prejme in vse funkcije skript, ki jih naloži. - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! Mapiranje kontrolorja bo sprožilo več opozoril in napak, v primerih zlorabe API knjižnic. Za razvoj novih mapiranj je ta opcija priporočljiva! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. Vklopi razvojni način. Vsebuje dodatne beležke, statistike o zmogljivosti in meni z razvojnimi orodji. - + Top-level directory where Mixxx should look for settings. Default is: Vrhnji direktorij v kateremu naj Mixxx išče nastavitve. Privzeto je: - + + Use legacy vu meter + Uporabi vgrajeni vu meter + + + + Use legacy spinny + Uporabi vgrajeni spinny + + + + Loads experimental QML GUI instead of legacy QWidget skin + Naloži eksperimentalni QML grafični vmesnik namesto QWidget preobleke + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. Vklopi varni način. Onemogoči OpenGL valovne oblike in prikaz vrtenja gramofonov. Če se Mixxx ne zažene, preizkusite to možnost. - + [auto|always|never] Use colors on the console output. [auto|always|never] Izpis terminala naj uporablja barve. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -773,17 +802,17 @@ debug - gornje + razhroščevalna/razvojna sporočila trace - gornje + profilirna sporočila - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. Določi nivo beleženja na katerem bo medpomnilnik dnevnika prenešen v mixxx.log. <level> je ena od vrednosti, ki so definirane v --log-level zgoraj. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. Prekine (SIGINT) Mixxx, če je vrednost DEBUG_ASSERT neresnična. V razhroščevalniku je potem mogoče nadaljevati izvajanje. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. Ob zagonu naloži določene skladbe. Vsaka določena od skladb je naložena v naslednji virtualni predvajalnik. @@ -843,32 +872,32 @@ trace - gornje + profilirna sporočila ControlModel - + Group Skupina - + Item Predmet - + Value Vrednost - + Parameter Parameter - + Title Naslov - + Description Opis @@ -965,13 +994,13 @@ trace - gornje + profilirna sporočila - + Set to full volume Nastavi na najvišjo glasnost. - + Set to zero volume Nastavi glasnost na nič. @@ -996,13 +1025,13 @@ trace - gornje + profilirna sporočila Gumb za vzvratno predvajanje (Censor) - + Headphone listen button Gumb za poslušanje s slušalkami - + Mute button Gumb za utišanje @@ -1013,25 +1042,25 @@ trace - gornje + profilirna sporočila - + Mix orientation (e.g. left, right, center) Orientacija mešalke (npr. levo, desno, sredina) - + Set mix orientation to left Usmeri miks v levo - + Set mix orientation to center Usmeri miks v sredino - + Set mix orientation to right Usmeri miks v desno @@ -1071,22 +1100,22 @@ trace - gornje + profilirna sporočila Gumb za določitev tempa s tapkanjem - + Toggle quantize mode Vklop/izklop kvantizacije - + One-time beat sync (tempo only) Enkratna sinhronizacija ritma (samo tempo) - + One-time beat sync (phase only) Enkratna sinhronizacija ritma (samo faza) - + Toggle keylock mode Preklopi zaklep tonalitete @@ -1096,193 +1125,193 @@ trace - gornje + profilirna sporočila Izravnalniki - + Vinyl Control Gramofonsko upravljanje - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Izberi način obravnave cue iztočnic za gramofonsko upravljanje (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Izberi vrsto gramofonskega upravljanja (ABS/REL/CONST) - + Pass through external audio into the internal mixer Prepusti zunanji zvok v notranjo mešalko - + Cues Cue iztočnice - + Cue button Gumb cue iztočnice - + Set cue point Postavi cue iztočnico - + Go to cue point Pojdi cue iztočnico - + Go to cue point and play Pojdi na cue iztočnico in predvajaj - + Go to cue point and stop Pojdi na cue iztočnico in ustavi - + Preview from cue point Predposlušaj od cue iztočnice - + Cue button (CDJ mode) Gumb cue iztočnice (CDJ način) - + Stutter cue Jecljava cue iztočnica - + Hotcues Hotcue iztočnice - + Set, preview from or jump to hotcue %1 Postavi, predposlušaj ali skoči na hotcue iztočnico %1 - + Clear hotcue %1 Briši hotcue izotčnico %1 - + Set hotcue %1 Postavi hotcue iztočnico %1 - + Jump to hotcue %1 Skoči na hotcue izotčnico %1 - + Jump to hotcue %1 and stop Skoči na hotcue iztočnice %1 in ustavi - + Jump to hotcue %1 and play Skoči na hotcue iztočnice %1 in predvajaj - + Preview from hotcue %1 Predposlušaj od hotcue iztočnice %1 - - + + Hotcue %1 Hotcue iztočnica %1 - + Looping Ponavljanje v zanki - + Loop In button Gumb V zanko - + Loop Out button Gumb Iz zanke - + Loop Exit button Gumb Zapusti zanko - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Premakni zanko za %1 udarcev naprej - + Move loop backward by %1 beats Premakni zanko za %1 udarcev nazaj - + Create %1-beat loop Ustvari %1-ritmično zanko - + Create temporary %1-beat loop roll Začasno ustvari kotalečo se %1-ritmično-zanko @@ -1398,20 +1427,20 @@ trace - gornje + profilirna sporočila - - + + Volume Fader Regulator glasnosti - + Full Volume Najvišja glasnost - + Zero Volume Ničelna glasnost @@ -1427,7 +1456,7 @@ trace - gornje + profilirna sporočila - + Mute Tiho @@ -1438,7 +1467,7 @@ trace - gornje + profilirna sporočila - + Headphone Listen Predposlušanje preko slušalk @@ -1459,25 +1488,25 @@ trace - gornje + profilirna sporočila - + Orientation Orientacija - + Orient Left Leva orientacija - + Orient Center Sredinska orientacija - + Orient Right Desna orientacija @@ -1547,82 +1576,82 @@ trace - gornje + profilirna sporočila Premakni ritmično mrežo v desno - + Adjust Beatgrid Prestavi ritmično mrežo. - + Align beatgrid to current position Ritmično mrežo poravna na trenutno pozicijo v skladbi - + Adjust Beatgrid - Match Alignment Prilagodi ritmično mrežo - ujemi poravnavo - + Adjust beatgrid to match another playing deck. Prilagodi ritmično mrežo, da se bo ujemala z drugim dejavnim predvajalnikom. - + Quantize Mode Vrsta kvantizacije - + Sync Sinhronizacija - + Beat Sync One-Shot Enkratna sinhronizacija ritma - + Sync Tempo One-Shot Enkratna sinhronizacija tempa - + Sync Phase One-Shot Enkratna sinhronizacija faze - + Pitch control (does not affect tempo), center is original pitch Kontrola višine (ne vpliva na tempo). Izhodišče je sredina. - + Pitch Adjust Prilagajanje višine - + Adjust pitch from speed slider pitch Prilagajanje višine z drsnikom za hitrost - + Match musical key Ujemi glasbeno tonaliteto - + Match Key Ujemi tonaliteto - + Reset Key Ponastavi tonaliteto - + Resets key to original Ponastavi glasbeno tonaliteto na originalno @@ -1663,456 +1692,456 @@ trace - gornje + profilirna sporočila Nizki toni - + Toggle Vinyl Control Vklop/Izklop gramofonskega upravljanja - + Toggle Vinyl Control (ON/OFF) Gramofonski načina upravljanja (VKLOP/IZKLOP) - + Vinyl Control Mode Način gramofonskega upravljanja - + Vinyl Control Cueing Mode Predposlušanje v gramofonskem načinu - + Vinyl Control Passthrough Gramofonski način prehoda signala - + Vinyl Control Next Deck Gramofonsko upravljanje naslednjega predvajalnika - + Single deck mode - Switch vinyl control to next deck Predaj gramofonsko upravljanje naselednjemu predvajalniku v posamičnem načinu delovanja predvajalnikov - + Cue Cue iztočnica - + Set Cue Postavi cue iztočnico - + Go-To Cue Skoči na cue izotčnico - + Go-To Cue And Play Skoči na cue iztočnico in predvajaj - + Go-To Cue And Stop Skoči na cue-izotčnico in ustavi - + Preview Cue Predposlušanje cue iztočnice - + Cue (CDJ Mode) Cue iztočnica (CDJ način) - + Stutter Cue Jecljava cue iztočnica - + Go to cue point and play after release Pojdi na cue iztočnico in predvajaj potem, ko spustim - + Clear Hotcue %1 Briši hotcue iztočnico %1 - + Set Hotcue %1 Postavi hotcue iztočnico %1 - + Jump To Hotcue %1 Skoči na hotcue iztočnico %1 - + Jump To Hotcue %1 And Stop Skoči na hotcue iztočnico %1 in ustavi - + Jump To Hotcue %1 And Play Skoči na hotcue iztočnico %1 in predvajaj - + Preview Hotcue %1 Predposlušanje hotcue iztočnice %1 - + Loop In V zanko - + Loop Out Iz zanke - + Loop Exit Zapusti zanko - + Reloop/Exit Loop Ponovi zanko/ zapusti zanko - + Loop Halve Polovična zanka - + Loop Double Dvojna zanka - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Premakni zanko za +%1 dobo - + Move Loop -%1 Beats Premakni zanko za -%1 dobo - + Loop %1 Beats Ponavljaj %1 dob - + Loop Roll %1 Beats Kotaleča se zanka %1 dob - + Add to Auto DJ Queue (bottom) Dodaj v zaporedje samodejnega DJ-a (na dno) - + Append the selected track to the Auto DJ Queue Dodaj izbrano skladbo k zaporedju samodejnega DJ-a - + Add to Auto DJ Queue (top) Dodaj v zaporedje samodejnega DJ-a (na vrh) - + Prepend selected track to the Auto DJ Queue Pripni izbrano skladbo na začetek zaporedja samodejnega DJ-a - + Load Track Naloži skladbo - + Load selected track Naloži označeno skladbo - + Load selected track and play Naloži označeno skladbo in predvajaj - - + + Record Mix Posnemi miks - + Toggle mix recording Preklopi snemanje miksa - + Effects Učinki - + Quick Effects Hitri učinki - + Deck %1 Quick Effect Super Knob Super regulator za hitre učinke za predvajalnik %1 - + Quick Effect Super Knob (control linked effect parameters) Super regulator za hitre učinke (kontrola povezanih parametrov učinka) - - + + Quick Effect Hitri učinek - + Clear Unit Počisti enoto - + Clear effect unit Pobriši učinek - + Toggle Unit Preklopi enoto - + Dry/Wet Surovo/obogateno - + Adjust the balance between the original (dry) and processed (wet) signal. Spremeni razmerje med originalnim (surovim) in procesiranim (obogatenim) signalom. - + Super Knob Super regulator - + Next Chain Naslednja veriga - + Assign Dodeli - + Clear Počisti - + Clear the current effect Izbriše trenutni učinek - + Toggle Preklopi - + Toggle the current effect Preklopi trenutni učinek - + Next Naslednji - + Switch to next effect Preklopi na naslednji učinek - + Previous Prejšnji - + Switch to the previous effect Preklopi na prejšnji učinek - + Next or Previous Naslednji ali prejšnji - + Switch to either next or previous effect Preklopi na naslednji ali prejšnji učinek - - + + Parameter Value Vrednost parametra - - + + Microphone Ducking Strength Moč redukcije mikrofona - + Microphone Ducking Mode Način redukcije mikrofona - + Gain Jakost - + Gain knob Regulator jakosti - + Shuffle the content of the Auto DJ queue Premešaj skladbe v zaporedju samodejnega DJ-a - + Skip the next track in the Auto DJ queue Preskoči naslednjo skladbo v zaporedju samodejnega DJ-a - + Auto DJ Toggle Preklopi samodejnega DJ-a - + Toggle Auto DJ On/Off Vkopi/izklopi samodejnega DJ-a - + Microphone & Auxiliary Show/Hide Prikaži/skrij mikrofon in pomožno AUX vodilo - + Show/hide the microphone & auxiliary section Prikaži/skrij sekcijo z mikrofoni in pomožnimi vodili - + 4 Effect Units Show/Hide Prikaži/skrij štiri učinke - + Switches between showing 2 and 4 effect units Preklopi med prikazom dveh ali štirih učinkov - + Mixer Show/Hide Mešalka prikaži/skrij - + Show or hide the mixer. Prikaži ali skrij mešalko - + Cover Art Show/Hide (Library) Naslovnica prikaži/skrij (knjižnica) - + Show/hide cover art in the library Prikaži/skrij naslovnico v knjižnici - + Library Maximize/Restore Zbirka celozaslonsko/ponastavi - + Maximize the track library to take up all the available screen space. Poveča zbirko skladb preko celega zaslona - + Effect Rack Show/Hide Prikaži/skrij regal z učinki - + Show/hide the effect rack Prikaže ali skrije regal v katerem so učinki - + Waveform Zoom Out Valovna oblika oddalji @@ -2127,102 +2156,102 @@ trace - gornje + profilirna sporočila Jakost slušalk - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync Tapkajte za sinhronizacijo tempa (in faze, če je vklopljena kvantizacija). Držite, da vklopite trajno sinhronizacijo. - + One-time beat sync tempo (and phase with quantize enabled) Enkratna ritmična sinhronizacija tempa (in faze, če je vklopljena kvantizacija). - + Playback Speed Hitrost predvajanja - + Playback speed control (Vinyl "Pitch" slider) Nadzor hitrosti predvajanja (gramofosnki drsnik za "višino") - + Pitch (Musical key) Višina (glasbena tonaliteta) - + Increase Speed Povečaj hitrost - + Adjust speed faster (coarse) Povečanje hitrosti (grobo) - + Increase Speed (Fine) Pospeši (fino) - + Adjust speed faster (fine) Povečanje hitrosti (fino) - + Decrease Speed Upočasni - + Adjust speed slower (coarse) Zmanjšanje hitrosti (grobo) - + Adjust speed slower (fine) Upočasni (fino) - + Temporarily Increase Speed Začasno pospeši - + Temporarily increase speed (coarse) Začasno poveča hitrost (grobo) - + Temporarily Increase Speed (Fine) Začasno pospeši (fino) - + Temporarily increase speed (fine) Začasno poveča hitrost (fino) - + Temporarily Decrease Speed Začasno upočasni - + Temporarily decrease speed (coarse) Začasno zmanjša hitrost (grobo) - + Temporarily Decrease Speed (Fine) Začasno upočasni (fino) - + Temporarily decrease speed (fine) Začasno zmanjša hitrost (fino) @@ -2294,942 +2323,952 @@ trace - gornje + profilirna sporočila BPM / ritmična mreža - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock Sinhronizacija / Zaklep - + Internal Sync Leader Interni vodič sinhronizacije - + Toggle Internal Sync Leader Preklopi internega vodiča sinhronizacije - - + + Internal Leader BPM Interni vodič BPM - + Internal Leader BPM +1 Interni vodič BPM +1 - + Increase internal Leader BPM by 1 Poveča tempo internega vodiča za 1 BPM - + Internal Leader BPM -1 Interni vodič -1 BPM - + Decrease internal Leader BPM by 1 Zmanjša tempo internega vodiča za 1 BPM - + Internal Leader BPM +0.1 Interni vodič +0,1 BPM - + Increase internal Leader BPM by 0.1 Poveča tempo internega vodiča za 0,1 BPM - + Internal Leader BPM -0.1 Interni vodič -0,1 BPM - + Decrease internal Leader BPM by 0.1 Zmanjša tempo internega vodje za 0,1 BPM - + Sync Leader Vodič sinhronizacije - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) Preklop treh načinov sinhronizacije / prikazovalnik (izklopljeno, mehak vodič, ekspliciten vodič) - + Speed Hitrost - + Decrease Speed (Fine) Zmanjšaj hitrost (natančno) - + Pitch (Musical Key) Višina (glasbena tonaliteta) - + Increase Pitch Zvišaj tonaliteto - + Increases the pitch by one semitone Zniža tonaliteto za pol tona - + Increase Pitch (Fine) Zvišaj tonaliteto (fino) - + Increases the pitch by 10 cents Zviša tonaliteto za 10 centov - + Decrease Pitch Znižaj tonaliteto - + Decreases the pitch by one semitone Zniža tonaliteto za pol tona - + Decrease Pitch (Fine) Znižaj tonaliteto (fino) - + Decreases the pitch by 10 cents Zniža tonaliteto za 10 centov - + Keylock Zaklep tonalitete - + CUP (Cue + Play) CUP (cue iztočnica + predvajaj) - + Shift cue points earlier Premakni iztočnice na prej - + Shift cue points 10 milliseconds earlier Premakni iztočnice za 10 milisekund nazaj - + Shift cue points earlier (fine) Premakni iztočnice nazaj (fino) - + Shift cue points 1 millisecond earlier Premakni iztočnice za 1 milisekundo nazaj - + Shift cue points later Premakni iztočnice na kasneje - + Shift cue points 10 milliseconds later Premakni iztočnice za 10 milisekund naprej - + Shift cue points later (fine) Premakni iztočnice naprej (fino) - + Shift cue points 1 millisecond later Premakni iztočnice za 1 milisekundo naprej - + Hotcues %1-%2 Hotcue iztočnice %1-%2 - + Intro / Outro Markers Uvod / Zaključek oznaki - + Intro Start Marker Oznaka začetka uvoda - + Intro End Marker Oznaka konca uvoda - + Outro Start Marker Outro start oznaka - + Outro End Marker Outro konec oznaka - + intro start marker oznaka začetka uvoda - + intro end marker oznaka konca uvoda - + outro start marker oznaka začetka zaključka - + outro end marker oznaka konca zaključka - + Activate %1 [intro/outro marker Aktiviraj %1 - + Jump to or set the %1 [intro/outro marker Skoči ali določi %1 - + Set %1 [intro/outro marker Postavi %1 - + Set or jump to the %1 [intro/outro marker Postavi ali skoči na %1 - + Clear %1 [intro/outro marker Počisti %1 - + Clear the %1 [intro/outro marker Počisti %1 - + Loop Selected Beats V zanki ponavljaj izbrane dobe - + Create a beat loop of selected beat size Ustvari ritmično zanko iz določenega števila dob - + Loop Roll Selected Beats Kotaleča se zanka določenih dob - + Create a rolling beat loop of selected beat size Ustvari kotalečo se ritmično zanko iz določenega števila dob - + Loop Beats Ritmične zanke - + Loop Roll Beats Kotaleče se ritmične zanke - + Go To Loop In Pojdi na vhod zanke - + Go to Loop In button Gumb za skok na vhod zanke - + Go To Loop Out Pojdi na izhod zanke - + Go to Loop Out button Gumb za skok na izhod zanke - + Toggle loop on/off and jump to Loop In point if loop is behind play position Vklopi/izklopi zanko in skoči na točko V zanko, če je zanka za položajem predvajanja - + Reloop And Stop Ponovi zanko in ustavi - + Enable loop, jump to Loop In point, and stop Vklopi zanko, skoči na točko V zanko in ustavi - + Halve the loop length Razpolovi dolžino zanke - + Double the loop length Podvoji dolžino zanke - + Beat Jump / Loop Move Skok po ritmu / premakni zanko - + Jump / Move Loop Forward %1 Beats Skok /premakni zanko naprej za %1 dob - + Jump / Move Loop Backward %1 Beats Skok /premakni zanko nazaj za %1 dob - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Premakni zanko naprej za %1 dobali, če je zanka vklopljena, premakni zanko naprej za %1 dob - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Premakni zanko nazaj za %1 dobali, če je zanka vklopljena, premakni zanko nazaj za %1 dob - + Beat Jump / Loop Move Forward Selected Beats Skok po ritmu / premakni zanko naprej za izbrano število dob - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Skoči naprej za izbrano število dob ali, če je vklopljena zanka, premakni zanko naprej za izbrano število dob. - + Beat Jump / Loop Move Backward Selected Beats Skok po ritmu / premakni zanko nazaj za izbrano število dob - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Skoči nazaj za izbrano število dob ali, če je vklopljena zanka, premakni zanko nazaj za izbrano število dob - + Beat Jump / Loop Move Forward Skok po ritmu / premakni zanko naprej - + Beat Jump / Loop Move Backward Skok po ritmu / premakni zanko nazaj - + Loop Move Forward Premakni zanko naprej - + Loop Move Backward Premakni zanko nazaj - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navigacija - + Move up Pomik gor - + Equivalent to pressing the UP key on the keyboard Ustreza tipki GOR na tipkovnici. - + Move down Pomik dol - + Equivalent to pressing the DOWN key on the keyboard Ustreza tipki DOL na tipkovnici - + Move up/down Pomik gor/dol - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Vertikalni pomik z uporabo regulaotrja, kar ustreza tipkama GOR/DOL - + Scroll Up Drsenje gor - + Equivalent to pressing the PAGE UP key on the keyboard Ustreza tipki PAGE UP na tipkovnici - + Scroll Down Drsenje dol - + Equivalent to pressing the PAGE DOWN key on the keyboard Ustreza tipki PAGE DOWN na tipkovnici - + Scroll up/down Drsenje gor/dol - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Vertikalno drsenje z uporabo regulatorja, kar ustreza tipkama PGUP/PGDN - + Move left Pomik levo - + Equivalent to pressing the LEFT key on the keyboard Ustreza tipki LEVO na tipkovnici - + Move right Pomik desno - + Equivalent to pressing the RIGHT key on the keyboard Ustreza tipki DESNO na tipkovnici - + Move left/right Pomik levo/desno - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Horizontalni pomik z uporabo regulatorja, kar ustreza tipkama LEVO/DESNO - + Move focus to right pane Premakni fokus na desni pano - + Equivalent to pressing the TAB key on the keyboard Ustreza tipki TAB na tipkovnici - + Move focus to left pane Premakni fokus na levi pano - + Equivalent to pressing the SHIFT+TAB key on the keyboard Ustreza tipkama SHIFT+TAB na tipkovnici - + Move focus to right/left pane Premakni fokus na levi/desni pano - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Premik fokusa z uporabo regulatorja, kar ustreza tipkam TAB/SHIFT+TAB - + Sort focused column Sortiranje izpostavljenega stolpca - + Sort the column of the cell that is currently focused, equivalent to clicking on its header Sortira stolpec celice, ki je trenutno izpostavljena - + Go to the currently selected item Pojdi na trenutno izbran element - + Choose the currently selected item and advance forward one pane if appropriate Izbere trenutno označen element in nadaljuje en pano naprej, če je to ustrezno - + Load Track and Play Naloži skladbo in predvajaj - + Add to Auto DJ Queue (replace) Dodaj v zaporedje samodejnega DJ-a (zamenjaj) - + Replace Auto DJ Queue with selected tracks Zamenjaj seznam samodejnega DJ-a z označenimi skladbami - + Select next search history Izberi naslednje zgodovino iskanj - + Selects the next search history entry Izbere naslednji zapis v zgodovini iskanj - + Select previous search history Izberi prejšnjo zgodovino iskanj - + Selects the previous search history entry Izbere prejšnji zapis v zgodovini iskanj - + Move selected search entry Premakni izbrani iskalni vnos - + Moves the selected search history item into given direction and steps Premakne izbrani predmet v zgodovini iskanj v izbrano smer za izbrano število korakov - + Clear search Počisti iskanje - + Clears the search query Počisti iskalno pozvedbo - + Deck %1 Quick Effect Enable Button Gumb za vklop hitrega učinka za predvajalnik %1 - + Quick Effect Enable Button Gumb za vklop hitrega učinka - + Enable or disable effect processing Vklopi ali izklopi delovanje učinka - + Super Knob (control effects' Meta Knobs) Super regulator (nadzoruje Meta regulator učinka) - + Mix Mode Toggle Preklapljanje načina miksanja - + Toggle effect unit between D/W and D+W modes Preklapljaj način učinka med D/W in D+W - + Next chain preset Naslednja predloga v verigi - + Previous Chain Predhodna veriga - + Previous chain preset Prejšnja predloga v verigi - + Next/Previous Chain Naslednja/predhodna veriga - + Next or previous chain preset Naslednja ali prejšnja predloga v verigi - - + + Show Effect Parameters Prikaži parametre učinka - + Effect Unit Assignment Dodelitev FX enote - + Meta Knob Meta-regulator - + Effect Meta Knob (control linked effect parameters) Meta-regulator učinka (kontrola povezanih parametrov učinka) - + Meta Knob Mode Način meta-regulatorja - + Set how linked effect parameters change when turning the Meta Knob. Določi kako se spreminjajo povezani parametri učinka, kadar vrtimo meta-regulator. - + Meta Knob Mode Invert Obrnjen meta-regulator - + Invert how linked effect parameters change when turning the Meta Knob. Obrne oz. invertira spreminjanje povezanih parametrov učinka, ko vrtimo meta-regulator. - - + + Button Parameter Value Vrednost parametra gumba - + Microphone / Auxiliary Microphone / pomožno AUX vodilo - + Microphone On/Off Mikrofon vklop/izklop - + Microphone on/off Vklopi/izklopi mikrofon - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Preklapljanje med načini reduciranja mikrofona (OFF, AUTO, MANUAL) - + Auxiliary On/Off Pomožno AUX vodilo Vklop/izklop - + Auxiliary on/off Pomožno AUX vodilo vklop/izklop - + Auto DJ Samodejni DJ - + Auto DJ Shuffle Samodejni DJ - premešaj - + Auto DJ Skip Next Samodejni DJ - preskoči naslednjo - + Auto DJ Add Random Track V Samodejni DJ dodaj naključno skladbo - + Add a random track to the Auto DJ queue Dodajanje naključne skladbe v čakalno vrsto Samodejnega DJ-a - + Auto DJ Fade To Next Samodejni DJ - prelji v naslednjo - + Trigger the transition to the next track Sproži prelivanje v naslednjo skladbo - + User Interface Uporabniški vmesnik - + Samplers Show/Hide Vzorčevalniki prikaži/skrij - + Show/hide the sampler section Prikaži/skrij razdelek z vzorčevalniki - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting Začni/ustavi oddajanje v živo - + Stream your mix over the Internet. Prenašajte svoj miks pretočno preko spleta. - + Start/stop recording your mix. Začni/ustavi snemanje miksa. - - + + Samplers Vzorčevalniki - + Vinyl Control Show/Hide Gramofonsko upravljanje prikaži/skrij - + Show/hide the vinyl control section Prikaži/skrij razdelek za gramofonsko upravljanje - + Preview Deck Show/Hide Predogled prikaži/skrij - + Show/hide the preview deck Prikaže ali skrije predvajalnik za predogled - + Toggle 4 Decks Preklopi 4 predvajalnike - + Switches between showing 2 decks and 4 decks. Preklpalja med prikazom 2 ali 4 predvajalnikov. - + Cover Art Show/Hide (Decks) Naslovnica prikaži/skrij (predvajalniki) - + Show/hide cover art in the main decks Prikaži/skrij naslovnico v glavnih predvajalnikih - + Vinyl Spinner Show/Hide Vrtenje gramofona prikaži/skrij - + Show/hide spinning vinyl widget Prikaži ali skrij virtualni garmofon - + Vinyl Spinners Show/Hide (All Decks) Vrtenje gramofonov prikaži/skrij - + Show/Hide all spinnies Prikaži/skrij vrtenje za vse gramofone - + Toggle Waveforms Preklop valovnih oblik - + Show/hide the scrolling waveforms. Prikaži/skrij pomikajoče se valovne oblike - + Waveform zoom Valovna oblika povečava - + Waveform Zoom Valovna oblika povečava - + Zoom waveform in Približaj valovno obliko - + Waveform Zoom In Valovna oblika približaj - + Zoom waveform out Oddalji valovno obliko - + Star Rating Up Povečaj število zvezdic - + Increase the track rating by one star Poveča oceno skladbe za eno zvezdico - + Star Rating Down Zmanjšaj število zvezdic - + Decrease the track rating by one star Zmanjša oceno skladbe za eno zvezdico @@ -3598,37 +3637,37 @@ trace - gornje + profilirna sporočila DlgAbout - + Mixxx %1.%2 Development Team Mixxx %1.%2 razvojna skupina - + With contributions from: Prispevali so: - + And special thanks to: Posebna zahvala: - + Past Developers Bivši razvijalci - + Past Contributors Bivši sodelujoči - + Official Website Uradna spletna stran - + Donate Doniraj @@ -3641,34 +3680,40 @@ trace - gornje + profilirna sporočila O programu - - + + + Unknown Neznano - + Date: Dtum: - + Git Version: Git različica: - + + Qt Version: + Qt različica: + + + Platform: Platforma: - + Credits Zasluge - + License Licenca: @@ -3911,7 +3956,7 @@ Prehod začne na izbranem številu sekund pred zadnjim zvokom. Izklopi - + Displays the duration and number of selected tracks. Prikaže čas trajanja in število izbranih skladb. @@ -4169,7 +4214,7 @@ Večinoma ustrvarja bolj kakovostno ritmično mrežo, vendar ne deluje dobro s s Učenje: %1. Zdaj premaknite kontrolo na vašem kontrolerju. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4402,123 +4447,123 @@ Skušali ste učiti: %1, %2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Samodejno - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Spodletelo dejanje - + You can't create more than %1 source connections. Ne morete ustvariti več kot %1 povezav z virom. - + Source connection %1 Povezava z virom %1 - + At least one source connection is required. Potrebna je vsaj ena povezava z virom - + Are you sure you want to disconnect every active source connection? Ste prepričani, da želite prekiniti vse aktivne povezave z viri? - - + + Confirmation required Potrebna je potrditev - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. '%1' ima enako Icecast priklopno točko, kot '%2'. Dva vira, ki se povezujeta na isti strežnik, ne moreta imeti hkrati vklopljene iste vstopne točke. - + Are you sure you want to delete '%1'? Ste prepričani, da želite izbrisati '%1'? - + Renaming '%1' Preimenovanje '%1' - + New name for '%1': Novo ime za '%1' - + Can't rename '%1' to '%2': name already in use Ne morem preimenovati '%1' v '%2': ime je že uporabljeno @@ -5091,22 +5136,22 @@ Potrdim nastavitve in nadaljujem? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. Mixxx uporablja "mapiranja" za povezovanje sporočil s kontrolerja s kontrolami v Mixxx. Če ne vidite mapiranja za kontroler v meniju "Naloži mapiranje", ko kliknete na kontroler v levem stranskem panoju, ga lahko tudi prenesete z %1. Postavite XML (.xml) in Javascript (.js) datoteke v "Mapo z uporabnikovimi mapiranji" in nato ponovno zaženite Mixxx. Če ste prenesli mapiranje v ZIP datoteki, razširite XML in Javascript datoteke iz ZIP datoteke v vašo mapo z uporabnikovimi mapiranji in nato ponovno zaženite Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ vodnik po strojni opremi - + MIDI Mapping File Format Datotečni format za MIDI mapiranja - + MIDI Scripting with Javascript MIDI skripti z Javo @@ -5216,6 +5261,11 @@ Potrdim nastavitve in nadaljujem? Screen saver Ohranjevalnik zaslona + + + Multi-Sampling + + Start in full-screen mode @@ -5815,39 +5865,64 @@ Vedno lahko skladbe tudi povlečete in sputite, da podvojite nek predvajalnik. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Najmanjša velikost izbrane preobleke je večja od ločljivosti vašega zaslona. - + Allow screensaver to run Dovoli zagon ohranjevalniku zaslona - + Prevent screensaver from running Prepreči delovanje ohranjevalniku zaslona - + Prevent screensaver while playing Prepreči ohranjevalnik zaslona med predvajanjem - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Ta preobleka ne podpira barvnih shem - + Information Informacija - - Mixxx must be restarted before the new locale or scaling settings will take effect. - Mixxx je potrebno ponovno zagnati, da bi nove krajevne nastavitve ali nastavitve povečave začele delovati. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. + @@ -6073,52 +6148,52 @@ in vam omogoča, da prilagodite njihovo višino za harmonično miksanje.Preglej - + Item is not a directory or directory is missing - + Choose a music directory Izberi mapo z glasbo - + Confirm Directory Removal Potrdi odstranitev mape - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx ne bo več iskal novih skladb v tej mapi. Kaj bi radi storili s skladbami iz te mape in njenih podmap? <ul><li>Skril vse skladbe iz te mape in njenih podmap.</li><li>Za stalno izbrisal iz Mixxxa vse metapodatke za te skladbe. </li><li>Pustil skladbe brez sprememb v zbirki.</li></ul>Skril skladbe, tako da se ohranijo metapodatki, ki se lahko kasneje spet dodajo. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metapodatki so podrobnosti o skladbi (izvajalec, naslov, število predvajanj, itd.), kot tudi ritmična mreža, hotcue iztočnice in zanke. Ta izbira se nanaša le na Mixxx zbirko. Nobena datoteka na disku se ne spremeni ali izbriše. - + Hide Tracks Skrij skladbe - + Delete Track Metadata Izbriši matapodatke za skladbo - + Leave Tracks Unchanged Ohrani skladbe nespremenjene - + Relink music directory to new location Preveži glasbeno mapo z novo lokacijo - + Select Library Font Izberi tipografijo zbirke @@ -6980,138 +7055,138 @@ Ciljna glasnost je približna in predpostavlja, da ostaneta predojačitev in izh DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Privzeto (dolg zamik) - + Experimental (no delay) Ekspermientalno (brez zamika) - + Disabled (short delay) Izklopljeno (kratek zamik) - + Soundcard Clock Ura zvočne kartice - + Network Clock Mrežna ura - + Direct monitor (recording and broadcasting only) Neposredni monitoring (samo pri snemanju in prenašanju) - + Disabled Izklopljeno - + Enabled Vklopljeno - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. Za vklop načrtovanja urnika v realnem času (trenutno izklopljeno) si oglejte %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. V %1 se nahaja seznam zvočnih kartic in kontrolerjev, ki so primerni za rabo z Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ vodnik po strojni opremi - + auto (<= 1024 frames/period) samodejno (<= 1024 okvirjev/dobo) - + 2048 frames/period 2048 okvirjev/dobo - + 4096 frames/period 4096 okvirjev/dobo - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Mikrofonski vhodi so zamaknjeni v signalu za snemanje in prenašanje časovno zamaknjeni in ne ustrezajo temu kar slišite. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Izmerite latenco zvoka na krožni poti in jo vnesite zgoraj, za kompenzacijo latence mikrofona, da se poravna s časom mikrofona . - - + + Refer to the Mixxx User Manual for details. Preverite Mixxx uporabniški priročnik za več podrobnosti. - + Configured latency has changed. Nastavljena latenca je bila spremenjena. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Ponovno izmerite latenco kroženja zvoka in jo vnesite zgoraj za kompenzacijo latence mikrofona in poravnavo časa mikrofona. - + Realtime scheduling is enabled. Načrtovanje urnika v realnem času je vklopljeno - + Main output only Zgolj glavni izhod - + Main and booth outputs Glavni in dodatni izhod - + %1 ms %1 ms - + Configuration error Napaka v konfiguraciji @@ -7599,122 +7674,122 @@ Izbirajte med različnimi vrstami prikaza valovne oblike, ki se primarno razliku DlgPreferences - + Sound Hardware Strojna oprema za zvok - + Controllers Kontrolerji - + Library Zbirka - + Interface Vmesnik - + Waveforms Valovne oblike - + Mixer Mešalka - + Auto DJ Samodejni DJ - + Decks Predvajalnik - + Colors BarveBarve - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Pomoč - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Povrni na privzeto - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Prevzemi - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Prekini - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &V redu - + Effects Učinki - + Recording Snemanje - + Beat Detection Prepoznavanje ritma - + Key Detection Prepoznavanje tonalitete - + Normalization Normalizacija - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> <font color='#BB0000'><b>Nekatere nastavitvene strani vsebujejo napake. Za potrditev sprememb najprej odpravite težave.</b></font> - + Vinyl Control Gramofonsko upravljanje - + Live Broadcasting Oddajanje v živo - + Modplug Decoder Modplug dekodirnik @@ -7889,7 +7964,7 @@ Izbirajte med različnimi vrstami prikaza valovne oblike, ki se primarno razliku Izvajalec albuma - + Fetching track data from the MusicBrainz database Pridobi podatke o skladbi iz podatkovne baze MusicBrainz. @@ -7966,72 +8041,72 @@ Izbirajte med različnimi vrstami prikaza valovne oblike, ki se primarno razliku &Zapri - + Original tags Originalne oznake - + Metadata applied - + %1 %1 - + Could not find this track in the MusicBrainz database. Mixx te skladbe ni našel v podatkovni baze MusicBrainz. - + Suggested tags Predlagane oznake - + The results are ready to be applied Rezultati so pripravljeni za uporabo - + Can't connect to %1: %2 Ne morem se povezati na %1: %2 - + Looking for cover art Iskanje naslovnic - + Cover art found, receiving image. Naslovnica najdena, pridobivam sliko - + Cover Art is not available for selected metadata Za izbrane metapodatke ni naslovnic - + Metadata & Cover Art applied Metapodatki in naslovnice so v uporabi - + Selected cover art applied Izbrana naslovnica je v uporabi - + Cover Art File Already Exists Naslovnica že obstaja - + File: %1 Folder: %2 Override existing file? @@ -8357,7 +8432,7 @@ Večinoma ustrvarja bolj kakovostno ritmično mrežo, vendar ne deluje dobro s s &Prekini - + (no color) (brezbarvno) @@ -8567,27 +8642,27 @@ Večinoma ustrvarja bolj kakovostno ritmično mrežo, vendar ne deluje dobro s s EngineBuffer - + Soundtouch (faster) Soundtouch (hitreje) - + Rubberband (better) Rubberband (bolje) - + Rubberband R3 (near-hi-fi quality) Rubberband (skoraj hi-fi kakovost) - + Unknown, using Rubberband (better) Neznano, uporabljam rubberband (bolje) - + Unknown, using Soundtouch @@ -8810,15 +8885,15 @@ Večinoma ustrvarja bolj kakovostno ritmično mrežo, vendar ne deluje dobro s s LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Vklopljen je varni način - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8830,57 +8905,57 @@ Shown when VuMeter can not be displayed. Please keep OpenGL. - + activate aktiviraj - + toggle preklopi - + right desno - + left levo - + right small desno malo - + left small levo malo - + up gor - + down dol - + up small gor malo - + down small dol malo - + Shortcut Bližnjica @@ -8966,32 +9041,32 @@ Ali bi jo res radi prepisali? MidiController - + MIDI Controller MIDI kontroler - + MixxxControl(s) not found Nisem našel MixxxControl kontrol(e) - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. Ena ali več MixxxControls kontrol, ki so bile določene v izhodni sekciji naloženega mapiranja, ni pravilnih. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: * Poskrbite da dotična MixxxControl kontrola dejansko obstaja. Obiščite Wiki stran za cel seznam: - + Some LEDs or other feedback may not work correctly. Nekatere LED luči ali povratni učinki morda ne bodo delovali pravilno - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Preverite,da so imena MixxxControl kontrol pravilno črkovana v mapirni datoteki (.xml) @@ -9067,185 +9142,185 @@ Ali bi jo res radi prepisali? MixxxMainWindow - + Sound Device Busy Zvočna naprava je v rabi - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Ponovni poskus</b> po zaprtju drugih programov ali ponovne priključitve zvočne naprave - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Rekonfiguriraj</b> nastavitve zvočne naprave v Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Poišči <b>pomoč</b> z Mixxx Wiki - - - + + + <b>Exit</b> Mixxx. <b>Zapusti</b> Mixxx - + Retry Poskusi znova - + skin preobleka - - + + Reconfigure Ponastavi - + Help Pomoč - - + + Exit Izhod - - + + Mixxx was unable to open all the configured sound devices. Mixxx ni mogel odpreti vseh zvočnih naprav - + Sound Device Error Napaka zvočne naprave - + <b>Retry</b> after fixing an issue <b>Ponoven poskus</b> po odpravi težave - + No Output Devices Ni izhodnih naprav - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx je bil konfiguriran brez zvočne naprave. Procesiranje zvoka bo onemogočeno, če ni konfigurirane izhodne naprave. - + <b>Continue</b> without any outputs. <b>Nadaljuj</b> brez izhodnih naprav. - + Continue Nadaljuj - + Load track to Deck %1 Naloži skladbo v predvajalnik %1 - + Deck %1 is currently playing a track. Predvajalnik %1 trenutno predvaja skladbo - + Are you sure you want to load a new track? Ali ste prepričani, da želite naložiti novo skladbo? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Za izbrano gramofonsko upravljanje ni izbrane vhodne naprave. Izberite najprej vhodno napravo v nastavitvah strojne opreme za zvok. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Za ta prehod ni izbrana nobena vhodna naprava. Najprej izberite vhodno napravo v nastavitvah strojne opreme za zvok. - + There is no input device selected for this microphone. Do you want to select an input device? Za ta mikrofon ni izbrane vhodne naprave. Ali bi radi izbrali vhodno napravo? - + There is no input device selected for this auxiliary. Do you want to select an input device? Za to pomožnos vodilo ni izbrane vhodne naprave. Ali bi radi izbrali vhodno napravo? - + Error in skin file Napaka v probleki - + The selected skin cannot be loaded. Izbrane preobleke ni mogoče naložiti. - + OpenGL Direct Rendering OpenGL neposredno renderiranje - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. Na vašem računalniku ni vklopljeno strojno pospešeno neposredno upodabljanje oz. direct rendering<br><br>To pomeni, da bo prikazovanje valovnih oblik počasno<br><b>in da lahko močno obremenjuje procesor</b>. Posodobite konfiguracijo i<br>n vklopite neposredno upodabljanje ali pa izklopite <br>prikaz valovnih oblik v nastavitvah Mixxx-a, tako da izberete <br>Prazno kot valovno obliko v razdelku Vmesnik. - - - + + + Confirm Exit Zapustim? - + A deck is currently playing. Exit Mixxx? Eden od predvajalnikov trenutno predvaja. Zapustim Mixxx? - + A sampler is currently playing. Exit Mixxx? Eden od vzorčevalnikov trenutno predvaja. Zapustim Mixxx? - + The preferences window is still open. Okno z nastavitvami je še vedno odprto. - + Discard any changes and exit Mixxx? Zavržem vse spremembe in zapustim Mixxx? @@ -9261,43 +9336,48 @@ Ali bi radi izbrali vhodno napravo? PlaylistFeature - + Lock Zakleni - - + + Playlists Seznami predvajanja - + + Shuffle Playlist + + + + Unlock Odkleni - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. Seznami predvajanja so urejeni seznami skladb, ki omogočajo načrtovanje DJ setov. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. Da bi obdržali energijo publike, bo morda potrebno preskočiti katero od vaših skladb ali dodati kakšno drugo. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Nekateri DJi ustvarijo sezname predvajanja še pred živim nastopom, spet drugi jih ustvarijo sproti. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Če med DJanjem uporabljate seznam predvajanja, bodite pozorni na odziv publike na vaš izbor glasbe. - + Create New Playlist Ustvari nov seznam predvajanja @@ -9365,7 +9445,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Nepravilno @@ -9471,68 +9551,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main Glavni - + Booth Dodatni booth - + Headphones Slušalke - + Left Bus Levo vodilo - + Center Bus Osrednje vodilo - + Right Bus Desno vodilo - + Invalid Bus Napačno vodilo - + Deck Predvajalnik - + Record/Broadcast Snemanje/Prenos - + Vinyl Control Gramofonsko upravljanje - + Microphone Mikrofon - + Auxiliary Pomožno AUX vodilo - - + + Unknown path type %1 Neznana vrsta poti %1 @@ -9633,6 +9713,8 @@ Da bi dovolili uporabo starih nastavitev, kliknite na gumb odpri v izbirniku dat + + Time Čas @@ -9670,6 +9752,7 @@ Da bi dovolili uporabo starih nastavitev, kliknite na gumb odpri v izbirniku dat + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9690,6 +9773,8 @@ Da bi dovolili uporabo starih nastavitev, kliknite na gumb odpri v izbirniku dat + + Quantize @@ -9705,6 +9790,8 @@ Da bi dovolili uporabo starih nastavitev, kliknite na gumb odpri v izbirniku dat + + @@ -10009,7 +10096,7 @@ Večje vrednosti manj dušijo visoke frekvence. - + Gain for Low Filter Jakost nizkotonskega filtra @@ -10066,7 +10153,7 @@ Večje vrednosti manj dušijo visoke frekvence. - + Gain for High Filter Jakost visokotonskega filtra @@ -10086,22 +10173,22 @@ Večje vrednosti manj dušijo visoke frekvence. - + Graphic Equalizer Grafični izravnalnik - + Graphic EQ Grafični EQ - + An 8-band graphic equalizer based on biquad filters 8-stezni grafični izravnalnik, ki temelji na biquad filtrih - + Gain for Band Filter %1 Jakost filtra steze %1 @@ -10186,8 +10273,8 @@ Večje vrednosti manj dušijo visoke frekvence. - - + + Range Razpon @@ -10217,42 +10304,42 @@ Večje vrednosti manj dušijo visoke frekvence. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10272,17 +10359,17 @@ Večje vrednosti manj dušijo visoke frekvence. Bessel izolator filter 4. nivoja z Lipshitz in Vanderkooy miksom (popolna bitna enotnost, upad -48 dB/oktavo) - + LinkwitzRiley8 Isolator LinkwitzRiley8 izolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Linkwitz-Riley izolator filtra 8. reda (optimatizirano križanje, konstantni premik faze, roll-off -48dB/okatvo) @@ -10698,18 +10785,18 @@ Popolnoma na desni: konec periode efekta - + encoder failure napaka kodirnika - + Failed to apply the selected settings. Ni bilo mogoče uporabiti izbranih nastavitev. - + Deck %1 Predvajalnik %1 @@ -10749,53 +10836,53 @@ Popolnoma na desni: konec periode efekta Nekatere poti v seznamu predvajanj vsebujejo posebne znake. Te poti do datotek bodo zakodirane kot absolutni URl naslovi. Izberite m3u8 zapis za boljše izvažanje brez izgub. - - + + Pitch Shift Spreminjanje višine - + Raises or lowers the original pitch of a sound. Viša ali niža izvirno višino zvoka. - - + + Pitch Višina - + The pitch shift applied to the sound. Sprememba višine uporabljena na zvoku - + The range of the Pitch knob (0 - 2 octaves). Obseg regulatorja višine (0 - 2 oktave). - - + + Semitones poltonov - + Change the pitch in semitone steps instead of continuously. Sprememba višine v poltonih, namesto zvezno. - - + + Formant Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices Ohrani resonančne frekvence (formante) človeškega glasu in drugih instrumentov. @@ -10844,10 +10931,31 @@ Namig: kompenzira "veveričji" ali "renčeč" glasOjačenje, ki bo dodano zvočnemu signalu. Večja, kot je vrednost, bolj bo zvok popačen. - + Passthrough Prehod + + + + Glitch + Hreščanje + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + Periodično vzorči inponmavlja majhen del zvoka, da ustvari hreščeč kovinski zvok + + + + Round the Time parameter to the nearest 1/8 beat. + Zaokroži časovni paramater na 1/8 dobe + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + Če je pramater za kvantizacijo izbran, deli zaokrožene 1/8 dobe časovnega parametra s 3. + (empty) @@ -11016,7 +11124,7 @@ Namig: kompenzira "veveričji" ali "renčeč" glasRhythmboxFeature - + Rhythmbox Rhythmbox @@ -11062,34 +11170,34 @@ Namig: kompenzira "veveričji" ali "renčeč" glas SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: Iz imenika Serato in odstranljivih nosilcev prebere naslednje: - + Tracks Skladbe - + Crates Zaboji - + Check for Serato databases (refresh) Poišči podatkovne baze Serato (osveži) - + (loading) Serato (nalagam) Serato @@ -11097,64 +11205,64 @@ Namig: kompenzira "veveričji" ali "renčeč" glas SetlogFeature - + Join with previous (below) Združi s prejšnjim (spodaj) - + Mark all tracks played Označi vse skladbe kot predvajane - + Finish current and start new Zaključi trenutnega in začni novega - + Lock all child playlists Zakleni vse potomce seznama predvajanja - + Unlock all child playlists Odkleni vse potoce seznama predvajanje - + Delete all unlocked child playlists Izbriši vse potomce seznama predvajanja - + History Zgodovina - + Unlock Odkleni - + Lock Zakleni - - + + Confirm Deletion Potrdite izbris - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Ali res želite izbrisati vse odlenjene sezname predvajanja iz <b>%1</b>?<br><br> - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak Brisanje %1 seznamov predvajanja iz <b>%2</b>.<br><br> @@ -11163,193 +11271,193 @@ Namig: kompenzira "veveričji" ali "renčeč" glas ShoutConnection - - + + Mixxx encountered a problem Mixxx je zaznal težavo - + Could not allocate shout_t Ni bilo mogoče določiti shout_t - + Could not allocate shout_metadata_t Ni bilo mogoče določiti shout_metadata_t - + Error setting non-blocking mode: Napaka pri nastavljanju načina brez blokov: - + Error setting tls mode: Napaka pri nastavljanju tega modusa: - + Error setting hostname! Napaka pri poimenovanju gostitelja! - + Error setting port! Napaka pri nastavljanju vrat! - + Error setting password! Napaka pri določanju gesla! - + Error setting mount! Napaka pri vpenjanju! - + Error setting username! Napaka pri določanju uporabniškekga imena! - + Error setting stream name! Napaka pri določanju imena toka! - + Error setting stream description! Napaka pri določanju opisa toka! - + Error setting stream genre! Napaka pri določanju žanra toka! - + Error setting stream url! Napaka pri določanju url naslova toka! - + Error setting stream IRC! Napaka pri določanju IRC za tok! - + Error setting stream AIM! Napaka pri določanju AIM za tok! - + Error setting stream ICQ! Napaka pri določanju ICQ za tok! - + Error setting stream public! Napaka pri nastavljanju toka kot javnega! - + Unknown stream encoding format! Neznan format kodiranja pretoka! - + Use a libshout version with %1 enabled Uporabite libshout različico z vklopljenim %1 - + Error setting stream encoding format! Napaka pri nastavljanju formata kodiranja pretoka! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. Oddajanje s frekvenco vzorčenja 96 kHz z uprabo kodeka Ogg Vorbisa trenutno ni podprto. Prosimo izberite drugo frekvenco vzorčenja ali drug enkoder. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. Več o tem si preberite na https://github.com/mixxxdj/mixxx/issues/5701 - + Unsupported sample rate Frekvenca vzorčenja ni podprta - + Error setting bitrate Napaka pri določanju bitne hitrosti! - + Error: unknown server protocol! Napaka: neznan strežniški protokol! - + Error: Shoutcast only supports MP3 and AAC encoders Napaka: Shoutcast podpira le MP3 in AAC kodirnike - + Error setting protocol! Napaka pri določanju protokola! - + Network cache overflow Presežena količina za mrežni medpomnilnik! - + Connection error Napaka pri povezovanju - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> Ena od povezav za oddajanje v živo je povzročila naslednjo napako:<br><b>Napaka pri povezavi '%1':</b><br> - + Connection message Sporočilo povezave - + <b>Message from Live Broadcasting connection '%1':</b><br> <b>Sporočilo povezave za oddajanje v živo '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. Izgubljena povezava s pretočnim strežnikom in %1 neuspelih poskusov ponovnega povezovanja. - + Lost connection to streaming server. Izgubljena povezava s pretočnim strežnikom. - + Please check your connection to the Internet. Preverite internetno povezavo. - + Can't connect to streaming server Ni se mogoče povezati s pretočnim strežnikom. - + Please check your connection to the Internet and verify that your username and password are correct. Preverite internetno povezavo in poskrbite, da sta uprabniško ime in geslo pravilna. @@ -11365,23 +11473,23 @@ Namig: kompenzira "veveričji" ali "renčeč" glas SoundManager - - + + a device naprava - + An unknown error occurred Zgodila se je neznana napaka - + Two outputs cannot share channels on "%1" Dva izhoda si ne moreta deliti kanalov na "%1" - + Error opening "%1" Napaka pri odpiranju "%1" @@ -11733,7 +11841,7 @@ Namig: kompenzira "veveričji" ali "renčeč" glas - + Cover Art Naslovnica @@ -12185,52 +12293,42 @@ Namig: kompenzira "veveričji" ali "renčeč" glasPonovno naloži zadnjo izvrženo skladbo (iz poljubnega predvajalnika), če ni naložena nobena skladba. - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. Izbriši izbrano hotcue iztočnico. - + Track Comment Komentar k skladbi - + Displays the comment tag of the loaded track. Prikaže oznako komentarja naložene skladbe. - + Opens separate artwork viewer. Odpre ločen prikaz naslovnic. - + Effect Chain Preset Settings Nastavitve predlog verig učinkov - + Show the effect chain settings menu for this unit. Prikaže meni z nastavitvami verige učinkov za to enoto. - + Select and configure a hardware device for this input Izberite in nastavite strojno napravo za ta vhod - + Recording Duration Dolžina snemanja @@ -12424,444 +12522,445 @@ Namig: kompenzira "veveričji" ali "renčeč" glasDržite ali na kratko kliknite za dodajanje tega vhoda v glavni izhod. - + Displays the duration of the running recording. Prikaže čas trajanja snemanja, ki se trenutno izvaja. - + Auto DJ is active Samodejni DJ je aktiven - + Hot Cue - Track will seek to nearest previous hotcue point. Hot Cue - Skladba se bo prevrtela na najbližjo prejšnjo hotcue iztočnico - + Sets the track Loop-In Marker to the current play position. Postavi vhodno točko zanke na trenutno pozicijo predvajanja. - + Press and hold to move Loop-In Marker. Pritisnite in držite za premik vhodne točke zanke - + Jump to Loop-In Marker. Skoči na vhodno točko zanke. - + Sets the track Loop-Out Marker to the current play position. Postavi izhodno oznako zanke na trenutno pozicijo predvajanja. - + Press and hold to move Loop-Out Marker. Pritisnite in držite za premik izhodne oznake zanke. - + Jump to Loop-Out Marker. Skoči na izhodno oznako zanke. - + Beatloop Size Velikost ritmične zanke - + Select the size of the loop in beats to set with the Beatloop button. Izberi velikost zanke v dobah, ki se jo določi z gumbom Ritmičnazanka. - + Changing this resizes the loop if the loop already matches this size. Spreminjanje tega spremeni velikost zanke, če zanka že ustreza tej velikosti. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. Prepolovi velikost obstoječe ritmične zanke ali prepolovi velikost naslednje ritmične zanke, ki se jo določi z gumbom Ritmična zanka - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. Podvoji velikost obstoječe ritmične zanke ali podvoji velikost naslednje ritmine zanke, ki se jo določi z gumbom Ritmična zanka. - + Start a loop over the set number of beats. Zaženi zanko preko nastavljenega števila dob. - + Temporarily enable a rolling loop over the set number of beats. Začasen vklop kotaleče se zanke preko nastavljenega števila dob. - + Beatjump/Loop Move Size Ritmični skok/Velikost premika zanke - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. Izbor števila dob za skok ali premik zanke z gumboma Ritmični skok naprej/nazaj. - + Beatjump Forward Ritmični skok naprej - + Jump forward by the set number of beats. Skoči naprej za izbrano število dob. - + Move the loop forward by the set number of beats. Premakni zanko naprej za nastavljeno število dob. - + Jump forward by 1 beat. Skoči naprej za 1 dobo. - + Move the loop forward by 1 beat. Premakni zanko naprej za 1 dobo. - + Beatjump Backward Ritmični skok nazaj - + Jump backward by the set number of beats. Skoči nazaj za izbrano število dob. - + Move the loop backward by the set number of beats. Premakni zanko nazaj za nastavljeno število dob. - + Jump backward by 1 beat. Skoči nazaj za 1 dobo. - + Move the loop backward by 1 beat. Premakni zanko nazaj za 1 dobo. - + Reloop Ponovi zanko - + If the loop is ahead of the current position, looping will start when the loop is reached. Če se zanka nahaja naprej od trenutne pozicije, se bo ponavljanje zanke začelo, ko bo dosežena zanka. - + Works only if Loop-In and Loop-Out Marker are set. Deluje samo, če sta postavljeni oznaki V zanko in Iz zanke - + Enable loop, jump to Loop-In Marker, and stop playback. Vklopi zanko, skoči na oznako V zanko in ustavi predvajanje. - + Displays the elapsed and/or remaining time of the track loaded. Prikaže pretekel in/ali preostali čas naložene skladbe. - + Click to toggle between time elapsed/remaining time/both. Kliknite za prekapljanje med preteklim in preostalim časom ali za prikaz obojega. - + Hint: Change the time format in Preferences -> Decks. Namig: časovni format se spreminja v Nastavitve -> Predvajalniki. - + Show/hide intro & outro markers and associated buttons. Prikaži/ skrij oznake za uvod in zaključek ter pripadajoče gumbe. - + Intro Start Marker Oznaka začetka uvoda - - - - + + + + If marker is set, jumps to the marker. Če je oznaka postavljena, skoči na oznako. - - - - + + + + If marker is not set, sets the marker to the current play position. Če oznaka ni postavljena, postavi oznako na trenutni položaj predvajanja. - - - - + + + + If marker is set, clears the marker. Če je oznaka postavljena, pobriše oznako. - + Intro End Marker Oznaka konca uvoda - + Outro Start Marker Outro start oznaka - + Outro End Marker Outro konec oznaka - + Mix Miks - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit Prilagodi mešanje surovega (vhodnega) signala z obogatenim (izhodnim) signalom efekt-enote - + D/W mode: Crossfade between dry and wet D/W način: Preliv med surovim in obogatenim - + D+W mode: Add wet to dry D+W način: Dodaj obogateno v surovo - + Mix Mode Način miksanja - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit Prilagodite, kako bo surov (vhodi) signal mešan z obogatenim (izhodnim) signalom efekt-enote - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. Surov/obogaten način (prekrižane linije): Regulator miksa prehaja med surovim in obogatenim zvokom. To se uporablja za spreminjanje zvoka skladbe s pomočjo izravnalnika in filter efektov. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. Surov+obogaten način (flat dry line): Regulator miksa dodaja obogaten zvok v surovega. To se uporablja za spreminjanje zvoka zgolj z učinki obogatenega signala (wet) s pomočjo izravnalnika in filter efektov. - + Route the main mix through this effect unit. Usmeri glavni miks skozi to efekt-enoto. - + Route the left crossfader bus through this effect unit. Usmeri vodilo levega navzkrižnega drsnika skozi to efekt-enoto. - + Route the right crossfader bus through this effect unit. Usmeri vodilo desnega navzkrižnega drsnika skozi to efekt-enoto. - + Right side active: parameter moves with right half of Meta Knob turn Desna stran je aktivna: parameter se spreminja z desno polovico zasuka meta-regulatorja - + Skin Settings Menu Menu za nastavitve preobleke - + Show/hide skin settings menu Prikaži/skrij nastavitve preobleke - + Save Sampler Bank Shrani banko vzorcev - + Save the collection of samples loaded in the samplers. Prikaži zbirko vzorcev, ki so naloženi v vzorčevalnik. - + Load Sampler Bank Naloži banko vzorcev - + Load a previously saved collection of samples into the samplers. Naloži predhodno shranjeno zbirko vzorcev v vzorčevalnik. - + Show Effect Parameters Prikaži parametre učinka - + Enable Effect Vklopi efekt - + Meta Knob Link Meta-regulator povezava - + Set how this parameter is linked to the effect's Meta Knob. Določi, kako je ta parameter povezana z meta regulatorjem efekta. - + Meta Knob Link Inversion Meta-regulator obrnjena povezava - + Inverts the direction this parameter moves when turning the effect's Meta Knob. Obrne smer v katero se premika ta parameter, če obračamo meta regulator efekta. - + Super Knob Super regulator - + Next Chain Naslednja veriga - + Previous Chain Predhodna veriga - + Next/Previous Chain Naslednja/predhodna veriga - + Clear Počisti - + Clear the current effect. Briši trenutni efekt. - + Toggle Preklopi - + Toggle the current effect. Preklopi trenutni efekt. - + Next Naslednji - + Clear Unit Počisti enoto - + Clear effect unit. Počisti efekt-enoto. - + Show/hide parameters for effects in this unit. Prikaži/skrij parametre za efekt-enoto v tej enoti. - + Toggle Unit Preklopi enoto - + Enable or disable this whole effect unit. Vklopi ali izklopi to celotno efekt-enoto - + Controls the Meta Knob of all effects in this unit together. Hkrati nadzoruje meta gumb vseh učinkov v tej enoti. - + Load next effect chain preset into this effect unit. Naloži naslednjo predlogo verige efektov v to efekt-enoto. - + Load previous effect chain preset into this effect unit. Naloži prejšnjo predlogo verige efektov v to efekt-enoto. - + Load next or previous effect chain preset into this effect unit. Naloži naslednjo ali prejšnjo predlogo verige efektov v to efekt-enoto. + @@ -12870,169 +12969,168 @@ To se uporablja za spreminjanje zvoka zgolj z učinki obogatenega signala (wet) - Assign Effect Unit Dodeli efekt-enoto - + Assign this effect unit to the channel output. Dodeli efekt-enoto izhodu kanala - + Route the headphone channel through this effect unit. Usmeri kanal za slušalke skozi to efekt-enoto - + Route this deck through the indicated effect unit. usmeri ta predvajalnik skozi označeno efekt-enoto. - + Route this sampler through the indicated effect unit. Usmeri ta vzorčevalnik skozi označeno efekt-enoto. - + Route this microphone through the indicated effect unit. Usmeri ta mikrofon skozi označeno efekt-enoto. - + Route this auxiliary input through the indicated effect unit. Usmeri ta pomožni AUX vhod skozi označeno efekt-enoto. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. Efekt-enota mora biti tudi dodeljena nekemu predvajalniku ali drugemu viru zvoka, da bi učinek slišali. - + Switch to the next effect. Preklop na naslednji efekt. - + Previous Prejšnji - + Switch to the previous effect. Preklop na prejšnji efekt. - + Next or Previous Naslednji ali prejšnji - + Switch to either the next or previous effect. Preklop na naslednji ali prejšnji efekt. - + Meta Knob Meta-regulator - + Controls linked parameters of this effect Nadzoruje povezane parametre tega efekta - + Effect Focus Button Gumb za fokusiranje efekta - + Focuses this effect. Fokusira na ta efekt - + Unfocuses this effect. Odfokusira ta efekt - + Refer to the web page on the Mixxx wiki for your controller for more information. Za več informacij o vašem kontrolerju, preverite spletno stran na Mixxx wikiju. - + Effect Parameter Parametri efekta - + Adjusts a parameter of the effect. Spreminja parametre efekta - + Inactive: parameter not linked Nekativno: parameter ni povezan - + Active: parameter moves with Meta Knob Aktivno: Parameter se spreminja z meta-regulatorjem - + Left side active: parameter moves with left half of Meta Knob turn Desna stran je aktivna: parameter se spreminja z levo polovico zasuka meta-regulatorja - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half Leva in desna stran sta aktivni: parameter se veča z levo polovico zasuka in manjša s desno polovico zauska meta-regulatorja - - + + Equalizer Parameter Kill Izniči parametre izravnalnika - - + + Holds the gain of the EQ to zero while active. Drži jakost izravnalnika na ničli, dokler je aktiven. - + Quick Effect Super Knob Super-regulator za hitri efekt. - + Quick Effect Super Knob (control linked effect parameters). Super regulator za hitre efekte (nadzoruje povezane parametre učinka). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Namig: Privzeti način za hitri efekt se doliči na Nastavitve -> Izravnalniki. - + Equalizer Parameter Parametri izravnalnika - + Adjusts the gain of the EQ filter. Prilagodi jakost za izravnalnik - + Hint: Change the default EQ mode in Preferences -> Equalizers. Namig: Privzeti EQ način se določi v Nastavitve -> Izravnalniki. @@ -13131,47 +13229,47 @@ To se uporablja za spreminjanje zvoka zgolj z učinki obogatenega signala (wet) Zmanjša višino za en polton. - + Enable Vinyl Control Vklopi gramofonsko upravljanje - + When disabled, the track is controlled by Mixxx playback controls. Ko je izklopljeno, se skladbo nadozoruje preko Mixxx predvajalnih kontrol. - + When enabled, the track responds to external vinyl control. Kadar je vklopljeno, se skladba odziva na zunanjo gramofonsko upravljanje. - + Enable Passthrough Vklopi prehod signala - + Indicates that the audio buffer is too small to do all audio processing. Ponazarja, da je medpomnilnik za zvok premajhen, da bi lahko obdelal ves zvok. - + Displays cover artwork of the loaded track. Prikaže naslovnico naložene skladbe. - + Displays options for editing cover artwork. Prikaže možnosti urejanja naslovnice. - + Star Rating Ocena v zvezdicah - + Assign ratings to individual tracks by clicking the stars. Ocenjevanje posameznih skladb s klikanjem na zvezde. @@ -13439,123 +13537,123 @@ To se uporablja za spreminjanje zvoka zgolj z učinki obogatenega signala (wet) Prilagodi višino skupaj z višino drsnika za višino. - + Opens a menu to clear hotcues or edit their labels and colors. Odpre meni za brisanje hotcue iztočnic ali urejanje njihovih oznak in barv. - + Record Mix Posnemi miks - + Toggle mix recording. Preklopi snemanje miksa. - + Enable Live Broadcasting Vklopi oddajanje v živo - + Stream your mix over the Internet. Prenašajte svoj miks pretočno preko spleta. - + Provides visual feedback for Live Broadcasting status: Omogoča vizualno povratno informacijo za status oddajanja v živo: - + disabled, connecting, connected, failure. onemogočeno, povezovanje, povezano, neuspešno. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Če je vklopljeno, predvajalnik neposredno predvaja zvok, ki prihaja na vhod gramofona. - + Blue for passthrough enabled. Modro za vklopljen prehod signala. - + Playback will resume where the track would have been if it had not entered the loop. Predvajanje se bo nadaljevalo tam, kjer bi se skladba nahajala, če se ne bi zagnala zanka. - + Loop Exit Zapusti zanko - + Turns the current loop off. Izklopi trenutno zanko - + Slip Mode Drsni način - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Če je aktivno se predvajanje med izvajanjem zanke, drgnjenjem, igranjem nazaj, ... nadaljuje tišje, v ozadju. - + Once disabled, the audible playback will resume where the track would have been. Ko je enkrat izklopljeno, se predvajanje zvoka nadaljuje tam, kjer bi se skladba nahajala. - + Track Key The musical key of a track Tonaliteta skladbe - + Displays the musical key of the loaded track. Prikazuje glasbeno tonaliteto skladbe, ki je naložena. - + Clock Ura - + Displays the current time. Prikaže trenutni čas - + Audio Latency Usage Meter Merilnik deleža zvočne latence - + Displays the fraction of latency used for audio processing. Prikazuje delež latence, ki se porabi za procesiranje zvoka. - + A high value indicates that audible glitches are likely. Velika vrednost nakazuje na to, da so napake verjetne. - + Do not enable keylock, effects or additional decks in this situation. V takšni situaciji ne uporabljajte zaklepa tonalitete, efektov ali dodatnih predvajalnikov. - + Audio Latency Overload Indicator Indikator presežene zvočne latence @@ -13677,97 +13775,97 @@ To se uporablja za spreminjanje zvoka zgolj z učinki obogatenega signala (wet) Če je postavljena hotcue iztočnica, skoči na njo. - + If hotcue is not set, sets the hotcue to the current play position. Če hotcue iztočnica ni postavljena, jo postavi na trenutno pozicijo predvajanja. - + Vinyl Control Mode Način gramofonskega upravljanja - + Absolute mode - track position equals needle position and speed. Absolutni način - pozicija v skladbi sovpada s pozicijo igle in hitrostjo. - + Relative mode - track speed equals needle speed regardless of needle position. Relativni način - hitrost skladbe je enaka hitrosti igle, ne glede na pozicijo igle. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Konstantni način - hitrost skladbe je enaka zadnji poznani enakomerni hitrosti, ne glede na stanje igle. - + Vinyl Status Status gramofona - + Provides visual feedback for vinyl control status: Daje vizualno povratno informacijo o statusu gramofonskega upravljanja: - + Green for control enabled. Zelena, če je kontrola vklopljena - + Blinking yellow for when the needle reaches the end of the record. Utripajoča rumena, kadar igla doseže konec plošče. - + Loop-In Marker Oznaka V zanko - + Loop-Out Marker Oznaka iz zanke - + Loop Halve Polovična zanka - + Halves the current loop's length by moving the end marker. Razpolovi trenutno dolžino zanke, tako da premakne zaključno oznako - + Deck immediately loops if past the new endpoint. Predvajalnik takoj zažene zanko, če gre mimo nove zaključne oznake. - + Loop Double Dvojna zanka - + Doubles the current loop's length by moving the end marker. Podvoji trenutno dolžino zanke, tako da premakne zaključno oznako. - + Beatloop Ritmična zanka - + Toggles the current loop on or off. Vklopi ali izklopi trenutno zanko - + Works only if Loop-In and Loop-Out marker are set. Deluje le, če sta postavljeni oznaki V zanko in Iz zanke. @@ -13777,82 +13875,82 @@ To se uporablja za spreminjanje zvoka zgolj z učinki obogatenega signala (wet) Namig: Privzeti način za cue iztočnice se določi v Nastavitve -> Vmesnik - + Vinyl Cueing Mode Gramofonski način cue iztočnic - + Determines how cue points are treated in vinyl control Relative mode: Določa, kako bodo cue iztočnice obravnavane z relativnem načinu gramofonskega načina: - + Off - Cue points ignored. Izklop - cue iztočnice se ne upoštevajo - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Ena cue iztočnica - Če se igla spusti za cue iztočnico, se bo skladba prevrtela na to izotčnico. - + Track Time Čas skladbe - + Track Duration Dolžina skladbe - + Displays the duration of the loaded track. Prikaže dolžino naložene skladbe. - + Information is loaded from the track's metadata tags. Informacije so naložene iz metapodatkov skladbe. - + Track Artist Izvajalec skladbe - + Displays the artist of the loaded track. Prikaže izvajalca naložene skladbe. - + Track Title Naslov skladbe - + Displays the title of the loaded track. Prikaže naslov naložene skladbe. - + Track Album Album skladbe - + Displays the album name of the loaded track. Prikaže album naložene skladbe. - + Track Artist/Title Izvajalec/Naslov skladbe - + Displays the artist and title of the loaded track. Prikaže izvajalca in naslov naložene skladbe. @@ -13860,12 +13958,12 @@ To se uporablja za spreminjanje zvoka zgolj z učinki obogatenega signala (wet) TrackCollection - + Hiding tracks Skrivanje skladb - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? Izbrane skladbe so v naslednji seznamih predvajanja: %1 Skrivanje jih bo odstranilo iz teh seznamov. Nadaljujem? @@ -14121,22 +14219,22 @@ Tega ni mogoče razveljaviti! WEffectChainPresetButton - + Update Preset Posodobi predlogo - + Rename Preset - + Save As New Preset... Shrani kot novo predlogo... - + Save snapshot Shrani posnetek @@ -14158,7 +14256,7 @@ Tega ni mogoče razveljaviti! WEffectParameterNameBase - + No effect loaded. Ni naloženih učinkov. @@ -14182,452 +14280,452 @@ Tega ni mogoče razveljaviti! WMainMenuBar - + &File &Datoteka - + Load Track to Deck &%1 Naloži skladbo v predvajalnik &%1 - + Loads a track in deck %1 Naloži skladbo v predvajalnik %1 - + Open Odpri - + &Exit &Izhod - + Quits Mixxx Zapre Mixxx - + Ctrl+q Ctrl+q - + &Library &Zbirka - + &Rescan Library &Ponovno preglej - + Rescans library folders for changes to tracks. Ponovno preišče mape, da bi našel spremenjene skladbe. - + Ctrl+Shift+L Ctrl+Shift+L - + E&xport Library to Engine Prime &Izvozi knjižnico v Engine Prime - + Export the library to the Engine Prime format Izvozi knjižnico v Engine Prime format - + Create &New Playlist Ustvari &nov seznam predvajanja - + Create a new playlist Ustvari nov seznam predvajanja - + Ctrl+n Ctrl+n - + Create New &Crate Ustvari nov &zaboj - + Create a new crate Ustvari nov zaboj - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Pogled - + May not be supported on all skins. Morda ni podprto v vseh preoblekah. - + Show Skin Settings Menu Prikaži nastavitve za preobleko - + Show the Skin Settings Menu of the currently selected Skin Prikaže menu z nastavitvami za trenutno preobleko. - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Prikaži mikrofonski razdelek - + Show the microphone section of the Mixxx interface. V vmesniku Mixxx prikaži razdelek za upravlljanje mikrofonov. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Prikaži razdelek za gramofonsko upravljanje - + Show the vinyl control section of the Mixxx interface. V vmesniku Mixxx prikaži razdelek za gramofonsko upravljanje. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Prikaži predvajalnik za predogled - + Show the preview deck in the Mixxx interface. V Mixxx vmesniku prikaže predvajalnik za predogled. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Prikaži naslovnico - + Show cover art in the Mixxx interface. V Mixxx vmesniku prikaže naslovnice. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Povečaj zbirko - + Maximize the track library to take up all the available screen space. Poveča zbirko skladb preko celega zaslona - + Space Menubar|View|Maximize Library Space - + &Full Screen &Cel zaslon - + Display Mixxx using the full screen Prikaže Mixxx preko celega zaslona - + &Options &Možnosti - + &Vinyl Control &Gramofonsko upravljanje - + Use timecoded vinyls on external turntables to control Mixxx Upravljanje Mixxx z uporabo časovno kodiranih vinilnih plošče na zunanjih gramofonih. - + Enable Vinyl Control &%1 Vklopi gramofonsko upravljanje &%1 - + &Record Mix &Snemaj miks - + Record your mix to a file Snema miks v datoteko. - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Vklopi o&ddajanje v živo - + Stream your mixes to a shoutcast or icecast server Prenašaj svoje mikse na Shoutcast ali Icecast strežnik - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Vklopi &bližnjice na tipkovnici - + Toggles keyboard shortcuts on or off Vklopi ali izklopi bližnjice na tipkovnici. - + Ctrl+` Ctrl+` - + &Preferences &Nastavitve - + Change Mixxx settings (e.g. playback, MIDI, controls) Spremeni Mixxx nastavitve (npr. predvajanje, MIDI, kontrole) - + &Developer &Razvijalec - + &Reload Skin &Naloži preobleko - + Reload the skin Ponovno naloži preobleko - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Razvojna &orodja - + Opens the developer tools dialog Odpre dialog razvojnih orodji - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket Stat.: &Eksperimentalno vedro - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Vklopi eksperimentalni način delovanja. Zbira statistiko v EXPERIMENT vedro za sledenje . - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket Stat.: &Osnovno vedro - + Enables base mode. Collects stats in the BASE tracking bucket. Vklopi bazični način delovanja. Statistiko zbira v osnovno vedro za sledenje. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled Vklopi raz&hroščevalnik - + Enables the debugger during skin parsing Med preverjanjem preobleke vklopi razhroščevalnik. - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Pomoč - + Show Keywheel menu title Prikaži kvintni krog - + Show keywheel tooltip text Prikaže kvintni krog - + F12 Menubar|View|Show Keywheel F12 - + &Community Support Podpora &skupnosti - + Get help with Mixxx Poiščite pomoč za Mixxx - + &User Manual &Uporabniška navodila - + Read the Mixxx user manual. Preberite navodila za rabo Mixxx - + &Keyboard Shortcuts &Bližnjice na tipkovnici - + Speed up your workflow with keyboard shortcuts. Pohitrite delo z rabo bližnjic. - + &Settings directory Mapa za na&stavitve - + Open the Mixxx user settings directory. Odpre mapo z nastavitvami za Mixxx. - + &Translate This Application Prevedi &to aplikacijo - + Help translate this application into your language. Pomagajte prevesti ta program v svoj jezik. - + &About O progr&amu - + About the application O programu @@ -14856,564 +14954,564 @@ Tega ni mogoče razveljaviti! WTrackMenu - + Load to Naloži v - + Deck Predvajalnik - + Sampler Vzročevalnik - + Add to Playlist Dodaj v seznam predvajanja - + Crates Zaboji - + Metadata Metapodatki - + Update external collections Osveži zunanje zbirke - + Cover Art Naslovnica - + Adjust BPM Prilagodi BPM - + Select Color Izberi barvo - + Reset Reset metadata in right click track context menu in library Ponastavi - - + + Analyze Analiziraj - - + + Delete Track Files Izbriši datoteke skladbe - + Add to Auto DJ Queue (bottom) Dodaj k zaporedju samodejnega DJ-a (na dno) - + Add to Auto DJ Queue (top) Dodaj k zaporedju samodejnega DJ-a (na vrh) - + Add to Auto DJ Queue (replace) Dodaj v zaporedje samodejnega DJ-a (zamenjaj) - + Preview Deck Predvajalnik za predogled - + Remove Odstrani - + Remove from Playlist Odstrani iz seznama predvajanja - + Remove from Crate Odstrani iz zaboja - + Hide from Library Skrij iz zbirke - + Unhide from Library Pokaži v zbirki - + Purge from Library Pobriši iz zbirke - + Move Track File(s) to Trash Premakni datoteke skladb(e) v koš - + Delete Files from Disk Izbriši datoteke z diska - + Properties Lastnosti - + Open in File Browser Odpri v brskalniku datotek - + Select in Library Izberi v knjižnici - + Import From File Tags naloži iz oznak v datoteki - + Import From MusicBrainz Naloži iz MusicBrainz - + Export To File Tags Izvozi oznake v datoteko - + BPM and Beatgrid BPM in ritmična mreža - + Play Count Števec predvajanj - + Rating Ocena - + Cue Point Cue iztočnica - + Hotcues Hotcue iztočnice - + Intro Uvod - + Outro Zaključek - + Key Tonaliteta - + ReplayGain ReplayGain - + Waveform Valovna oblika - + Comment Komentar - + All Vse - + Lock BPM Zakleni BPM - + Unlock BPM Odkleni BPM - + Double BPM Podvoji BPM - + Halve BPM Razpolovi BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Ponastavi barvo - + Reanalyze Ponovno analiziraj - + Reanalyze (constant BPM) Ponovno analiza (konstantni BPM)¸¸ - + Reanalyze (variable BPM) Ponovno analiza (spremenljivi BPM) - + Update ReplayGain from Deck Gain Posodobi ReplayGain glede na jakost predvajalnika - + Deck %1 Predvajalnik %1 - + Importing metadata of %n track(s) from file tags Uvažanje metapodatkov %n skladbe iz oznak v datotekahUvažanje metapodatkov %n skladb iz oznak v datotekahUvažanje metapodatkov %n skladb iz oznak v datotekahUvažanje metapodatkov %n skladb iz oznak v datotekah - + Marking metadata of %n track(s) to be exported into file tags Označevanje metapodatkov %n skladbe za izvoz v oznake datotekOznačevanje metapodatkov %n skladb za izvoz v oznake datotekOznačevanje metapodatkov %n skladb za izvoz v oznake datotekOznačevanje metapodatkov %n skladb za izvoz v oznake datotek - - + + Create New Playlist Ustvari nov seznam predvajanja - + Enter name for new playlist: Vnesi ime seznama predvajanja: - + New Playlist Nov seznam predvajanja - - - + + + Playlist Creation Failed Ustvarjanje seznama predvajanja je spodletelo - + A playlist by that name already exists. Seznam predvajanja s tem imenom že obstaja. - + A playlist cannot have a blank name. Seznam predvajanja ne more biti brez imena. - + An unknown error occurred while creating playlist: Neznana napaka pri ustvarjanju novega seznama predvajanja: - + Add to New Crate Dodaj v nov zaboj - + Scaling BPM of %n track(s) Povečanje BPM %n skladbePovečanje BPM %n skladbPovečanje BPM %n skladbPovečanje BPM %n skladb - + Locking BPM of %n track(s) Zaklepanje BPM %n skladbeZaklepanje BPM %n skladbZaklepanje BPM %n skladbZaklepanje BPM %n skladb - + Unlocking BPM of %n track(s) Odklepanje BPM %n skladbeOdklepanje BPM %n skladbOdklepanje BPM %n skladbOdklepanje BPM %n skladb - + Setting color of %n track(s) Odklepanje BPM %n skladbeOdklepanje BPM %n skladbOdklepanje BPM %n skladbDoločanje barve %n skladb - + Resetting play count of %n track(s) Ponastavljanje števca predvajanj %n skladbePonastavljanje števca predvajanj %n skladbPonastavljanje števca predvajanj %n skladbPonastavljanje števca predvajanj %n skladb - + Resetting beats of %n track(s) Ponastavljanje ritma %n skladbePonastavljanje ritma %n skladbPonastavljanje ritma %n skladbPonastavljanje ritma %n skladb - + Clearing rating of %n track(s) Brisanje ocen za %1 skladboBrisanje ocen za %1 skladbiBrisanje ocen za %1 skladbeBrisanje ocen za %1 skladb - + Clearing comment of %n track(s) Čiščenje komentarjev za %n skladboČiščenje komentarjev za %n skladbiČiščenje komentarjev za %n skladbeČiščenje komentarjev za %n skladb - + Removing main cue from %n track(s) Odstranjevanje glavne iztočnice %n skladbeOdstranjevanje glavne iztočnice %n skladbOdstranjevanje glavne iztočnice %n skladbOdstranjevanje glavne iztočnice %n skladb - + Removing outro cue from %n track(s) Odstranjevanje izstopne iztočnice %n skladbeOdstranjevanje izstopne iztočnice %n skladbOdstranjevanje izstopne iztočnice %n skladbOdstranjevanje izstopne iztočnice %n skladb - + Removing intro cue from %n track(s) Odstranjevanje vstopne iztočnice %n skladbeOdstranjevanje vstopne iztočnice %n skladbOdstranjevanje vstopne iztočnice %n skladbOdstranjevanje vstopne iztočnice %n skladb - + Removing loop cues from %n track(s) Odstranjevanje iztočnic zank iz %n skladbeOdstranjevanje iztočnic zank iz %n skladbOdstranjevanje iztočnic zank iz %n skladbOdstranjevanje iztočnic zank iz %n skladb - + Removing hot cues from %n track(s) Odstranjevanje hotcue iztočnic %n skladbeOdstranjevanje hotcue iztočnic %n skladbOdstranjevanje hotcue iztočnic %n skladbOdstranjevanje hotcue iztočnic %n skladb - + Resetting keys of %n track(s) Ponastavljanje ključa %n skladbePonastavljanje ključa %n skladbPonastavljanje ključa %n skladbPonastavljanje ključa %n skladb - + Resetting replay gain of %n track(s) Ponastavljanje jakosti ponovitev %n skladbePonastavljanje jakosti ponovitev %n skladbPonastavljanje jakosti ponovitev %n skladbPonastavljanje jakosti ponovitev %n skladb - + Resetting waveform of %n track(s) Ponastavitev valovne oblike %n skladbePonastavitev valovne oblike %n skladbPonastavitev valovne oblike %n skladbPonastavitev valovne oblike %n skladb - + Resetting all performance metadata of %n track(s) Ponastavitev vseh metapodatkov o izvajanju %n skladbePonastavitev vseh metapodatkov o izvajanju %n skladbPonastavitev vseh metapodatkov o izvajanju %n skladbPonastavitev vseh metapodatkov o izvajanju %n skladb - + Permanently delete these files from disk? Trajno izbrišem datoteke z diska? - - + + This can not be undone! Tega ni mogoče razveljaviti! - + Stop the deck and move this track file to the trash bin? Zaustavi predvajalnik in premakni datoteko te skladbe v koš? - + Stop the deck and permanently delete this track file from disk? Zaustavim predvajalnik in trajno izbrišem skladbo z diska? - + Cancel Prekliči - + Delete Files Izbriši datoteke - + Okay V redu - + Move Track File(s) to Trash? Premaknem datoteke skladb(e) v kop? - + Track Files Deleted Datoteke skladb so bile izbrisane - + Track Files Moved To Trash Datoteke skladb so bile premaknjen v koš - + %1 track files were moved to trash and purged from the Mixxx database. %1 skladb je bilo premaknjenih v koš in izbrisanih iz Mixxx podatkovne baze. - + %1 track files were deleted from disk and purged from the Mixxx database. %1 datoek skladb je bilo izbrisanih z diska in odstranjenih iz Mixxx baze podatkov - + Track File Deleted Datoteke skladbe je bila izbrisana - + Track file was deleted from disk and purged from the Mixxx database. Datoteka skladbe je bila izbirsana z diska in odtrsanjena iz Mixxx zbirke podatkov - + The following %1 file(s) could not be deleted from disk Teh %1 datotek ni bilo mogoče izbrisati z diska - + This track file could not be deleted from disk Te glasbene datoteke ni bilo mogoče izbrisati z diska - + Remaining Track File(s) Preostalo zvočnih datotek - + Close Zapri - + Loops Zanke - + Removing %n track file(s) from disk... Odstranjevanje %n skladb z diska... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. Opomba: Če ste v računalniškem alio snemalnem prikazu, morate ponovno klikniti na trenutni prikaz, da vidite spremembe. - + Track File Moved To Trash Datoteka skladbe je premaknjena v koš - + Track file was moved to trash and purged from the Mixxx database. Datoteka skladbe je bila premaknjena v koš in izbrisana iz Mixxx baze podatkov. - + The following %1 file(s) could not be moved to trash Teh %1 datotek(e) ni bilo mogoče premakniti v koš - + This track file could not be moved to trash Te datoteke skladbe ni bilo mogoče premakniti v koš - + Setting cover art of %n track(s) Določitev naslovnice %n sklabeDoločitev naslovnice %n sklabDoločitev naslovnice %n sklabDoločitev naslovnice %n sklab - + Reloading cover art of %n track(s) Ponovno nalaganje naslovnice %n skladbePonovno nalaganje naslovnice %n skladbPonovno nalaganje naslovnice %n skladbPonovno nalaganje naslovnice %n skladb @@ -15421,37 +15519,37 @@ Tega ni mogoče razveljaviti! WTrackTableView - + Confirm track hide Potrditev skritja skladbe - + Are you sure you want to hide the selected tracks? Ali res želite skriti izbrane skladbe? - + Are you sure you want to remove the selected tracks from AutoDJ queue? Ali res želite odstraniti izbrane skladbe iz zaporedja Samodejnega DJ? - + Are you sure you want to remove the selected tracks from this crate? Ali res želite odstraniti izbrane skladbe iz tega zaboja? - + Are you sure you want to remove the selected tracks from this playlist? Ali res želite odstraniti izbrane skladbe s tega seznama? - + Don't ask again during this session Ne sprašuj med to sejo - + Confirm track removal Potrditev odstranitve skladb @@ -15467,7 +15565,7 @@ Tega ni mogoče razveljaviti! WaveformWidgetFactory - + legacy vgrajeno @@ -15515,52 +15613,52 @@ Tega ni mogoče razveljaviti! mixxx::CoreServices - + fonts pisave - + database podatkovna baza - + effects učinki - + audio interface zvočni vmesnik - + decks predvajalnikov - + library knjižnica - + Choose music library directory Izberi mapo glasbene zbirke - + controllers kontroler - + Cannot open database Ni možno odpreti baze podatkov. - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_sn.qm b/res/translations/mixxx_sn.qm index 87f2632d27ada28dba7dd319cc6bfe951af5dcac..7846276a443132e64be1332ea0d3d7bc678e7036 100644 GIT binary patch delta 5278 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 RKPI~KH{YJT(9-qY{{d0FRpbBw delta 5274 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 KvA5~u*Z&9N;7*AE diff --git a/res/translations/mixxx_sn.ts b/res/translations/mixxx_sn.ts index 547949edaac..edb841e1b2a 100644 --- a/res/translations/mixxx_sn.ts +++ b/res/translations/mixxx_sn.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Wedzera pamutsetse wekuzviridza wega (kuzasi) - + Add to Auto DJ Queue (top) Wedzera pamutsetse wekuzviridza wega (kumusoro) - + Add to Auto DJ Queue (replace) - - Import Playlist - Unza mutsetse wekuridza + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + Tatadza kugadzira homwe - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Tatadza kugadzira mutsetse wekuridza - + An unknown error occurred while creating playlist: Hameno zvisina kuitika mushe pakugadzira mutsetse wekuridza: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Mutsetse mutsva wekuridza - + Add to Auto DJ Queue (bottom) Wedzera pamutsetse wekuzviridza wega (kuzasi) - - + + Create New Playlist Gadzira mutsetse mutsva wekuridza - + Add to Auto DJ Queue (top) Wedzera pamutsetse wekuzviridza wega (kumusoro) - + Remove Bvisa - + Rename Shandura zita - + Lock Kiya - + Duplicate Dzokorora - - + + Import Playlist Unza mutsetse wekuridza - + Export Track Files Buritsa Nziyo - + Analyze entire Playlist Wongorora mutsetse wose - + Enter new name for playlist: Ipa zita ritsva kumutsetse: - + Duplicate Playlist Dzokorora mutsetse uyu - - + + Enter name for new playlist: Ipa zita kumutsetse mutsva: - - + + Export Playlist Buritsa mutsetse - + Add to Auto DJ Queue (replace) - + Rename Playlist Shandura zita remutsetse + - Renaming Playlist Failed Tatadza kushandura zita remutsetse - - - + + + A playlist by that name already exists. Pane mumwe mutsetse une zita rakadaro. - - - + + + A playlist cannot have a blank name. Mutsetse haukwanise kushaya zita. - + _copy //: Appendix to default name when duplicating a playlist _wakatedzerwa + - + - - - + + Playlist Creation Failed Tatadza kugadzira mutsetse wekuridza - - + + An unknown error occurred while creating playlist: Hameno zvisina kuitika mushe pakugadzira mutsetse wekuridza: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) Mutsetse weM3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) Mutsetse weM3U (*.m3u);;Mutsetse weM3U8 (*.m3u8);;Mutsetse wePLS (*.pls);;Mutsetse weText CSV (*.csv);;Mutsetse weText (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Tatadza kuridza rwiyo. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Bhama - + Album Artist Muimbi webhama - + Artist Muimbi - + Bitrate Bitrate - + BPM Mutinhimira - + Channels - + Color - + Comment Pfungwa - + Composer Munyori - + Cover Art Mufananidzo webhama - + Date Added Musi wekuunzwa - + Last Played - + Duration Hurebu - + Type Rudzi - + Genre Rudzi - + Grouping Maunganidzirwo - + Key Key - + Location Nzvimbo - + Preview Teerera - + Rating Rikudzo - + ReplayGain Hudzamu Hwerwiyo - + Samplerate - + Played Rwaridzwa - + Title Zita - + Track # Nziyo # - + Year Gore - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Zvaramba kuita - + Please enable at least one connection to use Live Broadcasting. Tinokumbira uvhure chero konection imwe zvayo kuti ushandise Live Broadcasting @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Kanda kune kweZvepedo - + Remove from Quick Links Bvisa kune Zvepedo - + Add to Library Isa mubumbiro - + Quick Links Zvepedo - - + + Devices maDevice - + Removable Devices maDevice anobvisika - - + + Computer Kompiyuta - + Music Directory Added Nzvimbo ine mumhanzi yawedzerwa - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Wawedzera nzvimbo inemumhanzi. Nziyo dzirimo hadzisati dzakuonekwa kusvikira tawongorora nzvimbo yacho. Towongorowa here izvozvi? - + Scan Wongorora - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "kompiyuta" ndepekuti ukwanise kuona, kutsvaga nekuridza mimanzi kubva pa hard disk rako kana zvimwe zvawaka bairira pa kompiyuta yako. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Gunganidzwa - + Item Chiro - + Value Udzamu - + Parameter Paramita - + Title Zita - + Description Dudziro @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Isa vhoriume kumusoro - + Set to zero volume Nyararidza vhoriume @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Bhatani rekudzora kumashure uchiridza (kusensa) - + Headphone listen button Bhatani rekudzwisa kumaHeadphone - + Mute button Bhatani rekunyararidza @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) KwekuMixira (sekuti Roboshwe, Kurudyi, Pakati) - + Set mix orientation to left Mixira kuruboshwe - + Set mix orientation to center Mixira pakati - + Set mix orientation to right Mixira kurudyi @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Bhatani rekubata mutinhimira - + Toggle quantize mode Batidza nangiso - + One-time beat sync (tempo only) Sync yemutinhimira (kufambisa chete) - + One-time beat sync (phase only) Sync yemutinhimira (kuenderana chete) - + Toggle keylock mode Batidza keylock @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages MaEqualizer - + Vinyl Control Shandisa marekodhi - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Batidza mashandisiro epekutandira parekodhi (DZIMA/KAMWECHETE/PEKUJAMBIRA) - + Toggle vinyl-control mode (ABS/REL/CONST) Batidza mashandisiro emarekodhi (CHAIZVO/ZVINOENDERANA/ZVINOTIENDERANEIWO) - + Pass through external audio into the internal mixer Shandisa mixa yepano kuridza zvekumamwe masource - + Cues Pekutangira kuridza rwiyo - + Cue button Bhatani repekutangira kuridza - + Set cue point Ita pekutangira kuridza - + Go to cue point Enda pekutangira kuridza - + Go to cue point and play Enda pekutangira kuridza uridze - + Go to cue point and stop Enda pekutangira kuridza asi usaridze - + Preview from cue point Teerera kubva pekutangira kuridza - + Cue button (CDJ mode) Bhatani repekutangira kuridza (SeCDJ) - + Stutter cue Pekusikiza kutangira kuridza - + Hotcues Pekujambira uchiridza - + Set, preview from or jump to hotcue %1 Isa, jambira kanakuti teerera kubva pekujambira %1 - + Clear hotcue %1 Dzima pekujambira %1 - + Set hotcue %1 Ita pekujambira %1 - + Jump to hotcue %1 Jambira pekujambira %1 - + Jump to hotcue %1 and stop Jambira pekujambira %1 asi usaridze - + Jump to hotcue %1 and play Jambira pekujambira %1 uridze - + Preview from hotcue %1 Teerera kubva pekujambira %1 - - + + Hotcue %1 Pekujambira %1 - + Looping Kanzwimbo kekudzokorora - + Loop In button Bhatani repekutangira kuridza uchidzokorora - + Loop Out button Bhatani repekugumira kuridza uchidzokorora - + Loop Exit button Bhatani repekuregera kuridza uchidzokorora - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Fambisa dzokororo pamberi ne %1 mabeat - + Move loop backward by %1 beats Dzora dzokororo shure ne %1 mabeat - + Create %1-beat loop Gadzira dzokororo inotedzera %1-beat - + Create temporary %1-beat loop roll Gadzira dzokororo inotedzera %1-beat zveparizvino @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Pekuwedzera nekudzora vhoriume - + Full Volume Vhoriume yakaguma - + Zero Volume Vhoriume yakanyarara @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Nyararidza @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Teerero yekumaHeadphone @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Nangiso - + Orient Left Nangisa kuruboshwe - + Orient Center Nangisa pakati - + Orient Right Nangisa kurudyi @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Fambisa beatgrid kurudyi - + Adjust Beatgrid Gadzirisa beatgrid - + Align beatgrid to current position Nangisa beatgrid nepane rwiyo izvozvi - + Adjust Beatgrid - Match Alignment Gadzirisa beatgrid - teedzera nanganiso - + Adjust beatgrid to match another playing deck. Gadzirisa beatgrid kufananidza nerwiyo ririkurira. - + Quantize Mode Nanganidzo - + Sync Sync - + Beat Sync One-Shot Synca one-shot pabeat - + Sync Tempo One-Shot Synca one-shot patempo - + Sync Phase One-Shot Synca kuenderana paone-shot - + Pitch control (does not affect tempo), center is original pitch Pitch control (haishandure tempo), pakati nepakati ndipo pane yechokwadi - + Pitch Adjust Shandura Pitch - + Adjust pitch from speed slider pitch Shandura pitch kubva pane slider yepitch - + Match musical key Nanganisa key yenziyo - + Match Key Fananidza Key - + Reset Key Gadzirisa Key - + Resets key to original Rinoshandura Key uenda payatangira @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Bass - + Toggle Vinyl Control Batidza kana Kudzima shandiso yemarekodhi - + Toggle Vinyl Control (ON/OFF) Batidza kana Kudzima shandiso yemarekodhi (ON/OFF) - + Vinyl Control Mode Kamushandisiro kemarekodhi - + Vinyl Control Cueing Mode Mateererero uchishandisa marekodhi - + Vinyl Control Passthrough Ridza kubva kumarekodhi chaiwo - + Vinyl Control Next Deck Shandisa marekodhi padeck rinotevera - + Single deck mode - Switch vinyl control to next deck Shandiso yerekodhi rimwe - Shandisa rekodhi padeck rinotevera - + Cue Bata - + Set Cue Ita pekutangira kuridza - + Go-To Cue Endapo wobata - + Go-To Cue And Play Enda pawabata uridze - + Go-To Cue And Stop Enda pawabata asi usaridze - + Preview Cue Teerera pawabata - + Cue (CDJ Mode) Bata (seCDJ) - + Stutter Cue Sikiza kuridza - + Go to cue point and play after release Enda pekutangira kuridza uridze ndaregedzera - + Clear Hotcue %1 Dzima pekujambira %1 - + Set Hotcue %1 Ita pekujambira %1 - + Jump To Hotcue %1 Jambira pekujambira %1 - + Jump To Hotcue %1 And Stop Jambira pekujambira %1 asi usaridze - + Jump To Hotcue %1 And Play Jambira pekujambira %1 uridze - + Preview Hotcue %1 Teerera kubva pekujambira %1 - + Loop In Pekutangira kuridza uchidzokorora - + Loop Out Pekugumira kuridza uchidzokorora - + Loop Exit Pekuregera kuridza uchidzokorora - + Reloop/Exit Loop Dzokorora/Rekedza Dzokororo - + Loop Halve Dimura dzokororo nepakati - + Loop Double Wedzera dzokororo zvakaenzana - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Fambisa dzokororo ne +%1 mabeat - + Move Loop -%1 Beats Fambisa dzokororo ne -%1 mabeat - + Loop %1 Beats Dzokorora %1 Beats - + Loop Roll %1 Beats Dzokorora Roll %1 Beats - + Add to Auto DJ Queue (bottom) Wedzera pamutsetse wekuzviridza wega (kuzasi) - + Append the selected track to the Auto DJ Queue Isa rwiyo rwakasarudzwa kuBumbiro rekuzviridza rega - + Add to Auto DJ Queue (top) Wedzera pamutsetse wekuzviridza wega (kumusoro) - + Prepend selected track to the Auto DJ Queue Isa rwiyo rwakasarudzwa kuBumbiro rekuzviridza rega pekutanga - + Load Track Isa rwiyo - + Load selected track Isa rwiyo rwakasaruwa - + Load selected track and play Isa rwiyo rwakasaruwa nekuridza - - + + Record Mix Rekodha mix - + Toggle mix recording Batidza zvekurekodha mix - + Effects Maeffect - + Quick Effects Maeffects epedo - + Deck %1 Quick Effect Super Knob Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) Quick Effect Super Knob (shandura maparamita akananganiswa) - - + + Quick Effect Quick Effect - + Clear Unit Dzima zvose zviri paUnit - + Clear effect unit Dzima zvose paEffect Unit - + Toggle Unit Batidza / Dzima Unit - + Dry/Wet Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. Gadzirisa kuenzana pakati perwiyo rusati rwabatwa-batwa (sezvariri) nerusati (rwaiswa maeffect). - + Super Knob Super Knob - + Next Chain Next Chain - + Assign Isa - + Clear Dzima - + Clear the current effect Dzima effect riripo - + Toggle Batidza / Dzima - + Toggle the current effect Batidza / Dzima effect iri - + Next Zvinotevera - + Switch to next effect Enda paEffect rinotevera - + Previous Zvapfuura - + Switch to the previous effect Enda kune effect rapfuura - + Next or Previous Zvinotevera kana Zvabva - + Switch to either next or previous effect Enda kune effect rabva kana kuti rinotevera - - + + Parameter Value Value reParamita - - + + Microphone Ducking Strength Udzamu hwekuitira Microphone - + Microphone Ducking Mode Rudzi rwehudzamu hwekuitira Microphone - + Gain Udzamu - + Gain knob Knob reudzamu - + Shuffle the content of the Auto DJ queue Bvonganisa zviripo panopera zvakarongwa pane zvekuzviridza zvega - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Batidza / Dzima kuzviridza wega - + Toggle Auto DJ On/Off Zviridze wega On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Zadzisa / Dzora Bumbiro - + Maximize the track library to take up all the available screen space. Zadzisa bumbiro kuti rivharise pose panokwanisika pascreen. - + Effect Rack Show/Hide Ratidza/Viga maEffect - + Show/hide the effect rack Ratidza/Viga effect rack - + Waveform Zoom Out Dzikisa muonero weWaveform @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Udzamu hwekumaHeadphone - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Mamhanyiro ekuridza - + Playback speed control (Vinyl "Pitch" slider) Chekushangura mamhanyiro ekuridza (Pitch slider yemarekodhi) - + Pitch (Musical key) Pitch (Musical key) - + Increase Speed Wedzera kumhanya - + Adjust speed faster (coarse) Wedzera kumhanya (zvakangodaro) - + Increase Speed (Fine) Wedzera kumhanya (zvakatsetseka) - + Adjust speed faster (fine) Wedzera kumhanya (zvakatsetseka) - + Decrease Speed Dzora kumhanya - + Adjust speed slower (coarse) Dzora kumhanya (zvakadaro) - + Adjust speed slower (fine) Dzora kumhanya (zvakatsetseka) - + Temporarily Increase Speed Wedzera kumhanya mbichana - + Temporarily increase speed (coarse) Wedzera kumhanya mbichana (zvakadaro) - + Temporarily Increase Speed (Fine) Wedzera kumhanya (zvakatsetseka) - + Temporarily increase speed (fine) Wedzera kumhanya (zvakatsetseka) - + Temporarily Decrease Speed Dzora kumhanya - + Temporarily decrease speed (coarse) Dzora kumhanya (zvakadaro) - + Temporarily Decrease Speed (Fine) Dzora kumhanya (zvakatsetseka) - + Temporarily decrease speed (fine) Dzora kumhanya (zvakatsetseka) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Kwidza - + Equivalent to pressing the UP key on the keyboard Zvakango fanana nekubaya bhatani rekukwidza paKeyboard - + Move down Dzikisa - + Equivalent to pressing the DOWN key on the keyboard Zvakango fanana nekubaya bhatani rekudzika paKeyboard - + Move up/down Kwidza/Dzikisa - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Kwidza kana kudzikisa uchishandisa ka knob sekunge ukudzvanya UP/DOWN pa keyboard - + Scroll Up Verenga uchikwidza - + Equivalent to pressing the PAGE UP key on the keyboard Zvakafanana nekudzvanya bhatani re PAGE UP pa keyboard - + Scroll Down Verenga uchidzika - + Equivalent to pressing the PAGE DOWN key on the keyboard Zvakafanana nekudzvanya bhatani re PAGE DOWN pa keyboard - + Scroll up/down Verenga uchikwidza/kudzika - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Verenga uchikwidza kana kudzikisa uchishandisa ka knob sekunge ukudzvanya UP/DOWN pa keyboard - + Move left Enda kuruboshwe - + Equivalent to pressing the LEFT key on the keyboard Zvakango fanana nekubaya bhatani rekuenda ruboshwe paKeyboard - + Move right Enda kurudyi - + Equivalent to pressing the RIGHT key on the keyboard Zvakango fanana nekubaya bhatani rekuenda kurudyi paKeyboard - + Move left/right Enda kuruboshwe/rudyi - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Enda rudyi kana ruboshwe uchishandisa ka knob sekunge ukudzvanya LEFT/RIGHT pa keyboard - + Move focus to right pane Shandira necheku rudyi - + Equivalent to pressing the TAB key on the keyboard Zvakango fanana nekubaya bhatani rekuenda kurudyi paKeyboard - + Move focus to left pane Shandira necheku ruboshwe - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing Batika kana kudzima maeffect - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset Next chain preset - + Previous Chain Maeffects abva - + Previous chain preset Maeffects abva agerere aripo - + Next/Previous Chain Maeffects Abva/Anotevera - + Next or previous chain preset Maeffect abva kana anotevera - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary Maikrophone / Auxilari - + Microphone On/Off Maikrophone Dzima/Batidza - + Microphone on/off Maikrophone dzima/batidza - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Batidza maikrophone ducking mode (Dzima, Auto, Zviitire) - + Auxiliary On/Off Auxilari Batidza/Dzima - + Auxiliary on/off Auxilari dzima/batidza - + Auto DJ Zviridze wega - + Auto DJ Shuffle Zviridze Madiro - + Auto DJ Skip Next Rinotevera paKuzviridza Wega - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Pinda murwiyo rwuri kutevera - + Trigger the transition to the next track Ita kuti rwiyo runotevera ririre - + User Interface Pekushandira - + Samplers Show/Hide Ratidza/Viga maSampler - + Show/hide the sampler section Ratidza/Dzima panowanikwa maSampler - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Ratidza/Viga pekushandisa Marekodhi - + Show/hide the vinyl control section Ratidza/Viga panowanikwa pekushandisa Marekodhi - + Preview Deck Show/Hide Ratidza/Viga peNzwisa - + Show/hide the preview deck Ratidza/Viga panowanikwa Nzwisa - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Ratidza/Viga Rekodhi richispina - + Show/hide spinning vinyl widget Ratidza/Viga panowanikwa rekodhi richispina - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Zooma weveform - + Waveform Zoom Kwidza Waveform - + Zoom waveform in Pekukwidza waveform uchipinda - + Waveform Zoom In Kwidza muonero weWaveform - + Zoom waveform out Dzikisa muonero weWaveform - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages - - + + + Unknown Hatizive - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4128,7 +4173,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4358,122 +4403,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed Zvaramba kuita - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5045,22 +5090,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5170,6 +5215,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5746,38 +5796,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6003,52 +6078,52 @@ and allows you to pitch adjust them for harmonic mixing. Wongorora - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6908,138 +6983,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Chiri kushandisika - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7525,122 +7600,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Zvekuridzisa - + Controllers - + Library Laibhurari - + Interface - + Waveforms - + Mixer Mixa - + Auto DJ Zviridze wega - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Maeffect - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Shandisa marekodhi - + Live Broadcasting - + Modplug Decoder @@ -7815,7 +7890,7 @@ Select from different types of displays for the waveform, which differ primarily Muimbi webhama - + Fetching track data from the MusicBrainz database @@ -7892,72 +7967,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8278,7 +8353,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8488,27 +8563,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8731,15 +8806,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8750,57 +8825,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8883,32 +8958,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8983,183 +9058,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Hapana chakasarudzwa pane zvinounza signal rekushandisa marekodhi. Tanga wasarudza zvinounza signal rekushandisa marekodhi kuridza kuneMamiriro eZvekuridzisa. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Hapana chakasarudzwa pane zvekuti ushandise passthough kontrol. Tanga wasarudza zvinounza mumanzi wacho kuneMamiriro eZvekuridzisa. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9175,43 +9250,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Kiya - - + + Playlists - + + Shuffle Playlist + + + + Unlock Sunungura - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Gadzira mutsetse mutsva wekuridza @@ -9278,7 +9358,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9384,68 +9464,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Shandisa marekodhi - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9538,6 +9618,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9575,6 +9657,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9593,6 +9676,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9608,6 +9693,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9905,7 +9992,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9962,7 +10049,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9982,22 +10069,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10080,8 +10167,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10111,42 +10198,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10166,17 +10253,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10578,18 +10665,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Mupaka %1 @@ -10629,52 +10716,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10722,10 +10809,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10894,7 +11002,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10940,34 +11048,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Homwe - + Check for Serato databases (refresh) - + (loading) Serato @@ -10975,64 +11083,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Sunungura - + Lock Kiya - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11041,193 +11149,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11243,23 +11351,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11611,7 +11719,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Mufananidzo webhama @@ -12063,52 +12171,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12302,442 +12400,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Super Knob - + Next Chain Next Chain - + Previous Chain Maeffects abva - + Next/Previous Chain Maeffects Abva/Anotevera - + Clear Dzima - + Clear the current effect. - + Toggle Batidza / Dzima - + Toggle the current effect. - + Next Zvinotevera - + Clear Unit Dzima zvose zviri paUnit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Batidza / Dzima Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12746,169 +12845,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Zvapfuura - + Switch to the previous effect. - + Next or Previous Zvinotevera kana Zvabva - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13007,47 +13105,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13315,123 +13413,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Rekodha mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit Pekuregera kuridza uchidzokorora - + Turns the current loop off. - + Slip Mode Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13553,97 +13651,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode Kamushandisiro kemarekodhi - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve Dimura dzokororo nepakati - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double Wedzera dzokororo zvakaenzana - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13653,82 +13751,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13736,12 +13834,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13994,22 +14092,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14031,7 +14129,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14055,452 +14153,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. Zadzisa bumbiro kuti rivharise pose panokwanisika pascreen. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14729,564 +14827,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Homwe - + Metadata - + Update external collections - + Cover Art Mufananidzo webhama - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Wongorora - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Wedzera pamutsetse wekuzviridza wega (kuzasi) - + Add to Auto DJ Queue (top) Wedzera pamutsetse wekuzviridza wega (kumusoro) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Bvisa - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Rikudzo - + Cue Point - + Hotcues Pekujambira uchiridza - + Intro - + Outro - + Key Key - + ReplayGain Hudzamu Hwerwiyo - + Waveform - + Comment Pfungwa - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Mupaka %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Gadzira mutsetse mutsva wekuridza - + Enter name for new playlist: Ipa zita kumutsetse mutsva: - + New Playlist Mutsetse mutsva wekuridza - - - + + + Playlist Creation Failed Tatadza kugadzira mutsetse wekuridza - + A playlist by that name already exists. Pane mumwe mutsetse une zita rakadaro. - + A playlist cannot have a blank name. Mutsetse haukwanise kushaya zita. - + An unknown error occurred while creating playlist: Hameno zvisina kuitika mushe pakugadzira mutsetse wekuridza: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15294,37 +15392,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15340,7 +15438,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15388,52 +15486,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_sq_AL.qm b/res/translations/mixxx_sq_AL.qm index 8a4bb607a6ebbf4df70ea4b62128c93175b1bcac..ee848d32356b49cef2b747e550576bacc26c0cf4 100644 GIT binary patch delta 1851 zcmXZddr(wW90%|(yL;}w*j*lrxI7Gk-C%hvEW69nvY6xpNh}R>a-GI8d|+a!qhqFS zNsefUmSA9t=_HaU186BsItZ)z#8k$~GJB{oW1~4LFh*nj@aJEjd+(lm&bjCNJ7P{{|er5Sn9vf5dhO=NEvqoVC2hI$~I70HSUU5VDd@(Xfs}h|W2H-p)pp zvDUZQ%xKnmA7W@NwVTgIe95NM1n9XR8Ta@>jv2}oy+F(!XkRI&6{%)Jeq+;3tj)n@ zYmqwkHW2PaK{9=b+Q)|MXH$mQv_Dy!jLm$5wX28q1NL@);JSdKlj{KO6E=JmYqhc& z@vJ)ulecvOBj%!5-vz|&V$<5-)0zR@ARFOiBL$n9$)@jOGdf5=y^wi- z-S9wEv`nBcUd-lA5|!gm0?O}L%VpMD$EJAve34f!Dhr&{@IGt#kG1xQ%JWpcDW_Ox ziKtz>8p!)g)HW@m0S~aoc-HZc*qKkid*2cJFPiARGI7;C8IUEgId6$RlL8PuqR(7S zEALO>i>zgmF4jmHr%MraZpyGlnou^I&Vx&An4Y!$!Djy=EuS<7h(9IOhNV*t^h&36 zv`rJ=l}<0F`?#ypxvlr;_odQ}BLRxEM!Fky6EJj1154TgV~H}RW(MtlQOp;)A1iHF zC~L(D)-qE0vWzCAU7)PI_&F`9oi%=|+&oAfs>+ptlfATJ66kqAq|-7un+NkCMIC3;!h$OfP{!J$Y}l0Gfb0?7N3yOM*0VbJ@>cqPiMXV*&OAi@`gP;` zDbln8-9-PZl%=9XH*wgkZq_rP`}Cz7RJ9Fk&X4-B^JqdL(R$xO8X&A%-|9L{MfFgB z{1&ZTT(SPlM~Q&EUwZ{;Kq(yx^SAEKPdYS1xiRQap8A;gf7wgp7ytkO delta 1867 zcmXZcYfw~W7zglYFYnp2cUTt%1cH#;vhK3L!g5&x4QnM_j59!!Ag&#!CXqq1S`{}pm<(&8SJbzktsD^i_ zcG{IlB1$CE2Z$zD5E(YX@bfTo2F$R*?Ca2{BC5PZWa@|Z$uQ#{%o&Dx8tC6c+V)LUS;r)zA`VJ-^hS_UjP8^ArjYMHLVfsRt-Abann#dA>5f`B2 z9Q3S#Ia5ds*YbNkFye3M<_++;LY{IA zyH7N#fy&ePB>GMmu7%Fo&@}g%zSr5g(zzj269uVqHi-_>05BrE$H|JW~_(4 zTAH@In`m@5&Eiv0{B!6sQI#=?Pg)5h8sM0BpmRHPJ%=7UtMCVzDHzE731;ntdBrrZ zu9Ij?BUK;zh)?)BUEDB4G`5NE#PM_N8!Gpk-w;JAss+KzM5&$XnY(YWZ>yIyY$0;? zs_UzQydfiumo1^AKk4g;_JS z%Ksncc57Q!@B+oP+O}=nrL+zvmq70yurNXRsy1-<2F2`a2}IG0#r%gq6Q%4Fs~S!b znWu{S4o-sk3M@J#0+afPyEfT6{!l25Iv01w_VlXj=?33ZXAoT06CbOBOFR+gzM)mvr9D zaUFL_y10^`6EdVLjf3pB(!l8uzxPP`Gx|4kE>0VLuhKwOypnngaH~=HUbPdmVLiw&P)OVA6Xg(}b%id5T_eP~$UNVtONiZ!4 z3*MLKR`7gDOXLsy8qUA9Os?Bo%3Yo)Z{GKW-#;Sn^K&y=p2|nhW^=v^2nq-*JY8g}h_KAhfw)(vcTFg#`x;+dCd}$tn%aH}-QZe}_3;hL#?# zxmt$0Hds_**mp}2d==4#GuJtf(J3(d87yoyTzy_gWc|V@O26a@Wn=l4)tqmY@#y4RwBk5+xypufdZSy4M3DmlXXP9?Q7$DLR%+IuxE#eJ@t+7-cLT1rH{w) zJku=$S(~_I_n;;K^E<6kFh#VYIeD-3y>^~BE(ZFiTMu6I@bgmZ k*<8LlF?R`PuBWlMH1*_6-8NO@f&BbNk3Rn79r>L9KZr8orT_o{ diff --git a/res/translations/mixxx_sq_AL.ts b/res/translations/mixxx_sq_AL.ts index db2c5355e03..39bf33e94aa 100644 --- a/res/translations/mixxx_sq_AL.ts +++ b/res/translations/mixxx_sq_AL.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Importo Listën + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Krijimi i Lisës Dështoi - + An unknown error occurred while creating playlist: Një Gabim i Panjohur Ndodhi Ndërsa po Krijohej Lista @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Listë e Re - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist Krijo Listë të Re - + Add to Auto DJ Queue (top) - + Remove Hiq - + Rename Riemërto - + Lock Kyç - + Duplicate Dyfisho - - + + Import Playlist Importo Listën - + Export Track Files - + Analyze entire Playlist Analizo të Gjithë Listën - + Enter new name for playlist: - + Duplicate Playlist Dyfisho Lisën - - + + Enter name for new playlist: Zgjidh Emrin e Listës së Re - - + + Export Playlist Eksporto Listën - + Add to Auto DJ Queue (replace) - + Rename Playlist Riemërto Listën + - Renaming Playlist Failed Riemërtimi i Listës Dështoi - - - + + + A playlist by that name already exists. Lista me atë Emër Ekziston - - - + + + A playlist cannot have a blank name. Lista Nuk Mund të Ketë Emër Bosh - + _copy //: Appendix to default name when duplicating a playlist _kopje + - + - - - + + Playlist Creation Failed Krijimi i Lisës Dështoi - - + + An unknown error occurred while creating playlist: Një Gabim i Panjohur Ndodhi Ndërsa po Krijohej Lista - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) Listë M3U (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Albumi - + Album Artist Artisti i Albumit - + Artist Artisti - + Bitrate Bitrate - + BPM BPM - + Channels - + Color - + Comment Shënime - + Composer Kompozitori - + Cover Art Arti i Kopertinës - + Date Added Data e Shtimit - + Last Played - + Duration Kohëzgjatja - + Type Lloji - + Genre Xhanrë - + Grouping Grupimi - + Key Celësi - + Location Vendndodhja - + Preview Inspekto - + Rating Vlerësimi - + ReplayGain ReplayGain - + Samplerate - + Played E Luajtur - + Title Titulli - + Track # - + Year Viti - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links Shto tek Quick Links - + Remove from Quick Links Hiq nga Quick Links - + Add to Library Shto në Librari - + Quick Links Quick Links - - + + Devices Pajisjet - + Removable Devices Pajisjet e Ndashëme - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Këqyr - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupimi - + Item Sendi - + Value Vlera - + Parameter Parametri - + Title Titulli - + Description Përshkrimi @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume Ngrije Volumin të Plotë - + Set to zero volume Ule Volumin në Zero @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button Butoni të Dëgjosh me Kufje - + Mute button Butoni i Heshtjes @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Barazuesit - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues Shenjat - + Cue button Butoni i Shenjës - + Set cue point Vë Pikën e Shenjës - + Go to cue point Shko tek Pika e Shenjës - + Go to cue point and play Shko tek Pika e Shenjës edhe Luaje - + Go to cue point and stop Shko tek Pika e Shenjës edhe Ndalo - + Preview from cue point Inspekto nga Pika e Shenjës - + Cue button (CDJ mode) Butoni i Shenjës (Moda CDJ) - + Stutter cue Belbëzo Shenjën - + Hotcues Shenjat e Shpejta - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 Zbraz Shenjën e Shpejte %1 - + Set hotcue %1 Vë Shenjën e Shpejte %1 - + Jump to hotcue %1 Kërce tek Shenja e Shpejtë %1 - + Jump to hotcue %1 and stop Kërce tek Shenja e Shpejte %1 edhe Ndalo - + Jump to hotcue %1 and play Kërce tek Shenja e Shpejtë %1 edhe Luaje - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects Efekte - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ DJ Automatik - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Me ndihmesë nga: - + And special thanks to: Dhe falënderime të veçanta për: - + Past Developers Zhvillues të Dikurshëm - + Past Contributors Kontribues të Dikurshëm - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Rreth Mixxx-it - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits Falënderime - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. Këqyr - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer Mikser - + Auto DJ DJ Automatik - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efekte - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting Transmetim i Drejtpërdrejtë - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Artisti i Albumit - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Kyç - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Krijo Listë të Re @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Kuverta %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Arkat - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock Kyç - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Arti i Kopertinës @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Arkat - + Metadata - + Update external collections - + Cover Art Arti i Kopertinës - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Analizo - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Hiq - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Vlerësimi - + Cue Point - + Hotcues Shenjat e Shpejta - + Intro - + Outro - + Key Celësi - + ReplayGain ReplayGain - + Waveform - + Comment Shënime - + All - + Lock BPM Mbyllni BPM - + Unlock BPM Rihape BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Kuverta %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Krijo Listë të Re - + Enter name for new playlist: Zgjidh Emrin e Listës së Re - + New Playlist Listë e Re - - - + + + Playlist Creation Failed Krijimi i Lisës Dështoi - + A playlist by that name already exists. Lista me atë Emër Ekziston - + A playlist cannot have a blank name. Lista Nuk Mund të Ketë Emër Bosh - + An unknown error occurred while creating playlist: Një Gabim i Panjohur Ndodhi Ndërsa po Krijohej Lista - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_sr.qm b/res/translations/mixxx_sr.qm index 6e07c9c3b8c05de823f2f39d38b4ffe1a16a9ff5..6e49461301650daf30cfd11cc916f6cbeddc652e 100644 GIT binary patch delta 12483 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

w63jZALo`cQ0lat*Py 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 ARR910 delta 12484 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 Ht5yF4K)uT@ diff --git a/res/translations/mixxx_sr.ts b/res/translations/mixxx_sr.ts index 33a31859e10..144a50f4841 100644 --- a/res/translations/mixxx_sr.ts +++ b/res/translations/mixxx_sr.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Додајте у ред самосталног диџеја (доле) - + Add to Auto DJ Queue (top) Додајте у ред самосталног диџеја (горе) - + Add to Auto DJ Queue (replace) Додај на Ауто-Диџеј листу (рокада) - - Import Playlist - Увезите списак нумера + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + Креирање гајбице неуспешно - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Стварање списка нумера није успело - + An unknown error occurred while creating playlist: Дошло је до непознате грешке приликом стварања списка нумера: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Нови списак нумера - + Add to Auto DJ Queue (bottom) Додајте у ред самосталног диџеја (доле) - - + + Create New Playlist Састави листу песама - + Add to Auto DJ Queue (top) Додајте у ред самосталног диџеја (горе) - + Remove Уклони - + Rename Преименуј - + Lock Закључај - + Duplicate Дуплирај - - + + Import Playlist Увезите списак нумера - + Export Track Files Направи фајл - + Analyze entire Playlist Анализирај целу листу - + Enter new name for playlist: Ново име за листу песама: - + Duplicate Playlist Удвостручи списак нумера - - + + Enter name for new playlist: Ново име за листу песама: - - + + Export Playlist Извези списак нумера - + Add to Auto DJ Queue (replace) Додај на Ауто-Диџеј листу (рокада) - + Rename Playlist Преименуј списак нумера + - Renaming Playlist Failed Преименовање списка нумера није успело - - - + + + A playlist by that name already exists. Већ постоји списак нумера са овим називом. - - - + + + A playlist cannot have a blank name. Назив списка нумера не може бити празан. - + _copy //: Appendix to default name when duplicating a playlist _умножи + - + - - - + + Playlist Creation Failed Стварање списка нумера није успело - - + + An unknown error occurred while creating playlist: Дошло је до непознате грешке приликом стварања списка нумера: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) М3У листа (*.м3у) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) М3У списак нумера (*.m3u);;М3У8 списак нумера (*.m3u8);;ПЛС списак нумера (*.pls);;Текстуални ЦСВ (*.csv);;Читљив текст (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Не могу да учитам нумеру. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Албум - + Album Artist Извођач - + Artist Извођач - + Bitrate Проток - + BPM ТУМ - + Channels Број канала - + Color - + Comment Примедба - + Composer Састављач - + Cover Art Омот - + Date Added Додата - + Last Played - + Duration Трајање - + Type Врста - + Genre Жанр - + Grouping Груписање - + Key Кључ - + Location Место - + Preview Преглед - + Rating Оцена - + ReplayGain Ауто-ниво - + Samplerate - + Played Пуштено - + Title Наслов - + Track # Нумера бр. - + Year Година - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Операција неуспешна - + Please enable at least one connection to use Live Broadcasting. Бар једна веза мора бити активна за емитовање уживо. @@ -492,59 +516,59 @@ BrowseFeature - + Add to Quick Links Додајте у брзе везе - + Remove from Quick Links Уклоните из брзих веза - + Add to Library Додај у Базу - + Quick Links Брзе везе - - + + Devices Уређаји - + Removable Devices Уклоњиви уређаји - - + + Computer Рачунар - + Music Directory Added Фолдер додат - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Додали сте неке фолдере у Базу. Песме у овим фолдерима нису доступне док не извршите упит у Базу. Да ли желите то сада? - + Scan Скен - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Рачунар" је место одакле можете приступити фолдерима на тврдом диску и спољној меморији. @@ -696,72 +720,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -771,17 +800,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -841,32 +870,32 @@ trace - Above + Profiling messages ControlModel - + Group Група - + Item Ставка - + Value Вредност - + Parameter Параметар - + Title Наслов - + Description Опис @@ -963,13 +992,13 @@ trace - Above + Profiling messages - + Set to full volume Макс. ниво - + Set to zero volume Мин. ниво @@ -994,13 +1023,13 @@ trace - Above + Profiling messages Цензура - + Headphone listen button Дугме за слушање слушалицама - + Mute button Пригуши @@ -1011,25 +1040,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Усмерење мешача (тј. лево, десно, на средини) - + Set mix orientation to left Микс на лево - + Set mix orientation to center Микс пола-пола - + Set mix orientation to right Микс на десно @@ -1069,22 +1098,22 @@ trace - Above + Profiling messages Дугме лупкања ТУМ-а - + Toggle quantize mode Окини режим квантизације - + One-time beat sync (tempo only) Моментално укачи (само) темпо - + One-time beat sync (phase only) Моментално укачи (само) фазу - + Toggle keylock mode Промените режим закључавања тастера @@ -1094,193 +1123,193 @@ trace - Above + Profiling messages Уједначавачи - + Vinyl Control Управљање плочом - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Окини режим наговештаја управљања плочом (ИСКЉ./ЈЕДАН/БИТАН) - + Toggle vinyl-control mode (ABS/REL/CONST) Окини режим управљања плочом (АБС/РЕЛ/КОНСТ) - + Pass through external audio into the internal mixer Екстерни сигнал у миксер - + Cues Наговештаји - + Cue button Дугме наговештаја - + Set cue point Подеси тачку наговештаја - + Go to cue point Скочи на маркер - + Go to cue point and play Пусти од маркера - + Go to cue point and stop Иди до тачке наговештаја и стани - + Preview from cue point Преслушај од маркера - + Cue button (CDJ mode) Маркер-дугме (ЦДЈ) - + Stutter cue "Муцајући" маркер - + Hotcues Битни наговештаји - + Set, preview from or jump to hotcue %1 Забележи/преслушај/скочи на брзи маркер %1 - + Clear hotcue %1 Очисти битни наговештај %1 - + Set hotcue %1 Забележи брзи маркер %1 - + Jump to hotcue %1 Скочи до битног наговештаја %1 - + Jump to hotcue %1 and stop Скочи до битног наговештаја „%1“ и стани - + Jump to hotcue %1 and play Пусти од брзог маркера %1 - + Preview from hotcue %1 Преслушај од брзог маркера %1 - - + + Hotcue %1 Битни наговештај %1 - + Looping Упетљавање - + Loop In button Дугме за упетљавање - + Loop Out button Дугме за распетљавање - + Loop Exit button Дугме за напуштање петље - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Помакни сегмент унапред за %1 - + Move loop backward by %1 beats Помакни сегмент уназад за %1 - + Create %1-beat loop Направи %1-тактну петљу - + Create temporary %1-beat loop roll Направи привремено %1-тактно правило петље @@ -1396,20 +1425,20 @@ trace - Above + Profiling messages - - + + Volume Fader Клизач нивоа - + Full Volume Макс. ниво - + Zero Volume Мин. ниво @@ -1425,7 +1454,7 @@ trace - Above + Profiling messages - + Mute Пригуши @@ -1436,7 +1465,7 @@ trace - Above + Profiling messages - + Headphone Listen Усмери у слушалице @@ -1457,25 +1486,25 @@ trace - Above + Profiling messages - + Orientation Панорама - + Orient Left Баци на лево - + Orient Center Стави у центар - + Orient Right Баци на десно @@ -1545,83 +1574,83 @@ trace - Above + Profiling messages Намести Битгрид ка десно - + Adjust Beatgrid Дотерај тактну мрежу - + Align beatgrid to current position Уклопи Битгрид са тренутном позицијом - + Adjust Beatgrid - Match Alignment Намести Битгрид - усклади позицију - + Adjust beatgrid to match another playing deck. Намести Битгрид да прати други дек - + Quantize Mode Магнетни режим - + Sync Синхро - + Beat Sync One-Shot Синхро. ритма моментално - + Sync Tempo One-Shot Синхро. темпа моментално - + Sync Phase One-Shot Синхро. фазе моментално - + Pitch control (does not affect tempo), center is original pitch Контрола фреквенције (без темпа), центар = оригинал - + Pitch Adjust Подеси фреквенцију - + Adjust pitch from speed slider pitch Фреквенција по клизачу за брзину - + Match musical key Паметно усклади тоналитет - + Match Key Усклади тоналитет - + Reset Key Основни тоналитет - + Resets key to original = Оригинални тоналитет @@ -1662,464 +1691,464 @@ trace - Above + Profiling messages Уједначавач ниских - + Toggle Vinyl Control Активна аналогна контрола - + Toggle Vinyl Control (ON/OFF) Прекидач аналогне контроле (укљ.-искљ.) - + Vinyl Control Mode Режим управљања плочом - + Vinyl Control Cueing Mode Режим аналогне припреме - + Vinyl Control Passthrough Бајпас аналогне контроле - + Vinyl Control Next Deck Аналогна контрола сл. дек - + Single deck mode - Switch vinyl control to next deck Јединствени дек - пребаци аналогну контролу на сл. дек - + Cue Наговештај - + Set Cue Маркер припреме - + Go-To Cue Иди на маркер - + Go-To Cue And Play Иди на маркер и пусти - + Go-To Cue And Stop Иди на маркер и стани - + Preview Cue Провери маркер - + Cue (CDJ Mode) Припрема (CDJ режим) - + Stutter Cue - + Go to cue point and play after release Иди на маркер и пусти по отпуштању - + Clear Hotcue %1 Ослободи брзи маркер %1 - + Set Hotcue %1 Постави брзи маркер %1 - + Jump To Hotcue %1 Скочи на брзи маркер %1 - + Jump To Hotcue %1 And Stop Скочи на брзи маркер %1 и стани - + Jump To Hotcue %1 And Play Скочи на брзи маркер %1 и пусти - + Preview Hotcue %1 Провери брзи маркер %1 - + Loop In Почетак понављања - + Loop Out Крај понављања - + Loop Exit Напусти петљу - + Reloop/Exit Loop Понављај/Настави - + Loop Halve Преполовљавање петље - + Loop Double Удвостручавање петље - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Макни понављ. +%1 откуцај/а - + Move Loop -%1 Beats Макни понављ. -%1 откуцај/а - + Loop %1 Beats Понављај %1 откуцај/а - + Loop Roll %1 Beats Клизно понављ. %1 откуцај/а - + Add to Auto DJ Queue (bottom) Додајте у ред самосталног диџеја (доле) - + Append the selected track to the Auto DJ Queue Додај одабир на крај Ауто-Диџеј листе - + Add to Auto DJ Queue (top) Додајте у ред самосталног диџеја (горе) - + Prepend selected track to the Auto DJ Queue Додај одабир на почетак Ауто-Диџеј листе - + Load Track Учитај одабир - + Load selected track Учитајте изабрану нумеру - + Load selected track and play Учитајте изабрану нумеру и пустите је - - + + Record Mix Снимај микс - + Toggle mix recording Снимање микса активно - + Effects Дејства - + Quick Effects Једноставни ефекти - + Deck %1 Quick Effect Super Knob Дек %1 - гл. пот. за ефекте - + Quick Effect Super Knob (control linked effect parameters) Главни потенциометар за ефекте (контрола повезаних параметара) - - + + Quick Effect Једноставан ефекат - + Clear Unit Уклони процесор - + Clear effect unit Уклони процесор из модула - + Toggle Unit Процесор активан - + Dry/Wet Суво-Ефекат - + Adjust the balance between the original (dry) and processed (wet) signal. Постави однос јачине сувог (чистог) сигнала и обрађеног сигнала (ефекта) - + Super Knob Гл. потенциометар - + Next Chain Сл. ланац - + Assign Додели - + Clear Уклони - + Clear the current effect Уклони одабрани ефекат - + Toggle Активација - + Toggle the current effect Прекидач за одабрани ефекат - + Next Даље - + Switch to next effect Одабери сл. ефекат у низу - + Previous Претходно - + Switch to the previous effect Одабери претх. ефекат у низу - + Next or Previous Следећи/претходни - + Switch to either next or previous effect Одабери или сл или претходни ефекат у низу - - + + Parameter Value Вредност параметра - - + + Microphone Ducking Strength Јачина компресије микрофона - + Microphone Ducking Mode Режим компресије микрофона - + Gain Појачање - + Gain knob Дугменце појачања - + Shuffle the content of the Auto DJ queue Промешај листу Ауто-Диџеј-а - + Skip the next track in the Auto DJ queue Прескочи следећу нумеру у Ауто-Диџеј листи - + Auto DJ Toggle Ауто ДиЏеј активан - + Toggle Auto DJ On/Off Прекидач Ауто-Диџеј-а, укљ./искљ. - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Увећај/смањи бирач нумера - + Maximize the track library to take up all the available screen space. Користи цео екран за одабир нумера - + Effect Rack Show/Hide Приказ ланца ефеката - + Show/hide the effect rack Прикажи или сакриј модул за ефекте - + Waveform Zoom Out Рашири осцилоскоп @@ -2134,103 +2163,103 @@ trace - Above + Profiling messages Појачање слушалица - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Брзина репродукције - + Playback speed control (Vinyl "Pitch" slider) Контрола брзине пуштања (аналогни "Pitch" клизач) - + Pitch (Musical key) Фрекв. (музикално) - + Increase Speed Увећај брзину - + Adjust speed faster (coarse) Подеси на брже (грубо) - + Increase Speed (Fine) Убрзај (фино) - + Adjust speed faster (fine) Подеси на брже (фино) - + Decrease Speed Смањи брзину - + Adjust speed slower (coarse) Подеси на спорије (грубо) - + Adjust speed slower (fine) Подеси на спорије (фино) - + Temporarily Increase Speed Моментално убрзање - + Temporarily increase speed (coarse) Моментално убрзање (грубо) - + Temporarily Increase Speed (Fine) Моментално убрзање (фино) - + Temporarily increase speed (fine) Моментално убрзање (фино) - + Temporarily Decrease Speed Моментално успорење - + Temporarily decrease speed (coarse) Моментално успорење (грубо) - + Temporarily Decrease Speed (Fine) Моментално успорење (фино) - + Temporarily decrease speed (fine) Моментално успорење (фино) @@ -2302,960 +2331,970 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) CUP (Скочи и пусти) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats Понављај одабране откуцаје - + Create a beat loop of selected beat size Активирај понављање са одређеним бројем откуцаја - + Loop Roll Selected Beats Клизно понављање одабраних откуцаја - + Create a rolling beat loop of selected beat size Активирај клизно понављање са одређеним бројем откуцаја - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position Укљ./искљ. понављање и врати на почетак понављања ако је прошао - + Reloop And Stop Понови па стани - + Enable loop, jump to Loop In point, and stop Активирај понављање, скочи на почетак понављања и заустави - + Halve the loop length Преполови дужину понављања - + Double the loop length Удвостручи дужину понављања - + Beat Jump / Loop Move Скок на откуцај / помак понављања - + Jump / Move Loop Forward %1 Beats Скочи / макни понављ. напред за %1 откуцај/а - + Jump / Move Loop Backward %1 Beats Скочи / макни понављ. назад за %1 откуцај/а - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats Скочи унапред %1 откуцај/а, или у случају понављања, помакни унапред %1 откуцај/а - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats Скочи уназад %1 откуцај/а, или у случају понављања, помакни уназад %1 откуцај/а - + Beat Jump / Loop Move Forward Selected Beats Прескочи откуцаје / помакни понављање одабиром - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats Прескочи број откуцаја у одабиру, или у случају понављања, помакни унапред исти број откуцаја - + Beat Jump / Loop Move Backward Selected Beats Врати уназад / помакни понављање по одабиру - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats Скочи на откуцај, или у случају понављања, помакни уназад, по дужини одабира - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up Нагоре - + Equivalent to pressing the UP key on the keyboard Исто што и тастер стрелице на горе - + Move down Надоле - + Equivalent to pressing the DOWN key on the keyboard Исто што и тастер стрелице на доле - + Move up/down Горе/доле - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys Вертикално померање потенциометра, као са тастерима стрелица - + Scroll Up Претходна страна - + Equivalent to pressing the PAGE UP key on the keyboard Исто што и тастер PAGE UP - + Scroll Down Следећа страна - + Equivalent to pressing the PAGE DOWN key on the keyboard Исто што и тастер PAGE DOWN - + Scroll up/down Навигација по странама - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys Груба навигација горе/доле употребом пот-а, исто се постиже тастерима PG UP/PG DN - + Move left Налево - + Equivalent to pressing the LEFT key on the keyboard Исто што и тастер стрелице на лево - + Move right Надесно - + Equivalent to pressing the RIGHT key on the keyboard Исто што и тастер стрелице на десно - + Move left/right Лево/десно - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys Померање лево/десно помоћу пот-а, исто се постиже тастерима стрелица лево/десно - + Move focus to right pane Пребаци се на десни сегмент - + Equivalent to pressing the TAB key on the keyboard Исто што и тастер TAB - + Move focus to left pane Пребаци се на леви сегмент - + Equivalent to pressing the SHIFT+TAB key on the keyboard Исто што и комбинација Shift+TAB - + Move focus to right/left pane Навигација кроз сегменте - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys Померање лево/десно кроз сегменте прозора помоћу пот-а, исто се постиже тастерима ТАВ/Shift+TAB - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item Скочи на одабрану ставку - + Choose the currently selected item and advance forward one pane if appropriate Маркирај одабрану ставку и пређи на одговарајући сегмент - + Load Track and Play - + Add to Auto DJ Queue (replace) Додај на Ауто-Диџеј листу (рокада) - + Replace Auto DJ Queue with selected tracks Нова Ауто-Диџеј листа од одабраних нумера - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing Укључи/искључи обраду сигнала - + Super Knob (control effects' Meta Knobs) Главни пот (контролише подесиве пот-е ефеката) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset Сл. меморисани ланац - + Previous Chain Претходни ланац - + Previous chain preset Претходни меморисани ланац - + Next/Previous Chain Сл./претх. меморисани ланац - + Next or previous chain preset Следећи или претходни меморисани ланац процесора - - + + Show Effect Parameters Приказ параметара ефекта - + Effect Unit Assignment - + Meta Knob Подесиви пот. - + Effect Meta Knob (control linked effect parameters) Подесиви пот. ефекта (за везивање параметара више ефеката) - + Meta Knob Mode Режим подесивог пот-а - + Set how linked effect parameters change when turning the Meta Knob. Подешавање реакције везаних пот-а - + Meta Knob Mode Invert Обрни ефекат подесивог пот-а - + Invert how linked effect parameters change when turning the Meta Knob. Наопако реаговање везаних пот-а - - + + Button Parameter Value - + Microphone / Auxiliary Микрофон / Екстерно - + Microphone On/Off Укљ/искљ микрофон - + Microphone on/off Микрофон укљ./искљ. - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Одабир режима компресије микрофона (искљ., аутоматски, ручно) - + Auxiliary On/Off Укљ. искљ. екстерно - + Auxiliary on/off Активација екстерног сигнала - + Auto DJ Самостални Диџеј - + Auto DJ Shuffle Ауто-Диџеј "шафл" - + Auto DJ Skip Next Ауто-Диџеј - прескочи следеће - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Ауто-Диџеј - постепено пређи на сл. - + Trigger the transition to the next track Окините прелаз на следећу нумеру - + User Interface Корисничко сучеље - + Samplers Show/Hide Приказ семплера - + Show/hide the sampler section Прикажи/сакриј одељак узорчника - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Приказ аналогне контроле - + Show/hide the vinyl control section Прикажи/сакриј одељак управљања плочом - + Preview Deck Show/Hide Приказ припремног дека - + Show/hide the preview deck Прикажи/сакриј дек прегледа - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Приказ индикатора аналогне контроле - + Show/hide spinning vinyl widget Прикажи/сакриј елемент окретања плоче - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Ширина осцилоскопа - + Waveform Zoom Ширина приказа звука - + Zoom waveform in Сузи осцилоскоп - + Waveform Zoom In Фокусирај осцилоскоп на мањи сегмент - + Zoom waveform out Фокусирај осцилоскоп на шири сегмент - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3625,37 +3664,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Уз допринос: - + And special thanks to: Посебно се захваљујемо: - + Past Developers Претходни програмери - + Past Contributors Претходни доприносиоци - + Official Website - + Donate @@ -3668,34 +3707,40 @@ trace - Above + Profiling messages О Миксиксу - - + + + Unknown Непознато - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits Заслуге - + License Лиценца @@ -3914,7 +3959,7 @@ last sound. - + Displays the duration and number of selected tracks. Приказује укупну дужину и количину одабраних нумера. @@ -4201,7 +4246,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h на хардверу. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4441,124 +4486,124 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Ајскаст 2 - + Shoutcast 1 Шауткест 1 - + Icecast 1 Ајскаст 1 - + MP3 МП3 - + Ogg Vorbis Огг Ворбис - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic Аутоматски - + Mono Моно - + Stereo Стерео - - - - + + + + Action failed Операција неуспешна - + You can't create more than %1 source connections. Није дозвољено креирати више од %1 мрежних извора. - + Source connection %1 Мрежни извор %1 - + At least one source connection is required. Треба да постоји бар један мрежни извор. - + Are you sure you want to disconnect every active source connection? Да ли заиста желите да развежете све активне мрежне изворе? - - + + Confirmation required Потврдите још једном - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? Да ли заиста желите да уклоните "%1"? - + Renaming '%1' Мењам назив "%1" - + New name for '%1': Нови назив за "%1": - + Can't rename '%1' to '%2': name already in use Покушали сте да преименујете "%1" у "%2": то име је већ у употреби @@ -5144,22 +5189,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5286,6 +5331,11 @@ MIDI учење, за одабрани контролер. Screen saver Штедња екрана + + + Multi-Sampling + + Start in full-screen mode @@ -5885,40 +5935,65 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Овај дизајн захтева резолуцију екрана која је већа од тренутне. - + Allow screensaver to run Дозволи штедњу екрана при раду - + Prevent screensaver from running Спречи штедњу екрана - + Prevent screensaver while playing Спречи гашење екрана при репродукцији - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Овај дизајн не подржава промену палете боја - + Information Обавештење - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6147,22 +6222,22 @@ and allows you to pitch adjust them for harmonic mixing. Скен - + Item is not a directory or directory is missing - + Choose a music directory Одаберите фолдер са музиком - + Confirm Directory Removal Потврди уклањање фолдера - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Миксиксикс више неће пратити овај фолдер и његове измене. Шта тачно @@ -6175,7 +6250,7 @@ and allows you to pitch adjust them for harmonic mixing. будете уврстили у дискотеку. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Мета-подаци се односе на све детаље о нумери (извођач, назив, @@ -6187,28 +6262,28 @@ and allows you to pitch adjust them for harmonic mixing. мењати или брисати. - + Hide Tracks Сакриј нумере - + Delete Track Metadata Уклони мета-податке нумере - + Leave Tracks Unchanged Не мењај ништа - + Relink music directory to new location Пребаците извор Микс-ове дискотеке на неки други фолдер - + Select Library Font Стила текста бирача нумера @@ -7099,120 +7174,120 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Основно (дуги ехо) - + Experimental (no delay) Експериментално (без еха) - + Disabled (short delay) Угашено (кратак ехо) - + Soundcard Clock Клок звучног адаптера - + Network Clock Мрежни клок - + Direct monitor (recording and broadcasting only) Директни мониторинг (за снимање и емитовање) - + Disabled Неактивно - + Enabled Укључен - + Stereo Стерео - + Mono Моно - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. Микрофонски сигнал у емисији и снимку није усаглашен са оним што чујете. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Измери мрежно кашњење и унеси га заједно са Микрофонском компензацијом да би усагласили микрофон. - - + + Refer to the Mixxx User Manual for details. Консултујте Миксиксикс приручник за више информација. - + Configured latency has changed. Поставка компензације кашњења захтева корекцију. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. Поново измери мрежно кашњење и унеси га заједно са Микрофонском @@ -7220,27 +7295,27 @@ The loudness target is approximate and assumes track pregain and main output lev микрофонски сигнал. - + Realtime scheduling is enabled. Активно је мерење у реалном времену. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Грешка подешавања @@ -7730,122 +7805,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Звучне компоненте - + Controllers Управљачи - + Library Библиотека - + Interface Сучеље - + Waveforms - + Mixer Мешач - + Auto DJ Самостални Диџеј - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) По&моћ - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Примени - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Откажи - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Дејства - + Recording Снимање - + Beat Detection Откривање такта - + Key Detection - + Normalization Нормализација - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Управљање плочом - + Live Broadcasting Емитовање уживо - + Modplug Decoder @@ -8020,7 +8095,7 @@ Select from different types of displays for the waveform, which differ primarily Извођач - + Fetching track data from the MusicBrainz database @@ -8097,72 +8172,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8483,7 +8558,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Откажи - + (no color) @@ -8693,27 +8768,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8936,15 +9011,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8955,57 +9030,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate покрени - + toggle окини - + right десно - + left лево - + right small мали десни - + left small мали леви - + up горе - + down доле - + up small мало горе - + down small мало доле - + Shortcut Пречица @@ -9088,32 +9163,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -9188,181 +9263,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Звучни уређај је заузет - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Покушајте поново</b> након што затворите други прог или поново прикључите звучни уређај - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Поново подесите</b> подешавања звучног уређаја Миксикса. - - + + Get <b>Help</b> from the Mixxx Wiki. Нађите <b>Помоћ</b> на Викију Миксикса. - - - + + + <b>Exit</b> Mixxx. <b>Изађите</b> из Миксикса. - + Retry Покушај поново - + skin - - + + Reconfigure Поново подеси - + Help Помоћ - - + + Exit Изађи - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Нема излазних уређаја - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Миксикс је подешен без иједног излазног звучног уређаја. Обрада звука ће бити онемогућена без подешеног излазног уређаја. - + <b>Continue</b> without any outputs. <b>Наствите</b> без икаквих излаза. - + Continue Настави - + Load track to Deck %1 Учитај нумеру на носач %1 - + Deck %1 is currently playing a track. Носач %1 тренутно пушта нумеру. - + Are you sure you want to load a new track? Да ли сигурно желите да учитате нову нумеру? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Грешка у датотеци маске - + The selected skin cannot be loaded. Изабрана маска не може бити учитана. - + OpenGL Direct Rendering Посредно исцртавање ОпенГЛ-а - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Потврди излаз - + A deck is currently playing. Exit Mixxx? Носач тренутно пушта. Да изађем из Миксикса? - + A sampler is currently playing. Exit Mixxx? Узорчник тренутно пушта. Да изађем из Миксикса? - + The preferences window is still open. Прозор поставки је још увек отворен. - + Discard any changes and exit Mixxx? Да одбацим могуће измене и да напустим Миксикс? @@ -9378,43 +9453,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Закључај - - + + Playlists Списак нумера - + + Shuffle Playlist + + + + Unlock Откључај - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Неки диџеји изграде спискове нумера пре него ли обаве изведбу, а неки то раде у току саме представе. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Када користите списак нумера током живог ДиЏеј скупа, сетите се да увек обратите пажњу на то како ваша публика реагује на музику коју сте изабрали за пуштање. - + Create New Playlist Састави листу песама @@ -9481,7 +9561,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Неисправно @@ -9587,68 +9667,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Слушалице - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck Носач - + Record/Broadcast - + Vinyl Control Управљање плочом - + Microphone Микрофон - + Auxiliary - - + + Unknown path type %1 Непозната врста путање %1 @@ -9741,6 +9821,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9778,6 +9860,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9796,6 +9879,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9811,6 +9896,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -10108,7 +10195,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -10165,7 +10252,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -10185,22 +10272,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10283,8 +10370,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10314,42 +10401,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ктрл-Помак+О - + Ctrl+, - + Ctrl+P Ктрл+П @@ -10369,17 +10456,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10781,18 +10868,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Палуба %1 @@ -10832,52 +10919,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10925,10 +11012,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Пропуштање + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -11097,7 +11205,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Ритам машина @@ -11143,34 +11251,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Гајбице - + Check for Serato databases (refresh) - + (loading) Serato @@ -11178,64 +11286,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Историјат - + Unlock Откључај - + Lock Закључај - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11244,193 +11352,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Миксикс је наишао на проблем - + Could not allocate shout_t Не могу да доделим шоут_т - + Could not allocate shout_metadata_t Не могу да доделим шоут_метаподатака_т - + Error setting non-blocking mode: Грешка постављања не-блокирајућег режима: - + Error setting tls mode: - + Error setting hostname! Грешка постављања назива домаћина! - + Error setting port! Грешка постављања порта! - + Error setting password! Грешка постављања лозинке! - + Error setting mount! Грешка постављања прикачка! - + Error setting username! Грешка постављања имена корисника! - + Error setting stream name! Грешка постављања назива тока! - + Error setting stream description! Грешка постављања описа тока! - + Error setting stream genre! Грешка постављања жанра тока! - + Error setting stream url! Грешка постављања адресе тока! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Грешка постављања протока бита - + Error: unknown server protocol! Грешка: непознат протокол сервера! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Грешка постављања протокола! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Молим проверите вашу везу на Интернет и утврдите да ли су ваше корисничко име и лозинка исправни. @@ -11446,23 +11554,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device уређај - + An unknown error occurred Дошло је до непознате грешке - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11814,7 +11922,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Омот @@ -12266,52 +12374,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12505,442 +12603,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Сачувај групу узорака - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Учитај групу узорака - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Приказ параметара ефекта - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Гл. потенциометар - + Next Chain Сл. ланац - + Previous Chain Претходни ланац - + Next/Previous Chain Сл./претх. меморисани ланац - + Clear Уклони - + Clear the current effect. - + Toggle Активација - + Toggle the current effect. - + Next Даље - + Clear Unit Уклони процесор - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit Процесор активан - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12949,169 +13048,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Претходно - + Switch to the previous effect. - + Next or Previous Следећи/претходни - + Switch to either the next or previous effect. - + Meta Knob Подесиви пот. - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13210,47 +13308,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13518,123 +13616,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Снимај микс - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Пуштање ће се наставити са места на коме би нумера била да није ушла у петљу. - + Loop Exit Напусти петљу - + Turns the current loop off. Искључите тренутну петљу. - + Slip Mode Режим мировања - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Када је радан, пуштање се наставља пригушено у позадини током петље, уназад, гребања итд. - + Once disabled, the audible playback will resume where the track would have been. Када га искључите, чујно пуштање ће се наставити са места на коме била нумера. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock Сат - + Displays the current time. Прикажите тренутно време. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13756,97 +13854,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ако је постављен битан наговештај, скочите на битни наговештај. - + If hotcue is not set, sets the hotcue to the current play position. Ако битан наговештај није подешен, поставите битан наговештај на тренутни положај пуштања. - + Vinyl Control Mode Режим управљања плочом - + Absolute mode - track position equals needle position and speed. Режим апсолутности — положај нумере изједначава положај и брзину игле. - + Relative mode - track speed equals needle speed regardless of needle position. Режим релативности — брзина нумере изједначава брзину игле без обзира на њен положај. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Режим сталности — брзина нумере изједначава последњу знану стабилну брзину без обзира на улаз игле. - + Vinyl Status Стање плоче - + Provides visual feedback for vinyl control status: Обезбедите видљиве повратне податке за стање управљања плочом: - + Green for control enabled. Зелено за укључено управљање. - + Blinking yellow for when the needle reaches the end of the record. Жуто трепћуће када игла стигне на крај снимка. - + Loop-In Marker Означавач упетљавања - + Loop-Out Marker Означавач отпетљавања - + Loop Halve Преполовљавање петље - + Halves the current loop's length by moving the end marker. Преполовите трајање тренутне петље померањем крајњег означавача. - + Deck immediately loops if past the new endpoint. Носач одмах прави петљу ако је прошао нову крајњу тачку. - + Loop Double Удвостручавање петље - + Doubles the current loop's length by moving the end marker. Удвостручите трајање тренутне петље померањем крајњег означавача. - + Beatloop Тактна петља - + Toggles the current loop on or off. Укључите или искључите тренутну петљу. - + Works only if Loop-In and Loop-Out marker are set. Ради само ако су постављени означавачи за упетљавање и отпетљавање. @@ -13856,82 +13954,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode Режим наговештаја плоче - + Determines how cue points are treated in vinyl control Relative mode: Одредите како се поступа са тачкама наговештаја у релативном режиму управљања плочом: - + Off - Cue points ignored. Искљ. — Тачке наговештаја су занемарене. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Један наговештај — Ако отпустите иглу након тачке наговештаја, нумера ће се премотати до тачке наговештаја. - + Track Time Време нумере - + Track Duration Трајање нумере - + Displays the duration of the loaded track. Прикажите трајање учитане нумере. - + Information is loaded from the track's metadata tags. Податак се учитава из ознака метаподатака нумере. - + Track Artist Извођач нумере - + Displays the artist of the loaded track. Прикажите извођача учитане нумере. - + Track Title Наслов нумере - + Displays the title of the loaded track. Прикажите наслов учитане нумере. - + Track Album Албум нумере - + Displays the album name of the loaded track. Прикажите назив албума учитане нумере. - + Track Artist/Title Извођач/Наслов нумере - + Displays the artist and title of the loaded track. Прикажите извођача и наслов учитане нумере. @@ -13939,12 +14037,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -14197,22 +14295,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14234,7 +14332,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14258,452 +14356,452 @@ This can not be undone! WMainMenuBar - + &File &Датотека - + Load Track to Deck &%1 - + Loads a track in deck %1 Учитајте нумеру на носач 1 - + Open Отвори - + &Exit &Изађи - + Quits Mixxx Изађите из Миксикса - + Ctrl+q - + &Library &Библиотека - + &Rescan Library Поново &прегледај библиотеку - + Rescans library folders for changes to tracks. Поново прегледајте фасцикле библиотеке за променама на нумерама. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Направите нови списак нумера - + Ctrl+n - + Create New &Crate - + Create a new crate Направите нову гајбицу - + Ctrl+Shift+N Ктрл-Помак+Н - - + + &View Пре&глед - + May not be supported on all skins. Не може бити подржано на свим маскама. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ктрл+1 - + Show Microphone Section Прикажи одељак микрофона - + Show the microphone section of the Mixxx interface. Прикажите одељак микрофона у сучељу Миксикса. - + Ctrl+2 Menubar|View|Show Microphone Section Ктрл+2 - + Show Vinyl Control Section Прикажи одељак управљања плочом - + Show the vinyl control section of the Mixxx interface. Прикажите одељак управљања плочом у сучељу Миксикса. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ктрл+3 - + Show Preview Deck Прикажи носач прегледа - + Show the preview deck in the Mixxx interface. Прикажите носач прегледа у сучељу Миксикса. - + Ctrl+4 Menubar|View|Show Preview Deck Ктрл+4 - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. Користи цео екран за одабир нумера - + Space Menubar|View|Maximize Library - + &Full Screen &Цео екран - + Display Mixxx using the full screen Прикажите Миксикс користећи цео екран - + &Options &Опције - + &Vinyl Control &Управљање плочом - + Use timecoded vinyls on external turntables to control Mixxx Користите плоче са временским кодирањем на спољним грамофонима да управљате Миксиксом - + Enable Vinyl Control &%1 - + &Record Mix &Сними микс - + Record your mix to a file Снимите ваш микс у датотеку - + Ctrl+R Ктрл+Р - + Enable Live &Broadcasting Укључи емитовање &уживо - + Stream your mixes to a shoutcast or icecast server Пошаљите ток ваших радова на сервер шоуткаста или ајскаста - + Ctrl+L Ктрл+Л - + Enable &Keyboard Shortcuts Укључи пречице на &тастатури - + Toggles keyboard shortcuts on or off Укључите или искључите пречице тастатуре - + Ctrl+` Ктрл+` - + &Preferences &Поставке - + Change Mixxx settings (e.g. playback, MIDI, controls) Измените подешавања Миксикса (нпр. пуштање, МИДИ, управљања) - + &Developer - + &Reload Skin &Поново учитај маску - + Reload the skin Поново учитајте маску - + Ctrl+Shift+R Ктрл+Помак+Р - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help По&моћ - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Подршка заједнице - + Get help with Mixxx Потражите помоћ за Миксикс - + &User Manual &Корисничко упутство - + Read the Mixxx user manual. Прочитајте корисничко упутство Миксикса. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Преведи овај програм - + Help translate this application into your language. Помозите у превођењу овог програма на наш језик насушни. - + &About &О програму - + About the application О самом програму @@ -14932,564 +15030,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Носач - + Sampler Узорчник - + Add to Playlist Додај на списак нумера - + Crates Гајбице - + Metadata Мета-подаци - + Update external collections - + Cover Art Омот - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Анализирај - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Додајте у ред самосталног диџеја (доле) - + Add to Auto DJ Queue (top) Додајте у ред самосталног диџеја (горе) - + Add to Auto DJ Queue (replace) Додај на Ауто-Диџеј листу (рокада) - + Preview Deck Носач прегледа - + Remove Уклони - + Remove from Playlist - + Remove from Crate - + Hide from Library Сакриј у библиотеци - + Unhide from Library Прикажи у библиотеци - + Purge from Library Избаци из библиотеке - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Својства - + Open in File Browser Отвори у прегледнику датотека - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Оцена - + Cue Point - + Hotcues Битни наговештаји - + Intro - + Outro - + Key Кључ - + ReplayGain Ауто-ниво - + Waveform - + Comment Примедба - + All Све - + Lock BPM Закључај ТУМ - + Unlock BPM Откључај ТУМ - + Double BPM Удвостручи ТУМ - + Halve BPM Преполови ТУМ - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Палуба %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Састави листу песама - + Enter name for new playlist: Ново име за листу песама: - + New Playlist Нови списак нумера - - - + + + Playlist Creation Failed Стварање списка нумера није успело - + A playlist by that name already exists. Већ постоји списак нумера са овим називом. - + A playlist cannot have a blank name. Назив списка нумера не може бити празан. - + An unknown error occurred while creating playlist: Дошло је до непознате грешке приликом стварања списка нумера: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Откажи - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Затвори - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15497,37 +15595,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15543,7 +15641,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15591,52 +15689,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Изаберите директоријум музичке библиотеке - + controllers - + Cannot open database Не могу да отворим базу података - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_sv.qm b/res/translations/mixxx_sv.qm index 1b5e3c0cbdd75a7bfb85032fe095d2af9907bab5..797a9950f1b999994414f8cb08c2c9c5d2055c7f 100644 GIT binary patch delta 16126 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 delta 16155 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⁡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 F{{STDR!#r_ diff --git a/res/translations/mixxx_sv.ts b/res/translations/mixxx_sv.ts index 7def6cff04e..da0ca8259ce 100644 --- a/res/translations/mixxx_sv.ts +++ b/res/translations/mixxx_sv.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Spara till Auto DJ kö (sist) - + Add to Auto DJ Queue (top) Spara till Auto DJ kö (först) - + Add to Auto DJ Queue (replace) Lägg till i Auto-DJ-kön (ersätt) - - Import Playlist - Importera spellista + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Spellistan gick inte att skapa - + An unknown error occurred while creating playlist: Ett okänt fel uppstod när spellistan skapades: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Ny spellista - + Add to Auto DJ Queue (bottom) Spara till Auto DJ kö (sist) - - + + Create New Playlist Skapa ny spellista - + Add to Auto DJ Queue (top) Spara till Auto DJ kö (först) - + Remove Ta bort - + Rename Byt namn - + Lock Lås - + Duplicate Duplicera - - + + Import Playlist Importera spellista - + Export Track Files Exportera spår-filer - + Analyze entire Playlist Analysera hela spellistan - + Enter new name for playlist: Mata in ett nytt namn för spellistan: - + Duplicate Playlist Duplicera spellista - - + + Enter name for new playlist: Mata in ett namn för ny spellista: - - + + Export Playlist Exportera spellista - + Add to Auto DJ Queue (replace) Lägg till i Auto-DJ-kön (ersätt) - + Rename Playlist Byt namn på spellista + - Renaming Playlist Failed Namnbyte misslyckades - - - + + + A playlist by that name already exists. En spellista med det namnet finns redan. - - - + + + A playlist cannot have a blank name. En spellista kan inte vara utan namn. - + _copy //: Appendix to default name when duplicating a playlist _kopiera + - + - - - + + Playlist Creation Failed Spellistan gick inte att skapa - - + + An unknown error occurred while creating playlist: Ett okänt fel uppstod när spellistan skapades: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U-spellista (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U spellista (*.m3u);;M3U8 spellista (*.m3u8);;PLS spellista (*.pls);;Text CSV (*.csv);;Läsbar text (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Kunde inte ladda in låt. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Album-artist - + Artist Artist - + Bitrate Bithastighet - + BPM BPM - + Channels Kanaler - + Color Färg - + Comment Kommentar - + Composer Kompositör - + Cover Art Album-konst - + Date Added Datum tillagd - + Last Played Senast spelad - + Duration Varaktighet - + Type Typ - + Genre Genre - + Grouping Gruppindelning - + Key Tonart - + Location Plats - + Preview Förhandsgranska - + Rating Betyg - + ReplayGain Förstärkning av uppspelning - + Samplerate - + Played Spelad - + Title Titel - + Track # Låt # - + Year År - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed Åtgärden misslyckades - + Please enable at least one connection to use Live Broadcasting. Vänligen aktivera minst en anslutning för att använda Live-sändning. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Spara till Snabblänkar - + Remove from Quick Links Ta bort från Snabblänkar - + Add to Library Spara till bibliotek - + Quick Links Snabblänkar - - + + Devices Enheter - + Removable Devices Flyttbara enheter - - + + Computer Dator - + Music Directory Added Musik-mapp tillagd - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Skanna - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode Startar Mixxx i fullskärmsläge - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Grupp - + Item Objekt - + Value Värde - + Parameter Parameter - + Title Titel - + Description Beskrivning @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Ställ in full ljudstyrka - + Set to zero volume Ställ ljudstyrkan till noll @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Knapp baklänges-slinga (förhandslyssning) - + Headphone listen button Lyssna-knapp hörlur - + Mute button Tysta-knapp @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Mix-balans (t.ex. vänster, höger, i mitten) - + Set mix orientation to left Sätter mix-balansen åt vänster - + Set mix orientation to center Sätter mix-balansen i mitten - + Set mix orientation to right Sätter mix-balansen åt höger @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages Knapp för att trumma BPM - + Toggle quantize mode Växla kvantiseringssätt - + One-time beat sync (tempo only) Engångs takt-sync (endast tempo) - + One-time beat sync (phase only) Engångs takt-sync (endast fas) - + Toggle keylock mode Växla sätt för tonhöjdslås @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinylstyrning - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Växla markeringssätt för vinylstyrning (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) Växla vinylstyrningssätt (ABS/REL/CONST) - + Pass through external audio into the internal mixer Passera genom externt ljud till den interna mixern - + Cues Markeringar - + Cue button Markeringsknapp - + Set cue point Ange markeringspunkt - + Go to cue point Hoppa till markeringspunkt - + Go to cue point and play Hoppa till markeringspunkt och spela - + Go to cue point and stop Hoppa till markeringspunkt och stoppa - + Preview from cue point Förhandslyssna från markeringspunkt - + Cue button (CDJ mode) Markeringsknapp (CDJ-metod) - + Stutter cue Ryckvis markering - + Hotcues Snabbmarkeringar - + Set, preview from or jump to hotcue %1 Sätt, förhandslyssna från eller hoppa till snabbmarkering %1 - + Clear hotcue %1 Ta bort snabbmarkering %1 - + Set hotcue %1 Sätt snabbmarkering %1 - + Jump to hotcue %1 Hoppa till snabbmarkering %1 - + Jump to hotcue %1 and stop Hoppa till snabbmarkering %1 och stoppa - + Jump to hotcue %1 and play Hoppa till snabbmarkering %1 och spela - + Preview from hotcue %1 Förhandslyssna från snabbmarkering %1 - - + + Hotcue %1 Snabbmarkering %1 - + Looping Slinga - + Loop In button Slinga in-knapp - + Loop Out button Slinga ut-knapp - + Loop Exit button Upprepa Avsluta-knappen - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Flytta slinga framåt med %1 taktslag - + Move loop backward by %1 beats Flytta slinga bakåt med %1 taktslag - + Create %1-beat loop Skapa en %1-taktslags-slinga - + Create temporary %1-beat loop roll Skapa en temporär %1-takts rullande slinga @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Volymfader - + Full Volume Full volym - + Zero Volume Noll volym @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Tysta @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Hörlurslyssning @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Balans - + Orient Left Balans till vänster - + Orient Center Balans i mitten - + Orient Right Balans till höger @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Justera taktmönstret åt höger - + Adjust Beatgrid Justera taktmönster - + Align beatgrid to current position Rikta in taktmönstret mot aktuell position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode Kvantiseringssätt - + Sync Sync - + Beat Sync One-Shot One-Shot takt-synkning - + Sync Tempo One-Shot One-Shot hastighets-synkning - + Sync Phase One-Shot One-Shot fas-synkning - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust Justera hastighet - + Adjust pitch from speed slider pitch - + Match musical key Matcha tonhöjden - + Match Key Matcha tonart - + Reset Key Återställ tonart - + Resets key to original Återställ tonart till original @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Bas-EQ - + Toggle Vinyl Control Växla vinylstyrning - + Toggle Vinyl Control (ON/OFF) Växla vinylstyrning (PÅ/AV) - + Vinyl Control Mode Vinylstyrningssätt - + Vinyl Control Cueing Mode Markeringssätt för vinylstyrning - + Vinyl Control Passthrough Vinylstyrning "släpp igenom" - + Vinyl Control Next Deck Vinylstyrning "nästa tallrik" - + Single deck mode - Switch vinyl control to next deck Entallriksmodus - växla vinylstyrning till nästa tallrik - + Cue Markering - + Set Cue Sätt markering - + Go-To Cue Gå till markering - + Go-To Cue And Play Gå till markering och spela - + Go-To Cue And Stop Gå till markering och stoppa - + Preview Cue Förhandslyssna markering - + Cue (CDJ Mode) Markering (CDJ-metod) - + Stutter Cue Ryckvis markering - + Go to cue point and play after release - + Clear Hotcue %1 Ta bort snabbmarkering %1 - + Set Hotcue %1 Sätt snabbmarkering %1 - + Jump To Hotcue %1 Hoppa till snabbmarkering %1 - + Jump To Hotcue %1 And Stop Hoppa till snabbmarkering %1 och stoppa - + Jump To Hotcue %1 And Play Hoppa till snabbmarkering %1 och spela - + Preview Hotcue %1 Förhandslyssna snabbmarkering %1 - + Loop In Slinga in - + Loop Out Slinga ut - + Loop Exit Avsluta slinga - + Reloop/Exit Loop Repetera/avsluta slinga - + Loop Halve Halv slinga - + Loop Double Dubbel slinga - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Förskjut slinga +%1 taktslag - + Move Loop -%1 Beats Förskjut slinga -%1 taktslag - + Loop %1 Beats Kretsa runt %1 taktslag - + Loop Roll %1 Beats Rullande slinga %1 taktslag - + Add to Auto DJ Queue (bottom) Spara till Auto DJ kö (sist) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Spara till Auto DJ kö (först) - + Prepend selected track to the Auto DJ Queue - + Load Track Ladda låt - + Load selected track Ladda valda låtar - + Load selected track and play Ladda utvald låt och spela - - + + Record Mix Spela in mix - + Toggle mix recording Mix-inspelning på/av - + Effects Effekter - + Quick Effects Snabbeffekter - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect Snabbeffekt - + Clear Unit Rensa enhet - + Clear effect unit Nollställ effektenheten - + Toggle Unit Växla enhet - + Dry/Wet Torrt/vått - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob Superknapp - + Next Chain Nästa kedja - + Assign Tilldela - + Clear Rensa - + Clear the current effect Nollställ aktuell effekt - + Toggle Växla - + Toggle the current effect Slå på/av aktuell effekt - + Next Nästa - + Switch to next effect Växla till nästa effekt - + Previous Bakåt - + Switch to the previous effect Växla till föregående effekt - + Next or Previous Nästa eller föregående - + Switch to either next or previous effect Växla till nästa eller föregående effekt - - + + Parameter Value Parameter-värde - - + + Microphone Ducking Strength Styrka mikrofonduckning - + Microphone Ducking Mode Mikrofonducknings-sätt - + Gain Förstärkning - + Gain knob Vred för ökning - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Växla Auto DJ - + Toggle Auto DJ On/Off Växla Auto DJ på/av - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide Mixer visa/dölj - + Show or hide the mixer. Visa eller dölj mixern. - + Cover Art Show/Hide (Library) Omslagskonst visa/dölj (bibliotek) - + Show/hide cover art in the library Visa/dölj omslagskonst i biblioteket - + Library Maximize/Restore Bibliotek maximera/återställ - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide Effektrack visa/dölj - + Show/hide the effect rack Visa/dölj effektracket - + Waveform Zoom Out Vågform zooma ut @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Lyssningsnivå hörlur - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Uppspelningshastighet - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) Tonhöjd - + Increase Speed Öka hastighet - + Adjust speed faster (coarse) - + Increase Speed (Fine) Öka hastigheten (fin) - + Adjust speed faster (fine) - + Decrease Speed Sänk hastighet - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed Öka hastighet temporärt - + Temporarily increase speed (coarse) Öka hastigheten temporärt (grovt) - + Temporarily Increase Speed (Fine) Öka hastigheten temporärt (fint) - + Temporarily increase speed (fine) Öka hastigheten temporärt (fint) - + Temporarily Decrease Speed Minska hastighet temporärt - + Temporarily decrease speed (coarse) Sänk hastigheten temporärt (grovt) - + Temporarily Decrease Speed (Fine) Sänk hastigheten temporärt (fint) - + Temporarily decrease speed (fine) Sänk hastigheten temporärt (fint) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed Hastighet - + Decrease Speed (Fine) - + Pitch (Musical Key) Tonhöjd - + Increase Pitch Öka tonhöjd - + Increases the pitch by one semitone Ökar tonhöjden med en semiton - + Increase Pitch (Fine) Öka tonhöjd (fint) - + Increases the pitch by 10 cents - + Decrease Pitch Minska tonhöjd - + Decreases the pitch by one semitone Minskar tonhöjden med en semiton - + Decrease Pitch (Fine) Minska tonhöjd (fint) - + Decreases the pitch by 10 cents - + Keylock Tangentlås - + CUP (Cue + Play) CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker Aktivera %1 - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker Rensa %1 - + Clear the %1 [intro/outro marker Rensa %1 - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length Halvera looplängden - + Double the loop length Dubbla looplängden - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward Flytta loop framåt - + Loop Move Backward Flytta loop bakåt - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navigering - + Move up Flytta upp - + Equivalent to pressing the UP key on the keyboard Samma som att trycka UPP tangenten på tangentbordet - + Move down Flytta ned - + Equivalent to pressing the DOWN key on the keyboard Samma som att trycka NER tangenten på tangentbordet - + Move up/down Flytta upp/ner - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up Scrolla upp - + Equivalent to pressing the PAGE UP key on the keyboard Samma som att trycka SIDA UPP tangenten på tangentbordet - + Scroll Down Scrolla ner - + Equivalent to pressing the PAGE DOWN key on the keyboard Samma som att trycka SIDA NER tangenten på tangentbordet - + Scroll up/down Scrolla upp/ner - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left Flytta vänster - + Equivalent to pressing the LEFT key on the keyboard Samma som att trycka VÄNSTRA piltangenten på tangentbordet - + Move right Flytta höger - + Equivalent to pressing the RIGHT key on the keyboard Samma som att trycka HÖGER piltangent på tangentbordet - + Move left/right Flytta vänster/höger - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard Samma som att trycka TAB tangenten på tangentbordet - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard Samma som att trycka SHIFT + TAB tangenten på tangentbordet - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play Ladda låt och spela - + Add to Auto DJ Queue (replace) Lägg till i Auto-DJ-kön (ersätt) - + Replace Auto DJ Queue with selected tracks Ersätt Auto DJ-kön med valda låtar - + Select next search history Välj nästa sökhistorik - + Selects the next search history entry - + Select previous search history Välj föregående sökhistorik - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search Rensa sökning - + Clears the search query Rensar sökningen - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing Aktivera eller inaktivera effektbearbetning - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset Nästa kedjeförinställning - + Previous Chain Föregående kedja - + Previous chain preset Föregående kedjeförinställning - + Next/Previous Chain Nästa/föregående kedja - + Next or previous chain preset Nästa eller föregående kedjeförinställning - - + + Show Effect Parameters Visa effektparametrar - + Effect Unit Assignment - + Meta Knob Meta-ratt - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode Metaratts-läge - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value Knappparameter-värde - + Microphone / Auxiliary Mikrofon / Extraingång - + Microphone On/Off Mikrofon på/av - + Microphone on/off Mikrofon på/av - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Växla mikrofonducknings-sätt (AV, AUTO, MANUELL) - + Auxiliary On/Off Extraingång på/av - + Auxiliary on/off Extraingång på/av - + Auto DJ Auto DJ - + Auto DJ Shuffle Slumpvis Auto DJ - + Auto DJ Skip Next Auto DJ hoppa över nästa - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Auto DJ tona till nästa - + Trigger the transition to the next track Utlös övergången till nästa låt - + User Interface Användargränssnitt - + Samplers Show/Hide Visa/dölj samplare - + Show/hide the sampler section Visa/dölj samplar-delen - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting Starta/stoppa livesändning - + Stream your mix over the Internet. Streama din mix över internet. - + Start/stop recording your mix. Starta/stoppa inspelning av din mix. - - + + Samplers Samplers - + Vinyl Control Show/Hide Vinylstyrning visa/dölj - + Show/hide the vinyl control section Visa/dölj vinylstyrningssektionen - + Preview Deck Show/Hide Visa/dölj förhandslyssnings-tallrikar - + Show/hide the preview deck Visa/dölj förhandsgranskningstallriken - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Visa/dölj vinyl-snurra - + Show/hide spinning vinyl widget Visa/dölj vinylsnurrorna - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies Visa/dölj alla snurrisar - + Toggle Waveforms Växla vågformer - + Show/hide the scrolling waveforms. Visa/dölj de scrollande vågformerna. - + Waveform zoom Vågform zoom - + Waveform Zoom Vågform zoom - + Zoom waveform in Vågform zooma in - + Waveform Zoom In Vågform zooma in - + Zoom waveform out Vågform zooma ut - + Star Rating Up Stjärnbetyg upp - + Increase the track rating by one star Öka låtbetyget med en stjärna - + Star Rating Down Stjärnbetyg ner - + Decrease the track rating by one star Minska låtbetyget med en stjärna @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team Mixxx %1.%2 utvecklingsteam - + With contributions from: Med bidrag från: - + And special thanks to: Och speciellt tack till: - + Past Developers Tidigare utvecklare - + Past Contributors Tidigare bidragsgivare - + Official Website Officiell webbplats - + Donate Donera @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Om Mixxx - - + + + Unknown Okänd - + Date: Datum: - + Git Version: Git-version: - + + Qt Version: + + + + Platform: Plattform: - + Credits - + License Licens @@ -3881,7 +3926,7 @@ last sound. Inaktivera - + Displays the duration and number of selected tracks. Visar längden och antal valda låtar. @@ -4133,7 +4178,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Lära in: %1. Rör en knapp på din styrenhet. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4363,122 +4408,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC AAC - + HE-AAC HE-AAC - + HE-AACv2 HE-AACv2 - + Automatic Automatiskt - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed Åtgärden misslyckades - + You can't create more than %1 source connections. Du kan inte skapa fler än %1 källanslutning. - + Source connection %1 Källanslutning %1 - + At least one source connection is required. Minst en källanslutning krävs. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required Bekräftelse krävs - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? Är du säker på att du vill ta bort '%1'? - + Renaming '%1' Döper om '%1' - + New name for '%1': Nytt namn för '%1': - + Can't rename '%1' to '%2': name already in use Kan inte byta namn på '%1' till '%2': namnet används redan @@ -5051,22 +5096,22 @@ Spara inställningarna och fortsätt? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ hårdvaruguide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5176,6 +5221,11 @@ Spara inställningarna och fortsätt? Screen saver Skärmsläckare + + + Multi-Sampling + + Start in full-screen mode @@ -5752,38 +5802,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Den minsta storleken för det valda skinnet är större än din skärmupplösning. - + Allow screensaver to run Tillåt skärmsläckare att starta - + Prevent screensaver from running Hindra skärmsläckare från att starta - + Prevent screensaver while playing Hindra skärmsläckare vid uppspelning - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Det här skinnet har inte stöd för färgscheman - + Information Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6009,52 +6084,52 @@ and allows you to pitch adjust them for harmonic mixing. Skanna - + Item is not a directory or directory is missing - + Choose a music directory Välj en musikmapp - + Confirm Directory Removal Bekräfta borttagning av mapp - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx kommer inte längre att övervaka denna mapp och leta efter nya låtar. Vad vill du göra med låtarna i denna mapp och dess undermappar?<ul><li>Göm alla låtar från denna mapp och undermappar.</li><li>Radera permanent alla metadata för dessa låtar i Mixxx.</li><li>Låt låtarna vara kvar oförändrade.</li></ul>Om du gömmer låtarna så sparas metadatan, ifall du vill lägga till dom igen senare. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Metadata betyder alla låtinformationer (artist, titel, räkneverk, osv.) och taktmönster, snabbmarkeringar och slingor. Bara Mixxx-biblioteket omfattas av urvalet. Inget på hårddisken kommer att förändras eller raderas. - + Hide Tracks Dölj låt - + Delete Track Metadata Radera låt-metadata - + Leave Tracks Unchanged Gör inga låtändringar - + Relink music directory to new location Länka om musikmappen till en ny ort. - + Select Library Font Välj biblioteksfont @@ -6914,138 +6989,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Standard (lång fördröjning) - + Experimental (no delay) Experimentell (ingen fördröjning) - + Disabled (short delay) Avstängd (kort fördröjning) - + Soundcard Clock Ljudkortsklocka - + Network Clock Nätverksklocka - + Direct monitor (recording and broadcasting only) - + Disabled Avstängd - + Enabled Aktiverad - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide Mixxx DJ hårdvaruguide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Konfigurationsfel @@ -7531,122 +7606,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Ljudhårdvara - + Controllers Styrenheter - + Library Bibliotek - + Interface Gränssnitt - + Waveforms Vågformer - + Mixer Mixerbord - + Auto DJ Auto DJ - + Decks - + Colors Färger - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Hjälp - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Verkställ - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Avbryt - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Effekter - + Recording Inspelning - + Beat Detection Takthittare - + Key Detection Tonartsfinnare - + Normalization Normalisering - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinylstyrning - + Live Broadcasting Livesändning - + Modplug Decoder Modplug-avkodare @@ -7821,7 +7896,7 @@ Select from different types of displays for the waveform, which differ primarily Album-artist - + Fetching track data from the MusicBrainz database Hämtar låtdata från databasen MusicBrainz @@ -7898,72 +7973,72 @@ Select from different types of displays for the waveform, which differ primarily &Stäng - + Original tags Ursprungliga taggar - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Föreslagna taggar - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8284,7 +8359,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Avbryt - + (no color) @@ -8494,27 +8569,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (snabbare) - + Rubberband (better) Gummiband (bättre) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8737,15 +8812,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Felsäker modus aktiverad - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8757,57 +8832,57 @@ Shown when VuMeter can not be displayed. Please keep stöd. - + activate aktivera - + toggle växla - + right höger - + left vänster - + right small höger liten - + left small vänster liten - + up upp - + down ner - + up small upp liten - + down small ner liten - + Shortcut Genväg @@ -8890,32 +8965,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller MIDI-styrenhet - + MixxxControl(s) not found MixxxControl(s) hittades inte - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Vissa lysdioder eller andra indikatorer kanske inte fungerar korrekt. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Kontrollera att MixxxControl-namnen är rättstavade i länknings-filen (.xml) @@ -8991,183 +9066,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Ljudenheten är upptagen - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Försök igen</b> efter det andra programmet har stängts eller efter att en ljudenhet åter anslutits - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Konfigurera om</b> Mixxx ljudenhetsinställningar. - - + + Get <b>Help</b> from the Mixxx Wiki. Få <b>Hjälp</b> från Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Avsluta</b> Mixxx. - + Retry Försök igen - + skin skal - - + + Reconfigure Konfigurera om - + Help Hjälp - - + + Exit Avsluta - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error Ljudenhetsfel - + <b>Retry</b> after fixing an issue - + No Output Devices Inga utenheter - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx konfigurerades utan några enheter för ljudåtergivning. All ljudbehandling är deaktiverad när inga ljudutgångar är konfigurerade. - + <b>Continue</b> without any outputs. <b>Fortsätt</b> utan några utgångar. - + Continue Fortsätt - + Load track to Deck %1 Ladda låt till tallrik %1 - + Deck %1 is currently playing a track. Tallrik %1 spelar en låt just nu. - + Are you sure you want to load a new track? Är du säker på att du vill ladda en nytt låt? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Ingen enhet för ljudingång är utvald för den här vinylstyrningsenheten. Välj först en ingångsenhet i inställningarna för ljudhårdvara. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Ingen ingångsenhet utvald för den här genomgångsstyrenheten. Välj först ut en ingångsenhet i inställningarna för ljudhårdvara. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Fel hittat i skinn-filen - + The selected skin cannot be loaded. Kunde inte ladda in det utvalda skinnet. - + OpenGL Direct Rendering OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Bekräfta avsluta - + A deck is currently playing. Exit Mixxx? En tallrik spelar fortfarande. Vill du avsluta Mixxx? - + A sampler is currently playing. Exit Mixxx? En samplare spelar fortfarande. Vill du avsluta Mixxx? - + The preferences window is still open. Inställningsfönstret är fortfarande öppnat. - + Discard any changes and exit Mixxx? Kassera eventuella ändringar och avsluta Mixxx? @@ -9183,43 +9258,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Lås - - + + Playlists Spellistor - + + Shuffle Playlist + + + + Unlock Lås upp - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. En del DJs sätter ihop spellistor innan de uppträder live, medan andra föredrar att sätte ihop dem spontant. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. On du använder en spellista vid ett live-DJ uppträdande, tänk på att kolla hur publiken reagerar på musiken du valt ut. - + Create New Playlist Skapa ny spellista @@ -9286,7 +9366,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Ogiltig @@ -9392,68 +9472,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth - + Headphones Hörlurar - + Left Bus Vänster databuss - + Center Bus Mitten-databuss - + Right Bus Höger databuss - + Invalid Bus Ogiltig databuss - + Deck Tallrik - + Record/Broadcast Spela in/sänd - + Vinyl Control Vinylstyrning - + Microphone Mikrofon - + Auxiliary Extraingång - - + + Unknown path type %1 Okänd sökvägstyp %1 @@ -9546,6 +9626,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time Tid @@ -9583,6 +9665,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9601,6 +9684,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9616,6 +9701,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9913,7 +10000,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Förstärkning för basfilter @@ -9970,7 +10057,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Förstärkning för diskantfilter @@ -9990,22 +10077,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer Grafisk Equalizer - + Graphic EQ Grafisk EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10088,8 +10175,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range Omfång @@ -10119,42 +10206,42 @@ Higher values result in less attenuation of high frequencies. %1:%2 - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl+u - + Ctrl+i Ctrl+i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10174,17 +10261,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator LinkwitzRiley8 Isolator - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10586,18 +10673,18 @@ Fully right: end of the effect period - + encoder failure kodare-fel - + Failed to apply the selected settings. - + Deck %1 Tallrik %1 @@ -10637,52 +10724,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10730,10 +10817,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10902,7 +11010,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10948,34 +11056,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks Spår - + Crates Backar - + Check for Serato databases (refresh) - + (loading) Serato (laddar) Serato @@ -10983,64 +11091,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) Slå ihop med föregående (nedan) - + Mark all tracks played - + Finish current and start new Slutför nuvarande och börja ny - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Historia - + Unlock Lås upp - + Lock Lås - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11049,193 +11157,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx har stött på ett problem - + Could not allocate shout_t Kunde inte allokera shout_t - + Could not allocate shout_metadata_t Kunde inte allokera shout_metadata_t - + Error setting non-blocking mode: Kunde inte ställa in icke-blockerande modus! - + Error setting tls mode: - + Error setting hostname! Kunde inte ställa in hostname! - + Error setting port! Kunde inte ställa in port! - + Error setting password! Kunde inte ställa in lösenord! - + Error setting mount! Kunde inte ställa in mount! - + Error setting username! Kunde inte ställa in användarnamn! - + Error setting stream name! Kunde inte ställa in stream-namn! - + Error setting stream description! Kunde inte ställa in stream-beskrivning! - + Error setting stream genre! Kunde inte ställa in stream-genre! - + Error setting stream url! Kunde inte ställa in stream-url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Bithastighet kunde inte sättas - + Error: unknown server protocol! Fel: okänt serverprotokoll! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Kunde inte ställa in protokoll! - + Network cache overflow - + Connection error Anslutningsfel - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message Anslutningsmeddelande - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. Förlorade anslutning till streamingserver. - + Please check your connection to the Internet. - + Can't connect to streaming server Kan inte ansluta till streaming-server - + Please check your connection to the Internet and verify that your username and password are correct. Var god kontrollera anslutningen till Internet och verifiera att användarnamn och lösenord är korrekta. @@ -11251,23 +11359,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device en enhet - + An unknown error occurred Ett okänt fel inträffade - + Two outputs cannot share channels on "%1" - + Error opening "%1" Fel vid öppning av "%1" @@ -11619,7 +11727,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Album-konst @@ -12071,52 +12179,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration Inspelningslängd @@ -12310,442 +12408,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active Auto-DJ är aktivt - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. Klicka för att växla mellan tid förflutet/återstående tid/både. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode Mixläge - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu Stilinställningar-meny - + Show/hide skin settings menu Visa/dölj stilinställningar-menyn - + Save Sampler Bank Spara samplar-uppsättning - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Ladda in samplar-uppsättning - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters Visa effektparametrar - + Enable Effect Aktivera effekt - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Superknapp - + Next Chain Nästa kedja - + Previous Chain Föregående kedja - + Next/Previous Chain Nästa/föregående kedja - + Clear Rensa - + Clear the current effect. Rensa nuvarande effekt. - + Toggle Växla - + Toggle the current effect. Växla nuvarande effekt. - + Next Nästa - + Clear Unit Rensa enhet - + Clear effect unit. Rensa effektenhet. - + Show/hide parameters for effects in this unit. Visa/dölj parametrar för effekter i denna enhet. - + Toggle Unit Växla enhet - + Enable or disable this whole effect unit. Aktivera eller inaktivera hela denna effektenhet. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12754,169 +12853,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit Tilldela effektenhet - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. Skickar hörlursljudet genom den här effekten - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Växla till nästa effekt. - + Previous Bakåt - + Switch to the previous effect. Växla till föregående effekt. - + Next or Previous Nästa eller föregående - + Switch to either the next or previous effect. Växla till antingen nästa eller föregående effekt. - + Meta Knob Meta-ratt - + Controls linked parameters of this effect Kontrollerar länkade parametrar på denna effekt - + Effect Focus Button Effektfokus-knapp - + Focuses this effect. Fokuserar denna effekt. - + Unfocuses this effect. Avfokuserar denna effekt. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Effektparameter - + Adjusts a parameter of the effect. Justerar en parameter av effekten. - + Inactive: parameter not linked Inaktiv: parameter inte länkad - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter Equalizerparameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13015,47 +13113,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Minskar tonhöjden med en semiton. - + Enable Vinyl Control Aktivera vinylkontroll - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Indikerar att ljudbufferten är för liten för att kunna bearbeta allt ljud korrekt. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating Stjärnbetyg - + Assign ratings to individual tracks by clicking the stars. @@ -13323,123 +13421,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Spela in mix - + Toggle mix recording. Växla mixinspelning. - + Enable Live Broadcasting Aktivera livesändning - + Stream your mix over the Internet. Streama din mix över internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. inaktiverad, ansluter, ansluten, misslyckande. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. Uppspelningen fortsätter från den position den skulle ha varit om låten inte hade lagts in i slingan. - + Loop Exit Avsluta slinga - + Turns the current loop off. Stänger av aktuell slinga. - + Slip Mode Spela-vidare-sätt - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Uppspelningen fortsätter tyst samtidigt som du använder slingor, baklängesspelning, scratchning, o.s.v. när denna funktion är aktiverad. - + Once disabled, the audible playback will resume where the track would have been. Vid avstängning fortsätter uppspelningen från det ställe låten skulle ha varit. - + Track Key The musical key of a track Låtens tonart - + Displays the musical key of the loaded track. Visar den laddade låtens tonarten. - + Clock Klocka - + Displays the current time. Visar aktuell tid. - + Audio Latency Usage Meter Ljudlatensanvändningsmätare - + Displays the fraction of latency used for audio processing. Visar hur stor del av latensen som används för ljudbehandlingen. - + A high value indicates that audible glitches are likely. Ett högt värde tyder på att hörbara störningar är troliga. - + Do not enable keylock, effects or additional decks in this situation. Aktivera inte tonhöjdslås, effekter eller ytterligare tallrikar i denna situation. - + Audio Latency Overload Indicator Indikator för ljudlatensöverbelastning @@ -13561,97 +13659,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Hoppar till en snabbmarkering, om den existerar - + If hotcue is not set, sets the hotcue to the current play position. Sätter en snabbmarkering vid aktuell position, om ingen snabbmarkering existerar. - + Vinyl Control Mode Vinylstyrningssätt - + Absolute mode - track position equals needle position and speed. Absolut modus - låtpositionen är samma som nålpositionen och -hastigheten. - + Relative mode - track speed equals needle speed regardless of needle position. Relativ modus - låthastigheten är samma som nålhastigheten, oavsett av nålpositionen. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Konstant modus - låthastigheten är samma som den sist använda, jämna hastigheten, oavsett nålinformationen. - + Vinyl Status Vinylstatus - + Provides visual feedback for vinyl control status: Tillhandahåller visuell feed-back av vinylstyrning: - + Green for control enabled. Grönt för aktiverad styrenhet. - + Blinking yellow for when the needle reaches the end of the record. Blinkande gult när nålen når slutet av skivan. - + Loop-In Marker Loop-in-markering - + Loop-Out Marker Loop-out-markering - + Loop Halve Halv slinga - + Halves the current loop's length by moving the end marker. Halverar längden av den aktuella slingan genom att flytta slutmarkeringen. - + Deck immediately loops if past the new endpoint. Om bortom den nya slutpunkten hoppar tallriken genast tillbaks i slingan. - + Loop Double Dubbel slinga - + Doubles the current loop's length by moving the end marker. Dubblar längden av den aktuella slingan genom att flytta slutmarkeringen. - + Beatloop Taktslinga - + Toggles the current loop on or off. Slår på/av aktuell slinga - + Works only if Loop-In and Loop-Out marker are set. Fungerar bara om både loop-in- och loop-out-markeringar har satts. @@ -13661,82 +13759,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Ledtråd: Du kan ställa in önskat standardbeteende för markeringar i menyn Inställningar -> Gränssnitt - + Vinyl Cueing Mode Vinylmarkeringssätt - + Determines how cue points are treated in vinyl control Relative mode: Bestämmer hur markeringspunkter behandlas i relativ modus för vinylstyrning: - + Off - Cue points ignored. Av - Markeringspunkter ignoreras. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Enkelmarkering - om du släpper ner nålen efter markeringen, kommer låten att hoppa till denna markering. - + Track Time Låtens tidsläge - + Track Duration Låtens speltid - + Displays the duration of the loaded track. Visar speltiden för den laddade låten. - + Information is loaded from the track's metadata tags. Informationen laddas från låtens metadatataggar. - + Track Artist Låtens artist - + Displays the artist of the loaded track. Visar artisten för den laddade låten. - + Track Title Låtens titel - + Displays the title of the loaded track. Visar titeln för den laddade låten. - + Track Album Låtens album - + Displays the album name of the loaded track. Visar albumnamnet för den laddade låten. - + Track Artist/Title Låtens artist/titel - + Displays the artist and title of the loaded track. Visar artisten och titeln för den laddade låten. @@ -13744,12 +13842,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks Döljer spår - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -14002,22 +14100,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14039,7 +14137,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Ingen effekt laddad. @@ -14063,452 +14161,452 @@ This can not be undone! WMainMenuBar - + &File &Fil - + Load Track to Deck &%1 - + Loads a track in deck %1 Laddar en låt till tallrik %1 - + Open Öppna - + &Exit %Avsluta - + Quits Mixxx Avslutar Mixxx - + Ctrl+q Ctrl+q - + &Library Bib&liotek - + &Rescan Library &Skanna om biblioteket - + Rescans library folders for changes to tracks. Skannar biblioteksmapparna efter låtändringar. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Skapa &ny spellista - + Create a new playlist Skapa en ny spellista. - + Ctrl+n Ctrl+n - + Create New &Crate Skapa ny &back - + Create a new crate Skapa en ny back - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View &Vy - + May not be supported on all skins. Fungerar möjligen inte för alla skinn. - + Show Skin Settings Menu Visa stilinställningar-menyn - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section Visa mikrofonsektionen - + Show the microphone section of the Mixxx interface. Visa Mixxx mikrofonsektion. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section Visa vinylstyrningssektionen - + Show the vinyl control section of the Mixxx interface. Visa Mixxx sektion med vinylstyrning. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck Visa förlyssnings-tallrik - + Show the preview deck in the Mixxx interface. Visa Mixxx sektion med förlyssnings-tallrikar. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art Visa omslagskonst - + Show cover art in the Mixxx interface. Visar omslagskonst i Mixxx-gränssnittet. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library Maximera bibliotek - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library Mellanslag - + &Full Screen &Helskärm - + Display Mixxx using the full screen Visa Mixxx i helskärmsläge - + &Options &Optioner - + &Vinyl Control &Vinylstyrning - + Use timecoded vinyls on external turntables to control Mixxx Använd tidskodade skivor på externa skivspelare för att styra Mixxx. - + Enable Vinyl Control &%1 Aktivera vinylstyrning &%1 - + &Record Mix %Spela in Mix - + Record your mix to a file Spara din mix till en fil - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting Aktivera livesä&ndning - + Stream your mixes to a shoutcast or icecast server Streama dina mixar till en shoutcast- eller icecast-server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts Aktivera tangentbords&genvägar - + Toggles keyboard shortcuts on or off Slår på/av tangentbordsgenvägar - + Ctrl+` Ctrl+` - + &Preferences &Inställningar - + Change Mixxx settings (e.g. playback, MIDI, controls) Ändra Mixxx inställningar (t.ex. återgivning, MIDI, styrenheter) - + &Developer &Utvecklare - + &Reload Skin &Ladda om skinnet - + Reload the skin Ladda om skinnet - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools Utvecklarverktyg - + Opens the developer tools dialog Öppnar dialogrutan för utvecklingsverktyg - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Hjälp - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel F12 - + &Community Support Hjälp från andra &användare - + Get help with Mixxx Få hjälp för Mixxx. - + &User Manual Br&uksanvisning - + Read the Mixxx user manual. Läs bruksanvisningen för Mixxx. - + &Keyboard Shortcuts & Tangentbordsgenvägar - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application Översä&tt denna applikation - + Help translate this application into your language. Hjälp oss att översätta det här programmet till ditt språk. - + &About &Om... - + About the application Om programmet @@ -14737,564 +14835,564 @@ This can not be undone! WTrackMenu - + Load to Ladda till - + Deck Tallrik - + Sampler Samplare - + Add to Playlist Spara till spellistan. - + Crates Backar - + Metadata Metadata - + Update external collections Uppdatera externa samlingar - + Cover Art Album-konst - + Adjust BPM Justera BPM - + Select Color Välj färg - + Reset Reset metadata in right click track context menu in library Återställ - - + + Analyze Analysera - - + + Delete Track Files Ta bort låtfiler - + Add to Auto DJ Queue (bottom) Spara till Auto DJ kö (sist) - + Add to Auto DJ Queue (top) Spara till Auto DJ kö (först) - + Add to Auto DJ Queue (replace) Lägg till i Auto-DJ-kön (ersätt) - + Preview Deck Förlyssnings-tallrik - + Remove Ta bort - + Remove from Playlist Ta bort från spellista - + Remove from Crate - + Hide from Library Dölj från biblioteket - + Unhide from Library Ta fram från biblioteket - + Purge from Library Rensa från biblioteket - + Move Track File(s) to Trash - + Delete Files from Disk Ta bort filer från disk - + Properties Egenskaper - + Open in File Browser Öppna i filhanteraren - + Select in Library - + Import From File Tags Importera från filtaggar - + Import From MusicBrainz Importera från MusicBrainz - + Export To File Tags Exportera tlll filtaggar - + BPM and Beatgrid - + Play Count Antal spelningar - + Rating Betyg - + Cue Point - + Hotcues Snabbmarkeringar - + Intro Intro - + Outro Outro - + Key Nyckel - + ReplayGain Förstärkning av uppspelning - + Waveform Vågform - + Comment Kommentar - + All Alla - + Lock BPM Lås BPM - + Unlock BPM Lås upp BPM - + Double BPM Dubbel BPM - + Halve BPM Halva BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM Återställ BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Tallrik %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Skapa ny spellista - + Enter name for new playlist: Mata in ett namn för ny spellista: - + New Playlist Ny spellista - - - + + + Playlist Creation Failed Spellistan gick inte att skapa - + A playlist by that name already exists. En spellista med det namnet finns redan. - + A playlist cannot have a blank name. En spellista kan inte vara utan namn. - + An unknown error occurred while creating playlist: Ett okänt fel uppstod när spellistan skapades: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? Ta bort dessa filer från disk permanent? - - + + This can not be undone! Detta kan inte ångras! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Avbryt - + Delete Files Ta bort filer - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted Låtfiler borttagna - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Stäng - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15302,37 +15400,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal Bekräfta borttagning av låt @@ -15348,7 +15446,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15396,52 +15494,52 @@ This can not be undone! mixxx::CoreServices - + fonts fonter - + database databas - + effects effekter - + audio interface - + decks - + library bibliotek - + Choose music library directory Välj mapp för musikbibliotek - + controllers - + Cannot open database Kan inte öppna databasen - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_te.qm b/res/translations/mixxx_te.qm index 8437c89a210a9ac768afcf64706b16148b6ecb15..6f8062966877bdfae82648757438a4a2859c8b2d 100644 GIT binary patch delta 893 zcmXZZO-K}B7zglYcjn#s-ksT<*_{pY5*9^ysD#XdsA!E43_6r{2tPof7DNgU(V$VT zuu`-Ml>{ElOA+=#dk7=Rg$zB_p}^`;VVCW+6k<_N{^#_2-{F1U_j%_3yXk7vbvHOk zM4O1BXNYpGMACk!j6wY#w6oBihUvZR6p^Ke&Ji77Ad=Uh)&T7)^txdBFU))=`8?MK z_AwHT6WqiiH2R^Nhn^tuvWF;E2Xzga@1gSydd(!(hWT6@)c3%|Md%E{%m8ga{EbL` zL@irqDWK@<^#v()FupVN6HGjYP8B96VX6&!&#AR?g(rUj)fzM>pk0RPS?VzAiNqAt z#{U}->HYW+?}dpRbUc{shN*C$TEafFOM3I?07o|}kIrxuQUod|V8RLg3X@wxKfu%& z8*rhwD&NkJ6Zv!EY3_>6 delta 920 zcmXZbUr19?90%~PySux)cf0$0@BSE3RC|yti7+sG=&uuN5Bbo`UUE1hm=jumq@oK+ zx?oT_1*3wBh{T9Ng!GVvI5LUA3ZDXrN+BwJC?r?V(eIu<=N!&C{C<4T>1+DibltFy z1K14M-U9IiAdOO`LR~@X>!+qcLyv?H0KJEL8i1p(0r@0VZ&QDgnlm)qMI*;xKcfMb z?>XegTR_cj>YAg*M{4FEzf1#;0@cn@y@dw0P;&%w<+9i}PPK>B`;Gb+Y4{WB4}JyI z4QQ=<0SnTuwE>g@_1vZ2BhHM>b0n^od$+zFkZDH zw8X*C3H#0L5D;yUGh>s0*CXdkanaE%jl7ZzEoBkWG<6$PFHuh?jjYIp)<#i~le!O6 zeNi4B&5HYmsX9f?ee!}8wTlOsl^0@zLR5WEjq{FpR|>GFsB?t+zSGdWBRNn6+dK4kr7zUEL(Qx$xTmzvJ*x*})Y(m4 zZB++pWRv#hPp`;u#npc&CrnVSnfk}v`Nu!SJxkO%udjcy4KRO;ZxOvvycBNNYxj5L f(uaCZr%z=&GR2v2ux5Ml#yX?8Bq>h^q+gN$CHdJ> diff --git a/res/translations/mixxx_te.ts b/res/translations/mixxx_te.ts index d236d21ad6f..26ade550486 100644 --- a/res/translations/mixxx_te.ts +++ b/res/translations/mixxx_te.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - పాటలజాబితాను దిగుమతిచేయి + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist కొత్త పాటలజాబితా - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove తీసివేయు - + Rename పేరుమార్చు - + Lock తాళంవేయి - + Duplicate - - + + Import Playlist పాటలజాబితాను దిగుమతిచేయి - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist పాటలజాబితాను ఎగుమతిచేయి - + Add to Auto DJ Queue (replace) - + Rename Playlist + - Renaming Playlist Failed పాటలజాబితా పేరుమార్చుటలో విఫలమైంది - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album ఆల్బమ్ - + Album Artist - + Artist కళాకారి - + Bitrate బిట్‌రేటు - + BPM బిపియమ్ - + Channels - + Color - + Comment వ్యాఖ్య - + Composer స్వరకర్త - + Cover Art - + Date Added జతచేయబడిన తేదీ - + Last Played - + Duration నిడివి - + Type రకం - + Genre సాహిత్యం - + Grouping - + Key కీ - + Location స్థానము - + Preview - + Rating రేటింగు - + ReplayGain - + Samplerate - + Played - + Title శీర్షిక - + Track # ట్రాక్ # - + Year సంవత్సరం - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links - - + + Devices పరికరాలు - + Removable Devices తీసివేయదగు పరికరాలు - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title శీర్షిక - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next - + Switch to next effect - + Previous - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock తాళంవేయి - - + + Playlists - + + Shuffle Playlist + + + + Unlock - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock - + Lock తాళంవేయి - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album ఆల్బమ్ - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove తీసివేయు - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating రేటింగు - + Cue Point - + Hotcues - + Intro - + Outro - + Key కీ - + ReplayGain - + Waveform - + Comment వ్యాఖ్య - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist కొత్త పాటలజాబితా - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_tr.qm b/res/translations/mixxx_tr.qm index 5dc376af8096b0c97041d4128c7401cd3a09d4a5..bef591fa840ca0fb210e5a5ef6b212f890091e13 100644 GIT binary patch delta 7364 zcmYkA30#fY|Hr@2z0dR9{a!!IFvt{TN@^^XHEWazLs=>$g(y;4!nmgFB4nv3g={5} zC0j&EB&4FDV$@{ck}dN8+8!mCw78eh>jJ3U5V@i8MCH<-H05HgLXtcWMEIw8yrZKWOzOZECmM>C3gg! zz(?Q^qCJ?4h7#%buEfBZXm1+$J5lL+A}Jm?tYS>H0)27)0NjcNAPgUYiNAq+FcB8! zA;g{uM6ydn`DH}EV!;CrjK`88Uwa6i51L~hOAw0g$^tD(PY&bp5R0X*fC7dGkBRz% z39~^=lv)M(+=zbK%xE=Wjtxm zSb{AZyN0OzHP}e>*H|KVSm95+=W&&2=XWAc{RKSuOwvIxx&1Z}rndh`Qm3y(hi{P7 z85TJFm87e|)C}V1D~YmQiBG*kG~fmCr-l%%xla6k#NXnHZZ0DJCAR72VdCFF z$h1Vp6OD{_ZxR0y7K#~2f?f#$?Dmpi4@YZa&A2d@v1korIZr~LWf0VigrTFLaUkO{ zOyB}-&Gs;M`^I>=J>y?1NEneqG%l2}CJOvOG=2XgQ_olnpFP8PD!xyb#Rz-H$Bv z+aU2TjL-X!r5$`D!<#I7K!c1Z>U7(J= z^drjr!g#gkzr4(NZ#`rAVk0@_Gjc4z!f#E;#R|UGqL9%t*+@O5uVpvRhB96lz?f_C zFH0EnmNS00Bv)%}fnyD0MG(0foVVf;xjMj7Yd9l0UO}$Y5KS#Z8M~fj+^%HIen_r? z?uh^LJaWxHNK~9eBUJm4HLo*P-l7rCXNayilbh!iqHiO~EpH`JtFMfmk1)n)887u= zY)qk%+mQ+F=F=!46XADlGkc%&G`Z3JsJx>a3k*sSom%Oc}Jc^qU%d~f3G~EWh(ODAC4+`j^^Yz zq6%hF@WDsO(Vb|~cX)CBehOcYy#C?^ZCrqfqn0v8_oE%#dBk-EW5#)kcSc>9Ie`*4 zLemj8l>8Fu*VLExT|ws5&Z9G{5PoAqD1UrUqLNv9geC?t^Xb}BEHtD!6}ZE6qbjJR z9e()tF}mMAn`mA(;}Umz*baiaT%s3a4iQb5PcIfXB4Jt6`*~i7itSYYq>yNzj=mY* zb8beB@8_Ui6mu;+;6po2x!=a;5cRvk_3*ro=+Y-~eQmJ7^`4xg_g)mC?cC5uFqKC# zH}r3CoRahQEGJIBn+xJ0U|SQ$O|Q9dtGh&>Ot>XU&rpI#F)CLx_EZ|laT7RwLq`;z z?%c@^TB1jjxndc@`Bi7G#J3;f|F1Oep%oqsYr$1F$KJ@EanHiwR11jl4+pNHO9@Pv zE@`p*J<-Hgk`CGacyG1D+HDNc3O~kVH_3316lgk}vD#NMW;+Dbuao%wfPxQWC9_*% z9mma*m5uh8f30MV*GAO;)|tiu*)}thQ_PaYcjbuYTS(%EV!@yZk^|cjC2y)F2N(82 zhD&5T6UTTyL2}p-_Zy=b&)kxvmczs&iX_K)+#kA7a{NI#ikm;y*njoOh*%QMlMy>88}+1juMChL#3T+q4}__QrligSW~}ByKu1Z#58HIZt$J4 zYo$&J`V&OHOQb`pVA5$JQr9R*Jgrzd(qN*6&eCZIs)>5Nl1?{IhiRjw(}P>Wdv8jE zOpal~-O@jNZa~uz>GD>qi4xCA_w5`4A8IN+`14vgbGY>2WmLN%_0l7PA9BA;dj0zV zq+l~%y{eR`M#gv0@63e&ANh_;o$!J;KT=y@nVJ*}STgd;!42F@q;<%5;BL_Su0 z*!#z5%MS8kb=V@ucKqUu$wYJF7=wT3^=;Ad9IxlsX6!?C^I)_xXFU6s@xnRA+)2FN z_+p-l-N^g*!S{1~)KTQ_^b35{w-BQ3$$adv^VlLk#sU)~Iq7{y?KD1a&Nkw-zw*h8 zV5xH*`IIzRWJ@f6a2>*qJ~4*AV7wn^B*!1q^Qjvj65Y-Qq1guy@NaM(_yoKNR)Zfv zG?WcKAQDl%6`vZ7d2hc2CAjtmrAVp8U=yN`&%vLG?s$T~fS51Z9LxeOz<)saPO<(c zKCN>K(e5sMTIwY9=kfgU;HfA=!}!cg6Cijse@+P>>2{94kZFkp|KRhI;8f{-_-hi} zH}l|c_r8pj8qAkY!d8r~<;#{EYD6o>-M)NT%nDedjDK7OMS7?6PbMtI*5>imtI#j# zLn_!{sh)pXvK7$~!@sYE0DWiibut4V@%0g5#7R5_Qa6LQdkaD#-dihSEU^`YDgg_7 zF+O=JG!3sqIOZ@Gh6pWO{L$id6S@qKAUfnDbl=w;Q7}WWkF`Mj?_41`Y)wWu@QjBl z7^@S6{(iXc9>rMWCG<~)=}ra+1Kv8LL1`%re^i3R)K2gyGQ*+AM;I3a%}Q;ANj`Sy zm~IL_&T!_y0>-RnjQ3QGFH!`b%w>rGm7#*q^S@w<9>Vk#Y{lHOjPn)0EfZmk<(t0_TN?!s3D;B&tNlmkz>G<8_^|CIf=D4lt6Fe-@$! z;GomTONbhpN7SqvsK+4uEV~i+gz=!gk({EJ5M^kun*}n4zhc~7E=0}7o<^iI)-D&K z3SrtKS&XHJh3I2A%3ZG#Vk7<_PT50&ODw-k)!J%u7q>}B>s;dVZ@C~bmJ z)^jA0yoT||9igl*EELpAsPIMHzdtF|{)`2+HA1b$RwCVH#%l`UsS3`!D^U2jVl2w@ zXra+85l;ACFVZGIqT$a)=^y=v;*7=K4*dYsbqt z+N;D7sahP3)-l$+7rnN`pocppPCotu4T-HdHMWxI^m@^E><83<&Z2*JB$x-^#04V; zqFDVdE)kJ{f;n-C9Es~)ov2?g!Mtu_WI3AK$ySWDL&Oce2cr==$EZK>L5z;ZjjWrD z_il?@S7V{49%5`$TcQE&#n@N&#Hk|1JtvW1{6~sM3=_T&6|ZWR5zVj?ug$}I<1)n? zXi&*pDHfLPMZ@AN-cCZxCDn?RhG>~GLwwqZC>mcTK66b(0{bYwYW)Q9Z;>i~3^_w& z6Dd=~H=;Vtl4<)DBf+ecwcX}Pq^UEK6Y^zkOJUmA17%iCY7kaGWLAIWpeUuttXJ7W zz*^aFcm47HXvPI&Wj%&L;J39hM}9cblVh^M5^Qa&5ZNftODJCB3`G1_sATT5!_m79 zmH8IWhUVX7(;pWQJ^NF(zAbY1_Fl5}A$B-i+Q_1O4Dp*Oi^}hdBh&&})U6#5q!Xjf zJz4Z8XxhB1Y)j4;ynj&^YmVreC6UFZjf4R0WXU<{L?%;Y2adv0RUc&Oq+f|s?Q7Yo z^KibQC5(^qWVv}IL`{8-2| z$ctp3zhj{d-{mbgg`vmWCO18X>$;}$jy6T;9fRbS^IN0aj+A#be30l8Cb!q;c0jTD zA@3(`0VgSy5BwDq_G`yjksx;&I0R*m7?)o+l9MLMT_)$__`Fa)?3xq49hJ&G-I^oS zI>@JW!rq#Ekk7GshJ#3zJlIhRFYhalSOH7i9?4kYD39DV2q&Z>xqhW+fzG9gd}Sgm zz#WyZQ)WZMO!>N7i1&;6^5{Q3;N{EZ@$0%H8a~St9n0~-?5%u{9ddqwhdkv9G}{^@ zKh!t?ozg=2;U}=fRttIB0tk3`y!^;nJEG1%$+NmV!#TlDe*GgX5Zj3{@tt0NqdEF; z%3|zwm@y)h@svtlSda&wXd^Ftm5JkYZ^jF9`AsRVC+%UZZ7#pL4DU^PsE|&IAu7sd zyziz^t*JpL^q$e`9OLE^McWK5noxbdqQkrI&~&kpoUl}39s%b`P%5m3VQb>IFrFH& z=rI*rl=!=%*Sx*>ytZB8`p_SHS+8)LfxWcr#kj>o;daj!2bcDWiAA9(xA6*3cUb6I ziDL5FyZHEItC;oz0+oDX)K}kD%zV-h-}5XOuPjys1|C4Muwm?6!FXu~V`GJ4-Dy{% zOGS!Z&Grz@E>|Rs#{w&kDw3DM`v(UwRs|`}`aMCB`dg8E9nGp|SH)E;WYQ^Z6<1v$ zfX_3||-<{w5?OU9nDMsi%0;;H*L6p?Di-~`3jQwZO} zYl?=A6N%g`6b+{{z`crwoAdFBrJ15}E*N`W@uS=s4afn-j~W3!G(#z$1|PAI8Hfq? z?NX{c!%5ckR_bbD${TByHqOh4YBQB~1%BxJ9h45fchFGyC8I zMM^inbmWPDlzx2?1uYLUT76-h+leu_+DMM?q4Yn~7JWuAsK;QQwQ}a?Psr`}81L(p zfp-u#@eh=X({caP8s&;$8Ja~W<@$^|e98Pp8G9F|?;pchIYt?GnMaULXKZ@bNKRI# zj4PjmaywfY-+mZ6tO3fzGFV_{p>oexoFlgFSElM6ALBFV31yn2Ju+3P@=P&O>cC$a zi{}~139ia>F5$@KIgCnT?6J~Fj{Z{S_ADUEnW8L+wIyozN?G_N5^-Ooyw(3AiqJD< z{gr1(SpQQAgOZU!bt;?4jc8c9tMr4)rr|sH=4uJiAJM9p6QNP3S?VV1vx$Dws|Po>Ao|B!?Y!j! zIv;^CZVF>YgW9b{Kb)XWs>h6jhV7d&F85`;qEJuvd4ms_I~Y^+*6Nv$km-)RP|vr- zLIro!3j=W-KUTda?KP^^Wk%~Q>h&DfWjI~d z8gOUof&6A2q1Ic7bLg9*j%gX%spL{LfC!|E2^W+-fx@-iU@-vo$8^ zHuzK%sxi$@#Fvpn8cVkbm^x9@$vYEaH(ld2@jXsVo52r=|N1fvu;9lw;13*)T5Fs< zp}|KV5MKQ;MKiP>W%jgGGi(&XPyLv&$izsFuhxuQ4d-%|Y66D#Mh&Ue%(f~b3NzI# z+R=!rctEpuG`#)FE6s-U$P*7vXf_Y1BvLFlP){69)0|0y0NbW%vIphi2U9c`k8dV= z8KHSVrbOZpO_dfu`0S*qZ$!AhtknEabce?Aj7h7sqACTMu$R`MT8nb~UF&GDj7G{1={cX3}HT>@lXfG$1immLJ6$x#<@ z)E%GkWQ^Zl>Sm?FGOqPHyr#rkV!=VWvpul)nhm;wHkkPGCdSuM z|MCmtn@}S;ZL;ouvn%NLM>8&XsH=FIh-Oo(dy5KsNWP5l=IgocIoHbu^-)`Md1nYAvsOW+1M@3|jm*W7Geph`eTY`kEQ{RQx|8mBG;f delta 7085 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 LvKJ&zBQPo7Ji$&j2AJIt675#c3(cE_umwF9E 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 diff --git a/res/translations/mixxx_tr.ts b/res/translations/mixxx_tr.ts index 0d8fa67677f..b2888315d5c 100644 --- a/res/translations/mixxx_tr.ts +++ b/res/translations/mixxx_tr.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Otomatik DJ kuyruğuna ekle (alta) - + Add to Auto DJ Queue (top) Otomatik DJ kuyruğuna ekle (üste) - + Add to Auto DJ Queue (replace) Otomatik DJ Kuyruğuna Ekle (değiştir) - - Import Playlist - Çalma Listesini Al + + Import as Playlist + Çalma Listesi Olarak İçe Aktar + + + + Import as Crate + Dışardan Kutu Ekle + + + + Crate Creation Failed + Kutu Oluşturma Başarısız oldu + + + + Could not create crate, it most likely already exists: + Kutu oluşturulamadı, büyük ihtimalle zaten var: - + Playlist Creation Failed Çalma Listesi Oluşturulamadı - + An unknown error occurred while creating playlist: Çalma listesi oluşturulurken bilinmeyen bir hata oluştu: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Yeni çalma listesi - + Add to Auto DJ Queue (bottom) Otomatik DJ kuyruğuna ekle (alta) - - + + Create New Playlist Yeni çalma listesi oluştur - + Add to Auto DJ Queue (top) Otomatik DJ kuyruğuna ekle (üste) - + Remove Kaldır - + Rename Yeniden adlandır - + Lock Kilitle - + Duplicate Çoğalt - - + + Import Playlist Çalma listesini içe aktar - + Export Track Files Şarkı dosyalarını dışa aktar - + Analyze entire Playlist Tüm çalma listesini analiz et - + Enter new name for playlist: Çalma listesini adlandır - + Duplicate Playlist Çalma Listesini Çoğalt - - + + Enter name for new playlist: Yeni çalma listesini adlandır - - + + Export Playlist Çalma listesini dışa aktar - + Add to Auto DJ Queue (replace) Otomatik DJ Kuyruğuna Ekle (değiştir) - + Rename Playlist Çalma listesini yeniden adlandır + - Renaming Playlist Failed Çalma listesi yeniden adlandırılamadı - - - + + + A playlist by that name already exists. Bu isimde bir çalma listesi zaten var. - - - + + + A playlist cannot have a blank name. Liste ismi boş bırakılamaz - + _copy //: Appendix to default name when duplicating a playlist _kopyala + - + - - - + + Playlist Creation Failed Çalma Listesi Oluşturulamadı - - + + An unknown error occurred while creating playlist: Çalma listesi oluşturulurken bilinmeyen bir hata oluştu: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U Çalma Listesi (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Çalma Listesi (*.m3u);;M3U8 Çalma Listesi (*.m3u8);;PLS Çalma Listesi (*.pls);;Metin CSV (*.csv);;Okunabilir Metin (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Parça aktarılamadı. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Albüm - + Album Artist Albüm Sanatçısı - + Artist Sanatçı - + Bitrate Akış Hızı - + BPM BPM(Dakikalık Vuruş Sayısı) - + Channels Kanallar - + Color Renk - + Comment Yorum - + Composer Besteci - + Cover Art Albüm kapak resim - + Date Added Eklendiği Tarih - + Last Played - + Duration Süre - + Type Tür - + Genre Tür - + Grouping Grupla - + Key Anahtar - + Location Konum - + Preview Önizleme - + Rating Derecelendirme - + ReplayGain Yeniden kazan - + Samplerate Aynı oran - + Played Oynatılma Sayısı - + Title Başlık - + Track # Parça # - + Year Yıl - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed İşlem başarısız - + Please enable at least one connection to use Live Broadcasting. Canlı Yayın'ı kullanmak için lütfen en az bir bağlantıyı etkinleştirin. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Kısayollara Ekle - + Remove from Quick Links Kısayollardan Çıkar - + Add to Library Kitaplığa ekle - + Quick Links Çabuk Ulaşım - - + + Devices Aygıtlar - + Removable Devices Çıkarılabilir Aygıtlar - - + + Computer Bilgisayar - + Music Directory Added Müzik dizini eklendi - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Bir veya daha fazla müzik dizini eklediniz. Bu dizinlerdeki parçalar, müzik kitaplığınızı tekrar tarayana kadar çalmaya hazır olmayacaktır. Şimdi taramak istermisiniz ? - + Scan Tara - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. "Bilgisayar", sabit diskinizdeki ve harici aygıtlarınızdaki klasörlerdeki parçaları gezinmenizi, görüntülemenizi ve yüklemenizi sağlar. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -839,32 +868,32 @@ trace - Above + Profiling messages ControlModel - + Group Grup - + Item Öğe - + Value Değer - + Parameter Parametre - + Title Başlık - + Description Açıklama @@ -962,13 +991,13 @@ trace - Above + Profiling messages - + Set to full volume Sesi sonuna kadar aç - + Set to zero volume Sesi sonuna kadar kapT @@ -993,13 +1022,13 @@ trace - Above + Profiling messages Ters çevirme (Sansür) düğmesi - + Headphone listen button Kulaklıktan dinle düğmesi - + Mute button Ses sıfırlama düğmesi @@ -1010,25 +1039,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Karıştırma yönü (örn. sol, sağ, orta) - + Set mix orientation to left Mix yönünü sol olarak belirle - + Set mix orientation to center Mix yönünü mekez olarak belirle - + Set mix orientation to right Mix yönünü sağ olarak belirle @@ -1068,22 +1097,22 @@ trace - Above + Profiling messages BPM ayar düğmesi - + Toggle quantize mode Kuantize modunu değiştir - + One-time beat sync (tempo only) Bir defalık beat senkronizasyonu (sadece tempo) - + One-time beat sync (phase only) Bir defalık beat senkronizasyonu (sadece faz) - + Toggle keylock mode Tuş Kilitleme Moduna Geç @@ -1093,193 +1122,193 @@ trace - Above + Profiling messages Dengeleyiciler (Ekolayzerler) - + Vinyl Control Vinil Kontrolu - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues İşaretler - + Cue button İşaretleme düğmesi - + Set cue point İşaret noktası koy - + Go to cue point İşaretlenmiş noktaya git - + Go to cue point and play İşaretlenmiş noktaya git ve çal - + Go to cue point and stop İşaretlenmiş noktaya git ve durdur - + Preview from cue point İşaretlenmiş noktadan itibaren önizleme - + Cue button (CDJ mode) İşaretleme düğmesi (CDJ modu) - + Stutter cue Geçici başlama noktasını belirle - + Hotcues Önemli işaretler - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 %1 kısayolunu temizle - + Set hotcue %1 %1 kısayolunu ayarla - + Jump to hotcue %1 %1 kısayolu atla - + Jump to hotcue %1 and stop %1 hotcue git ve durdur - + Jump to hotcue %1 and play Kısayol %1'e atlayın ve oynayın - + Preview from hotcue %1 En düşük hotcue %1 önizleme - - + + Hotcue %1 Hotcue %1 - + Looping Döngü - + Loop In button Döngü giriş düğmesi - + Loop Out button Döngü çıkış düğmesi - + Loop Exit button Döngüden çıkıma düğmesi - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop %1 vuruşlu döngü oluştur - + Create temporary %1-beat loop roll @@ -1395,20 +1424,20 @@ trace - Above + Profiling messages - - + + Volume Fader Ses Düzeyi - + Full Volume Maksimum ses düzeyi - + Zero Volume Sıfır ses düzeyi @@ -1424,7 +1453,7 @@ trace - Above + Profiling messages - + Mute Ses kapatma @@ -1435,7 +1464,7 @@ trace - Above + Profiling messages - + Headphone Listen Kulaklık dinleme @@ -1456,25 +1485,25 @@ trace - Above + Profiling messages - + Orientation Yönelim - + Orient Left Sağ Yönlen - + Orient Center Merkeze Yönlen - + Orient Right Sağ Yönlen @@ -1544,82 +1573,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid Beatgrid'i ayarlayın - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode Kuantize modu - + Sync Eşitleme - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key Müzik anahtarını eşle - + Match Key Anahtarı eşle - + Reset Key Sıfırlama tuşu - + Resets key to original Anahtarı orijinale döndür @@ -1660,456 +1689,456 @@ trace - Above + Profiling messages Düşük EQ - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue Başlangıç noktası - + Set Cue Başlangıç Noktası belirle - + Go-To Cue Başlangıç noktasına git - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In Döngüye Gir - + Loop Out Döngüden Çık - + Loop Exit Döngüden Çık - + Reloop/Exit Loop Tekrar Döngü/Döngüden Çık - + Loop Halve Yarı Döngü - + Loop Double Çift Döngü - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Döngüyü +%1 Vuruş Kaydır - + Move Loop -%1 Beats Döngüyü -%1 Vuruş Kaydır - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Otomatik DJ kuyruğuna ekle (alta) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Otomatik DJ kuyruğuna ekle (üste) - + Prepend selected track to the Auto DJ Queue - + Load Track Parçayı yükle - + Load selected track Seçilmiş parçayı yükle - + Load selected track and play Seçilen parçayı yükle ve oynat - - + + Record Mix Mix kaydet - + Toggle mix recording - + Effects Efektler - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit Birimi Temizle - + Clear effect unit Efekt birmini temizle - + Toggle Unit - + Dry/Wet Kuru/Islak - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain Sonraki zincir - + Assign Ata - + Clear Temizle - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Sonraki - + Switch to next effect - + Previous Önceki - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value Parametre değeri - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2124,102 +2153,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2291,942 +2320,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation Navigasyon - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) Otomatik DJ Kuyruğuna Ekle (değiştir) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Mikrofonu aç/kapa - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off Auxiliary Aç/Kapa - + Auxiliary on/off Auxiliary aç/kapa - + Auto DJ Otomatik DJ - + Auto DJ Shuffle Oto DJ karıştır - + Auto DJ Skip Next Oto DJ sonrakini atla - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Oto DJ sonrakine geçiş yap - + Trigger the transition to the next track - + User Interface Kullanıcı Arayüzü - + Samplers Show/Hide - + Show/hide the sampler section Oynatıcı Kısımlarını Görüntüle/Gizle - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section Vinyl kontrol seçeneklerini göster/gizle - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget Dönen vinyl eklentisini göster/gizle - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Dalga şekli büyüt - + Waveform Zoom Dalga Şekli Büyüt - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3597,37 +3636,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: Özel Teşekkürler - + Past Developers Önceki Yapımcılar - + Past Contributors - + Official Website - + Donate @@ -3640,34 +3679,40 @@ trace - Above + Profiling messages Mixxx Hakkında - - + + + Unknown Bilinmeyen - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits Emeği Geçenler - + License @@ -3881,7 +3926,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4132,7 +4177,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4362,122 +4407,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono Mono - + Stereo Stereo - - - - + + + + Action failed İşlem başarısız - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5049,22 +5094,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5175,6 +5220,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5751,38 +5801,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Bilgi - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6008,52 +6083,52 @@ and allows you to pitch adjust them for harmonic mixing. Tara - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks Parçaları gizle - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6913,138 +6988,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Engellenmiş - + Enabled Etkinleştirildi - + Stereo Stereo - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error @@ -7530,122 +7605,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers Kontroller - + Library Kütüphane - + Interface - + Waveforms - + Mixer Karıştırıcı - + Auto DJ Otomatik DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Yardım - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &uygula - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Efektler - + Recording Kayıtlar - + Beat Detection - + Key Detection - + Normalization Normalleştirme - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinil Kontrolu - + Live Broadcasting Canlı yayın - + Modplug Decoder @@ -7820,7 +7895,7 @@ Select from different types of displays for the waveform, which differ primarily Albüm Sanatçısı - + Fetching track data from the MusicBrainz database @@ -7897,72 +7972,72 @@ Select from different types of displays for the waveform, which differ primarily &kapat - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8283,7 +8358,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8493,27 +8568,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8736,15 +8811,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8755,57 +8830,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right sağ - + left sol - + right small - + left small - + up yukarı - + down aşağı - + up small - + down small - + Shortcut Kısa yol @@ -8888,32 +8963,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8988,181 +9063,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry Tekrar dene - + skin - - + + Reconfigure - + Help Yardım - - + + Exit Çıkış - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? Yeni bir parça yüklemek istediğinize eminmisiniz? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9178,43 +9253,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Kilitle - - + + Playlists Çalma Listeleri - + + Shuffle Playlist + + + + Unlock Kilidi Kaldır - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Yeni çalma listesi oluştur @@ -9281,7 +9361,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Geçersiz @@ -9387,68 +9467,68 @@ Do you want to scan your library for cover files now? 14-bit (MSB) - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control Vinil Kontrolu - + Microphone Mikrofon - + Auxiliary - - + + Unknown path type %1 @@ -9541,6 +9621,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9578,6 +9660,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9596,6 +9679,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9611,6 +9696,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9908,7 +9995,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9965,7 +10052,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9985,22 +10072,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10083,8 +10170,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10114,42 +10201,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t Ctrl+t - + Ctrl+y Ctrl+y - + Ctrl+u Ctrl +u - + Ctrl+i Ctrl +i - + Ctrl+o Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10169,17 +10256,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10581,18 +10668,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Dek %1 @@ -10632,52 +10719,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10725,10 +10812,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10897,7 +11005,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10943,34 +11051,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Kutular - + Check for Serato databases (refresh) - + (loading) Serato @@ -10978,64 +11086,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Geçmiş - + Unlock Kilidi Kaldır - + Lock Kilitle - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11044,193 +11152,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11246,23 +11354,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11614,7 +11722,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Albüm kapak resim @@ -12066,52 +12174,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12305,442 +12403,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain Sonraki zincir - + Previous Chain - + Next/Previous Chain - + Clear Temizle - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Sonraki - + Clear Unit Birimi Temizle - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12749,169 +12848,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Önceki - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13010,47 +13108,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13318,123 +13416,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Mix kaydet - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit Döngüden Çık - + Turns the current loop off. - + Slip Mode Uyku Modu - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock Saat - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13556,97 +13654,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve Yarı Döngü - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double Çift Döngü - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13656,82 +13754,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Albüm - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13739,12 +13837,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13997,22 +14095,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14034,7 +14132,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Herhangi bir efekt yüklenmedi. @@ -14058,452 +14156,452 @@ This can not be undone! WMainMenuBar - + &File &Dosya - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library &Kütüphane - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View &Görünüm - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl +1 - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl +2 - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl +3 - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl +4 - + Show Cover Art Kapak remini göster - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &Tam ekran - + Display Mixxx using the full screen - + &Options &Seçenekler - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix &Mix kaydet - + Record your mix to a file - + Ctrl+R Ctrl +R - + Enable Live &Broadcasting &Canlı Yayın'ı aç - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts &Klavye kısayollarını aç - + Toggles keyboard shortcuts on or off - + Ctrl+` Ctrl+` - + &Preferences &Tercihler - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer &Geliştirici - + &Reload Skin &Kaplamayı yeniden yükle - + Reload the skin Kaplamayı yeniden yükle - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D Ctrl+Shift+D - + &Help &Yardım - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Topluluk Desteği - + Get help with Mixxx Mixxx'ten yardım alın. - + &User Manual &Kullanım Kılavuzu - + Read the Mixxx user manual. Mixxx kullanım kılavuzunu okuyun. - + &Keyboard Shortcuts &Klavye kısayolları - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Bu uygulamayı çevir - + Help translate this application into your language. Bu uygulamayı kendi dilinize çevirmeye yardımcı olun. - + &About &Hakkında - + About the application Uygulama Hakkında @@ -14732,564 +14830,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist Çalma Listesine Ekle - + Crates Kutular - + Metadata - + Update external collections - + Cover Art Albüm kapak resim - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Sıfırla - - + + Analyze Analiz et - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Otomatik DJ kuyruğuna ekle (alta) - + Add to Auto DJ Queue (top) Otomatik DJ kuyruğuna ekle (üste) - + Add to Auto DJ Queue (replace) Otomatik DJ Kuyruğuna Ekle (değiştir) - + Preview Deck - + Remove Kaldır - + Remove from Playlist - + Remove from Crate - + Hide from Library Kütüphane'den gizle - + Unhide from Library Kütüphane'de göster - + Purge from Library Kütüphane'den kaldır - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Özellikler - + Open in File Browser Dosya Tarayıcıda Aç - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Derecelendirme - + Cue Point - + Hotcues Önemli işaretler - + Intro - + Outro - + Key Anahtar - + ReplayGain Yeniden kazan - + Waveform - + Comment Yorum - + All Hepsi - + Lock BPM BPM'yi Kilitle - + Unlock BPM BPM Kilidini Aç - + Double BPM BPM'i ikiye katla - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Dek %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Yeni çalma listesi oluştur - + Enter name for new playlist: Yeni çalma listesini adlandır - + New Playlist Yeni çalma listesi - - - + + + Playlist Creation Failed Çalma Listesi Oluşturulamadı - + A playlist by that name already exists. Bu isimde bir çalma listesi zaten var. - + A playlist cannot have a blank name. Liste ismi boş bırakılamaz - + An unknown error occurred while creating playlist: Çalma listesi oluşturulurken bilinmeyen bir hata oluştu: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Vazgeç - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Kapat - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15297,37 +15395,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15343,7 +15441,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15391,52 +15489,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database Veritabanı açılamadı - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_uk.qm b/res/translations/mixxx_uk.qm index 40041f8b271cfa2d5e04b87b73ac19586d147791..00a810079bfbf991bb7237f08d025655ba497f67 100644 GIT binary patch delta 4254 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 Hw>|#_Uh%%3 delta 4266 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Додати до черги Авто-DJ (знизу) - + Add to Auto DJ Queue (top) Додати до черги Авто-DJ (наверх) - + Add to Auto DJ Queue (replace) - - Import Playlist - Імпортувати плейлист + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Не вдалося створити плейлист - + An unknown error occurred while creating playlist: Виникла невідома помилка при створенні плейлиста: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Новий Плейлист - + Add to Auto DJ Queue (bottom) Додати до черги Авто-DJ (знизу) - - + + Create New Playlist Створити новий список відтворення - + Add to Auto DJ Queue (top) Додати до черги Авто-DJ (наверх) - + Remove Видалити - + Rename Переіменувати - + Lock Заблокувати - + Duplicate Дублювати - - + + Import Playlist Імпортувати плейлист - + Export Track Files - + Analyze entire Playlist Аналізувати весь список відтворення - + Enter new name for playlist: Введіть нове ім'я для списку відтворення: - + Duplicate Playlist Дублювати список відтворення - - + + Enter name for new playlist: Введіть ім'я для нового списку відтворення: - - + + Export Playlist Експортувати плейлист - + Add to Auto DJ Queue (replace) - + Rename Playlist Переіменування плейлиста + - Renaming Playlist Failed Перейменування плейлиста не вдалося - - - + + + A playlist by that name already exists. Плейлист з таким ім'ям вже існує. - - - + + + A playlist cannot have a blank name. Плейлист не може мати пусте ім'я - + _copy //: Appendix to default name when duplicating a playlist _копія + - + - - - + + Playlist Creation Failed Не вдалося створити плейлист - - + + An unknown error occurred while creating playlist: Виникла невідома помилка при створенні плейлиста: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U список відтворення (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Плейлист (*.m3u);;M3U8 Плейлист (*.m3u8);;PLS Плейлист (*.pls);;Text CSV (*.csv);;Звичайний текст (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Неможливо завантажити трек @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Альбом - + Album Artist Виконавець альбому - + Artist Виконавець - + Bitrate Бітрейт - + BPM BPM - + Channels Канали - + Color - + Comment Примітка - + Composer Композитор - + Cover Art Обкладинки - + Date Added Дата додавання - + Last Played - + Duration Тривалість - + Type Тип - + Genre Стиль - + Grouping Групування - + Key Тональність - + Location Розташування: - + Preview Попередній перегляд - + Rating Рейтинг - + ReplayGain - + Samplerate - + Played Зіграно - + Title Назва - + Track # Композиція № - + Year Рік - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library Додати до бібліотеки - + Quick Links Швидкі посилання - - + + Devices Пристрої - + Removable Devices Змінні пристрої - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan Сканування - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group Група - + Item Елемент - + Value Значення - + Parameter Параметр - + Title Назва - + Description Опис @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages Еквалайзери - + Vinyl Control Контроль вінілу - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) Додати до черги Авто-DJ (знизу) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) Додати до черги Авто-DJ (наверх) - + Prepend selected track to the Auto DJ Queue - + Load Track Завантажити трек - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects Ефекти - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Далі - + Switch to next effect - + Previous Попередній - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off Мікрофон вмк/вимк - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Авто-DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: При сприянні: - + And special thanks to: І особлива подяка: - + Past Developers Попередні розробники - + Past Contributors Попередні автори - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Про Mixxx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo Стерео - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information Інформація - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. Сканування - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Гц - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled Активовано - + Stereo Стерео - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 мс - + Configuration error Помилка конфігурації @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Звукове обладнання - + Controllers Контролери - + Library Бібліотека - + Interface Інтерфейс - + Waveforms - + Mixer Мікшер - + Auto DJ Авто-DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Допомога - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Застосувати - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &Скасувати - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Ефекти - + Recording Запис - + Beat Detection - + Key Detection - + Normalization Нормалізація - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Контроль вінілу - + Live Broadcasting Пряма трансляція - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily Виконавець альбому - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h &Скасувати - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Звуковий пристрій зайнятий - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Спробувати ще</b> після закриття інших програм або повторного підключення звукового пристрою - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Змінити</b> налаштування звукових пристроїв у Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Отримайте<b>Допомогу</b> від Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Вихід</b> з Mixxx. - + Retry Повторити - + skin - - + + Reconfigure Перенастроїти - + Help Допомога - - + + Exit Вихід - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue Продовжити - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Підтвердити Вихід - + A deck is currently playing. Exit Mixxx? Дека в даний час грає. Вийти з Mixxx? - + A sampler is currently playing. Exit Mixxx? Семплер зараз грає. Вийти з Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Заблокувати - - + + Playlists Плейлисти - + + Shuffle Playlist + + + + Unlock Розблокувати - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist Створити новий список відтворення @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid Некоректний @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones Навушники - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck Програвач - + Record/Broadcast - + Vinyl Control Контроль вінілу - + Microphone Мікрофон - + Auxiliary - - + + Unknown path type %1 Невідомий тип підключення %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, - + Ctrl+P Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough Пересилання + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Збірки - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Історія - + Unlock Розблокувати - + Lock Заблокувати - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx виявив проблему - + Could not allocate shout_t Не вдалося знайти shout_t - + Could not allocate shout_metadata_t Не вдалося знайти shout_metadata_t - + Error setting non-blocking mode: Помилка установки неблокуючого режиму: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. Перевірте підключення до Інтернету і переконайтеся, що ваше ім'я користувача та пароль правильні. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device пристрій - + An unknown error occurred Виникла невідома помилка - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Обкладинки @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Зберегти банк Семплера - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Завантажити банк Семплера - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Далі - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Попередній - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. Вимикає поточний цикл. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration Тривалість треку - + Displays the duration of the loaded track. Показує тривалість завантаженого треку. - + Information is loaded from the track's metadata tags. Інформація завантажена з мета-даних треку. - + Track Artist Виконавець треку. - + Displays the artist of the loaded track. Показує виконавеця завантаженого треку. - + Track Title Назва треку - + Displays the title of the loaded track. Показує назву завантаженого треку - + Track Album Альбом треку - + Displays the album name of the loaded track. Показує альбом завантаженого треку - + Track Artist/Title Виконавець/Заголовок треку - + Displays the artist and title of the loaded track. Показує виконавця/заголовок завантаженого треку @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File &Файл - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit &Вихід - + Quits Mixxx Виходить з Mixxx - + Ctrl+q - + &Library &Бібліотека - + &Rescan Library &Пересканувати Бібліотеку - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist Створює новий плейлист - + Ctrl+n - + Create New &Crate - + Create a new crate Створює нову збірку - + Ctrl+Shift+N - - + + &View &Вигляд - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen &На весь екран - + Display Mixxx using the full screen Відображення Mixxx у повноекранному режимі - + &Options &Опції - + &Vinyl Control &Контроль Вінілу - + Use timecoded vinyls on external turntables to control Mixxx Використання таймкод-платівок на зовнішньому програвачі для контролю Mixxx - + Enable Vinyl Control &%1 - + &Record Mix &Запис Міксу - + Record your mix to a file Записати Ваш мікс у файл - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server Трансляцыя ваших міксів на Shoutcast або Icecast сервер - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences &Параметри - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help &Допомога - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support &Підтримка співтовариства - + Get help with Mixxx - + &User Manual &Керівництво користувача - + Read the Mixxx user manual. Читати інструкцію по Mixxx. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application &Перекласти цю програму - + Help translate this application into your language. Домопогти перекладати цю програму на Вашу мову. - + &About &Про - + About the application Про цю програму @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Програвач - + Sampler - + Add to Playlist Додати до Плейлиста - + Crates Збірки - + Metadata - + Update external collections - + Cover Art Обкладинки - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library Скинути - - + + Analyze Аналізувати - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Додати до черги Авто-DJ (знизу) - + Add to Auto DJ Queue (top) Додати до черги Авто-DJ (наверх) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Видалити - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser Відкрити в файловому менеджері - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Рейтинг - + Cue Point - + Hotcues - + Intro - + Outro - + Key Тональність - + ReplayGain - + Waveform - + Comment Примітка - + All Все - + Lock BPM Замкнути BPM - + Unlock BPM Розімкнути BPM - + Double BPM - + Halve BPM Навпіл BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Створити новий список відтворення - + Enter name for new playlist: Введіть ім'я для нового списку відтворення: - + New Playlist Новий Плейлист - - - + + + Playlist Creation Failed Не вдалося створити плейлист - + A playlist by that name already exists. Плейлист з таким ім'ям вже існує. - + A playlist cannot have a blank name. Плейлист не може мати пусте ім'я - + An unknown error occurred while creating playlist: Виникла невідома помилка при створенні плейлиста: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Скасувати - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Виберіть каталог музичної бібліотеки - + controllers - + Cannot open database Не вдається відкрити базу даних - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_uz.qm b/res/translations/mixxx_uz.qm index f8e52789fad8cd155e4bb1424f1c3e12f7c58bdb..b94432dbde221e708e6cd5474371565880f250a1 100644 GIT binary patch delta 1106 zcmXZcYe-XJ7zglY+j)08o7c@<+}uTt3N=3@>w^uVNV8O=58nDvkVHg6Mi9d|-K;4> zk_Ku;6cI(Df>JFsq@0jx1qt<`i%=$%N>OMfO3(c7)9>7P-v9fY=bT^VOJ!{qC7*~g ziPTd>MWsZV*HC{1ntnoufbJX6dz`4^Igu!V#(C&yfgY|KyYHQWeihN)Fj2-Gc9nfg z(g`Dx;@Cu@;3|=7H%#h*ZXe9ZA+hH-k=YA9H6(6vX6rE$BXvaDhtS0LW9Mm^&{+;W zS`y1=`MK}VQ~~YvYbxZ-!Uf*}%GtqbjUg)DFwC8(gt|Y_=8roL?cLBBhUwelE?)7Tu#-Ihzx1g>nxxorbn5Xb(WgBbcs<`xv@TLZ64;`JWIa zZa8Kq9jQ@Hgbh1xmHuQc3v$t_baz~r)_+|>hqv&1==T|^C?UZLDy#J&6B$7 zxuE}>bhqUhzmot=dEJo3)fe=&lsX+J%h$ zV%8z?4vvc1Y)(cWp(~;_yDhxHA+5D*3z216JMa8Vq`RqIY={uaH9A8#PqTVOw_VN8 zNvCw9(J2nz1pT@C7nX6ZN6_>DT7%GbS xxbP%222B6*gFHloFg3yK?#(6g44F6XzeE$FF&vY)7;i^yeXd5>!! z34T41V!KIV_BEoYr_khvjy~wTL1M`&k+B!L=1Cmpm@SJWPI7RXEzrQlwPn%qz_T?=Et0o8K`Z5iC3UC7usT={Vz;<2$N4h zcP*6$J2*p~P|AP_$DnOKtU}~*&><;>NPQm~+!0q{;w-d|LVG$)Is=n4BQ8TvfZoVl zmY5+J_g&Soo=p_nqMDxUBQm{;F58&T3FpTYu9G0}fYlB|YZJ8Xgh|^XhG6mtbPo#y zjeMZ@h%jyoQ}sbp4@`^|`$ro&^(#;cKxd8^4EI{x7<9~t%Ep3o zL0qy4{DKeSQVK^#Ct=h9=*UnT9cI4ht=clce~jgn`iuP&XUwAh;d?|R&1-an+||)d zntT=S6TWGl1sAxf*PuM4oiV@Ua|s&Lpk-Xaz^c~HMNe>-&qCKfoz%t6DEOhy2ot=z zz3=KcfDC=@j_^g}P*((Fv=J+zY|ziHwR87hk~*(9bB06Ea1h!HYox_#j?{cxTCU0@ z(zP49?u0mXyP$s5@H;D)YnKY++l-F88AR?ZW7=U3STkGC4KR4wlp62}djjcVrP-cW b-CVc3<#e5|vAUt8zQ$MWYn`|!JeU6iNW&SS diff --git a/res/translations/mixxx_uz.ts b/res/translations/mixxx_uz.ts index 0725f9ce992..7fb94d75306 100644 --- a/res/translations/mixxx_uz.ts +++ b/res/translations/mixxx_uz.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Ижро рўйхатини импорт қилиш + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed - + An unknown error occurred while creating playlist: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist Янги қўшиқ рўйхати - + Add to Auto DJ Queue (bottom) - - + + Create New Playlist - + Add to Auto DJ Queue (top) - + Remove Олиб ташлаш - + Rename Қайта номлаш - + Lock Қулфлаш - + Duplicate - - + + Import Playlist Ижро рўйхатини импорт қилиш - + Export Track Files - + Analyze entire Playlist - + Enter new name for playlist: - + Duplicate Playlist - - + + Enter name for new playlist: - - + + Export Playlist Қўшиқ рўйхатини экспорт қилиш - + Add to Auto DJ Queue (replace) - + Rename Playlist Ижро рўйхатини қайта номлаш + - Renaming Playlist Failed - - - + + + A playlist by that name already exists. - - - + + + A playlist cannot have a blank name. - + _copy //: Appendix to default name when duplicating a playlist + - + - - - + + Playlist Creation Failed - - + + An unknown error occurred while creating playlist: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Қўшиқ қўшилмади @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album Альбом - + Album Artist - + Artist Санъаткор - + Bitrate Битрейт - + BPM BPM - + Channels - + Color - + Comment Мулоҳаза - + Composer - + Cover Art - + Date Added Қўшилган санаси - + Last Played - + Duration Давомийлиги - + Type Тури - + Genre Жанри - + Grouping - + Key Калит - + Location Манзили - + Preview - + Rating Рейтинг - + ReplayGain - + Samplerate - + Played Ижро этилди - + Title Сарлавҳа - + Track # Қўшиқ # - + Year Йил - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -408,12 +432,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links - + Remove from Quick Links - + Add to Library - + Quick Links Тез боғламалар - - + + Devices Ускуналар - + Removable Devices Ташувчи қурилмалар - - + + Computer - + Music Directory Added - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? - + Scan - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -691,72 +715,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -766,17 +795,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -836,32 +865,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item - + Value - + Parameter - + Title Сарлавҳа - + Description @@ -958,13 +987,13 @@ trace - Above + Profiling messages - + Set to full volume - + Set to zero volume @@ -989,13 +1018,13 @@ trace - Above + Profiling messages - + Headphone listen button - + Mute button @@ -1006,25 +1035,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) - + Set mix orientation to left - + Set mix orientation to center - + Set mix orientation to right @@ -1064,22 +1093,22 @@ trace - Above + Profiling messages - + Toggle quantize mode - + One-time beat sync (tempo only) - + One-time beat sync (phase only) - + Toggle keylock mode @@ -1089,193 +1118,193 @@ trace - Above + Profiling messages - + Vinyl Control - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) - + Toggle vinyl-control mode (ABS/REL/CONST) - + Pass through external audio into the internal mixer - + Cues - + Cue button - + Set cue point - + Go to cue point - + Go to cue point and play - + Go to cue point and stop - + Preview from cue point - + Cue button (CDJ mode) - + Stutter cue - + Hotcues - + Set, preview from or jump to hotcue %1 - + Clear hotcue %1 - + Set hotcue %1 - + Jump to hotcue %1 - + Jump to hotcue %1 and stop - + Jump to hotcue %1 and play - + Preview from hotcue %1 - - + + Hotcue %1 - + Looping - + Loop In button - + Loop Out button - + Loop Exit button - + 1/2 - + 1 - + 2 - + 4 - + 8 - + 16 - + 32 - + 64 - + Move loop forward by %1 beats - + Move loop backward by %1 beats - + Create %1-beat loop - + Create temporary %1-beat loop roll @@ -1391,20 +1420,20 @@ trace - Above + Profiling messages - - + + Volume Fader - + Full Volume - + Zero Volume @@ -1420,7 +1449,7 @@ trace - Above + Profiling messages - + Mute @@ -1431,7 +1460,7 @@ trace - Above + Profiling messages - + Headphone Listen @@ -1452,25 +1481,25 @@ trace - Above + Profiling messages - + Orientation - + Orient Left - + Orient Center - + Orient Right @@ -1540,82 +1569,82 @@ trace - Above + Profiling messages - + Adjust Beatgrid - + Align beatgrid to current position - + Adjust Beatgrid - Match Alignment - + Adjust beatgrid to match another playing deck. - + Quantize Mode - + Sync - + Beat Sync One-Shot - + Sync Tempo One-Shot - + Sync Phase One-Shot - + Pitch control (does not affect tempo), center is original pitch - + Pitch Adjust - + Adjust pitch from speed slider pitch - + Match musical key - + Match Key - + Reset Key - + Resets key to original @@ -1656,456 +1685,456 @@ trace - Above + Profiling messages - + Toggle Vinyl Control - + Toggle Vinyl Control (ON/OFF) - + Vinyl Control Mode - + Vinyl Control Cueing Mode - + Vinyl Control Passthrough - + Vinyl Control Next Deck - + Single deck mode - Switch vinyl control to next deck - + Cue - + Set Cue - + Go-To Cue - + Go-To Cue And Play - + Go-To Cue And Stop - + Preview Cue - + Cue (CDJ Mode) - + Stutter Cue - + Go to cue point and play after release - + Clear Hotcue %1 - + Set Hotcue %1 - + Jump To Hotcue %1 - + Jump To Hotcue %1 And Stop - + Jump To Hotcue %1 And Play - + Preview Hotcue %1 - + Loop In - + Loop Out - + Loop Exit - + Reloop/Exit Loop - + Loop Halve - + Loop Double - + 1/32 - + 1/16 - + 1/8 - + 1/4 - + Move Loop +%1 Beats - + Move Loop -%1 Beats - + Loop %1 Beats - + Loop Roll %1 Beats - + Add to Auto DJ Queue (bottom) - + Append the selected track to the Auto DJ Queue - + Add to Auto DJ Queue (top) - + Prepend selected track to the Auto DJ Queue - + Load Track - + Load selected track - + Load selected track and play - - + + Record Mix - + Toggle mix recording - + Effects - + Quick Effects - + Deck %1 Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters) - - + + Quick Effect - + Clear Unit - + Clear effect unit - + Toggle Unit - + Dry/Wet - + Adjust the balance between the original (dry) and processed (wet) signal. - + Super Knob - + Next Chain - + Assign - + Clear - + Clear the current effect - + Toggle - + Toggle the current effect - + Next Кейинги - + Switch to next effect - + Previous Олдинги - + Switch to the previous effect - + Next or Previous - + Switch to either next or previous effect - - + + Parameter Value - - + + Microphone Ducking Strength - + Microphone Ducking Mode - + Gain - + Gain knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle - + Toggle Auto DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore - + Maximize the track library to take up all the available screen space. - + Effect Rack Show/Hide - + Show/hide the effect rack - + Waveform Zoom Out @@ -2120,102 +2149,102 @@ trace - Above + Profiling messages - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed - + Playback speed control (Vinyl "Pitch" slider) - + Pitch (Musical key) - + Increase Speed - + Adjust speed faster (coarse) - + Increase Speed (Fine) - + Adjust speed faster (fine) - + Decrease Speed - + Adjust speed slower (coarse) - + Adjust speed slower (fine) - + Temporarily Increase Speed - + Temporarily increase speed (coarse) - + Temporarily Increase Speed (Fine) - + Temporarily increase speed (fine) - + Temporarily Decrease Speed - + Temporarily decrease speed (coarse) - + Temporarily Decrease Speed (Fine) - + Temporarily decrease speed (fine) @@ -2287,942 +2316,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset - + Previous Chain - + Previous chain preset - + Next/Previous Chain - + Next or previous chain preset - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary - + Microphone On/Off - + Microphone on/off - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) - + Auxiliary On/Off - + Auxiliary on/off - + Auto DJ Авто DJ - + Auto DJ Shuffle - + Auto DJ Skip Next - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next - + Trigger the transition to the next track - + User Interface - + Samplers Show/Hide - + Show/hide the sampler section - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide - + Show/hide the vinyl control section - + Preview Deck Show/Hide - + Show/hide the preview deck - + Toggle 4 Decks - + Switches between showing 2 decks and 4 decks. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide - + Show/hide spinning vinyl widget - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom - + Waveform Zoom - + Zoom waveform in - + Waveform Zoom In - + Zoom waveform out - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3591,37 +3630,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: - + And special thanks to: - + Past Developers - + Past Contributors - + Official Website - + Donate @@ -3634,34 +3673,40 @@ trace - Above + Profiling messages Mixxx ҳақида - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3875,7 +3920,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4126,7 +4171,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4356,122 +4401,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 - + Shoutcast 1 - + Icecast 1 - + MP3 - + Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono - + Stereo - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5043,22 +5088,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5168,6 +5213,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5744,38 +5794,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes - + Information - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6001,52 +6076,52 @@ and allows you to pitch adjust them for harmonic mixing. - + Item is not a directory or directory is missing - + Choose a music directory - + Confirm Directory Removal - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. - + Hide Tracks - + Delete Track Metadata - + Leave Tracks Unchanged - + Relink music directory to new location - + Select Library Font @@ -6906,138 +6981,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz - + Default (long delay) - + Experimental (no delay) - + Disabled (short delay) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled - + Enabled - + Stereo - + Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms - + Configuration error @@ -7523,122 +7598,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware - + Controllers - + Library - + Interface - + Waveforms - + Mixer - + Auto DJ Авто DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects - + Recording - + Beat Detection - + Key Detection - + Normalization - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control - + Live Broadcasting - + Modplug Decoder @@ -7813,7 +7888,7 @@ Select from different types of displays for the waveform, which differ primarily - + Fetching track data from the MusicBrainz database @@ -7890,72 +7965,72 @@ Select from different types of displays for the waveform, which differ primarily - + Original tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8276,7 +8351,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h - + (no color) @@ -8486,27 +8561,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) - + Rubberband (better) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8729,15 +8804,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8748,57 +8823,57 @@ Shown when VuMeter can not be displayed. Please keep - + activate - + toggle - + right - + left - + right small - + left small - + up - + down - + up small - + down small - + Shortcut @@ -8881,32 +8956,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller - + MixxxControl(s) not found - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) @@ -8981,181 +9056,181 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy - + <b>Retry</b> after closing the other application or reconnecting a sound device - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. - - + + Get <b>Help</b> from the Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. - + Retry - + skin - - + + Reconfigure - + Help - - + + Exit - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. - + <b>Continue</b> without any outputs. - + Continue - + Load track to Deck %1 - + Deck %1 is currently playing a track. - + Are you sure you want to load a new track? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file - + The selected skin cannot be loaded. - + OpenGL Direct Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit - + A deck is currently playing. Exit Mixxx? - + A sampler is currently playing. Exit Mixxx? - + The preferences window is still open. - + Discard any changes and exit Mixxx? @@ -9171,43 +9246,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Қулфлаш - - + + Playlists - + + Shuffle Playlist + + + + Unlock Қулфдан чиқариш - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. - + Create New Playlist @@ -9274,7 +9354,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid @@ -9380,68 +9460,68 @@ Do you want to scan your library for cover files now? - + Main - + Booth - + Headphones - + Left Bus - + Center Bus - + Right Bus - + Invalid Bus - + Deck - + Record/Broadcast - + Vinyl Control - + Microphone - + Auxiliary - - + + Unknown path type %1 @@ -9534,6 +9614,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9571,6 +9653,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9589,6 +9672,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9604,6 +9689,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9901,7 +9988,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter @@ -9958,7 +10045,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter @@ -9978,22 +10065,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 @@ -10076,8 +10163,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10107,42 +10194,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t - + Ctrl+y - + Ctrl+u - + Ctrl+i - + Ctrl+o - + Ctrl+Shift+O - + Ctrl+, - + Ctrl+P @@ -10162,17 +10249,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10574,18 +10661,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 @@ -10625,52 +10712,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10718,10 +10805,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10890,7 +10998,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox @@ -10936,34 +11044,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Қутилар - + Check for Serato databases (refresh) - + (loading) Serato @@ -10971,64 +11079,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History - + Unlock Қулфдан чиқариш - + Lock Қулфлаш - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11037,193 +11145,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem - + Could not allocate shout_t - + Could not allocate shout_metadata_t - + Error setting non-blocking mode: - + Error setting tls mode: - + Error setting hostname! - + Error setting port! - + Error setting password! - + Error setting mount! - + Error setting username! - + Error setting stream name! - + Error setting stream description! - + Error setting stream genre! - + Error setting stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate - + Error: unknown server protocol! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server - + Please check your connection to the Internet and verify that your username and password are correct. @@ -11239,23 +11347,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device - + An unknown error occurred - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11607,7 +11715,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art @@ -12059,52 +12167,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12298,442 +12396,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob - + Next Chain - + Previous Chain - + Next/Previous Chain - + Clear - + Clear the current effect. - + Toggle - + Toggle the current effect. - + Next Кейинги - + Clear Unit - + Clear effect unit. - + Show/hide parameters for effects in this unit. - + Toggle Unit - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12742,169 +12841,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. - + Previous Олдинги - + Switch to the previous effect. - + Next or Previous - + Switch to either the next or previous effect. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter - + Adjusts a parameter of the effect. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill - - + + Holds the gain of the EQ to zero while active. - + Quick Effect Super Knob - + Quick Effect Super Knob (control linked effect parameters). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. - + Equalizer Parameter - + Adjusts the gain of the EQ filter. - + Hint: Change the default EQ mode in Preferences -> Equalizers. @@ -13003,47 +13101,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Enable Vinyl Control - + When disabled, the track is controlled by Mixxx playback controls. - + When enabled, the track responds to external vinyl control. - + Enable Passthrough - + Indicates that the audio buffer is too small to do all audio processing. - + Displays cover artwork of the loaded track. - + Displays options for editing cover artwork. - + Star Rating - + Assign ratings to individual tracks by clicking the stars. @@ -13311,123 +13409,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix - + Toggle mix recording. - + Enable Live Broadcasting - + Stream your mix over the Internet. - + Provides visual feedback for Live Broadcasting status: - + disabled, connecting, connected, failure. - + When enabled, the deck directly plays the audio arriving on the vinyl input. - + Blue for passthrough enabled. - + Playback will resume where the track would have been if it had not entered the loop. - + Loop Exit - + Turns the current loop off. - + Slip Mode - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. - + Once disabled, the audible playback will resume where the track would have been. - + Track Key The musical key of a track - + Displays the musical key of the loaded track. - + Clock - + Displays the current time. - + Audio Latency Usage Meter - + Displays the fraction of latency used for audio processing. - + A high value indicates that audible glitches are likely. - + Do not enable keylock, effects or additional decks in this situation. - + Audio Latency Overload Indicator @@ -13549,97 +13647,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + If hotcue is not set, sets the hotcue to the current play position. - + Vinyl Control Mode - + Absolute mode - track position equals needle position and speed. - + Relative mode - track speed equals needle speed regardless of needle position. - + Constant mode - track speed equals last known-steady speed regardless of needle input. - + Vinyl Status - + Provides visual feedback for vinyl control status: - + Green for control enabled. - + Blinking yellow for when the needle reaches the end of the record. - + Loop-In Marker - + Loop-Out Marker - + Loop Halve - + Halves the current loop's length by moving the end marker. - + Deck immediately loops if past the new endpoint. - + Loop Double - + Doubles the current loop's length by moving the end marker. - + Beatloop - + Toggles the current loop on or off. - + Works only if Loop-In and Loop-Out marker are set. @@ -13649,82 +13747,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - + Vinyl Cueing Mode - + Determines how cue points are treated in vinyl control Relative mode: - + Off - Cue points ignored. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. - + Track Time - + Track Duration - + Displays the duration of the loaded track. - + Information is loaded from the track's metadata tags. - + Track Artist - + Displays the artist of the loaded track. - + Track Title - + Displays the title of the loaded track. - + Track Album Альбом - + Displays the album name of the loaded track. - + Track Artist/Title - + Displays the artist and title of the loaded track. @@ -13732,12 +13830,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13990,22 +14088,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14027,7 +14125,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. @@ -14051,452 +14149,452 @@ This can not be undone! WMainMenuBar - + &File - + Load Track to Deck &%1 - + Loads a track in deck %1 - + Open - + &Exit - + Quits Mixxx - + Ctrl+q - + &Library - + &Rescan Library - + Rescans library folders for changes to tracks. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist - + Create a new playlist - + Ctrl+n - + Create New &Crate - + Create a new crate - + Ctrl+Shift+N - - + + &View - + May not be supported on all skins. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings - + Show Microphone Section - + Show the microphone section of the Mixxx interface. - + Ctrl+2 Menubar|View|Show Microphone Section - + Show Vinyl Control Section - + Show the vinyl control section of the Mixxx interface. - + Ctrl+3 Menubar|View|Show Vinyl Control Section - + Show Preview Deck - + Show the preview deck in the Mixxx interface. - + Ctrl+4 Menubar|View|Show Preview Deck - + Show Cover Art - + Show cover art in the Mixxx interface. - + Ctrl+6 Menubar|View|Show Cover Art - + Maximize Library - + Maximize the track library to take up all the available screen space. - + Space Menubar|View|Maximize Library - + &Full Screen - + Display Mixxx using the full screen - + &Options - + &Vinyl Control - + Use timecoded vinyls on external turntables to control Mixxx - + Enable Vinyl Control &%1 - + &Record Mix - + Record your mix to a file - + Ctrl+R - + Enable Live &Broadcasting - + Stream your mixes to a shoutcast or icecast server - + Ctrl+L - + Enable &Keyboard Shortcuts - + Toggles keyboard shortcuts on or off - + Ctrl+` - + &Preferences - + Change Mixxx settings (e.g. playback, MIDI, controls) - + &Developer - + &Reload Skin - + Reload the skin - + Ctrl+Shift+R - + Developer &Tools - + Opens the developer tools dialog - + Ctrl+Shift+T - + Stats: &Experiment Bucket - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. - + Ctrl+Shift+E - + Stats: &Base Bucket - + Enables base mode. Collects stats in the BASE tracking bucket. - + Ctrl+Shift+B - + Deb&ugger Enabled - + Enables the debugger during skin parsing - + Ctrl+Shift+D - + &Help - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support - + Get help with Mixxx - + &User Manual - + Read the Mixxx user manual. - + &Keyboard Shortcuts - + Speed up your workflow with keyboard shortcuts. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application - + Help translate this application into your language. - + &About - + About the application @@ -14725,564 +14823,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck - + Sampler - + Add to Playlist - + Crates Қутилар - + Metadata - + Update external collections - + Cover Art - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) - + Add to Auto DJ Queue (top) - + Add to Auto DJ Queue (replace) - + Preview Deck - + Remove Олиб ташлаш - + Remove from Playlist - + Remove from Crate - + Hide from Library - + Unhide from Library - + Purge from Library - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties - + Open in File Browser - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Рейтинг - + Cue Point - + Hotcues - + Intro - + Outro - + Key Калит - + ReplayGain - + Waveform - + Comment Мулоҳаза - + All - + Lock BPM - + Unlock BPM - + Double BPM - + Halve BPM - + 2/3 BPM - + 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist - + Enter name for new playlist: - + New Playlist Янги қўшиқ рўйхати - - - + + + Playlist Creation Failed - + A playlist by that name already exists. - + A playlist cannot have a blank name. - + An unknown error occurred while creating playlist: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15290,37 +15388,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15336,7 +15434,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15384,52 +15482,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory - + controllers - + Cannot open database - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_vi.qm b/res/translations/mixxx_vi.qm index 9353207f70b8380b89072587935c70f0f1cc0da8..36945f235c5ffc0f0a3502cb99bc074a4e876a31 100644 GIT binary patch delta 13276 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 diff --git a/res/translations/mixxx_vi.ts b/res/translations/mixxx_vi.ts index 111ae1b6ce4..736d7b8e1e7 100644 --- a/res/translations/mixxx_vi.ts +++ b/res/translations/mixxx_vi.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,32 +71,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) Thêm vào hàng đợi DJ tự động (phía dưới) - + Add to Auto DJ Queue (top) Thêm vào hàng đợi DJ tự động (top) - + Add to Auto DJ Queue (replace) - - Import Playlist - Chuyển nhập danh sách phát + + Import as Playlist + + + + + Import as Crate + + + + + Crate Creation Failed + - + + Could not create crate, it most likely already exists: + + + + Playlist Creation Failed Sáng tạo danh sách phát đã thất bại - + An unknown error occurred while creating playlist: Lỗi không biết xảy ra trong khi tạo danh sách chơi: @@ -95,154 +119,154 @@ BasePlaylistFeature - + New Playlist Danh sách chơi mới - + Add to Auto DJ Queue (bottom) Thêm vào hàng đợi DJ tự động (phía dưới) - - + + Create New Playlist Tạo danh sách chơi mới - + Add to Auto DJ Queue (top) Thêm vào hàng đợi DJ tự động (top) - + Remove Loại bỏ - + Rename Đổi tên - + Lock Khóa - + Duplicate Bản sao - - + + Import Playlist Chuyển nhập danh sách phát - + Export Track Files - + Analyze entire Playlist Phân tích toàn bộ danh sách phát - + Enter new name for playlist: Nhập tên mới cho danh sách chơi: - + Duplicate Playlist Lặp lại danh sách chơi - - + + Enter name for new playlist: Nhập tên cho danh sách phát mới: - - + + Export Playlist Xuất chuyển danh sách chơi - + Add to Auto DJ Queue (replace) - + Rename Playlist Đổi tên danh sách chơi + - Renaming Playlist Failed Đổi tên danh sách phát đã thất bại - - - + + + A playlist by that name already exists. Một danh sách tên đó đã tồn tại. - - - + + + A playlist cannot have a blank name. Một danh sách không thể có một tên trống. - + _copy //: Appendix to default name when duplicating a playlist _copy + - + - - - + + Playlist Creation Failed Sáng tạo danh sách phát đã thất bại - - + + An unknown error occurred while creating playlist: Lỗi không biết xảy ra trong khi tạo danh sách chơi: - + Confirm Deletion - + Do you really want to delete playlist <b>%1</b>? - + M3U Playlist (*.m3u) M3U Playlist (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U Playlist (*.m3u); M3U8 danh sách bài hát (*.m3u8); PLS danh sách bài hát (* .pls); Văn bản CSV (*.csv); Có thể đọc được văn bản (*.txt) @@ -263,7 +287,7 @@ BaseTrackPlayerImpl - + Couldn't load track. Không thể nạp theo dõi. @@ -271,137 +295,137 @@ BaseTrackTableModel - + Album Album - + Album Artist Album nghệ sĩ - + Artist Nghệ sĩ - + Bitrate Bitrate - + BPM BPM - + Channels Kênh - + Color - + Comment Bình luận - + Composer Nhà soạn nhạc - + Cover Art Bìa - + Date Added Ngày thêm vào - + Last Played - + Duration Thời gian - + Type Loại - + Genre Thể loại - + Grouping Nhóm - + Key Chìa khóa - + Location Vị trí - + Preview Xem trước - + Rating Đánh giá - + ReplayGain - + Samplerate - + Played Chơi - + Title Tiêu đề - + Track # Theo dõi # - + Year Năm - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk @@ -410,12 +434,12 @@ BroadcastManager - + Action failed - + Please enable at least one connection to use Live Broadcasting. @@ -489,59 +513,59 @@ BrowseFeature - + Add to Quick Links Thêm vào liên kết nhanh - + Remove from Quick Links Loại bỏ từ liên kết nhanh - + Add to Library Thêm vào thư viện - + Quick Links Liên kết nhanh - - + + Devices Thiết bị - + Removable Devices Thiết bị di động - - + + Computer - + Music Directory Added Âm nhạc thư mục bổ sung - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? Bạn đã thêm vào một hoặc nhiều thư mục âm nhạc. Các bài hát trong những thư mục này sẽ không có sẵn cho đến khi bạn tại thư viện của bạn. Bạn có muốn tại bây giờ không? - + Scan Quét - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. @@ -693,72 +717,77 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: - + Starts Mixxx in full-screen mode - + Use a custom locale for loading translations. (e.g 'fr') - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. - + Path the debug statistics time line is written to - - Use legacy vu meter + + Causes Mixxx to display/log all of the controller data it receives and script functions it loads - - Use legacy spinny + + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! - - Causes Mixxx to display/log all of the controller data it receives and script functions it loads + + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. - - The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! + + Top-level directory where Mixxx should look for settings. Default is: - - Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. + + Use legacy vu meter - - Top-level directory where Mixxx should look for settings. Default is: + + Use legacy spinny + + + + + Loads experimental QML GUI instead of legacy QWidget skin - + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. - + [auto|always|never] Use colors on the console output. - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -768,17 +797,17 @@ trace - Above + Profiling messages - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. @@ -838,32 +867,32 @@ trace - Above + Profiling messages ControlModel - + Group Nhóm - + Item Mục - + Value Giá trị - + Parameter Tham số - + Title Tiêu đề - + Description Mô tả @@ -960,13 +989,13 @@ trace - Above + Profiling messages - + Set to full volume Thiết lập để khối lượng đầy đủ - + Set to zero volume Thiết lập số không khối lượng @@ -991,13 +1020,13 @@ trace - Above + Profiling messages Đảo ngược nút cuộn (kiểm duyệt) - + Headphone listen button Tai nghe nghe nút - + Mute button Nút tắt @@ -1008,25 +1037,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) Trộn định hướng (ví dụ: trái, phải, Trung tâm) - + Set mix orientation to left Thiết lập kết hợp định hướng bên trái - + Set mix orientation to center Thiết lập kết hợp định hướng đến Trung tâm - + Set mix orientation to right Thiết lập kết hợp định hướng sang phải @@ -1066,22 +1095,22 @@ trace - Above + Profiling messages BPM tap nút - + Toggle quantize mode Bật/tắt quantize chế độ - + One-time beat sync (tempo only) Một lần đánh bại đồng bộ (nhịp độ) - + One-time beat sync (phase only) Một lần đánh bại đồng bộ (chỉ giai đoạn) - + Toggle keylock mode Bật tắt chế độ khóa bàn phím @@ -1091,193 +1120,193 @@ trace - Above + Profiling messages Equalizers - + Vinyl Control Vinyl kiểm soát - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) Bật tắt chế độ cueing vinyl kiểm soát (OFF/1/bể) - + Toggle vinyl-control mode (ABS/REL/CONST) Bật tắt chế độ kiểm soát vinyl (ABS/REL/XD) - + Pass through external audio into the internal mixer Đi qua âm thanh bên ngoài vào máy trộn nội bộ - + Cues Tín hiệu - + Cue button Cue nút - + Set cue point Thiết lập cue điểm - + Go to cue point Đi đến cue điểm - + Go to cue point and play Đi đến cue điểm và chơi - + Go to cue point and stop Đi để ghi chú vào điểm và ngừng - + Preview from cue point Xem trước từ cue điểm - + Cue button (CDJ mode) Cue nút (CDJ chế độ) - + Stutter cue Nói lắp cue - + Hotcues Hotcues - + Set, preview from or jump to hotcue %1 Thiết lập, xem trước từ hoặc nhảy để hotcue %1 - + Clear hotcue %1 Rõ ràng hotcue %1 - + Set hotcue %1 Thiết lập hotcue %1 - + Jump to hotcue %1 Chuyển đến hotcue %1 - + Jump to hotcue %1 and stop Chuyển đến hotcue %1 và dừng - + Jump to hotcue %1 and play Chuyển đến hotcue %1 và chơi - + Preview from hotcue %1 Xem trước từ hotcue %1 - - + + Hotcue %1 Hotcue %1 - + Looping Looping - + Loop In button Vòng lặp trong nút - + Loop Out button Vòng lặp trong nút - + Loop Exit button Vòng ra nút - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats Di chuyển vòng về phía trước bởi %1 nhịp đập - + Move loop backward by %1 beats Di chuyển vòng quay trở lại bởi nhịp đập %1 - + Create %1-beat loop Tạo đánh bại %1 loop - + Create temporary %1-beat loop roll Tạo tạm thời đánh bại %1 vòng cuộn @@ -1393,20 +1422,20 @@ trace - Above + Profiling messages - - + + Volume Fader Khối lượng đổi - + Full Volume Khối lượng đầy đủ - + Zero Volume Khối lượng không @@ -1422,7 +1451,7 @@ trace - Above + Profiling messages - + Mute Tắt tiếng @@ -1433,7 +1462,7 @@ trace - Above + Profiling messages - + Headphone Listen Tai nghe nghe @@ -1454,25 +1483,25 @@ trace - Above + Profiling messages - + Orientation Định hướng - + Orient Left Định hướng trái - + Orient Center Trung tâm phương đông - + Orient Right Định hướng bên phải @@ -1542,82 +1571,82 @@ trace - Above + Profiling messages Điều chỉnh beatgrid ở bên phải - + Adjust Beatgrid Điều chỉnh Beatgrid - + Align beatgrid to current position Sắp xếp beatgrid đến vị trí hiện tại - + Adjust Beatgrid - Match Alignment Điều chỉnh Beatgrid - trận đấu liên kết - + Adjust beatgrid to match another playing deck. Điều chỉnh beatgrid để phù hợp với một sân chơi. - + Quantize Mode Quantize chế độ - + Sync Đồng bộ - + Beat Sync One-Shot Đánh bại đồng bộ một-shot - + Sync Tempo One-Shot Tiến độ đồng bộ một-shot - + Sync Phase One-Shot Giai đoạn đồng bộ một-shot - + Pitch control (does not affect tempo), center is original pitch Sân kiểm soát (không ảnh hưởng đến tiến độ), Trung tâm là ban đầu pitch - + Pitch Adjust Điều chỉnh pitch - + Adjust pitch from speed slider pitch Điều chỉnh pitch từ tốc độ trượt Sân - + Match musical key Phù hợp với âm nhạc khóa - + Match Key Phù hợp với phím - + Reset Key Thiết lập lại phím - + Resets key to original Đặt lại chìa khóa để ban đầu @@ -1658,456 +1687,456 @@ trace - Above + Profiling messages Thấp EQ - + Toggle Vinyl Control Bật tắt Vinyl kiểm soát - + Toggle Vinyl Control (ON/OFF) Bật tắt Vinyl kiểm soát (ON/OFF) - + Vinyl Control Mode Vinyl kiểm soát chế độ - + Vinyl Control Cueing Mode Vinyl kiểm soát Cueing chế độ - + Vinyl Control Passthrough Vinyl kiểm soát Passthrough - + Vinyl Control Next Deck Vinyl kiểm soát tiếp theo sàn - + Single deck mode - Switch vinyl control to next deck Chế độ tầng - chuyển đổi vinyl kiểm soát đến tầng tiếp theo - + Cue Cue - + Set Cue Thiết lập Cue - + Go-To Cue Go To Cue - + Go-To Cue And Play Go To Cue và chơi - + Go-To Cue And Stop Go To Cue và dừng - + Preview Cue Xem trước Cue - + Cue (CDJ Mode) Cue (CDJ chế độ) - + Stutter Cue Nói lắp Cue - + Go to cue point and play after release - + Clear Hotcue %1 Rõ ràng Hotcue %1 - + Set Hotcue %1 Thiết lập Hotcue %1 - + Jump To Hotcue %1 Chuyển đến Hotcue %1 - + Jump To Hotcue %1 And Stop Chuyển đến Hotcue %1 và dừng - + Jump To Hotcue %1 And Play Chuyển đến Hotcue %1 và chơi - + Preview Hotcue %1 Xem trước Hotcue %1 - + Loop In Vòng lặp trong - + Loop Out Vòng lặp trong - + Loop Exit Thoát khỏi vòng lặp - + Reloop/Exit Loop Reloop/thoát khỏi vòng lặp - + Loop Halve Loop giảm một nửa - + Loop Double Vòng lặp đôi - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats Di chuyển vòng lặp + %1 nhịp đập - + Move Loop -%1 Beats Di chuyển vòng lặp-nhịp đập %1 - + Loop %1 Beats Nhịp đập vòng %1 - + Loop Roll %1 Beats Loop Roll %1 nhịp đập - + Add to Auto DJ Queue (bottom) Thêm vào hàng đợi DJ tự động (phía dưới) - + Append the selected track to the Auto DJ Queue Gắn tiếp theo dõi được chọn vào xếp hàng DJ tự động - + Add to Auto DJ Queue (top) Thêm vào hàng đợi DJ tự động (top) - + Prepend selected track to the Auto DJ Queue Thêm các ca khúc được chọn để xếp hàng DJ tự động - + Load Track Theo dõi tải - + Load selected track Tải được chọn theo dõi - + Load selected track and play Tải được chọn theo dõi và chơi - - + + Record Mix Ghi kết hợp - + Toggle mix recording Chuyển đổi kết hợp ghi âm - + Effects Hiệu ứng - + Quick Effects Tác dụng nhanh chóng - + Deck %1 Quick Effect Super Knob Sàn %1 có hiệu lực nhanh chóng siêu Knob - + Quick Effect Super Knob (control linked effect parameters) Nhanh chóng có hiệu lực Super Knob (điều khiển liên kết có hiệu lực tham số) - - + + Quick Effect Có hiệu lực nhanh chóng - + Clear Unit Rõ ràng đơn vị - + Clear effect unit Đơn vị có hiệu lực rõ ràng - + Toggle Unit Chuyển đổi đơn vị - + Dry/Wet Giặt/ướt - + Adjust the balance between the original (dry) and processed (wet) signal. Điều chỉnh sự cân bằng giữa bản gốc (khô) và xử lý tín hiệu (ướt). - + Super Knob Siêu Knob - + Next Chain Tiếp theo chuỗi - + Assign Chỉ định - + Clear Rõ ràng - + Clear the current effect Rõ ràng các hiệu ứng hiện tại - + Toggle Chuyển đổi - + Toggle the current effect Chuyển đổi có hiệu lực hiện tại - + Next Tiếp theo - + Switch to next effect Chuyển sang kế tiếp có hiệu lực - + Previous Trước đó - + Switch to the previous effect Chuyển đổi để có hiệu lực trước đó - + Next or Previous Kế tiếp hoặc trước đó - + Switch to either next or previous effect Chuyển sang kế tiếp hoặc trước đó có hiệu lực - - + + Parameter Value Giá trị tham số - - + + Microphone Ducking Strength Micro Ducking sức mạnh - + Microphone Ducking Mode Micro Ducking chế độ - + Gain Đạt được - + Gain knob Đạt được knob - + Shuffle the content of the Auto DJ queue - + Skip the next track in the Auto DJ queue - + Auto DJ Toggle Tự động bật/tắt DJ - + Toggle Auto DJ On/Off Chuyển đổi tự động DJ On/Off - + Microphone & Auxiliary Show/Hide - + Show/hide the microphone & auxiliary section - + 4 Effect Units Show/Hide - + Switches between showing 2 and 4 effect units - + Mixer Show/Hide - + Show or hide the mixer. Hiện hoặc ẩn bộ trộn. - + Cover Art Show/Hide (Library) - + Show/hide cover art in the library - + Library Maximize/Restore Thư viện tối đa hóa/khôi phục lại - + Maximize the track library to take up all the available screen space. Tối đa hóa thư viện theo dõi để mất tất cả không gian màn hình có sẵn. - + Effect Rack Show/Hide Có hiệu lực Rack Hiển thị/ẩn - + Show/hide the effect rack Hiển thị/ẩn các rack có hiệu lực - + Waveform Zoom Out Dạng sóng thu nhỏ @@ -2122,102 +2151,102 @@ trace - Above + Profiling messages Tai nghe được - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync - + One-time beat sync tempo (and phase with quantize enabled) - + Playback Speed Tốc độ phát lại - + Playback speed control (Vinyl "Pitch" slider) Kiểm soát tốc độ phát lại (Vinyl "Cắm" trượt) - + Pitch (Musical key) Pitch (âm nhạc phím) - + Increase Speed Tăng tốc độ - + Adjust speed faster (coarse) Điều chỉnh tốc độ nhanh hơn (thô) - + Increase Speed (Fine) Tăng tốc độ (Mỹ) - + Adjust speed faster (fine) Điều chỉnh tốc độ nhanh hơn (Mỹ) - + Decrease Speed Giảm tốc độ - + Adjust speed slower (coarse) Điều chỉnh tốc độ chậm hơn (thô) - + Adjust speed slower (fine) Điều chỉnh tốc độ chậm hơn (Mỹ) - + Temporarily Increase Speed Tạm thời tăng tốc độ - + Temporarily increase speed (coarse) Tạm thời tăng tốc độ (thô) - + Temporarily Increase Speed (Fine) Tạm thời tăng tốc độ (Mỹ) - + Temporarily increase speed (fine) Tạm thời tăng tốc độ (Mỹ) - + Temporarily Decrease Speed Tạm thời giảm tốc độ - + Temporarily decrease speed (coarse) Tạm thời giảm tốc độ (thô) - + Temporarily Decrease Speed (Fine) Tạm thời giảm tốc độ (Mỹ) - + Temporarily decrease speed (fine) Tạm thời giảm tốc độ (Mỹ) @@ -2289,942 +2318,952 @@ trace - Above + Profiling messages - + + Move Beatgrid + + + + + Adjust the beatgrid to the left or right + + + + Sync / Sync Lock - + Internal Sync Leader - + Toggle Internal Sync Leader - - + + Internal Leader BPM - + Internal Leader BPM +1 - + Increase internal Leader BPM by 1 - + Internal Leader BPM -1 - + Decrease internal Leader BPM by 1 - + Internal Leader BPM +0.1 - + Increase internal Leader BPM by 0.1 - + Internal Leader BPM -0.1 - + Decrease internal Leader BPM by 0.1 - + Sync Leader - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) - + Speed - + Decrease Speed (Fine) - + Pitch (Musical Key) - + Increase Pitch - + Increases the pitch by one semitone - + Increase Pitch (Fine) - + Increases the pitch by 10 cents - + Decrease Pitch - + Decreases the pitch by one semitone - + Decrease Pitch (Fine) - + Decreases the pitch by 10 cents - + Keylock - + CUP (Cue + Play) - + Shift cue points earlier - + Shift cue points 10 milliseconds earlier - + Shift cue points earlier (fine) - + Shift cue points 1 millisecond earlier - + Shift cue points later - + Shift cue points 10 milliseconds later - + Shift cue points later (fine) - + Shift cue points 1 millisecond later - + Hotcues %1-%2 - + Intro / Outro Markers - + Intro Start Marker - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + intro start marker - + intro end marker - + outro start marker - + outro end marker - + Activate %1 [intro/outro marker - + Jump to or set the %1 [intro/outro marker - + Set %1 [intro/outro marker - + Set or jump to the %1 [intro/outro marker - + Clear %1 [intro/outro marker - + Clear the %1 [intro/outro marker - + Loop Selected Beats - + Create a beat loop of selected beat size - + Loop Roll Selected Beats - + Create a rolling beat loop of selected beat size - + Loop Beats - + Loop Roll Beats - + Go To Loop In - + Go to Loop In button - + Go To Loop Out - + Go to Loop Out button - + Toggle loop on/off and jump to Loop In point if loop is behind play position - + Reloop And Stop - + Enable loop, jump to Loop In point, and stop - + Halve the loop length - + Double the loop length - + Beat Jump / Loop Move - + Jump / Move Loop Forward %1 Beats - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward - + Beat Jump / Loop Move Backward - + Loop Move Forward - + Loop Move Backward - + Remove Temporary Loop - + Remove the temporary loop - + Navigation - + Move up - + Equivalent to pressing the UP key on the keyboard - + Move down - + Equivalent to pressing the DOWN key on the keyboard - + Move up/down - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys - + Scroll Up - + Equivalent to pressing the PAGE UP key on the keyboard - + Scroll Down - + Equivalent to pressing the PAGE DOWN key on the keyboard - + Scroll up/down - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys - + Move left - + Equivalent to pressing the LEFT key on the keyboard - + Move right - + Equivalent to pressing the RIGHT key on the keyboard - + Move left/right - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys - + Move focus to right pane - + Equivalent to pressing the TAB key on the keyboard - + Move focus to left pane - + Equivalent to pressing the SHIFT+TAB key on the keyboard - + Move focus to right/left pane - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys - + Sort focused column - + Sort the column of the cell that is currently focused, equivalent to clicking on its header - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate - + Load Track and Play - + Add to Auto DJ Queue (replace) - + Replace Auto DJ Queue with selected tracks - + Select next search history - + Selects the next search history entry - + Select previous search history - + Selects the previous search history entry - + Move selected search entry - + Moves the selected search history item into given direction and steps - + Clear search - + Clears the search query - + Deck %1 Quick Effect Enable Button - + Quick Effect Enable Button - + Enable or disable effect processing Kích hoạt hoặc vô hiệu hoá hiệu ứng xử lý - + Super Knob (control effects' Meta Knobs) - + Mix Mode Toggle - + Toggle effect unit between D/W and D+W modes - + Next chain preset Tiếp theo chuỗi cài sẵn - + Previous Chain Chuỗi trước - + Previous chain preset Trước chuỗi cài sẵn - + Next/Previous Chain Kế tiếp/trước Chuỗi - + Next or previous chain preset Kế tiếp hoặc trước đó chuỗi cài sẵn - - + + Show Effect Parameters - + Effect Unit Assignment - + Meta Knob - + Effect Meta Knob (control linked effect parameters) - + Meta Knob Mode - + Set how linked effect parameters change when turning the Meta Knob. - + Meta Knob Mode Invert - + Invert how linked effect parameters change when turning the Meta Knob. - - + + Button Parameter Value - + Microphone / Auxiliary Micro / phụ trợ - + Microphone On/Off Micro baät/taét - + Microphone on/off Micro baät/taét - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) Bật/tắt Micro ducking chế độ (OFF, tự động, hướng dẫn sử dụng) - + Auxiliary On/Off Liên minh baät/taét - + Auxiliary on/off Liên minh baät/taét - + Auto DJ Tự động DJ - + Auto DJ Shuffle Tự động DJ Shuffle - + Auto DJ Skip Next Tự động DJ bỏ qua tiếp theo - + Auto DJ Add Random Track - + Add a random track to the Auto DJ queue - + Auto DJ Fade To Next Tự động DJ phai để tiếp theo - + Trigger the transition to the next track Kích hoạt sự chuyển đổi sang bài hát kế tiếp - + User Interface Giao diện người dùng - + Samplers Show/Hide Samplers Hiển thị/ẩn - + Show/hide the sampler section Hiển thị/ẩn phần sampler - + Waveform Zoom Reset To Default - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms - + Start/Stop Live Broadcasting - + Stream your mix over the Internet. Dòng hỗn hợp của bạn qua Internet. - + Start/stop recording your mix. - - + + Samplers - + Vinyl Control Show/Hide Vinyl kiểm soát Hiển thị/ẩn - + Show/hide the vinyl control section Hiển thị/ẩn phần kiểm soát vinyl - + Preview Deck Show/Hide Xem trước sàn Hiển thị/ẩn - + Show/hide the preview deck Hiển thị/ẩn tầng xem trước - + Toggle 4 Decks Bật tắt 4 sàn - + Switches between showing 2 decks and 4 decks. Thiết bị chuyển mạch giữa Hiển thị 2 sàn và 4 sàn. - + Cover Art Show/Hide (Decks) - + Show/hide cover art in the main decks - + Vinyl Spinner Show/Hide Vinyl Spinner Hiển thị/ẩn - + Show/hide spinning vinyl widget Hiển thị/ẩn quay vinyl Tiện ích - + Vinyl Spinners Show/Hide (All Decks) - + Show/Hide all spinnies - + Toggle Waveforms - + Show/hide the scrolling waveforms. - + Waveform zoom Thu phóng dạng sóng - + Waveform Zoom Thu phóng dạng sóng - + Zoom waveform in Phóng to dạng sóng - + Waveform Zoom In Dạng sóng phóng to - + Zoom waveform out Thu nhỏ dạng sóng - + Star Rating Up - + Increase the track rating by one star - + Star Rating Down - + Decrease the track rating by one star @@ -3593,37 +3632,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: Với sự đóng góp của: - + And special thanks to: Và đặc biệt nhờ: - + Past Developers Qua nhà phát triển - + Past Contributors Trong quá khứ những người đóng góp - + Official Website - + Donate @@ -3636,34 +3675,40 @@ trace - Above + Profiling messages Về Mixxx - - + + + Unknown - + Date: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits - + License @@ -3877,7 +3922,7 @@ last sound. - + Displays the duration and number of selected tracks. @@ -4129,7 +4174,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h Học tập: %1. Bây giờ di chuyển một điều khiển trên bộ điều khiển của bạn. - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4359,122 +4404,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 NPP - + Ogg Vorbis Ogg Vorbis - + Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic - + Mono Mono - + Stereo Âm thanh nổi - - - - + + + + Action failed - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' - + New name for '%1': - + Can't rename '%1' to '%2': name already in use @@ -5047,22 +5092,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5172,6 +5217,11 @@ Apply settings and continue? Screen saver + + + Multi-Sampling + + Start in full-screen mode @@ -5748,38 +5798,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. Kích thước tối thiểu của vẻ ngoài đã chọn là lớn hơn độ phân giải màn hình của bạn. - + Allow screensaver to run - + Prevent screensaver from running - + Prevent screensaver while playing - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes Da này không hỗ trợ phối màu - + Information Thông tin - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6005,52 +6080,52 @@ and allows you to pitch adjust them for harmonic mixing. Quét - + Item is not a directory or directory is missing - + Choose a music directory Chọn một thư mục nhạc - + Confirm Directory Removal Xác nhận loại bỏ thư mục - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx sẽ không còn xem thư mục này cho bài hát mới. Những gì bạn muốn làm với các bài hát từ thư mục và thư mục con này? <ul><li>Ẩn tất cả các bài hát từ thư mục và thư mục con này.</li> <li>Xóa tất cả siêu dữ liệu cho các bài nhạc từ Mixxx vĩnh viễn.</li> <li>Để lại các bài hát không thay đổi trong thư viện của bạn.</li></ul> Ẩn bài nhạc lưu siêu dữ liệu của họ trong trường hợp bạn tái thêm chúng trong tương lai. - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. Siêu dữ liệu có nghĩa là tất cả theo dõi thông tin chi tiết (nghệ sĩ, tiêu đề, playcount, vv) cũng như beatgrids, hotcues, và vòng. Lựa chọn này chỉ ảnh hưởng đến thư viện Mixxx. Không có tập tin trên đĩa sẽ được thay đổi hoặc xóa. - + Hide Tracks Giấu bài nhạc - + Delete Track Metadata Xoá siêu dữ liệu theo dõi - + Leave Tracks Unchanged Để lại bài hát không thay đổi - + Relink music directory to new location Relink âm nhạc thư mục vào vị trí mới - + Select Library Font Chọn phông chữ thư viện @@ -6910,138 +6985,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 Hz - + Default (long delay) Mặc định (dài sự chậm trễ) - + Experimental (no delay) Thử nghiệm (có sự chậm trễ) - + Disabled (short delay) Khuyết tật (sự chậm trễ ngắn) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled Khuyết tật - + Enabled Kích hoạt - + Stereo Âm thanh nổi - + Mono Mono - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error Lỗi cấu hình @@ -7527,122 +7602,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware Phần cứng âm thanh - + Controllers Bộ điều khiển - + Library Thư viện - + Interface Giao diện - + Waveforms Waveforms - + Mixer Máy trộn - + Auto DJ Tự động DJ - + Decks - + Colors - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) & Trợ giúp - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) & Áp dụng - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) & Hủy bỏ - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) - + Effects Hiệu ứng - + Recording Ghi âm - + Beat Detection Đánh bại phát hiện - + Key Detection Phát hiện quan trọng - + Normalization Bình thường hóa - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> - + Vinyl Control Vinyl kiểm soát - + Live Broadcasting Sống phát thanh truyền - + Modplug Decoder Bộ giải mã Modplug @@ -7817,7 +7892,7 @@ Select from different types of displays for the waveform, which differ primarily Album nghệ sĩ - + Fetching track data from the MusicBrainz database Lấy theo dõi dữ liệu từ cơ sở dữ liệu MusicBrainz @@ -7894,72 +7969,72 @@ Select from different types of displays for the waveform, which differ primarily & Đóng - + Original tags Ban đầu tags - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags Đề nghị tags - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8280,7 +8355,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h & Hủy bỏ - + (no color) @@ -8490,27 +8565,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (nhanh hơn) - + Rubberband (better) Dây Chun (tốt hơn) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8733,15 +8808,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. Chế độ an toàn được kích hoạt - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8752,57 +8827,57 @@ Shown when VuMeter can not be displayed. Please keep Không có hỗ trợ OpenGL. - + activate kích hoạt - + toggle chuyển đổi - + right quyền - + left trái - + right small ngay nhỏ - + left small còn nhỏ - + up lên - + down xuống - + up small mặc nhỏ - + down small xuống nhỏ - + Shortcut Lối tắt @@ -8885,32 +8960,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller Bộ điều khiển MIDI - + MixxxControl(s) not found MixxxControl(s) không tìm thấy - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. Một số đèn LED hoặc thông tin phản hồi có thể không làm việc một cách chính xác. - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * Kiểm tra xem các tên MixxxControl được viết đúng chính tả trong tập tin bản đồ (.xml) @@ -8986,183 +9061,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy Thiết bị âm thanh bận rộn - + <b>Retry</b> after closing the other application or reconnecting a sound device <b>Thử lại</b> sau khi đóng ứng dụng khác hoặc kết nối lại một thiết bị âm thanh - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>Cấu hình lại</b> Cài đặt thiết bị âm thanh của Mixxx. - - + + Get <b>Help</b> from the Mixxx Wiki. Nhận được <b>Trợ giúp</b> từ Mixxx Wiki. - - - + + + <b>Exit</b> Mixxx. <b>Lối ra</b> Mixxx. - + Retry Thử lại - + skin - - + + Reconfigure Cấu hình lại - + Help Trợ giúp - - + + Exit Lối ra - - + + Mixxx was unable to open all the configured sound devices. - + Sound Device Error - + <b>Retry</b> after fixing an issue - + No Output Devices Không có thiết bị đầu ra - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx được cấu hình mà không có bất kỳ thiết bị âm thanh đầu ra. Âm thanh xử lý sẽ bị vô hiệu hóa mà không có một thiết bị được cấu hình đầu ra. - + <b>Continue</b> without any outputs. <b>Tiếp tục</b> mà không có bất kỳ kết quả đầu ra. - + Continue Tiếp tục - + Load track to Deck %1 Tải ca khúc để boong %1 - + Deck %1 is currently playing a track. Sàn %1 đang phát một ca khúc. - + Are you sure you want to load a new track? Bạn có chắc bạn muốn tải một ca khúc mới không? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. Có là không có thiết bị đầu vào, chọn này kiểm soát vinyl. Xin vui lòng chọn một thiết bị đầu vào trong ưa thích của phần cứng âm thanh đầu tiên. - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. Có là không có thiết bị đầu vào, chọn này kiểm soát passthrough. Xin vui lòng chọn một thiết bị đầu vào trong ưa thích của phần cứng âm thanh đầu tiên. - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file Lỗi trong tệp vẻ ngoài - + The selected skin cannot be loaded. Vẻ ngoài đã chọn không thể được nạp. - + OpenGL Direct Rendering Trực tiếp OpenGL Rendering - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit Xác nhận thoát - + A deck is currently playing. Exit Mixxx? Một sân hiện đang phát. Thoát khỏi Mixxx? - + A sampler is currently playing. Exit Mixxx? Một sampler hiện đang phát. Thoát khỏi Mixxx? - + The preferences window is still open. Cửa sổ tùy chọn là vẫn còn mở. - + Discard any changes and exit Mixxx? Loại bỏ bất kỳ thay đổi và thoát Mixxx? @@ -9178,43 +9253,48 @@ Do you want to select an input device? PlaylistFeature - + Lock Khóa - - + + Playlists Danh sách phát - + + Shuffle Playlist + + + + Unlock Mở khóa - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. Một số DJ xây dựng danh sách phát trước khi họ thực hiện trực tiếp, nhưng những người khác muốn xây dựng họ on-the-fly. - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. Khi sử dụng một danh sách trong bộ DJ sống, hãy nhớ luôn luôn chú ý chặt chẽ đến như thế nào đối tượng của bạn phản ứng với âm nhạc bạn đã chọn để chơi. - + Create New Playlist Tạo danh sách chơi mới @@ -9282,7 +9362,7 @@ Bạn có muốn quét thư viện của bạn cho tệp bìa bây giờ? QObject - + Invalid Không hợp lệ @@ -9388,68 +9468,68 @@ Bạn có muốn quét thư viện của bạn cho tệp bìa bây giờ?14-bit (MSB) - + Main - + Booth - + Headphones Tai nghe - + Left Bus Xe buýt bên trái - + Center Bus Xe buýt Trung tâm - + Right Bus Xe buýt bên phải - + Invalid Bus Xe buýt không hợp lệ - + Deck Sàn - + Record/Broadcast - + Vinyl Control Vinyl kiểm soát - + Microphone Micro - + Auxiliary Liên minh - - + + Unknown path type %1 Đường dẫn không rõ loại %1 @@ -9542,6 +9622,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9579,6 +9661,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9597,6 +9680,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9612,6 +9697,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9909,7 +9996,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter Đạt được cho thấp lọc @@ -9966,7 +10053,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter Đạt được cho bộ lọc cao @@ -9986,22 +10073,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer - + Graphic EQ Đồ họa EQ - + An 8-band graphic equalizer based on biquad filters - + Gain for Band Filter %1 Đạt được cho ban nhạc lọc %1 @@ -10084,8 +10171,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range @@ -10115,42 +10202,42 @@ Higher values result in less attenuation of high frequencies. - + Ctrl+t Ctrl + t - + Ctrl+y Ctrl + y - + Ctrl+u Ctrl + u - + Ctrl+i Ctrl + i - + Ctrl+o Ctrl + o - + Ctrl+Shift+O Ctrl + Shift + O - + Ctrl+, Ctrl +, - + Ctrl+P Ctrl + P @@ -10170,17 +10257,17 @@ Higher values result in less attenuation of high frequencies. - + LinkwitzRiley8 Isolator - + LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). @@ -10582,18 +10669,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 Sàn %1 @@ -10633,52 +10720,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10726,10 +10813,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10898,7 +11006,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -10944,34 +11052,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks - + Crates Thùng - + Check for Serato databases (refresh) - + (loading) Serato @@ -10979,64 +11087,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History Lịch sử - + Unlock Mở khóa - + Lock Khóa - - + + Confirm Deletion - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11045,193 +11153,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx phát hiện lỗi - + Could not allocate shout_t Không thể cấp phát shout_t - + Could not allocate shout_metadata_t Không thể cấp phát shout_metadata_t - + Error setting non-blocking mode: Lỗi cài đặt không chặn chế độ: - + Error setting tls mode: - + Error setting hostname! Lỗi cài đặt tên miền máy chủ! - + Error setting port! Lỗi cài đặt cổng! - + Error setting password! Lỗi cài đặt mật khẩu! - + Error setting mount! Lỗi cài đặt núi! - + Error setting username! Lỗi cài đặt tên người dùng! - + Error setting stream name! Lỗi thiết lập dòng tên! - + Error setting stream description! Lỗi cài đặt dòng mô tả! - + Error setting stream genre! Lỗi cài đặt stream thể loại! - + Error setting stream url! Lỗi cài đặt stream url! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! Lỗi cài đặt dòng công cộng! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate Lỗi cài đặt bitrate - + Error: unknown server protocol! Lỗi: giao thức máy chủ không rõ! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! Lỗi cài đặt giao thức! - + Network cache overflow - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. - + Lost connection to streaming server. - + Please check your connection to the Internet. - + Can't connect to streaming server Không thể kết nối với máy chủ streaming - + Please check your connection to the Internet and verify that your username and password are correct. Xin vui lòng kiểm tra kết nối Internet của bạn và xác minh rằng tên người dùng và mật khẩu của bạn là chính xác. @@ -11247,23 +11355,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device một thiết bị - + An unknown error occurred Lỗi không biết xảy ra - + Two outputs cannot share channels on "%1" - + Error opening "%1" @@ -11615,7 +11723,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art Bìa @@ -12067,52 +12175,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration @@ -12306,442 +12404,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. - + Move the loop forward by 1 beat. - + Beatjump Backward - + Jump backward by the set number of beats. - + Move the loop backward by the set number of beats. - + Jump backward by 1 beat. - + Move the loop backward by 1 beat. - + Reloop - + If the loop is ahead of the current position, looping will start when the loop is reached. - + Works only if Loop-In and Loop-Out Marker are set. - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. - + Click to toggle between time elapsed/remaining time/both. - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker - + Outro Start Marker - + Outro End Marker - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank Lưu Sampler ngân hàng - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank Tải Sampler ngân hàng - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters - + Enable Effect - + Meta Knob Link - + Set how this parameter is linked to the effect's Meta Knob. - + Meta Knob Link Inversion - + Inverts the direction this parameter moves when turning the effect's Meta Knob. - + Super Knob Siêu Knob - + Next Chain Tiếp theo chuỗi - + Previous Chain Chuỗi trước - + Next/Previous Chain Kế tiếp/trước Chuỗi - + Clear Rõ ràng - + Clear the current effect. Rõ ràng các hiệu ứng hiện tại. - + Toggle Chuyển đổi - + Toggle the current effect. Chuyển đổi có hiệu lực hiện tại. - + Next Tiếp theo - + Clear Unit Rõ ràng đơn vị - + Clear effect unit. Đơn vị có hiệu lực rõ ràng. - + Show/hide parameters for effects in this unit. - + Toggle Unit Chuyển đổi đơn vị - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12750,169 +12849,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. Chuyển sang kế tiếp có hiệu lực. - + Previous Trước đó - + Switch to the previous effect. Chuyển đổi để có hiệu lực trước đó. - + Next or Previous Kế tiếp hoặc trước đó - + Switch to either the next or previous effect. Chuyển sang một trong hai tác dụng kế tiếp hoặc trước đó. - + Meta Knob - + Controls linked parameters of this effect - + Effect Focus Button - + Focuses this effect. - + Unfocuses this effect. - + Refer to the web page on the Mixxx wiki for your controller for more information. - + Effect Parameter Có hiệu lực tham số - + Adjusts a parameter of the effect. Điều chỉnh các thông số của hiệu lực. - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill Bộ chỉnh âm tham số giết - - + + Holds the gain of the EQ to zero while active. Tổ chức đạt được của các EQ bằng không trong khi hoạt động. - + Quick Effect Super Knob Hiệu ứng nhanh siêu Knob - + Quick Effect Super Knob (control linked effect parameters). Nhanh chóng có hiệu lực Super Knob (kiểm soát tham số liên kết có hiệu lực). - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. Gợi ý: Các thay đổi chế độ có hiệu lực nhanh chóng mặc định trong tuỳ chọn-> Equalizers. - + Equalizer Parameter Bộ chỉnh âm tham số - + Adjusts the gain of the EQ filter. Điều chỉnh độ lợi của các bộ lọc EQ. - + Hint: Change the default EQ mode in Preferences -> Equalizers. Gợi ý: Các thay đổi chế độ EQ mặc định trong tuỳ chọn-> Equalizers. @@ -13011,47 +13109,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Giảm trong trận đấu bởi một semitone. - + Enable Vinyl Control Cho phép điều khiển Vinyl - + When disabled, the track is controlled by Mixxx playback controls. Khi tắt, theo dõi được điều khiển bởi Mixxx phát lại điều khiển. - + When enabled, the track responds to external vinyl control. Khi kích hoạt, theo dõi phản ứng để kiểm soát bên ngoài nhựa vinyl. - + Enable Passthrough Sử Passthrough - + Indicates that the audio buffer is too small to do all audio processing. Chỉ ra rằng các bộ đệm âm thanh quá nhỏ để làm tất cả âm thanh xử lý. - + Displays cover artwork of the loaded track. Hiển thị bao gồm các tác phẩm nghệ thuật của các ca khúc được nạp. - + Displays options for editing cover artwork. Hiển thị các tùy chọn để chỉnh sửa bìa. - + Star Rating Xếp hạng sao - + Assign ratings to individual tracks by clicking the stars. Gán xếp hạng cho bài hát riêng lẻ bằng cách nhấp vào các ngôi sao. @@ -13319,123 +13417,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Điều chỉnh sân ngoài sân trượt tốc độ. - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix Ghi kết hợp - + Toggle mix recording. Chuyển đổi kết hợp ghi âm. - + Enable Live Broadcasting Kích hoạt tính năng sống phát sóng - + Stream your mix over the Internet. Dòng hỗn hợp của bạn qua Internet. - + Provides visual feedback for Live Broadcasting status: Cung cấp phản hồi thị giác cho Live phát thanh truyền tình trạng: - + disabled, connecting, connected, failure. vô hiệu hóa, kết nối, kết nối, thất bại. - + When enabled, the deck directly plays the audio arriving on the vinyl input. Khi kích hoạt, tầng trực tiếp phát âm thanh đến ngày vinyl đầu vào. - + Blue for passthrough enabled. Màu xanh cho passthrough được kích hoạt. - + Playback will resume where the track would have been if it had not entered the loop. Phát lại sẽ tiếp tục nơi đường sẽ có là nếu nó đã không nhập vào vòng lặp. - + Loop Exit Thoát khỏi vòng lặp - + Turns the current loop off. Tắt các vòng lặp hiện tại. - + Slip Mode Chế độ chống trượt - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. Khi hoạt động, phát lại tiếp tục tắt trong nền trong một đầu đảo ngược, vòng lặp, vv. - + Once disabled, the audible playback will resume where the track would have been. Sau khi vô hiệu hóa, phát lại âm thanh sẽ tiếp tục nơi đường sẽ có. - + Track Key The musical key of a track Theo dõi các phím - + Displays the musical key of the loaded track. Hiển thị phím âm nhạc của ca khúc được nạp. - + Clock Đồng hồ - + Displays the current time. Hiển thị thời gian hiện tại. - + Audio Latency Usage Meter Độ trễ âm thanh sử dụng đồng hồ - + Displays the fraction of latency used for audio processing. Hiển thị các phần của độ trễ được sử dụng để xử lý âm thanh. - + A high value indicates that audible glitches are likely. Một giá trị cao cho thấy rằng âm thanh ổn định có khả năng. - + Do not enable keylock, effects or additional decks in this situation. Không cho phép khóa bàn phím, hiệu ứng hoặc bổ sung sàn trong tình huống này. - + Audio Latency Overload Indicator Âm thanh độ trễ quá tải chỉ số @@ -13557,97 +13655,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Nếu hotcue được thiết lập, nhảy vào hotcue. - + If hotcue is not set, sets the hotcue to the current play position. Nếu hotcue không được thiết lập, đặt hotcue vị trí chơi hiện tại. - + Vinyl Control Mode Vinyl kiểm soát chế độ - + Absolute mode - track position equals needle position and speed. Chế độ tuyệt đối - theo dõi vị trí bằng kim vị trí và tốc độ. - + Relative mode - track speed equals needle speed regardless of needle position. Chế độ tương đối - theo dõi tốc độ bằng kim tốc độ bất kể vị trí kim. - + Constant mode - track speed equals last known-steady speed regardless of needle input. Chế độ liên tục - theo dõi tốc độ bằng cuối cùng được biết đến-tăng tốc độ bất kể kim đầu vào. - + Vinyl Status Tình trạng vinyl - + Provides visual feedback for vinyl control status: Cung cấp phản hồi thị giác cho vinyl kiểm soát tình trạng: - + Green for control enabled. Màu xanh lá cây để kiểm soát được kích hoạt. - + Blinking yellow for when the needle reaches the end of the record. Nhấp nháy màu vàng cho khi kim đạt đến sự kết thúc của kỷ lục. - + Loop-In Marker Vòng lặp trong điểm đánh dấu - + Loop-Out Marker Loop-Out Marker - + Loop Halve Loop giảm một nửa - + Halves the current loop's length by moving the end marker. Halves vòng lặp hiện tại chiều dài bằng cách di chuyển các điểm đánh dấu kết thúc. - + Deck immediately loops if past the new endpoint. Boong ngay lập tức vòng nếu qua điểm cuối mới. - + Loop Double Vòng lặp đôi - + Doubles the current loop's length by moving the end marker. Tăng gấp đôi chiều dài của vòng lặp hiện tại bằng cách di chuyển các điểm đánh dấu kết thúc. - + Beatloop Beatloop - + Toggles the current loop on or off. Bật tắt vòng lặp hiện tại hoặc tắt. - + Works only if Loop-In and Loop-Out marker are set. Chỉ khi vòng lặp trong các công trình và điểm đánh dấu Loop-Out được thiết lập. @@ -13657,82 +13755,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.Gợi ý: Thay đổi chế độ cue mặc định trong tuỳ chọn-> giao diện. - + Vinyl Cueing Mode Vinyl Cueing chế độ - + Determines how cue points are treated in vinyl control Relative mode: Xác định cách cue điểm được điều trị trong vinyl kiểm soát tương đối chế độ: - + Off - Cue points ignored. Off - Cue điểm bỏ qua. - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. Một Cue - nếu kim sẽ bị ngắt sau cue điểm, theo dõi sẽ tìm đến thời điểm cue. - + Track Time Theo dõi thời gian - + Track Duration Theo dõi thời gian - + Displays the duration of the loaded track. Hiển thị thời gian theo dõi được nạp. - + Information is loaded from the track's metadata tags. Thông tin được nạp từ thẻ siêu dữ liệu của con đường mòn. - + Track Artist Nghệ sĩ theo dõi - + Displays the artist of the loaded track. Hiển thị các nghệ sĩ theo dõi nạp. - + Track Title Theo dõi các tiêu đề - + Displays the title of the loaded track. Hiển thị tiêu đề của các ca khúc được nạp. - + Track Album Theo dõi Album - + Displays the album name of the loaded track. Hiển thị tên album theo dõi nạp. - + Track Artist/Title Theo dõi các nghệ sĩ/tiêu đề - + Displays the artist and title of the loaded track. Hiển thị các nghệ sĩ và tiêu đề của các ca khúc được nạp. @@ -13740,12 +13838,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? @@ -13998,22 +14096,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14035,7 +14133,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. Không có hiệu lực được nạp. @@ -14059,452 +14157,452 @@ This can not be undone! WMainMenuBar - + &File & Tập tin - + Load Track to Deck &%1 Tải ca khúc để boong & %1 - + Loads a track in deck %1 Tải một ca khúc trong boong %1 - + Open Mở - + &Exit & Lối ra - + Quits Mixxx Thoát khỏi Mixxx - + Ctrl+q Ctrl + q - + &Library & Thư viện - + &Rescan Library & Tại thư viện - + Rescans library folders for changes to tracks. Rescans thư viện thư mục để thay đổi bài hát. - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist Tạo & danh sách chơi mới - + Create a new playlist Tạo một danh sách mới - + Ctrl+n Ctrl + n - + Create New &Crate Tạo mới & thùng - + Create a new crate Tạo một thùng mới - + Ctrl+Shift+N Ctrl + Shift + N - - + + &View & Xem - + May not be supported on all skins. Có thể không được hỗ trợ trên tất cả da. - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl + 1 - + Show Microphone Section Hiển thị Micro phần - + Show the microphone section of the Mixxx interface. Hiển thị phần micro của giao diện Mixxx. - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl + 2 - + Show Vinyl Control Section Hiển thị Vinyl kiểm soát phần - + Show the vinyl control section of the Mixxx interface. Hiển thị phần vinyl kiểm soát của giao diện Mixxx. - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl + 3 - + Show Preview Deck Hiển thị xem trước sàn - + Show the preview deck in the Mixxx interface. Hiển thị xem trước sàn trong giao diện Mixxx. - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl + 4 - + Show Cover Art Bìa đĩa Hiển thị - + Show cover art in the Mixxx interface. Hiển thị nghệ thuật bao gồm trong giao diện Mixxx. - + Ctrl+6 Menubar|View|Show Cover Art Ctrl + 6 - + Maximize Library Tối đa hóa thư viện - + Maximize the track library to take up all the available screen space. Tối đa hóa thư viện theo dõi để mất tất cả không gian màn hình có sẵn. - + Space Menubar|View|Maximize Library Space - + &Full Screen & Toàn màn hình - + Display Mixxx using the full screen Hiển thị Mixxx bằng cách sử dụng toàn màn hình - + &Options & Tùy chọn - + &Vinyl Control & Vinyl kiểm soát - + Use timecoded vinyls on external turntables to control Mixxx Sử dụng timecoded vinyls trên bên ngoài xoay để kiểm soát Mixxx - + Enable Vinyl Control &%1 Kích hoạt tính năng Vinyl kiểm soát & %1 - + &Record Mix & Ghi kết hợp - + Record your mix to a file Ghi lại hỗn hợp của bạn vào một tập tin - + Ctrl+R Ctrl + R - + Enable Live &Broadcasting Sử sống & phát thanh truyền - + Stream your mixes to a shoutcast or icecast server Dòng hỗn hợp của bạn đến một máy chủ shoutcast hoặc icecast - + Ctrl+L Ctrl + L - + Enable &Keyboard Shortcuts Kích hoạt tính năng & phím tắt - + Toggles keyboard shortcuts on or off Chuyển phím tắt Baät hoaëc taét - + Ctrl+` Ctrl +' - + &Preferences & Sở thích - + Change Mixxx settings (e.g. playback, MIDI, controls) Thay đổi cài đặt Mixxx (ví dụ như các điều khiển phát lại, MIDI) - + &Developer & Phát triển - + &Reload Skin & Tải lại da - + Reload the skin Tải lại da - + Ctrl+Shift+R Ctrl + Shift + R - + Developer &Tools Công cụ phát triển & - + Opens the developer tools dialog Mở hộp thoại công cụ phát triển - + Ctrl+Shift+T Ctrl + Shift + T - + Stats: &Experiment Bucket Thống kê: & thử nghiệm Xô - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. Cho phép thử nghiệm chế độ. Thu thập số liệu thống kê trong thử nghiệm theo dõi thùng. - + Ctrl+Shift+E Ctrl + Shift + E - + Stats: &Base Bucket Thống kê: & căn cứ Xô - + Enables base mode. Collects stats in the BASE tracking bucket. Cho phép cơ sở chế độ. Thu thập số liệu thống kê căn cứ theo dõi Xô. - + Ctrl+Shift+B Ctrl + Shift + B - + Deb&ugger Enabled Deb & ugger đã bật - + Enables the debugger during skin parsing Cho phép trình gỡ lỗi trong da phân tích - + Ctrl+Shift+D Ctrl + Shift + D - + &Help & Trợ giúp - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support & Hỗ trợ cộng đồng - + Get help with Mixxx Nhận trợ giúp với Mixxx - + &User Manual & Hướng dẫn sử dụng - + Read the Mixxx user manual. Đọc hướng dẫn sử dụng Mixxx. - + &Keyboard Shortcuts & Phím tắt - + Speed up your workflow with keyboard shortcuts. Tăng tốc độ công việc của bạn với phím tắt. - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application & Dịch ứng dụng này - + Help translate this application into your language. Giúp chúng tôi dịch ứng dụng này sang ngôn ngữ của bạn. - + &About & Giới thiệu - + About the application Về ứng dụng @@ -14733,564 +14831,564 @@ This can not be undone! WTrackMenu - + Load to - + Deck Sàn - + Sampler Sampler - + Add to Playlist Thêm vào danh sách chơi - + Crates Thùng - + Metadata - + Update external collections - + Cover Art Bìa - + Adjust BPM - + Select Color - + Reset Reset metadata in right click track context menu in library - - + + Analyze Phân tích - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) Thêm vào hàng đợi DJ tự động (phía dưới) - + Add to Auto DJ Queue (top) Thêm vào hàng đợi DJ tự động (top) - + Add to Auto DJ Queue (replace) - + Preview Deck Xem trước sàn - + Remove Loại bỏ - + Remove from Playlist - + Remove from Crate - + Hide from Library Ẩn từ thư viện - + Unhide from Library Bỏ ẩn từ thư viện - + Purge from Library Xoá khỏi thư viện - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties Thuộc tính - + Open in File Browser Mở trong trình duyệt tập tin - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags - + BPM and Beatgrid - + Play Count - + Rating Đánh giá - + Cue Point - + Hotcues Hotcues - + Intro - + Outro - + Key Chìa khóa - + ReplayGain - + Waveform - + Comment Bình luận - + All Tất cả - + Lock BPM Khóa BPM - + Unlock BPM Mở khóa BPM - + Double BPM Đôi BPM - + Halve BPM Giảm một nửa BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM - + 3/2 BPM - + Reset BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 Sàn %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist Tạo danh sách chơi mới - + Enter name for new playlist: Nhập tên cho danh sách phát mới: - + New Playlist Danh sách chơi mới - - - + + + Playlist Creation Failed Sáng tạo danh sách phát đã thất bại - + A playlist by that name already exists. Một danh sách tên đó đã tồn tại. - + A playlist cannot have a blank name. Một danh sách không thể có một tên trống. - + An unknown error occurred while creating playlist: Lỗi không biết xảy ra trong khi tạo danh sách chơi: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel Hủy bỏ - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close Đóng - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15298,37 +15396,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15344,7 +15442,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15392,52 +15490,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects - + audio interface - + decks - + library - + Choose music library directory Chọn âm nhạc thư viện thư mục - + controllers - + Cannot open database Không thể mở cơ sở dữ liệu - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_zh.qm b/res/translations/mixxx_zh.qm index 71e5d691b898f03778d3d3909d4f935aca646be6..96f4fc6870e250bf77690506ebf8a38f505d1b64 100644 GIT binary patch delta 18068 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 delta 17605 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 z z`=)mf90-wT>D^a<#hkE6A*<2D%9-=@9swxNpZn-N65Zf>J@lTr*U|HNt@o+`Q3tov zdpA0RQ!l0Zegm+e%7?7H-a;YUE$Pku7T^hTm+Jdly3||y>jzX@gl^Y0ebCSkXeeeX zWZvQWp^xHFfb7>e{no6X&aqds4(O-bZo`qwtNQ6<@dexe z>8G0yz(e)bPrq}UXm+MP;$#U5k-7R=eIP>hasB+u1;oP|>KE^R5C758O51Dtr4NGO z>%$fDzybPYei;aA?ewvWu;A`z^>HQ?IPo9!>r(K!<7T6B!N*P3CotUDMXOJEgaV}g z6MbTKJ>qLm={I%{L#0wvzi|ZWgca}gNiV{XdQH=Bo{lHAAE{5)WFXnBs^9877~}RN z{f<4WQ1wa*c}frc&e|@>_x<$gKM}-6CF?W)BAT8L(;s=f1o1y2Re!Q|E)t19`kZ`@ zj%9UyZjmGA^a1*_9D81-Kq0Tb!OG;G`U}Bt;EFHm^Sgh8Zj|V++@FVk9hsuPu_BiE z#6kKSYoJ`UFX?aA%R^i4v;Oum_=9c!`nz)wh6ilX->U&@sQgy{=!~WQU+1fT{O=pm z>@@w8$FR%3RrJqScoVyHLSItZ2uWO?mzt}3DsoK6NS9Va{Z?u zZ{!0b^`ExBN358p|9lr7&dW*vtEmgoxj-xP|I`0Fg!zK!E(4E6f-`!#K?pY@nKV5$ z$R<3oXR$%M{U(l7%r-*!gH!Q`4K)Tq$qwu^)W~RpR?HAX%~@Dj(;!2w>?FjJ1cO~AM8COH4Gq04 zR&&MBXplJz@x8#{m?mK8$+A5B{;Kn#n2`LcJBGY(AJDFJ3ZLY4plO5 z)zskJ7Ey0f1%sRaXX1-Q@GIy6eghN1Qt%1*kJz(O2Dbog?cye&08TP=ON)fr=Nh`3 zqv6?>RWWq`2FJ5@x}j(9vk1F-h3xV!g*QS4%QK{%;0kc-`9;d4Cn(6DK+?)*$+?q z%3$^{O+`O%jv)x5WwUGzA^vrU&HZHv9hF3sd&Mw30y+?2Zy065%tvTz7}dQ!npC3< zqm#=)gkKF~>tN8?w8c z!-9;4Q~OsToIf_4-B1C|EprFM<-Yir2vc(nmmfof?vaLT%OIMEWej)SAlkr16m?9D(lGbHlgN>hO5&4ByKlf%$yO@K1&^nhO(^3+DRHDCyt<54JE?yb3cM|IS#m z>>3;vD`%`_15xj3ZLD>CCk~B78SRFI5_7F!wC__670_peyrZqrJ_4_!3l;L7xkjh5 zH_<6=Vr>2#@5Byg86%m9j3v>x4B^K=oOCh|7-giJHiq0dFPFtS{+BLbcoSy z#C-UES7Y~KEzz3oXLOgF6MbG`?2&Q+Nv4mnS23dFv@b@_nJ#cBU5&k6r$QOCjlGYa zgCkpJ^o#XIhxCPU;JO4vQIpZX08c*jo-wc{Tsb{92JZQaJ|Hs=x@YPCM;94~7GZD@ zHN_Y@_7;-HAma$rD2(I&7)MOB!HFjqSx*bl2Rv$=QwBc$Td{E-%SInR z+c@8hg>N})ToADYHDY;VbXx?qaWjq4eNxaZ`=gL)+8LK@#|UOgnsHfNHu2Wmjmtin z%OfY-YFu*{KRl(Gas3@U`EQMJ!%=)d`e#gtJq#cJ!kAF(N34UraqGcg>}_{riu)+E zSlS!YY#>UbvvK!!Tb%8>ZrrzxUV%NwZ5wH@V#&xG`MR#c{+pG^(139{&6x* zuVXy*trhVme~qWjrmh$+|2Ccmx%)cf#d*;F5|c4+UOkM*<`}O)#Psiq@kUhy9sd;L zO??see5dh_Bb4XXYvX@7tisqDo-SmUR59@oSJB zf(#jdJ%q?}KO29SLSouA#=oggQNoo~$O1+v$nUF~bXsIG zFXxzasORZ(6O+C;8fQh{nhYl(p&^eQMpq{D2!dT?_$F2MmW@YIJQ>Qf+b8#|t znR@_dz6P0kJ%ytQ4>S!#4~SY7nua-7!60&$DeO!q95Qnv^*mA`j~{LtoepIV zUZRk1U2hsM!a8P;GmWq7iMHJYQ^XGe`M>K&)2svG7>~!876g1oeZI)FY={n`bv3P8 zhLkJfqG@%V*_i9cnAUkX;z_QW;wv1*AabT@)0_;9=Np)k&SODKUz<{+ebGDGY1&rM z3^)F3+HoixiANbz#wYxJjh`vA01^xJH0{0Zf^7J#Y5&tK*nj0prYuVm+T%ad!S-KZ zw=GS_+6ah(rKS_#DmyO)?Q4?!YP z{gUbSpdg&}JZ!pM;)9@Z-gM6fN~-N>WnMqigF3K+YduX5t1nTF%@M&cV50S6*r%be<77=dUNV6@%9r;->%mpY7l4ozTFo}8)*7&gA3jy$5c8Z z1arDq=%wv`yxy@gv&|al<}0l4U&w0eWNjKZqkPt^sCh2)JLD|tfPbsiA%}Z4 F|34Q73ikj2 diff --git a/res/translations/mixxx_zh.ts b/res/translations/mixxx_zh.ts index 7226e85b3b7..73da0eaf8ab 100644 --- a/res/translations/mixxx_zh.ts +++ b/res/translations/mixxx_zh.ts @@ -1,4 +1,13 @@ + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -62,34 +71,48 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) 將添加到自動 DJ 佇列 (底部) - + Add to Auto DJ Queue (top) 加入自動DJ佇列(頂部) - + Add to Auto DJ Queue (replace) 加入自動 DJ 柱列 (取代) - - Import Playlist - 輸入播放清單 - + + Import as Playlist + 以播放列表来导入 + + + + Import as Crate + 以音乐箱子来导入 - + + Crate Creation Failed + 建立音樂箱失敗 + + + + Could not create crate, it most likely already exists: + 无法创建音乐箱子,因为很可能已经存在: + + + Playlist Creation Failed 播放清單創建失敗 - + An unknown error occurred while creating playlist: 建立播放清單時發生未知的錯誤︰ @@ -98,157 +121,157 @@ BasePlaylistFeature - + New Playlist 新播放清單 - + Add to Auto DJ Queue (bottom) 添加至自动 DJ 队列(底部) - - + + Create New Playlist 創建新的播放清單 - + Add to Auto DJ Queue (top) 加入自動DJ佇列(頂部) - + Remove 刪除 - + Rename 重新命名 - + Lock 锁定 - + Duplicate 複製 - - + + Import Playlist 輸入播放清單 - + Export Track Files 导出音轨文件 - + Analyze entire Playlist 分析整個播放清單 - + Enter new name for playlist: 为播放列表设置新的名称: - + Duplicate Playlist 重複播放清單 - - + + Enter name for new playlist: 輸入新播放清單名稱︰ - - + + Export Playlist 匯出播放清單 - + Add to Auto DJ Queue (replace) 加入自動 DJ 柱列 (取代) - + Rename Playlist 重命名播放列表 + - Renaming Playlist Failed 重新命名播放清單失敗 - - - + + + A playlist by that name already exists. 使用该名称的播放列表已存在。 - - - + + + A playlist cannot have a blank name. 播放清單名稱不能為空白。 - + _copy //: Appendix to default name when duplicating a playlist _複製 + - + - - - + + Playlist Creation Failed 播放清單創建失敗 - - + + An unknown error occurred while creating playlist: 建立播放清單時發生未知的錯誤︰ - + Confirm Deletion 确认删除 - + Do you really want to delete playlist <b>%1</b>? 您真的要删除播放列表%1? - + M3U Playlist (*.m3u) M3U 播放清單 (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U 播放清單 (*.m3u);M3U8 播放清單 (*.m3u8);PLS播放清單 (*.pls);文字 CSV (*.csv);;可讀的文本 (*.txt) @@ -269,7 +292,7 @@ BaseTrackPlayerImpl - + Couldn't load track. 無法載入音軌 @@ -277,137 +300,137 @@ BaseTrackTableModel - + Album 专辑 - + Album Artist 专辑艺术家 - + Artist 歌手 - + Bitrate 位元速率 - + BPM BPM - + Channels 電視頻道 - + Color 颜色 - + Comment 备注 - + Composer 作曲家 - + Cover Art 封面 - + Date Added 加入日期 - + Last Played 最后播放 - + Duration 持續時間 - + Type 类型 - + Genre 體裁 - + Grouping 分组 - + Key 關鍵 - + Location 地點 - + Preview 預覽 - + Rating 评分 - + ReplayGain 播放音量增益 - + Samplerate 采样率 - + Played 已播放 - + Title 標題 - + Track # 軌道 # - + Year 年份 - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk 獲取圖片中... @@ -416,12 +439,12 @@ BroadcastManager - + Action failed 操作失败 - + Please enable at least one connection to use Live Broadcasting. 請啟用至少一個連線以啟用LIVE廣播。 @@ -495,59 +518,59 @@ BrowseFeature - + Add to Quick Links 加入快速鏈結 - + Remove from Quick Links 移除快速链接 - + Add to Library 加入庫 - + Quick Links 快速链接 - - + + Devices 裝置 - + Removable Devices 可移除裝置 - - + + Computer 我的电脑 - + Music Directory Added 音乐目录已添加 - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? 您已添加一个或更多音乐目录。这些音轨将在您重新扫描音乐库前不可用。您想立即扫描音乐库吗? - + Scan 扫描 - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. “我的电脑”可以让您从您的硬盘及外置设备中浏览、查看、载入音轨 @@ -699,73 +722,78 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx是一款开源DJ软件。有关详细信息,请参阅: - + Starts Mixxx in full-screen mode 打开全屏模式 - + Use a custom locale for loading translations. (e.g 'fr') 使用自定义区域设置加载语言。(例如"法语") - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. 在MIXXX中查找相关资源文件如MIDI映射目录,存放在默认文件位置 - + Path the debug statistics time line is written to 调试统计数据时间线写入的路径 - - Use legacy vu meter - 使用老版本的 VU 表 - - - - Use legacy spinny - 使用舊版的旋轉界面 - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads 使 Mixxx 显示/记录它接收的所有控制器数据,并为它加载的脚本函数 - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! 控制器映射在检测到滥用控制器 API 时会发出更严厉的警告和错误。开发新的控制器映射时应启用该选项! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. 启用开发者模式。包括更多的日志信息、性能统计信息和开发人员工具菜单 - + Top-level directory where Mixxx should look for settings. Default is: Mixxx 应在其中查找设置的顶级目录。默认值为: - + + Use legacy vu meter + 使用老版本的 VU 表 + + + + Use legacy spinny + 使用舊版的旋轉界面 + + + + Loads experimental QML GUI instead of legacy QWidget skin + 加载实验性的 QML GUI,而不是传统的 QWidget 皮肤 + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. 启用安全模式。禁用 OpenGL 波形和旋转的唱片小部件。如果 Mixxx 在启动时崩溃,请尝试此选项 - + [auto|always|never] Use colors on the console output. [自动||无]在控制台输出上使用颜色 - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -780,17 +808,17 @@ trace - Above + Profiling messages 跟踪 - 以上 + 分析消息 - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. 设置将日志缓冲区刷新为mixxx.log的日志级别。是上面在——log级别定义的值之一。 - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. 如果DEBUG_ASSERT的计算结果为false,则中断(SIGINT) Mixxx。在调试器下,您可以随后继续。 - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. 在启动时加载指定的音乐文件。您指定的每个文件将被加载到下一个碟盘中。 @@ -850,32 +878,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item 项目 - + Value 数字 - + Parameter 参数 - + Title 標題 - + Description 描述 @@ -972,13 +1000,13 @@ trace - Above + Profiling messages - + Set to full volume 設為全音量 - + Set to zero volume 设为音量 0 @@ -1003,13 +1031,13 @@ trace - Above + Profiling messages 倒带(轨)键 - + Headphone listen button 耳機監聽按鈕 - + Mute button 静音按钮 @@ -1020,25 +1048,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) 混合方向 (例如左、 右側、 中心) - + Set mix orientation to left 设置输出声道为左声道 - + Set mix orientation to center 设置输出声道为立体声 - + Set mix orientation to right 將混音方向設為右 @@ -1078,22 +1106,22 @@ trace - Above + Profiling messages BPM 敲打按钮 - + Toggle quantize mode 切換量化模式 - + One-time beat sync (tempo only) 一次性節拍同步 (只有節奏) - + One-time beat sync (phase only) 一次性节拍同步(仅相位) - + Toggle keylock mode 切换音调锁模式 @@ -1103,193 +1131,193 @@ trace - Above + Profiling messages 等化器 - + Vinyl Control 唱片控制 - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) 唱片控制cueing模式(关闭/单一/热切) - + Toggle vinyl-control mode (ABS/REL/CONST) 切换唱片控制模式(绝对/相对/常量) - + Pass through external audio into the internal mixer 从外部音频传给内部混音器 - + Cues 切入点 - + Cue button 切入键 - + Set cue point 設置切入點 - + Go to cue point 跳到切入點 - + Go to cue point and play 跳到切入點並播放 - + Go to cue point and stop 跳到切入點並停止 - + Preview from cue point 從提示點預覽 - + Cue button (CDJ mode) 提示按鈕 (CDJ 模式) - + Stutter cue Stutter切入 - + Hotcues 即时切点 - + Set, preview from or jump to hotcue %1 設置、 從預覽或跳轉到 hotcue %1 - + Clear hotcue %1 刪除 hotcue %1 - + Set hotcue %1 设置热切点 %1 - + Jump to hotcue %1 跳转到热切点 %1 - + Jump to hotcue %1 and stop 跳轉到 hotcue %1 並停止 - + Jump to hotcue %1 and play 跳轉到 hotcue %1 並播放 - + Preview from hotcue %1 从热切点 %1 开始预览 - - + + Hotcue %1 Hotcue %1 - + Looping 迴圈播放 - + Loop In button 迴圈起點按鈕 - + Loop Out button 迴圈終點按鈕 - + Loop Exit button 结束循环按钮 - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats 将循环向前移动 %1 拍 - + Move loop backward by %1 beats 循環向後移動 %1 拍 - + Create %1-beat loop 建立 %1 節拍循環 - + Create temporary %1-beat loop roll 創建臨時的 %1 節拍循環 @@ -1405,20 +1433,20 @@ trace - Above + Profiling messages - - + + Volume Fader 音量调节 - + Full Volume 全音量 - + Zero Volume 零音量 @@ -1434,7 +1462,7 @@ trace - Above + Profiling messages - + Mute 静音 @@ -1445,7 +1473,7 @@ trace - Above + Profiling messages - + Headphone Listen 耳機監聽 @@ -1466,25 +1494,25 @@ trace - Above + Profiling messages - + Orientation 方向 - + Orient Left 左方向 - + Orient Center 中心 - + Orient Right 向右 @@ -1554,82 +1582,82 @@ trace - Above + Profiling messages 向右移动节拍 - + Adjust Beatgrid 调整节拍 - + Align beatgrid to current position 将节拍对齐至当前位置 - + Adjust Beatgrid - Match Alignment 調整 Beatgrid-匹配對齊方式 - + Adjust beatgrid to match another playing deck. 调整节拍样式以匹配另一个正在播放的碟机。 - + Quantize Mode 量化模式 - + Sync 同步 - + Beat Sync One-Shot 单次节拍同步 - + Sync Tempo One-Shot 单次速度同步 - + Sync Phase One-Shot 同步階段一次性 - + Pitch control (does not affect tempo), center is original pitch 樹脂 (不影響節奏) 的控制,中心是原來的音高 - + Pitch Adjust 调整音高 - + Adjust pitch from speed slider pitch 從速度滑桿調整音高 - + Match musical key 配對音樂音調 - + Match Key 與音調匹配 - + Reset Key 重置音調 - + Resets key to original 重置至原始音調 @@ -1670,456 +1698,456 @@ trace - Above + Profiling messages 低頻等化器 - + Toggle Vinyl Control 切換唱片控制項 - + Toggle Vinyl Control (ON/OFF) 切換唱片控制 (開/關) - + Vinyl Control Mode 唱片控制模式 - + Vinyl Control Cueing Mode 唱片控制提示模式 - + Vinyl Control Passthrough 唱片控制直通 - + Vinyl Control Next Deck 唱片控制模式 - + Single deck mode - Switch vinyl control to next deck 单碟机模式 - 切换唱片控制器至下一碟机 - + Cue 切入点 - + Set Cue 設置切入點 - + Go-To Cue 前往切入點 - + Go-To Cue And Play 前往切入點並播放 - + Go-To Cue And Stop 前往切入點並停止 - + Preview Cue 预览Cue - + Cue (CDJ Mode) 提示 (CDJ 模式) - + Stutter Cue Stutter切入 - + Go to cue point and play after release 前往提示點並在放開後播放 - + Clear Hotcue %1 清除热切点 %1 - + Set Hotcue %1 设置热切点 %1 - + Jump To Hotcue %1 跳转到热切点 %1 - + Jump To Hotcue %1 And Stop 跳轉到 Hotcue %1 並停止 - + Jump To Hotcue %1 And Play 跳轉到 Hotcue %1 並播放 - + Preview Hotcue %1 预览热切点 %1 - + Loop In 循環起點 - + Loop Out 退出循环 - + Loop Exit 循環關閉 - + Reloop/Exit Loop 重新循环/退出循环 - + Loop Halve 循环减半 - + Loop Double 循環雙倍 - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats 移動迴圈+%1拍 - + Move Loop -%1 Beats 移动循环-%1 拍 - + Loop %1 Beats 循環 %1 拍 - + Loop Roll %1 Beats 循环滚动 %1 拍 - + Add to Auto DJ Queue (bottom) 添加至自动 DJ 队列(底部) - + Append the selected track to the Auto DJ Queue 将所选音轨追加到自动 DJ 队列 - + Add to Auto DJ Queue (top) 添加至自动 DJ 队列(顶部) - + Prepend selected track to the Auto DJ Queue 将所选音轨前置于自动 DJ 队列 - + Load Track 加载音轨 - + Load selected track 載入選擇的音軌 - + Load selected track and play 載入選擇的音軌並播放 - - + + Record Mix 录制混音 - + Toggle mix recording 切換錄製混音 - + Effects 效果 - + Quick Effects 快捷效果 - + Deck %1 Quick Effect Super Knob 碟机 %1 快捷效果的超级旋钮 - + Quick Effect Super Knob (control linked effect parameters) 快捷效果超级旋钮(控制关联的效果参数) - - + + Quick Effect 快捷效果 - + Clear Unit 清除單元 - + Clear effect unit 清除效果架單位 - + Toggle Unit 切換單元 - + Dry/Wet 干/湿 - + Adjust the balance between the original (dry) and processed (wet) signal. 調整原(乾)和處理(濕)之間的平衡。 - + Super Knob 超級旋鈕 - + Next Chain 下一效果器链 - + Assign 指定 - + Clear 清除 - + Clear the current effect 清除当前效果 - + Toggle 切換 - + Toggle the current effect 切換目前效果 - + Next 下一個 - + Switch to next effect 切換到下一個效果 - + Previous 前一個 - + Switch to the previous effect 切換到上一個效果 - + Next or Previous 下一个或上一个 - + Switch to either next or previous effect 切换至下一个或上一个效果 - - + + Parameter Value 參數值 - - + + Microphone Ducking Strength 麥克風迴避強度 - + Microphone Ducking Mode 麦克风闪避模式 - + Gain 增益 - + Gain knob 增益旋钮 - + Shuffle the content of the Auto DJ queue 随机播放自动 DJ 队列内容 - + Skip the next track in the Auto DJ queue 跳過自動 DJ 柱列中的下一曲目 - + Auto DJ Toggle 自动 DJ 切换 - + Toggle Auto DJ On/Off 切換自動DJ開/關 - + Microphone & Auxiliary Show/Hide 麦克风和辅助显示/隐藏 - + Show/hide the microphone & auxiliary section 显示/隐藏麦克风和辅助部分 - + 4 Effect Units Show/Hide 显示/隐藏效果器 - + Switches between showing 2 and 4 effect units 在显示2和4个效果单位之间切换 - + Mixer Show/Hide 混音器显示/隐藏 - + Show or hide the mixer. 显示或隐藏混音器。 - + Cover Art Show/Hide (Library) 封面艺术展览/隐藏(音乐库) - + Show/hide cover art in the library 在音乐库展示/隐藏封面艺术 - + Library Maximize/Restore 音乐库界面最大化/还原 - + Maximize the track library to take up all the available screen space. 最大化音樂庫以佔用所有可用的螢幕空間。 - + Effect Rack Show/Hide 效果旋鈕顯示/隱藏 - + Show/hide the effect rack 顯示/隱藏效果旋鈕 - + Waveform Zoom Out 波形縮小 @@ -2134,102 +2162,102 @@ trace - Above + Profiling messages 耳機增益 - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync 点击同步速度(和相位与量化启用),保持启用永久同步 - + One-time beat sync tempo (and phase with quantize enabled) 同步节奏 - + Playback Speed 回放速度 - + Playback speed control (Vinyl "Pitch" slider) 播放速度控制 (黑膠盤"音調"推桿) - + Pitch (Musical key) 音高 - + Increase Speed 提高速度 - + Adjust speed faster (coarse) 加快速度(粗调) - + Increase Speed (Fine) 增加速度 (精細) - + Adjust speed faster (fine) 加快速度(细调) - + Decrease Speed 降低速度 - + Adjust speed slower (coarse) 調整速度較慢 (粗) - + Adjust speed slower (fine) 减慢速度(细调) - + Temporarily Increase Speed 暫時增加速度 - + Temporarily increase speed (coarse) 暂时增加速度(粗调) - + Temporarily Increase Speed (Fine) 暫時增加速度 (精細) - + Temporarily increase speed (fine) 暫時增加速度 (精細) - + Temporarily Decrease Speed 暂时降低速度 - + Temporarily decrease speed (coarse) 暫時降低速度 (粗) - + Temporarily Decrease Speed (Fine) 暫時降低速度 (精細) - + Temporarily decrease speed (fine) 暫時降低速度 (精細) @@ -2301,942 +2329,952 @@ trace - Above + Profiling messages BPM / 网格 - + + Move Beatgrid + 調整節拍網格 + + + + Adjust the beatgrid to the left or right + 將節拍網格向左或向右調整 + + + Sync / Sync Lock 同步/同步锁定 - + Internal Sync Leader 内部同步高音 - + Toggle Internal Sync Leader 切换内部同步高音 - - + + Internal Leader BPM 內部主 BPM - + Internal Leader BPM +1 內部主 BPM +1 - + Increase internal Leader BPM by 1 增加 1 级内置BPM - + Internal Leader BPM -1 內部主 BPM -1 - + Decrease internal Leader BPM by 1 减少 1 级内置BPM - + Internal Leader BPM +0.1 內部主 BPM +0.1 - + Increase internal Leader BPM by 0.1 增加 1 级内置BPM - + Internal Leader BPM -0.1 內部主 BPM +0.1 - + Decrease internal Leader BPM by 0.1 將內部主導節拍每分鐘減少 0.1 BPM - + Sync Leader 同步高音 - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) 同步模式切换/指示灯(关,低音,高音) - + Speed 速度 - + Decrease Speed (Fine) 減慢速度(微調) - + Pitch (Musical Key) 音高 - + Increase Pitch 升高音调 - + Increases the pitch by one semitone 将音高增加一个半音 - + Increase Pitch (Fine) 增加间距(细) - + Increases the pitch by 10 cents 增加10间距 - + Decrease Pitch 降低音调 - + Decreases the pitch by one semitone 将音高降低一个半音 - + Decrease Pitch (Fine) 减少间距(细) - + Decreases the pitch by 10 cents 将音高降低10间距 - + Keylock 鑰匙鎖 - + CUP (Cue + Play) CUP (提示 + 播放) - + Shift cue points earlier 移动提示点 - + Shift cue points 10 milliseconds earlier 将提示点移动10毫秒 - + Shift cue points earlier (fine) 移动提示点(可选) - + Shift cue points 1 millisecond earlier 将提示点移动1毫秒 - + Shift cue points later 稍后移动提示点 - + Shift cue points 10 milliseconds later 10毫秒后移动提示点 - + Shift cue points later (fine) 稍后移动(好) - + Shift cue points 1 millisecond later 1毫秒后移动提示点 - + Hotcues %1-%2 热切点 %1 - + Intro / Outro Markers 介绍/超出标记 - + Intro Start Marker 介绍开始标记 - + Intro End Marker 介绍结束标记 - + Outro Start Marker 结尾部分开始标记 - + Outro End Marker 结尾部分结束标记 - + intro start marker 介绍开始标记 - + intro end marker 介绍结束标记 - + outro start marker 介绍开始标记 - + outro end marker 介绍结束标记 - + Activate %1 [intro/outro marker 激活Cue - + Jump to or set the %1 [intro/outro marker 跳转到热切点 %1 - + Set %1 [intro/outro marker 設定 %1 - + Set or jump to the %1 [intro/outro marker 設定或跳至 %1 - + Clear %1 [intro/outro marker 清除 %1 - + Clear the %1 [intro/outro marker 清除 %1 - + Loop Selected Beats 循环选中节奏 - + Create a beat loop of selected beat size 在選定的節拍長度內新增循環節奏 - + Loop Roll Selected Beats 循环选中节奏 - + Create a rolling beat loop of selected beat size 创建所选节奏循环 - + Loop Beats 循环节拍 - + Loop Roll Beats 循环滚动节拍 - + Go To Loop In 跳转到循环 - + Go to Loop In button 跳转到循环按钮 - + Go To Loop Out 前往循環終點 - + Go to Loop Out button 前往循環終點按鈕 - + Toggle loop on/off and jump to Loop In point if loop is behind play position 打开/关闭循环,跳转循环点 - + Reloop And Stop 重複循環並停止 - + Enable loop, jump to Loop In point, and stop 启用循环,跳转循环点 - + Halve the loop length 把循環播放的時間長度減半 - + Double the loop length 增加重複長度為兩倍 - + Beat Jump / Loop Move 节拍跳跃/循环移动 - + Jump / Move Loop Forward %1 Beats 跳/移动循环前1拍 - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward 节拍跳跃/循环移动 - + Beat Jump / Loop Move Backward 节拍跳跃/循环移动 - + Loop Move Forward 向前移動循環 - + Loop Move Backward 向後移動循環 - + Remove Temporary Loop 移除臨時循環 - + Remove the temporary loop 移除臨時循環 - + Navigation 導航 - + Move up 向上移动 - + Equivalent to pressing the UP key on the keyboard 此操作的效果与按键盘上的上箭头按键是等效的 - + Move down 向下移动 - + Equivalent to pressing the DOWN key on the keyboard 此操作的效果与按键盘上的下箭头按键是等效的 - + Move up/down 向上/下移动 - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys 使用旋钮上下移动,和按键盘上的上/下箭头效果一致 - + Scroll Up 向上滚动 - + Equivalent to pressing the PAGE UP key on the keyboard 此操作的效果与按键盘上的向上翻页键是等效的 - + Scroll Down 向下滚动 - + Equivalent to pressing the PAGE DOWN key on the keyboard 此操作的效果与按键盘上的向下翻页键是等效的 - + Scroll up/down 向上/下滚动 - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys 使用旋钮上下滚动,和按键盘上的向上/下翻页键效果一致 - + Move left 左移 - + Equivalent to pressing the LEFT key on the keyboard 此操作的效果与按键盘上的左箭头按键是等效的 - + Move right 向右移动 - + Equivalent to pressing the RIGHT key on the keyboard 此操作的效果与按键盘上的右箭头按键是等效的 - + Move left/right 左/右移 - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys 使用旋钮上下移动,和按键盘上的左/右箭头键效果一致 - + Move focus to right pane 移动焦点到右侧面板 - + Equivalent to pressing the TAB key on the keyboard 此操作的效果与按键盘上的 TAB 键是等效的 - + Move focus to left pane 移动焦点到左侧面板 - + Equivalent to pressing the SHIFT+TAB key on the keyboard 此操作的效果与按键盘上的 SHIFT+TAB 键是等效的 - + Move focus to right/left pane 移动焦点到左/右侧面板 - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys 使用旋钮左右移动焦点,和按键盘上的 TAB/SHIFT+TAB 键效果一致 - + Sort focused column 將焦點列進行排序 - + Sort the column of the cell that is currently focused, equivalent to clicking on its header 對當前專注的儲存格所在的列進行排序,相當於點擊其標題欄。 - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate 選擇當前選定的項目,如果適用,則向前移動一個窗格 - + Load Track and Play 載入曲目並播放 - + Add to Auto DJ Queue (replace) 加入自動 DJ 柱列 (取代) - + Replace Auto DJ Queue with selected tracks 以選擇的音軌取代自動DJ佇列 - + Select next search history 選擇下一個搜索歷史 - + Selects the next search history entry 選擇下一個搜索歷史項目 - + Select previous search history 選擇前一個搜索歷史 - + Selects the previous search history entry 選擇上一個搜索歷史項目 - + Move selected search entry 移動所選擇的搜索項目 - + Moves the selected search history item into given direction and steps 將所選的搜索歷史項目移動到指定的方向和步驟 - + Clear search 清除搜索 - + Clears the search query 清除搜索查詢 - + Deck %1 Quick Effect Enable Button 檯面 %1 快速效果啟用按鈕 - + Quick Effect Enable Button 快速效果啟用按鈕 - + Enable or disable effect processing 啟用或禁用效果處理 - + Super Knob (control effects' Meta Knobs) 超級旋鈕(控制效果的元旋鈕) - + Mix Mode Toggle 混音模式切換 - + Toggle effect unit between D/W and D+W modes 在 D/W 和 D+W 模式之間切換效果單元 - + Next chain preset 下一预设效果器链 - + Previous Chain 上一效果器链 - + Previous chain preset 上一预设效果器链 - + Next/Previous Chain 下一個/上一個鏈 - + Next or previous chain preset 下一個或上一個鏈預設 - - + + Show Effect Parameters 顯示效果器的參數 - + Effect Unit Assignment 效果單元分配 - + Meta Knob 元旋钮 - + Effect Meta Knob (control linked effect parameters) 效果元旋钮(控制鏈接的效果參數) - + Meta Knob Mode 元旋钮模式 - + Set how linked effect parameters change when turning the Meta Knob. 设置调节元旋钮时相关参数的改变方式。 - + Meta Knob Mode Invert 元旋钮模式反转 - + Invert how linked effect parameters change when turning the Meta Knob. 反轉旋轉元素旋钮時連接的效果參數如何變化。 - - + + Button Parameter Value 按鈕參數值 - + Microphone / Auxiliary 麥克風 / 輔助 - + Microphone On/Off 麦克风 开/关 - + Microphone on/off 麦克风 开/关 - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) 切换麦克风闪避模式(关闭/自动/手动) - + Auxiliary On/Off 辅助物 开/关 - + Auxiliary on/off 辅助物 开/关 - + Auto DJ 自动 DJ - + Auto DJ Shuffle 自動 DJ 拖曳 - + Auto DJ Skip Next 自動DJ跳過下一個 - + Auto DJ Add Random Track 自動 DJ 新增隨機曲目 - + Add a random track to the Auto DJ queue 將一個隨機曲目添加到自動 DJ 佇列 - + Auto DJ Fade To Next 自动 DJ 淡出至下一首 - + Trigger the transition to the next track 切换到下一音轨 - + User Interface 使用者介面 - + Samplers Show/Hide 显示/隐藏采样器 - + Show/hide the sampler section 顯示/隱藏取樣器節 - + Waveform Zoom Reset To Default 將波形縮放重置為預設值 - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms 將波形縮放級別重置為首選項 -> 波形 中選擇的預設值 - + Start/Stop Live Broadcasting 開始/停止直播 - + Stream your mix over the Internet. 在互聯網上流你的組合。 - + Start/stop recording your mix. 開始/停止錄製您的混音。 - - + + Samplers 采样器 - + Vinyl Control Show/Hide 唱盘控制 显示/隐藏 - + Show/hide the vinyl control section 显示/隐藏 唱盘控制界面 - + Preview Deck Show/Hide 预览用碟机 显示/隐藏 - + Show/hide the preview deck 顯示/隱藏預覽甲板 - + Toggle 4 Decks 切換 4 甲板 - + Switches between showing 2 decks and 4 decks. 在 2 碟机视图和 4 碟机视图之间切换。 - + Cover Art Show/Hide (Decks) 封面圖示顯示/隱藏(檯面) - + Show/hide cover art in the main decks 在主要的檯面上顯示/隱藏封面圖片 - + Vinyl Spinner Show/Hide 乙烯基微調框顯示/隱藏 - + Show/hide spinning vinyl widget 显示/隐藏 唱盘控制器 - + Vinyl Spinners Show/Hide (All Decks) 顯示/隱藏 所有檯面的唱盤旋轉器 - + Show/Hide all spinnies 顯示/隱藏 所有旋轉物 - + Toggle Waveforms 切換波形 - + Show/hide the scrolling waveforms. 顯示/隱藏 滾動波形。 - + Waveform zoom 波形縮放 - + Waveform Zoom 波形縮放 - + Zoom waveform in 放大波形 - + Waveform Zoom In 波形放大 - + Zoom waveform out 缩小波形 - + Star Rating Up 增加星級评分 - + Increase the track rating by one star 將曲目評分增加一顆星 - + Star Rating Down 減少星級评分 - + Decrease the track rating by one star 將曲目評分減少一顆星 @@ -3605,37 +3643,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: 捐款︰ - + And special thanks to: 並特別感謝︰ - + Past Developers 過去的開發人員 - + Past Contributors 過去的貢獻者 - + Official Website - + Donate @@ -3648,34 +3686,40 @@ trace - Above + Profiling messages 关于 Mixxx - - + + + Unknown 未知 - + Date: 日期: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits 作者 - + License 授权 @@ -3914,7 +3958,7 @@ last sound. 禁用 - + Displays the duration and number of selected tracks. @@ -4171,7 +4215,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h 正在学习:%1。现在请对控制器进行操作。 - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4402,122 +4446,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg 格式 - + Opus Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic 自动 - + Mono 單聲道 - + Stereo 立体声 - - - - + + + + Action failed 操作失败 - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' 重命名 '%1' - + New name for '%1': '%1' 的新名称: - + Can't rename '%1' to '%2': name already in use 无法将 '%1' 重命名为 '%2':名称已被使用 @@ -5090,22 +5134,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5215,6 +5259,11 @@ Apply settings and continue? Screen saver 螢幕保護程式 + + + Multi-Sampling + + Start in full-screen mode @@ -5808,38 +5857,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. 所選的外觀的最小大小大於您的螢幕解析度。 - + Allow screensaver to run 允许屏幕保护程序运行 - + Prevent screensaver from running 防止屏幕保护程序运行 - + Prevent screensaver while playing 播放时防止屏幕保护程序运行 - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes 這種皮膚不支援色彩配置 - + Information 資訊 - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6065,22 +6139,22 @@ and allows you to pitch adjust them for harmonic mixing. 扫描 - + Item is not a directory or directory is missing - + Choose a music directory 選擇音樂目錄 - + Confirm Directory Removal 确认移除目录 - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx 将不会监视该目录中的新音轨。您希望如何处理该目录(及其子目录)中的音轨? <ul> @@ -6091,32 +6165,32 @@ and allows you to pitch adjust them for harmonic mixing. 隐藏音轨可以保留其元数据,以便您以后再次添加它们。 - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. 元数据即音轨的信息(艺术家、标题、播放次数等)、节拍模式、热切点和循环设置。这些选项仅影响 Mixxx 媒体库。不会更改或删除相关的媒体文件。 - + Hide Tracks 隱藏的蹤跡 - + Delete Track Metadata 刪除跟蹤中繼資料 - + Leave Tracks Unchanged 離開軌道不變 - + Relink music directory to new location 将音乐目录链接至新位置 - + Select Library Font 选择音乐库字体 @@ -6979,138 +7053,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 赫兹 - + Default (long delay) 默认(长延时) - + Experimental (no delay) 试验(无延时) - + Disabled (short delay) 禁用 (短延時) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled 已禁用 - + Enabled 啟用 - + Stereo 立体声 - + Mono 單聲道 - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. 已启用实时调度。 - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error 配置錯誤 @@ -7597,122 +7671,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware 声音硬件 - + Controllers 控制器 - + Library 音樂庫 - + Interface 界面 - + Waveforms 波形 - + Mixer 混音器 - + Auto DJ 自动 DJ - + Decks 碟机 - + Colors 颜色 - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) 與説明 - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &恢复默认值 - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) 與應用 - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) 與取消 - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &确认 - + Effects 效果 - + Recording 記錄 - + Beat Detection 擊敗檢測 - + Key Detection 關鍵的檢測 - + Normalization 归一化 - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> 某些首选项页面有错误。要应用更改,请先解决问题。 - + Vinyl Control 唱盘控制 - + Live Broadcasting 直播 - + Modplug Decoder Modplug 解码器 @@ -7887,7 +7961,7 @@ Select from different types of displays for the waveform, which differ primarily 专辑艺术家 - + Fetching track data from the MusicBrainz database 从 MusicBrainz 数据库中获取音轨数据 @@ -7964,72 +8038,72 @@ Select from different types of displays for the waveform, which differ primarily 與關閉 - + Original tags 原始标签 - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags 建議的標籤 - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8352,7 +8426,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h 與取消 - + (no color) @@ -8562,27 +8636,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch (更快) - + Rubberband (better) 橡皮條 (更好) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8805,15 +8879,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. 已启用安全模式 - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8825,57 +8899,57 @@ Shown when VuMeter can not be displayed. Please keep 支持。 - + activate 启用 - + toggle 切換 - + right - + left - + right small 右小 - + left small 左小 - + up 向上 - + down - + up small 小了 - + down small 下小 - + Shortcut 快捷方式 @@ -8959,32 +9033,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller MIDI 控制器 - + MixxxControl(s) not found 未找到 Mixxx 控制器 - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. 部分 LED 或反馈设备可能无法正常工作。 - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * 点击以查看映射文件(.xml)中 Mixxx 控制器名称是否正确 @@ -9060,183 +9134,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy 声音设备正忙 - + <b>Retry</b> after closing the other application or reconnecting a sound device 關閉其他應用程式或重新連接聲音設備後 <b>重試</b> - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>重新配置</b> Mixxx 声音设备。 - - + + Get <b>Help</b> from the Mixxx Wiki. 从 Mixxx Wiki 中获取<b>帮助</b>。 - - - + + + <b>Exit</b> Mixxx. <b>退出</b> Mixxx。 - + Retry 重试 - + skin - - + + Reconfigure 重新配置 - + Help 帮助 - - + + Exit 退出 - - + + Mixxx was unable to open all the configured sound devices. Mixxx 无法打开所有要打开的音频设备 - + Sound Device Error 音频设备错误 - + <b>Retry</b> after fixing an issue 修正错误后 <b> 重试 </b> - + No Output Devices 没有输出设备 - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx 的配置中没有任何输出设备,将会禁用音频处理操作。 - + <b>Continue</b> without any outputs. <b>繼續</b> 沒有任何產出。 - + Continue 继续 - + Load track to Deck %1 加载音轨到碟机 %1 - + Deck %1 is currently playing a track. 甲板 %1 當前播放的曲目。 - + Are you sure you want to load a new track? 你確定你想要載入一個新的軌道? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. 尚未选择用于唱盘控制的输入设备。 请在声音硬件的首选项中选择一个输入设备。 - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. 有是沒有為此直通控制項選擇的輸入的設備。 請先在聲音硬體首選項中選擇一種輸入的設備。 - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file 皮膚檔中的錯誤 - + The selected skin cannot be loaded. 無法載入所選的外觀。 - + OpenGL Direct Rendering OpenGL 直接繪製 - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit 确认退出 - + A deck is currently playing. Exit Mixxx? 有唱机正在播放。确定退出 Mixxx 吗? - + A sampler is currently playing. Exit Mixxx? 當前現正播放採樣器。退出 Mixxx 嗎? - + The preferences window is still open. 首選項視窗是仍處於打開狀態。 - + Discard any changes and exit Mixxx? 放棄所有更改並退出 Mixxx? @@ -9252,43 +9326,48 @@ Do you want to select an input device? PlaylistFeature - + Lock 锁定 - - + + Playlists 播放列表 - + + Shuffle Playlist + + + + Unlock 解鎖 - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. 一些DJ在他们表演之前创建播放列表,但其他人更倾向于即兴表演。 - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. 在在线 Dj 集中使用播放列表时,请时刻注意您的听众对所选音乐的反应。 - + Create New Playlist 創建新的播放清單 @@ -9356,7 +9435,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid 无效 @@ -9462,68 +9541,68 @@ Do you want to scan your library for cover files now? 14 位 (MSB) - + Main - + Booth - + Headphones 耳机 - + Left Bus 左的巴士 - + Center Bus 中心巴士 - + Right Bus 右总线 - + Invalid Bus 无效总线 - + Deck 甲板上 - + Record/Broadcast - + Vinyl Control 唱盘控制 - + Microphone 麥克風 - + Auxiliary 辅助 - - + + Unknown path type %1 路径类型 %1 未知 @@ -9616,6 +9695,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9653,6 +9734,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9671,6 +9753,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9686,6 +9770,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9983,7 +10069,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter 低濾波器的增益 @@ -10040,7 +10126,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter 高通滤波器增益 @@ -10060,22 +10146,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer 图形化均衡器 - + Graphic EQ 圖形等化器 - + An 8-band graphic equalizer based on biquad filters 基于双二阶滤波器的八频段图形化滤波器 - + Gain for Band Filter %1 带通滤波器 %1 增益 @@ -10158,8 +10244,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range 范围 @@ -10189,42 +10275,42 @@ Higher values result in less attenuation of high frequencies. %1: %2 - + Ctrl+t Ctrl+T - + Ctrl+y Ctrl+Y - + Ctrl+u Ctrl+U - + Ctrl+i Ctrl+I - + Ctrl+o Ctrl+O - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl + P @@ -10244,17 +10330,17 @@ Higher values result in less attenuation of high frequencies. 使用 Lipshitz 和 Vanderkooy 混音器的 Bessel 八阶滤波隔离器(比特完美统一,滚降为 -48 分贝/八度音)。 - + LinkwitzRiley8 Isolator LinkwitzRiley8 隔离器 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Linkwitz-Riley 八阶滤波隔离器(优化分频,恒定相移,滚降为 -48 dB /八度音)。若要调整频率架,请参考均衡器选项。 @@ -10656,18 +10742,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 甲板 %1 @@ -10707,52 +10793,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10800,10 +10886,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10972,7 +11079,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11018,34 +11125,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks 音轨 - + Crates 分类列表 - + Check for Serato databases (refresh) - + (loading) Serato @@ -11053,64 +11160,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History 歷史 - + Unlock 解鎖 - + Lock 锁定 - - + + Confirm Deletion 确认删除 - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11119,193 +11226,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx遇到一个问题 - + Could not allocate shout_t 无法为 shout_t 分配内存 - + Could not allocate shout_metadata_t 无法为 shout_metadata_t 分配内存 - + Error setting non-blocking mode: 錯誤設置非阻塞模式︰ - + Error setting tls mode: - + Error setting hostname! 设置主机名时出错! - + Error setting port! 設置埠時出錯 ! - + Error setting password! 設置密碼時出錯 ! - + Error setting mount! 设置挂载点时出错! - + Error setting username! 设置i用户名时出错! - + Error setting stream name! 錯誤設置流名稱 ! - + Error setting stream description! 錯誤設置流說明 ! - + Error setting stream genre! 设置流的流派时出错! - + Error setting stream url! 设置流的 URL 时出错! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! 錯誤設置流公共 ! - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate 錯誤設置位元速率 - + Error: unknown server protocol! 错误:服务器协议未知! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! 设置协议时出错! - + Network cache overflow 網路的快取溢出 - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. 到流服务器的连接中断,且在 %1 次重试之后仍然无法重新连接 - + Lost connection to streaming server. 到流服务器的连接断开 - + Please check your connection to the Internet. 请检查您的互联网连接 - + Can't connect to streaming server 无法连接到流服务器 - + Please check your connection to the Internet and verify that your username and password are correct. 請檢查您連接到 Internet,請驗證您的使用者名和密碼正確。 @@ -11321,23 +11428,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device 一个设备 - + An unknown error occurred 出現未知的錯誤 - + Two outputs cannot share channels on "%1" 两个输出无法共享 %1 的通道 - + Error opening "%1" 无法打开 "%1" @@ -11689,7 +11796,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art 封面 @@ -12141,52 +12248,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration 录制时间 @@ -12380,442 +12477,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. 显示运行录制的持续时间。 - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. 向前跳 1 拍 - + Move the loop forward by 1 beat. 将循环向前移动 1 拍 - + Beatjump Backward 向后跳拍 - + Jump backward by the set number of beats. 向后跳过指定数量的节拍。 - + Move the loop backward by the set number of beats. 将循环向后移动指定数量的节拍。 - + Jump backward by 1 beat. 向后跳 1 拍 - + Move the loop backward by 1 beat. 将循环向后移动 1 拍 - + Reloop 再循环 - + If the loop is ahead of the current position, looping will start when the loop is reached. 如果在当前播放位置前方有循环节的话,将会在到达循环的时候开始循环。 - + Works only if Loop-In and Loop-Out Marker are set. 仅当设置了循环起始和结束位置时才会有效。 - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. 显示加载跟踪的经过和 (或) 剩余时间。 - + Click to toggle between time elapsed/remaining time/both. 单击可切换时间/剩余时间时间或两者。 - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker 介绍开始标记 - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker 介绍结束标记 - + Outro Start Marker 结尾部分开始标记 - + Outro End Marker 结尾部分结束标记 - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank 保存採樣器銀行 - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank 加载采样库 - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters 顯示效果器的參數 - + Enable Effect 启用特效 - + Meta Knob Link 元旋钮链接 - + Set how this parameter is linked to the effect's Meta Knob. 设置此参数如何链接到效果的 Meta 旋钮。 - + Meta Knob Link Inversion 元旋钮链接反演 - + Inverts the direction this parameter moves when turning the effect's Meta Knob. 反转此参数时效果的 Meta 旋钮移动的方向。 - + Super Knob 超級旋鈕 - + Next Chain 下一效果器链 - + Previous Chain 上一效果器链 - + Next/Previous Chain 下一個/上一個鏈 - + Clear 清除 - + Clear the current effect. 清除當前的效果。 - + Toggle 切換 - + Toggle the current effect. 切換當前效果。 - + Next 下一個 - + Clear Unit 清除單元 - + Clear effect unit. 單位明確效果。 - + Show/hide parameters for effects in this unit. - + Toggle Unit 切換單元 - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12824,169 +12922,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. 切换至下一个效果。 - + Previous 前一個 - + Switch to the previous effect. 切换至之前的效果。 - + Next or Previous 下一个或上一个 - + Switch to either the next or previous effect. 切換到下一個或上一個效果。 - + Meta Knob 元旋钮 - + Controls linked parameters of this effect 这种效应的控制链接的参数 - + Effect Focus Button 影响对焦按钮 - + Focuses this effect. 针对这种效果。 - + Unfocuses this effect. Unfocuses 这种效果。 - + Refer to the web page on the Mixxx wiki for your controller for more information. 您的控制器的详细信息,请参阅 Mixxx wiki 上的 web 页。 - + Effect Parameter 影響參數 - + Adjusts a parameter of the effect. 调整效果器的参数。 - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill 均衡器参数置零 - - + + Holds the gain of the EQ to zero while active. 情商的增益堅持零的活躍。 - + Quick Effect Super Knob 快捷效果的超级旋钮 - + Quick Effect Super Knob (control linked effect parameters). 快捷效果超级旋钮(控制关联的效果参数)。 - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. 提示:可以在 首选项 -> 均衡器 设置中更改默认的快捷效果模式。 - + Equalizer Parameter 均衡器参数 - + Adjusts the gain of the EQ filter. 調整 EQ 濾波器的增益。 - + Hint: Change the default EQ mode in Preferences -> Equalizers. 提示︰ 更改預設首選項中的情商模式網站-> 等化器。 @@ -13085,47 +13182,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.減少一個半音的球場。 - + Enable Vinyl Control 启用唱盘控制 - + When disabled, the track is controlled by Mixxx playback controls. 當禁用時,軌道被受 Mixxx 播放控制項。 - + When enabled, the track responds to external vinyl control. 當啟用時,跟蹤回應外部乙烯控制。 - + Enable Passthrough 啟用直通 - + Indicates that the audio buffer is too small to do all audio processing. 指示音訊緩衝區太小,做所有的音訊處理。 - + Displays cover artwork of the loaded track. 显示已加载音轨的封面。 - + Displays options for editing cover artwork. 顯示用於編輯封面插圖選項。 - + Star Rating 星級 - + Assign ratings to individual tracks by clicking the stars. 通過按一下星星將評級分配到單獨曲目。 @@ -13393,123 +13490,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.調整除了速度滑塊球場球場。 - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix 录制混音 - + Toggle mix recording. 切换混音录制。 - + Enable Live Broadcasting 啟用即時廣播 - + Stream your mix over the Internet. 在互聯網上流你的組合。 - + Provides visual feedback for Live Broadcasting status: 为在线广播的状态提供可视化反馈: - + disabled, connecting, connected, failure. 禁用,連接,連接,失敗。 - + When enabled, the deck directly plays the audio arriving on the vinyl input. 若启用,碟机将会直接播放来自唱盘的输入信号。 - + Blue for passthrough enabled. 蓝色表示已启用直通。 - + Playback will resume where the track would have been if it had not entered the loop. 播放將恢復在軌道本來如果不進入了迴圈。 - + Loop Exit 循環關閉 - + Turns the current loop off. 关闭当前循环。 - + Slip Mode 滑动模式 - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. 若启用,将会在循环、反向或刮擦的时候将回放信号静音。 - + Once disabled, the audible playback will resume where the track would have been. 一旦禁用,聲音播放將恢復本來的軌道。 - + Track Key The musical key of a track 音轨音调 - + Displays the musical key of the loaded track. 显示已加载音轨的音调。 - + Clock 时钟 - + Displays the current time. 显示当前时间。 - + Audio Latency Usage Meter 音訊延遲用量表 - + Displays the fraction of latency used for audio processing. 显示用于音频处理的延迟分数。 - + A high value indicates that audible glitches are likely. 較高的值表明發聲的故障都有可能。 - + Do not enable keylock, effects or additional decks in this situation. 在这个情况不要启用音调锁,效果器或者额外的碟机。 - + Audio Latency Overload Indicator 音訊延遲超載指示器 @@ -13631,97 +13728,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.若设置了热切,将会跳至热切点。 - + If hotcue is not set, sets the hotcue to the current play position. 如果未設置 hotcue,將 hotcue 設置為當前的播放位置。 - + Vinyl Control Mode 黑膠盤控制模式 - + Absolute mode - track position equals needle position and speed. 绝对模式 - 音轨位置与播放指针的位置和速度一致。 - + Relative mode - track speed equals needle speed regardless of needle position. 相对模式 - 音轨速度与播放指针速度一致(无论指针处于哪个位置) - + Constant mode - track speed equals last known-steady speed regardless of needle input. 持續模式-跟蹤速度等於針輸入最後一個已知穩定速度。 - + Vinyl Status 乙烯基狀態 - + Provides visual feedback for vinyl control status: 为唱盘控制器的状态提供可视化反馈: - + Green for control enabled. 绿色表示已启用控制。 - + Blinking yellow for when the needle reaches the end of the record. 黄色(闪烁)表示播放指针到达记录结尾。 - + Loop-In Marker 迴圈中的標記 - + Loop-Out Marker 圈出標記 - + Loop Halve 循环减半 - + Halves the current loop's length by moving the end marker. 移动循环结束标记,使得循环长度减半。 - + Deck immediately loops if past the new endpoint. 在到达新的结束位置后,碟机将会立即循环。 - + Loop Double 循環雙倍 - + Doubles the current loop's length by moving the end marker. 移动循环结束标记,使得循环长度加倍。 - + Beatloop Beatloop - + Toggles the current loop on or off. 开启或关闭当前循环。 - + Works only if Loop-In and Loop-Out marker are set. 只當回路中的作品和迴圈出標記設置。 @@ -13731,82 +13828,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.提示:可以在 首选项 -> 界面 中改变默认的切入模式。 - + Vinyl Cueing Mode 唱盘Cueing模式 - + Determines how cue points are treated in vinyl control Relative mode: 確定如何將提示點處理在乙烯基控制相對模式下︰ - + Off - Cue points ignored. 关闭 - 忽略切入点。 - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. 一個提示-如果針下降後提示點,軌道尋求那提示點。 - + Track Time 音轨时间 - + Track Duration 音轨长度 - + Displays the duration of the loaded track. 显示已加载的音轨的长度。 - + Information is loaded from the track's metadata tags. 已从音轨的元数据标签中载入 信息。 - + Track Artist 曲目演出者 - + Displays the artist of the loaded track. 顯示載入跟蹤的演出者。 - + Track Title 曲目標題 - + Displays the title of the loaded track. 顯示載入跟蹤的標題。 - + Track Album 专辑 - + Displays the album name of the loaded track. 顯示載入跟蹤的專輯名稱。 - + Track Artist/Title 音轨艺术家/标题 - + Displays the artist and title of the loaded track. 顯示的演出者和標題載入跟蹤。 @@ -13814,12 +13911,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks 隐藏曲目 - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? 选定的曲目是在下面的 playlists:%1Hiding,他们将从这些播放列表中删除它们。要继续吗? @@ -14072,22 +14169,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14109,7 +14206,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. 未加载效果器。 @@ -14133,452 +14230,452 @@ This can not be undone! WMainMenuBar - + &File 文件(&F) - + Load Track to Deck &%1 載入追蹤記錄到甲板 & %1 - + Loads a track in deck %1 载入音轨至碟机 %1 - + Open 開放 - + &Exit 與退出 - + Quits Mixxx 退出 Mixxx - + Ctrl+q Ctrl+Q - + &Library 音乐库(&L) - + &Rescan Library 重新扫描音乐库(&R) - + Rescans library folders for changes to tracks. 当音轨发生变化时,重新扫描媒体库文件夹。 - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist 創建與新的播放清單 - + Create a new playlist 新建播放列表 - + Ctrl+n Ctrl n + - + Create New &Crate 創建新 & 箱 - + Create a new crate 創建一個新的箱子 - + Ctrl+Shift+N Ctrl + Shift + N - - + + &View 查看(&V) - + May not be supported on all skins. 并非所有皮肤均支持。 - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl 1 + - + Show Microphone Section 顯示麥克風節 - + Show the microphone section of the Mixxx interface. 顯示 Mixxx 介面的麥克風部分。 - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section 显示唱盘控制界面 - + Show the vinyl control section of the Mixxx interface. 顯示 Mixxx 介面的乙烯基控制部分。 - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl 3 + - + Show Preview Deck 顯示預覽甲板 - + Show the preview deck in the Mixxx interface. 在 Mixxx 内显示显示预览用碟机。 - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art 显示封面 - + Show cover art in the Mixxx interface. 在 Mixxx 介面中顯示封面藝術。 - + Ctrl+6 Menubar|View|Show Cover Art Ctrl 6 + - + Maximize Library 最大化音乐库 - + Maximize the track library to take up all the available screen space. 最大化音樂庫以佔用所有可用的螢幕空間。 - + Space Menubar|View|Maximize Library 空間 - + &Full Screen 全屏(&F) - + Display Mixxx using the full screen 使用全螢幕的顯示 Mixxx - + &Options 选项(&O) - + &Vinyl Control 與乙烯基控制 - + Use timecoded vinyls on external turntables to control Mixxx 对外部转盘使用时间编码的唱盘控制,以便控制 Mixxx - + Enable Vinyl Control &%1 啟用乙烯控制 & %1 - + &Record Mix 與記錄組合 - + Record your mix to a file 記錄你組合到一個檔 - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting 啟用即時 & 廣播 - + Stream your mixes to a shoutcast or icecast server 将混音通过流输出到 shoutcast 或 icecast 服务器 - + Ctrl+L 按 Ctrl + L - + Enable &Keyboard Shortcuts 启用键快捷键(&K) - + Toggles keyboard shortcuts on or off 键盘快捷键开关 - + Ctrl+` 按 Ctrl +' - + &Preferences 首选项(&P) - + Change Mixxx settings (e.g. playback, MIDI, controls) 改變 Mixxx 的設置 (例如播放 MIDI,控制項) - + &Developer 與開發人員 - + &Reload Skin 重载皮肤(&R) - + Reload the skin 重新載入皮膚 - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools 开发者工具(&T) - + Opens the developer tools dialog 打開開發人員工具對話方塊 - + Ctrl+Shift+T Ctrl + Shift + T - + Stats: &Experiment Bucket 統計: & 實驗鬥 - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. 使實驗模式。收集統計實驗跟蹤存儲桶中。 - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket 統計: & 基地鬥 - + Enables base mode. Collects stats in the BASE tracking bucket. 启用基础模式。统计数据将会收集到基础跟踪桶中。 - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled 调试器已启用(&U) - + Enables the debugger during skin parsing 在皮膚分析過程中啟用調試器 - + Ctrl+Shift+D 按 Ctrl + Shift + D - + &Help 與説明 - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support 社区帮助(&C) - + Get help with Mixxx 獲得 Mixxx 的説明 - + &User Manual 與使用者手冊 - + Read the Mixxx user manual. 閱讀 Mixxx 使用者手冊。 - + &Keyboard Shortcuts 键盘快捷键(&K) - + Speed up your workflow with keyboard shortcuts. 加快您的工作流使用鍵盤快速鍵。 - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application 翻译这个程序(&T) - + Help translate this application into your language. 幫忙翻譯成您的語言此應用程式。 - + &About 关于(&A) - + About the application 有關應用程式 @@ -14807,566 +14904,566 @@ This can not be undone! WTrackMenu - + Load to 载入到 - + Deck 甲板上 - + Sampler 取樣器 - + Add to Playlist 添加到播放列表 - + Crates 分类列表 - + Metadata 元数据 - + Update external collections - + Cover Art 封面 - + Adjust BPM 调节 BPM - + Select Color 选择颜色 - + Reset Reset metadata in right click track context menu in library 重设 - - + + Analyze 分析 - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) 添加至自动 DJ 队列(底部) - + Add to Auto DJ Queue (top) 添加至自动 DJ 队列(顶部) - + Add to Auto DJ Queue (replace) 加入自動 DJ 柱列 (取代) - + Preview Deck 预览碟机 - + Remove 刪除 - + Remove from Playlist - + Remove from Crate - + Hide from Library 隱藏從庫 - + Unhide from Library 從圖書館取消隱藏 - + Purge from Library 从媒体库中清除 - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties 属性 - + Open in File Browser 在文件管理器中打开 - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags 导出文件属性 - + BPM and Beatgrid 拍速和拍格 - + Play Count 播放计数 - + Rating 评分 - + Cue Point 播放點 - + Hotcues 即时切点 - + Intro - + Outro - + Key 關鍵 - + ReplayGain 播放音量增益 - + Waveform 波形 - + Comment 备注 - + All 全部 - + Lock BPM BPM 鎖 - + Unlock BPM 拍速解锁 - + Double BPM 拍速倍增 - + Halve BPM 減半 BPM - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM 重置 BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 甲板 %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist 創建新的播放清單 - + Enter name for new playlist: 輸入新播放清單名稱︰ - + New Playlist 新播放清單 - - - + + + Playlist Creation Failed 播放清單創建失敗 - + A playlist by that name already exists. 使用该名称的播放列表已存在。 - + A playlist cannot have a blank name. 播放清單名稱不能為空白。 - + An unknown error occurred while creating playlist: 建立播放清單時發生未知的錯誤︰ - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel 取消 - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close 關閉 - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15374,37 +15471,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15420,7 +15517,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15468,52 +15565,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects 效果 - + audio interface - + decks - + library - + Choose music library directory 選擇音樂庫目錄 - + controllers - + Cannot open database 無法打開資料庫 - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it. diff --git a/res/translations/mixxx_zh_CN.qm b/res/translations/mixxx_zh_CN.qm index 5d4581d00b4bc0b60d6a7bcc424cbbf0cded9385..5bea6784e6217b48d3981aab018dfc4eacc46ae2 100644 GIT binary patch delta 18097 zcmZ9zc|c9u|NsA5>+HSH*=ID*k|AWsJQEU;O2#CjNg|mtWI8mEDN~e?GGt03^N>); zP{?>MnKE5&X4jbC^X&8fe*XCVaqnZF(>{Bz^;)laEo-0XPQ1{WyB-UycKO|=b=T_F zIx{Bq^g|~iXImnwPh^@6+7V;jtZdQB$|VoLmc-^)1@T?GY6@9m5ZIciy)W1n%mO8ejA#)<**S5ObLZx)AGI5gbVD(@-K+A3P8b z2U(yR^vCDLU=XophroEes0ooU6)&g)P9yfTGdPpjqXpnReD4TGf|tN3yeARw7gk^- zHSxt}45SOV6+8m&1B=0f7+6#AG&mo;h9ABGA7X$3MCu%3$HIvkVMYVrS~<_cS;Pia zCu-V-*p|7V53#iw5SS6)V=`^)L2}c~xM+ZjTOdT;tP|K6GgE;v_>5V$v&?WAxCk@H z=Z=>9{vzrMHeUzg#et_GKuo}S90cc1R4&g-n?x&}uvGY-r7pFy_`5>B$-D#?+lkfQ zZ{?urM17kP72Q_IQ_F#nP_OqOUf_~L)DP^7b#*;V{_LJy>GgSPG>Xm`_v@53sQA0EKL)Ng;P?Zsq0>E4P;s z4QfM7(~fAc7tya^FqqglOvu7GM=RgG1Y?P7{{=r2dyn@FE+ejkZVb7I^}lt7Xy^rE zO`wFsu+~ekHWnUi@jq^~@&_bh`Tpllg?x7j(eU%cKDQ(qaT*WA5=3EkpWYC=wS#C* zFmYB&OlnNLIGkAdJW@4;@6^>^#uK~{_VDs%J~PefZe2W!CD5~Bh_Ndn#PeZ zU5hn4M8e*U#9r7aeSf)A7M7IuB9CJFEE;qzlFS1hyg%{&sm zLRXBNNz`JtZ6}i04${$mxAJN?g{;6;A*WmtyUd4VDv{V{0G2Ai%6WZA?2Bcq9z&wp za?z%-@&((MqLAzSNOZ%7_Dr}!etU^<&x(-Sfo=G)&V+}{2BHPXW#7=IfdS!azv+c>wypCu`Pleq7G&RhE zk{J$B^$fF{tDb}1NaVxjm)TTyhuEzgqk@&C$c?F>Cm^LaoH z!yuu5XOqKl#E^eI$RR0!Xv$z}aUzWP*z?q~+A*Tt3Dkz_!Ty(cQd`T217=d&XwauR zwX^v0`Hs|1F~gSBVXVb&+f&EJ4#bXEpw4rlL?soe^VL9jwk=j39Ajmcqm@5rDCBa8 zmAl7Lw|q<>atyh&O+`?$A(!=7f4;91^|gmNm1|(74LmJAvx#%9Oqy(E$|)-|1OLaL zRvuWXkZ-(CegCUOEK6nO&o1QJ6iU`7T_LY!Bv+U#ukA~&?Xh%kia@L(-`bj71N@1~ zkG8V)0EMjD3M;qzk!$D>xX=sax)cGVXb8C;UqbBpcXB;ZpV+z+t z-}Hk#)+6w=?M)sj1Bp7o;h*EC)Oj+_Zx`W zI@6$~Q1Y7-Y0$AaqK}`*Ja|+Yv2qn@@c7-t!hX>Z<2j6x$@(xFG2swV+J1%Xza}(dR~DjNE{({YM10&M z^3mDBfsmE;e5`DntB_6huyXS(E7LQr%*?m)fbaik{-Ip(&6~+52-(S)Qu3KrOuT}b zd=?|mlJ(+p8R}?n`GcW6}kRjnr zSPxG&^`ez?$54`s4i4i6ZJb&}v|pm+xOk$_yR^mS01}FYl=`-msM z^EK}D=2S&u*Ei6|Dad*k=hK%psl>%m^yL|r##KxI861iG)TUo%%Y(;Er(fqF!herZ z*~c)VsW0izVfgNDKN)-UfOxZ~Ox4Pl*r7*E6%JAE>%qjvMxycQOnsM#S|l>f#Ja>K z&g3K;;!`#;-C==fX%~guZ7wrDhU4i!fK?uPo>=2zR%L%au}-s?xkfBnxE=5o9N4(~$MHfve3*W_`Lr)XOKbK9AuK=6SO|Pc2Mi z1Eye2)h*fZy%EIsq_GhmEs#}5v5_P0!|@RFd*p*eWdieW0gu>a4)c$@Omx${mj#>~ zOe{2$1ts7QVX}w{T&|FB`IpUYh?rttT$jxc`bCs=oSA<% zB${2y79_*7nU}GJ4iJ?&j>R5;wuek)E7vu`+C{Ndv%V9bPi(dJGOXnsTm2sQJ?O$x zE0++T^OkK}Z9`0ySo%q(3M))QwRCbJyWZ{!(Ii)e+-V@Y-o*j-KdcA4!5a`? zR>*FudqE_v*)4yVhi);u6_7zJrhwhIJ9?J$*b&jI9&4O8&+Pg!`^R%4o%HrA4`&nQlGJJL0D>siR}9>vjg$Q?(ApF zTkv3ivtLK5!nKBS9*3DuFX8;@4UBjmSC42%wBi~!o!)9&gJ6H3iZ*7Pg%;(FS+$8c4c~UEewH?8e`atBTHGIp$ibRJzcv|IN z2+LRb&haL{W+(QZ7>(`z4zhCCXV6z>`+pjU&jv! zxM6f-e(>-6M0$HGua4ze@8B|ByYQoy7u{^ckM*gG~}Jr9{nk(vL9z}k)2z<+FovUYpKf9$G`pcKQ)GQ5awXsQw{ zFPdVb60c7uHlmzLog7AdaEVHN{VDN~RF$^i9PwUhD(&5h#BA@Ww4c0S{~H2S`sE_g zi5e>XWh_PCK`KK5?EXk=l`(lfaX%+jg=7!p2{%;@+ngtsyj9iYWj5^pgsN#C5|z90 zs%E`gBmN&yIdp={PKr~tWZPkmk5#Q}K(emBs+U$05iZ@KMEY!axotE94>LRLNam!Kyx} zwr}i>B6f!=ttymV`_`;V%X&?;=ZR`p^(92U4OF|%jREhe_K6tr+GN#!=`XZmrmHfK zZH4xxsSedN66?E6b?k)$9FUjl%wd1TfFG*7?vII^>Z&fvXi%mNQ^>dbt1kUhhC<|` zLS8OOb@_J>q~F_AR}W%B>&&vMP>r>Hvqg2i4qR&UhN|mVu(pp+tBPKoCt7n~b$c!x z&8B?SoyOaUjg?h*P(txtZmN4zFatw3)dS`J7OE$<@Mul;s-8YWWz;lF_0Ombh~7u_ zaap1!Bf<8^LB1tm9ov zq5g;=C`PLY^*821IXept+aery-Yztp>x?C+D%g)PBK}W2E;NZmcFK!|X72Dzqy2vI`A4UK}9fTA6is9oQDdej%g_Byi>egR`(^-un>3ktK!VbM*vnb@HWF!CoB3$CQp}MD# zzkUSKg9RTZw}z}{;bg+faUwfk{}e4k3V-uWD{mrsS;BRz=i-XPo_1?8OD zS-7(RVY^PemEBdsowd=m(BAs}Y{YPIn9Jm`?Qb*k_%%Y%3Y2jR)168QQY z;o0!H#8y-mN*1BDeyOpQg?ogTA1!MfFTA}Kk9=X4@NXJ|&bE`n`xFOa5rx7BvoG;b zf8oQGyBJs{;ltB7>;r5NKE8y+ocai#)E1r+zC@x_OW7iP-GlhgJJ<;S^@UyA7YILx zjwe1aOei}5JMMc=Bz;B1|Ggp&d`7HFS5e$uOswZSQM`%)d<<2{-u@KDMf@j##;G5X>u4teOBV z-(ptCN7;!rErm#9Nwjl8OLj|%LY}MNdR25BftlD05FOV++l{Zq?j7J#r>BYC1M$E)Z4`2svtswXcwyXl zv4?mITRD+pk3q--g7=9%PHiAI{;k;Ky$c4MCiW~>NGz|G*wg$FH)b>!U78?lwmc;E zFY1ArIEnoqfuY#ZD2bjB+lZ1xhOWHBynf~X5=wW9JUq%|FBZ@_MMNG z?FVtxn6_xkcNWL=PA9&oia5r_4OTKtAxrpe<@W{(c~}F{JSGbwE(s9F{DUpEnO?_3r`R}CTd zafTRb$qyE87sHmoN$&Q=7SjS{ROGnDYH1MQ9hE$M&j)JiOA=j z6!J-1#W}Ty5?fOw&b54>Jw%)r2$ApYFD_o|Ky0s<7~6joHY7TVv6(KY8-^?7JG+a^ zTlOb5+*VxPehl%Uv&H2-7Gd{wrMSFL9+9z+mDiptWOdEetQW(FDC9fGiOVfpGR9d} z7L-%Sdejh?Pl(0~$0+1Ow~5QILis}bS^4>exbgtDYR^0tSKh7;o%$)RMW2^Td&ITd zKNC;z5aZ{ZN2xbcTsNT-k#i3*!H7)CeCM;6aP}a2IpY-a?%`r$ZgEZW>UJ=<8f@ zlm9}Z#6oei6P~}rQ{3Vng8V;G7E@fHwFe8V{3$8qdu+t*W6{z4x>wwByAv@7e{s(| z%;3K$anCZCY4u~`o=a!2*>u;+d1tKrZ@0Lo5V2u+w7553K%1_Tn4wL??{0`0&WDIs zHH(K5FT#(s7Y`TPA^sl>vs|D+=qVogWQVn0DIS|$A1#zh3OThBvk$o-e?KLjX;eyd zyMmZAtN|Lo=M?hhgT%9?1Bt>$iMj8fw13))d6sRtf*ggcaFRk!rQ(H;*~F`q7q41c zJZsvD1tZJ|I$JA^7J`zIIWt;ePEPkJ!qmYlS zAU;!b?6{s0pPMUM)^MZvvbunc#OC5lyLj-3LU#O*_;LdrPCZZYm98Roy_xvW>esOA z4dUA#2wLg&#Zqksu|ZqKuhEE_{VR!Os%YXiUBt4w$waYL#4?L+#jaM!-MUG%Dv)Tx zMu}fResHY3WLE7)j@GGNdg)L2*GUch!;D?Y>fl z8ZijNCaGdY%)I27Le?ius^p9$)wMvX)sZ?is9MOAMse#3Xr_@l$ zle{8wlD^f`fl^=R4Yy3#+<-P`e#L-f(vyj}@Wm2E`HN>toms}?L zW2@)9m37RGl?%4@m_okkjO0>)8)}9~t_{x-wK^`j#=#1n#7S=L)Wm$2Np5?MXrG-? z$onmjhBPlm4ag*~uQSnZA0v%;VMOIrOY&iriCt(T`K(!s7S0{X_uv~eqq|6>_e0XV zrb>Q^#fbk2zLG!o8??1YKWV%&fTPm*BN)Kf8&YUx zgzNU@q|jCfD*gIN6AO={X#FEixt9qm5~Ue#J<+U+m1bHz<(}74#4_xXf7u|-k&wcj zT`A4cAP0x9jB}j??wj;i0q?BxFv$y?UQse2$zsQ92%qC93#VI@!;R2fSM%<&=Z+yeyP*${$8^`GItPvm<&r;Zj~+0g-#E zbiptmVRfl=X$l4!T~E5QwiMgz-=wQfjxf&*>FS+r#M6qT0!uEqLy!vI!;$sTNY_)a zBf>jMH{FmGt0JYFi%QXDdnDbtf!I-6EZsH#fc+o6CH-}79nrv2sTg6C;@e42p5p~~ zZ%fY{Ct(Mquk_0I264VxdR5jB8x5_c*EXfZ;%%kZuE{7+?n`e@)rA9EBfZHzkKRt1 z^ly!4*xz@ON?&1sty)O$?m|Lso=9J(LRadhOaHmz^MG-Z`TI*;OztlIG$6hQkCguG z{zTMtvRZXF1#2IpmR1#`uU}g&CzYXW{!6XB8iouhQElirpLib|wbAh=&U`df8xI+Y z>HbxlmTJ)R>7Xw6?h#73_Uh^roY6m6s;;#TS+#biLcXm?UF$Y-%LO~l>e`M!P~-Jh z+m>Y$$to-J>nr3mN?k8%0m@}BwUPs-EKT@2D0zi?p~FpdLUPp$Kii>`60TlWs}6ca0qSK_5$ygOpk6-4k`WcD zmtX9P{6A)=dU;_2L}_Pb-S_GhBfeqtXu5jk48;Aw*Xou3L4?K+>NRJ-6Ztt2dG zV$_KZkcb?fqE1|mT|8G8Dy(^~x8wgX?yJx{AR(4gVkAz>SbWfc@G5B0wy}wE;v}UHN z_s>C>Y-UrnC0}62daI9|`hwjvCxyI48};#MX#Ybu^~r}Y!__Y8(=l*Bix;TRgiS-% z9IMW`)`pmWm^wG_7LnlyXugG1C|!MV9n9#;RrTcuNJf_*R$o232T|~>x-bAgDAz}Q zeX}2Sty`#X|3nM*)>8G|S>F&`iq&@&7duCN&mC4WOs_6(RTGKGAN8|F7(fFT^{ZF} zp&EtiSIb(XhKyJLBOD?UzFV0;QvJrf5@Gb%7IkUI5;&B$>W`};iF@kQUteIYCN)ui z`|W{@W{mnrg+uW53)DX{uy#LP)Jj~>(W(D<`6Jq`(x^rw)%sLXBktRVq_RX~=9P3z}=p)$TxK?1!eN?HH`lS&i+km&nal zYHSZ+En~biwjbURk0{nOY-Yp;rJ!lp97|QXOw;fUJlK;ynnsS<#J!_5ji=Wjy3t+J z>@Gaz^PZaK9S=eYmuXsTfkaNW)wIH)GiqScw9BoJ^J7mn?X}yn8I@_)bV?Y4k-ye- zaX@_jV9+?KDx>X|qUqTPqH-Cokk@Lfaj{py&SN!wdqV4ptStJakf)|;`ubjkGHNyb zF2UjSGimx4V4%OxXgnTdAhGe)c>0xLW5cK!m=*xtSg0A{UWw?qd6{Np`{_jIZfbnL zqTo=aYDSMo+|TW;322f`R8^-5emWET*GjT6O zU1y^vtT|G%U1rVXZWw6IMw+?jU^R}tHFHab!V2nZ7W{HRuqv-v7zryFb59d#IT>Mo zv{kv_RlPKk88`8Q*_xz2)nX|&PSz|fL=w9rK@(@`tkig_S-B7c(6`X6o~1(P^sHu0b}7Pl znr6*kj>!K%1!>lNtB(%FHO;yKhlwv9uUR(*H!c{WNm|+l%BIn5?68)YsikIPcW8CN zUd_fFSi|63n&fWxiE6yjB;WKPKFv|HwJm~Bc9Let`2y_w7irQyK^G1m)9ea=jiPq0 zW_MW+b%3ApPC7OdeY-6aiG>0#Q5u4FN zbF3vEFlnOZ_|riMn{_qE-)u!MxI}ZJ5!ST4L35@8j_)l!r@8#K299z*veGd{bEOjY zcxi!^-4m_6o2HP(ztvo6Yd(*eE!12oLX+wHP=$Qgd(GAHc;SRknydMFu9zI{x+-$iVYusCN>&|@aqC0BtrbG~>jMo%bhv%#~ zQ}ei)4R%_7X-fT|TMykeU(MffF$WV!x_ z-%zSRg?!sqxj`gm)V!nIU`-H$i9v4MqXBwGak70s=u$mq<+??3vphX|KY!%b53t0Y za^wzv$ci04$Q^CsaR6bTS?*XzCiZ87+-b@-Vnce#oerUbiD)SI>yTZ81qaa?^i0jKEMEOtdre?%V0H?6*678?0y$!*0Y&Bpgfd0dA#g7 z6rR#WD|_V?BL(X&dlyVYE5_VY9xpj`0bp7QeWBCL56IZg~gLh(gjwe>qrx%8Hk>`_o`TqSR+xD_tb zRo>jVI?T*l-s}Yz`?Q0cG6jA8HAXq*bTW=$7sx5!MB;9bMz*+ z$Jg?<&Njs7%#jaOd5ZdfUN!mf>YwmPHRU7!oJahO>J`Nov}NRxx)yGa$$ezTSDU$G}r zEwWPmx0M}B74nq6@}oHDMy{j$Y6y;SASmS1nlKqAsp z{wK#5eTJ^`KM%G+!v6AGb1-tg0e{JFElf+1Kd9h>T^Gn-i%N;tj+TEMfrrdXkblM@ zDV?}m{&_SL35H7kc@079@qYRDNJpYPf4OYZbTlY)VDR^JTv`Bu^zn)>2Q$2hI&Wf`%YA=+9I zxN+J9ZKIwDM$NOeO@~30qXV?fUFM^`c3JCi49dFpwzfrI477U}ZHo*ecEO%%TZV?< zu<0Ug+x$SH)DGHq!`DC}lNIvbr?u_~n zryH!J|1#~!6X<~UucsYjNy}fH(fYs3MsgaY4e;_nG&SdI1G^#-D8I@|n{QU;6j*uA zQz73v0z`iBd9XI_S+CE+^ju*^DN5q@e0`sCxv|5RPD*W5h%M4SgEdLWyhup z`IfcX>=DqV@afv@YvyT)&(*X!w-H{Sj?|v@#K`5<+VgFC!9FEzZb!Jxy?NS833TZlFr?;EZy?0yEDOJ?nL=OqX>4%(ZuzoY0Z)84WxKz3Y5 zduu5^A2_1D{T@r_dPrNGiwP_W)IK)fuSa}%MeUOWn4zwX_URt1ou@|oI_Cg!p_2BE zTL$X)JK7I_BYGul(tbJr8uq_O`+F>OCbmkg&VZUlGU2T*`6g65`C(;=i zQ=ZN?2I=_6&bsDNama)Q>l~IkBK#iJIUK`TFL|l1&4UWW2Tjp+6iyN=+pO!VMnh4z zSJ&gIBhK|@=$!5ZApNedke%J2>$@0|zS&LZ8U#P%-Avct2k-T2Zq~WiKna%CSmz;s zhNwU22HF{s2Q1VL`c{ncd%JF^Lk5~kWx7%EbKpqU=*Cn>HoGQO=a0=OKKYF<04L&E zl^42zb8T>HwoDhez7mdR0*w=pdblX$Ok#=7H`JLE4Q+;-V%i@{V!c?)7Hf2UD7RU z{TN;C!@A|0v8Mh7x)pA)lCBB5HE1|ezq-0Lr+VP1RbyS^^e|!GE`&+@lfKH!5T=opq_zy@{5T=~91Y3h=dZIh!tSsB3 zkkJ8M+K#7)>t7V|9nW-o5?kS1fTM2DQ|N|ggf9I&26(=LE@Q(~lLU;Ngaz5`#x@^mRk3QGeskGr)`oCg=?-p-cU9^yQXi6V)H2 zukZ>DjxN3Q6^EMVqx0EAU+Y*uC`G!yPTLS{k&M^Zt+O2s2ycD8Gm)sV<>;IKHX^}jqj$Jc9qqf5`c^*#VpaF(+ciL5F|(1r z{kt1jiXZw8md`W%6!PBv^j*y@JcxI;)pxIb3ubmu@08yfE_Js;9{5_{tE@7r)_wZk z;c%_2hQ3cNdu$^0(7X5yho@|@dfzec&{!;0$UN`s$2?qz0;IOyKi(HxVvM-&6a6|9Dx6In_3O9c#?$i@@=3S! zNenOUF;AcL5Cw>Ruzq891Gr*Izo}0UPBcd9HwB|kSTj_g{2~Ym$$$DSGcnVq)AT8t z3?!R%^jo`*BA)WMe&@c`=p`*t$ak3ayX!h)qIM(od%q)!P54W{|F?+k@dx^2kCtFl zd6)il`}1g@x6_}!%85sA)1QClK-}I(pUbi4<-aTBHXE$m8m+(Rhktrk_ELYf&ll*% zIQ_Nz3-ND4&H9@wmNUYSq_fXKVRuV>{@mG>uN?wqJjP&_s>wufAnuR!e3-e z)qjvsO!_rb$Xl$^fAIA{J`k+`u(g!?k zprfIqIfy7C#Lx*Z$K`>ZZCzbK&_B(ePVFyg_(?N zWN_Cf5nbtOaDQBf*o6xQkEUUS(`^Qi#Tak^Gk7kGLf7kW!$2GO13ASocpa=`WRbx< z(IS=x{zT?4Avg_xQ(j$S3|Z_9!3;lICF3{@%dv6xrvq0-CAt8G7$elVOB%Kl}8X^zk`PB z%OIKJ1jAith<4N?!~LXEDA8-f-(-uP?nJ{QBWAdAn&F9UeJJNK!;?+-p(CdaPtxq6 zGiwYlg2K_bSY-G#;4Ffh&hU9A_6yC!mKi>mL=YWuHhd|og#ny0d@YYm=8N9&M}|^9 zX{eC(8f%nv@PtR#7^@T(pf@zgSf~72V#TA3wiO}r{VR>OCwJo?C_XpZjSe8@w907j zS%GMLLxsG17o&XyKF9V~$lb`;qI?nhe}|SETfgxocH+CSeF>Ig(NJTT8SwR;dlBxLq83!ECLuHg}^osK!zPqMz`1&N||Ek7D?*hy`ptjMc4tzR2 zG5YNLjDBDrKfq zan6$h^aC@E^UA@ufAcdgWZA^7+8LwF82ENOV|2t4)QU02n2rc;lO7pkJk8tSN}J+h z8-m9%8mi5GUe5{+9A`yp)~ZQSM(LTv5|b?b*QVm{$BYNsLsA>e z#-rwYVK`LkY&@Nlf!*$R#_SU0{}IiMXTG!}-lEKyW9kK^aZn4mR2xPaocXQEL|^06*I1)IamHt_QI31wF+Sf6m-^(X@%gd8 zu@idU`0hj)k;6XYr!`2+w+=9V_O&Bw|G@a;0YrWw!1%Ka64NIde{X*R2js1gjeM+- zw`^l9I|;{EW2xErrzS3H4lw>fvPkO>naHw`subadU=iyR+nAEP8?eh~R z%|#6R`voT)Z}aH*-K zeJ5B~H&e^WSdz7orq;(G*{V-X?S|s-W{<<{=xu!0| zvJtQMo4SNx4Ua4|by*Y#&*o%h* z4kt{3U8@tj{MHn7t~;7lX{M07Ed-vp#+txapp zRKc{N@^NfXo-%Eomw})**OYt#16tv3+8#3$J>bTs9R;lr{{y?3b{+{ss`<2BvLgI`y?GJm@)7 zcD#)2__XPa1N_30X{IyxgK+w7wdu@PJnvY6DR&_xJU-u)yB_-jU))U>dYGZzJHDDO zjK`WZIB3eR8HcvGRv}+F`hQIRAOEp3V~^>|Xe1VO2AXb<^u-Yit?BmbAvibC%5<+H zlvOv`$}4%Mzv{snZYG%?)MWVAbh7E;t7M!X@G(6egYQSgnx6H_g7W+`&s5TSCb5+_ zO)oaVuIH{dy*cxic-O_IFE9qan4j0?2qU+0X??;l(4cgv&m}g zJXjdlFz9jU?LjqteWwi72!3%3monGh5jVe1!)zXnFw2F(hY7Cx=B z?b_774Judqe=nI4ZF!}4s}*)0ixLDKtH1VFU)v_-Jf8o*8-jy;ehm!zzqgwDO`JSw zYPhZ6G}~U5*Wqb)^*x>k?hA4pR5fOCteoeQoV0vQqZ!eN zy#opV&Kh)~q15k>eu3V@Ft)`2+xd_F_g60pp+E|zAPOhj85s+<|KB(|xlQs5oQ6qF z4w@P=F(@qDFVuFRyPK`c(0;ZdVbj7fW!p((Z9{{C{Q@Fv2YQ7B1_yM`o+5g>WaGx|I$kqw#5Ii+x?Saj;qb6oAo|w&!PR!;FTmOGpYN$N` delta 17604 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 + + : + + + + The size of the file which has been stored during the current recording in megabytes (MB) + + + AnalysisFeature @@ -60,32 +69,47 @@ BaseExternalLibraryFeature - + Add to Auto DJ Queue (bottom) 添加至自动 Dj 队列(底部) - + Add to Auto DJ Queue (top) 添加至自动 Dj 队列(顶部) - + Add to Auto DJ Queue (replace) 添加至自动 DJ 队列(替换) - - Import Playlist - 导入播放列表 + + Import as Playlist + 以播放列表来导入 + + + + Import as Crate + 以音乐箱子来导入 + + + + Crate Creation Failed + 音乐箱子的创建失败了 + + + + Could not create crate, it most likely already exists: + 无法创建音乐箱子,因为很可能已经存在: - + Playlist Creation Failed 播放列表创建失败 - + An unknown error occurred while creating playlist: 创建播放列表时发生未知错误: @@ -93,154 +117,154 @@ BasePlaylistFeature - + New Playlist 新建播放列表 - + Add to Auto DJ Queue (bottom) 添加至自动 Dj 队列(底部) - - + + Create New Playlist 新建播放列表 - + Add to Auto DJ Queue (top) 添加至自动 Dj 队列(顶部) - + Remove 删除 - + Rename 重命名 - + Lock 锁定 - + Duplicate 复制 - - + + Import Playlist 导入播放列表 - + Export Track Files 导出音轨文件 - + Analyze entire Playlist 分析所有播放列表 - + Enter new name for playlist: 为播放列表设置新的名称: - + Duplicate Playlist 复制播放列表 - - + + Enter name for new playlist: 输入播放列表的新名称: - - + + Export Playlist 导出播放列表 - + Add to Auto DJ Queue (replace) 添加至自动 DJ 队列(替换) - + Rename Playlist 重命名播放列表 + - Renaming Playlist Failed 重命名播放列表失败 - - - + + + A playlist by that name already exists. 使用该名称的播放列表已存在。 - - - + + + A playlist cannot have a blank name. 播放列表名称不能为空。 - + _copy //: Appendix to default name when duplicating a playlist _copy + - + - - - + + Playlist Creation Failed 播放列表创建失败 - - + + An unknown error occurred while creating playlist: 创建播放列表时发生未知错误: - + Confirm Deletion 确认删除 - + Do you really want to delete playlist <b>%1</b>? 您真的要删除播放列表%1? - + M3U Playlist (*.m3u) M3U播放列表 (*.m3u) - + M3U Playlist (*.m3u);;M3U8 Playlist (*.m3u8);;PLS Playlist (*.pls);;Text CSV (*.csv);;Readable Text (*.txt) M3U 播放列表(*.m3u);;M3U8 播放列表(*.m3u8);;PLS 播放列表(*.pls);;文本 CSV (*.csv);;可读文本(*.txt) @@ -261,7 +285,7 @@ BaseTrackPlayerImpl - + Couldn't load track. 无法加载音轨。 @@ -269,137 +293,137 @@ BaseTrackTableModel - + Album 专辑 - + Album Artist 专辑艺术家 - + Artist 歌手 - + Bitrate 比特率 - + BPM BPM - + Channels 通道 - + Color 颜色 - + Comment 备注 - + Composer 作曲家 - + Cover Art 封面图片 - + Date Added 加入日期 - + Last Played 最后播放 - + Duration 持续时间 - + Type 类型 - + Genre 流派 - + Grouping 分组 - + Key 音调 - + Location 位置 - + Preview 预览 - + Rating 评分 - + ReplayGain 播放音量增益 - + Samplerate 采样率 - + Played 已播放 - + Title 标题 - + Track # 曲号 - + Year 年份 - + Fetching image ... Tooltip text on the cover art column shown when the cover is read from disk 獲取圖片中... @@ -408,12 +432,12 @@ BroadcastManager - + Action failed 操作失败 - + Please enable at least one connection to use Live Broadcasting. 请在使用实况直播功能之前至少启用一条连接。 @@ -487,59 +511,59 @@ BrowseFeature - + Add to Quick Links 添加至快速链接 - + Remove from Quick Links 移除快速链接 - + Add to Library 添加至音乐库 - + Quick Links 快速链接 - - + + Devices 设备 - + Removable Devices 可移动设备 - - + + Computer 我的电脑 - + Music Directory Added 音乐目录已添加 - + You added one or more music directories. The tracks in these directories won't be available until you rescan your library. Would you like to rescan now? 您已添加一个或更多音乐目录。这些音轨将在您重新扫描音乐库前不可用。您想立即扫描音乐库吗? - + Scan 扫描 - + "Computer" lets you navigate, view, and load tracks from folders on your hard disk and external devices. “我的电脑”可以让您从您的硬盘及外置设备中浏览、查看、载入音轨 @@ -691,73 +715,78 @@ CmdlineArgs - + Mixxx is an open source DJ software. For more information, see: Mixxx是一款开源DJ软件。有关详细信息,请参阅: - + Starts Mixxx in full-screen mode 打开全屏模式 - + Use a custom locale for loading translations. (e.g 'fr') 使用自定义区域设置加载语言。(例如"法语") - + Top-level directory where Mixxx should look for its resource files such as MIDI mappings, overriding the default installation location. 在MIXXX中查找相关资源文件如MIDI映射目录,存放在默认文件位置 - + Path the debug statistics time line is written to 调试统计数据时间线写入的路径 - - Use legacy vu meter - 使用老版本的 VU 表 - - - - Use legacy spinny - 使用舊版的旋轉界面 - - - + Causes Mixxx to display/log all of the controller data it receives and script functions it loads 使 Mixxx 显示/记录它接收的所有控制器数据,并为它加载的脚本函数 - + The controller mapping will issue more aggressive warnings and errors when detecting misuse of controller APIs. New Controller Mappings should be developed with this option enabled! 控制器映射在检测到滥用控制器 API 时会发出更严厉的警告和错误。开发新的控制器映射时应启用该选项! - + Enables developer-mode. Includes extra log info, stats on performance, and a Developer tools menu. 启用开发者模式。包括更多的日志信息、性能统计信息和开发人员工具菜单 - + Top-level directory where Mixxx should look for settings. Default is: Mixxx 应在其中查找设置的顶级目录。默认值为: - + + Use legacy vu meter + 使用老版本的 VU 表 + + + + Use legacy spinny + 使用舊版的旋轉界面 + + + + Loads experimental QML GUI instead of legacy QWidget skin + 加载实验性的 QML GUI,而不是传统的 QWidget 皮肤 + + + Enables safe-mode. Disables OpenGL waveforms, and spinning vinyl widgets. Try this option if Mixxx is crashing on startup. 启用安全模式。禁用 OpenGL 波形和旋转的唱片小部件。如果 Mixxx 在启动时崩溃,请尝试此选项 - + [auto|always|never] Use colors on the console output. [自动||无]在控制台输出上使用颜色 - + Sets the verbosity of command line logging. critical - Critical/Fatal only warning - Above + Warnings @@ -772,17 +801,17 @@ trace - Above + Profiling messages 跟踪 - 以上 + 分析消息 - + Sets the the logging level at which the log buffer is flushed to mixxx.log. <level> is one of the values defined at --log-level above. 设置将日志缓冲区刷新为mixxx.log的日志级别。是上面在——log级别定义的值之一。 - + Breaks (SIGINT) Mixxx, if a DEBUG_ASSERT evaluates to false. Under a debugger you can continue afterwards. 如果DEBUG_ASSERT的计算结果为false,则中断(SIGINT) Mixxx。在调试器下,您可以随后继续。 - + Load the specified music file(s) at start-up. Each file you specify will be loaded into the next virtual deck. 在启动时加载指定的音乐文件。您指定的每个文件将被加载到下一个碟盘中。 @@ -842,32 +871,32 @@ trace - Above + Profiling messages ControlModel - + Group - + Item 项目 - + Value 数字 - + Parameter 参数 - + Title 标题 - + Description 描述 @@ -964,13 +993,13 @@ trace - Above + Profiling messages - + Set to full volume 音量全满 - + Set to zero volume 设为音量 0 @@ -995,13 +1024,13 @@ trace - Above + Profiling messages 倒带(轨)键 - + Headphone listen button 耳机监听键 - + Mute button 静音按钮 @@ -1012,25 +1041,25 @@ trace - Above + Profiling messages - + Mix orientation (e.g. left, right, center) 声道选择(例如:左声道、右声道、立体声) - + Set mix orientation to left 设置输出声道为左声道 - + Set mix orientation to center 设置输出声道为立体声 - + Set mix orientation to right 设置输出声道为右声道 @@ -1070,22 +1099,22 @@ trace - Above + Profiling messages BPM 敲打按钮 - + Toggle quantize mode 切换数字模式 - + One-time beat sync (tempo only) 一次性节拍同步(仅速度) - + One-time beat sync (phase only) 一次性节拍同步(仅相位) - + Toggle keylock mode 切换音调锁模式 @@ -1095,193 +1124,193 @@ trace - Above + Profiling messages 均衡器 - + Vinyl Control 唱盘控制 - + Toggle vinyl-control cueing mode (OFF/ONE/HOT) 唱盘控制cueing模式(关闭/单一/热切) - + Toggle vinyl-control mode (ABS/REL/CONST) 切换唱盘控制模式(绝对/相对/常量) - + Pass through external audio into the internal mixer 从外部音频传给内部混音器 - + Cues 切入点(Cues) - + Cue button 切入(Cue)键 - + Set cue point 设定Cue点 - + Go to cue point 跳到Cue点 - + Go to cue point and play 跳到Cue点并播放 - + Go to cue point and stop 跳到Cue点并停止 - + Preview from cue point 从Cue点开始预览 - + Cue button (CDJ mode) 切入Cue按钮(CDJ模式) - + Stutter cue Stutter切入 - + Hotcues 即时切点 - + Set, preview from or jump to hotcue %1 设置、预览或跳转至热切点 %1 - + Clear hotcue %1 清除热切点 %1 - + Set hotcue %1 设置热切点 %1 - + Jump to hotcue %1 跳转到热切点 %1 - + Jump to hotcue %1 and stop 跳转到热切点 %1 并停止 - + Jump to hotcue %1 and play 跳转到热切点 %1 并播放 - + Preview from hotcue %1 从热切点 %1 开始预览 - - + + Hotcue %1 热切点 %1 - + Looping 循环中 - + Loop In button 开始循环按钮 - + Loop Out button 退出循环按钮 - + Loop Exit button 结束循环按钮 - + 1/2 1/2 - + 1 1 - + 2 2 - + 4 4 - + 8 8 - + 16 16 - + 32 32 - + 64 64 - + Move loop forward by %1 beats 将循环向前移动 %1 拍 - + Move loop backward by %1 beats 将循环向后移动 %1 拍 - + Create %1-beat loop 创建 %1 拍的循环 - + Create temporary %1-beat loop roll 创建临时的 %1 拍循环滚动 @@ -1397,20 +1426,20 @@ trace - Above + Profiling messages - - + + Volume Fader 音量调节 - + Full Volume 满音量 - + Zero Volume 零音量 @@ -1426,7 +1455,7 @@ trace - Above + Profiling messages - + Mute 静音 @@ -1437,7 +1466,7 @@ trace - Above + Profiling messages - + Headphone Listen 耳机监听 @@ -1458,25 +1487,25 @@ trace - Above + Profiling messages - + Orientation 定向 - + Orient Left 向左 - + Orient Center 向中间 - + Orient Right 向右 @@ -1546,82 +1575,82 @@ trace - Above + Profiling messages 向右移动节拍 - + Adjust Beatgrid 调整节拍 - + Align beatgrid to current position 将节拍对齐至当前位置 - + Adjust Beatgrid - Match Alignment 调整节拍 - 匹配对齐 - + Adjust beatgrid to match another playing deck. 调整节拍样式以匹配另一个正在播放的碟机。 - + Quantize Mode 量化模式 - + Sync 同步 - + Beat Sync One-Shot 单次节拍同步 - + Sync Tempo One-Shot 单次速度同步 - + Sync Phase One-Shot 单次相位同步 - + Pitch control (does not affect tempo), center is original pitch 音高控制(不影响速度),中间位置代表原始音高 - + Pitch Adjust 调整音高 - + Adjust pitch from speed slider pitch 通过速度滑杆来调整音高 - + Match musical key 匹配音调 - + Match Key 匹配音调 - + Reset Key 匹配音调 - + Resets key to original 重设音调 @@ -1662,456 +1691,456 @@ trace - Above + Profiling messages 低 EQ - + Toggle Vinyl Control 唱盘控制开关 - + Toggle Vinyl Control (ON/OFF) 唱盘控制开关 - + Vinyl Control Mode 唱盘控制模式 - + Vinyl Control Cueing Mode 唱盘控制切入(Cueing)模式 - + Vinyl Control Passthrough 唱盘控制直通 - + Vinyl Control Next Deck 唱盘控制下一碟机 - + Single deck mode - Switch vinyl control to next deck 单碟机模式 - 切换唱盘控制器至下一碟机 - + Cue 切入(Cue) - + Set Cue 设置Cue - + Go-To Cue 跳到Cue - + Go-To Cue And Play 跳到Cue并播放 - + Go-To Cue And Stop 跳到Cue并停止 - + Preview Cue 预览Cue - + Cue (CDJ Mode) 切入Cue (CDJ模式) - + Stutter Cue Stutter 切入 - + Go to cue point and play after release 跳到切入点并在释放后播放 - + Clear Hotcue %1 清除热切点 %1 - + Set Hotcue %1 设置热切点 %1 - + Jump To Hotcue %1 跳转到热切点 %1 - + Jump To Hotcue %1 And Stop 跳转到热切点 %1 并停止 - + Jump To Hotcue %1 And Play 跳转到热切点 %1 并播放 - + Preview Hotcue %1 预览热切点 %1 - + Loop In 循环入 - + Loop Out 退出循环 - + Loop Exit 结束循环 - + Reloop/Exit Loop 重新循环/退出循环 - + Loop Halve 循环减半 - + Loop Double 循环加倍 - + 1/32 1/32 - + 1/16 1/16 - + 1/8 1/8 - + 1/4 1/4 - + Move Loop +%1 Beats 移动循环 +%1 拍 - + Move Loop -%1 Beats 移动循环-%1 拍 - + Loop %1 Beats 循环%1 拍 - + Loop Roll %1 Beats 循环滚动 %1 拍 - + Add to Auto DJ Queue (bottom) 添加至自动 Dj 队列(底部) - + Append the selected track to the Auto DJ Queue 将所选音轨追加到自动 Dj 队列 - + Add to Auto DJ Queue (top) 添加至自动 Dj 队列(顶部) - + Prepend selected track to the Auto DJ Queue 将所选音轨前置于自动 Dj 队列 - + Load Track 加载音轨 - + Load selected track 载入选中音轨 - + Load selected track and play 加载并播放所选音轨 - - + + Record Mix 录制混音 - + Toggle mix recording 混音录制开关 - + Effects 效果 - + Quick Effects 快捷效果 - + Deck %1 Quick Effect Super Knob 碟机 %1 快捷效果的超级旋钮 - + Quick Effect Super Knob (control linked effect parameters) 快捷效果超级旋钮(控制关联的效果参数) - - + + Quick Effect 快捷效果 - + Clear Unit 清除单元 - + Clear effect unit 清除效果单元 - + Toggle Unit 切换单元 - + Dry/Wet 干/湿 - + Adjust the balance between the original (dry) and processed (wet) signal. 调整原始(dry)信号和处理后(wet)信号之间的平衡。 - + Super Knob 超级旋钮 - + Next Chain 下一效果器链 - + Assign 分配 - + Clear 清除 - + Clear the current effect 清除当前效果 - + Toggle 切换 - + Toggle the current effect 切换当前效果 - + Next 下一首 - + Switch to next effect 切换至下一个效果 - + Previous 上一首 - + Switch to the previous effect 切换至之前的效果 - + Next or Previous 下一个或上一个 - + Switch to either next or previous effect 切换至下一个或上一个效果 - - + + Parameter Value 参数值 - - + + Microphone Ducking Strength 麦克风闪避强度 - + Microphone Ducking Mode 麦克风闪避模式 - + Gain 增益 - + Gain knob 增益旋钮 - + Shuffle the content of the Auto DJ queue 随机播放自动 DJ 队列内容 - + Skip the next track in the Auto DJ queue 跳过自动 DJ 队列的下个音轨 - + Auto DJ Toggle 自动 DJ 切换 - + Toggle Auto DJ On/Off 开启/关闭自动 DJ - + Microphone & Auxiliary Show/Hide 麦克风和辅助显示/隐藏 - + Show/hide the microphone & auxiliary section 显示/隐藏麦克风和辅助部分 - + 4 Effect Units Show/Hide 显示/隐藏效果器 - + Switches between showing 2 and 4 effect units 在显示2和4个效果单位之间切换 - + Mixer Show/Hide 混音器显示/隐藏 - + Show or hide the mixer. 显示或隐藏混音器。 - + Cover Art Show/Hide (Library) 封面艺术展览/隐藏(音乐库) - + Show/hide cover art in the library 在音乐库展示/隐藏封面艺术 - + Library Maximize/Restore 音乐库界面最大化/还原 - + Maximize the track library to take up all the available screen space. 最大化音乐库以占用所有可用的屏幕空间。 - + Effect Rack Show/Hide 效果器 显出/隐藏 - + Show/hide the effect rack 显出/隐藏 效果器 - + Waveform Zoom Out 缩小波形 @@ -2126,102 +2155,102 @@ trace - Above + Profiling messages 耳机增益 - + Tap to sync tempo (and phase with quantize enabled), hold to enable permanent sync 点击同步速度(和相位与量化启用),保持启用永久同步 - + One-time beat sync tempo (and phase with quantize enabled) 一次性节拍同步节奏(和启用量化的相位) - + Playback Speed 回放速度 - + Playback speed control (Vinyl "Pitch" slider) 回放速度控制(唱盘音高滑块) - + Pitch (Musical key) 音高 - + Increase Speed 增加速度 - + Adjust speed faster (coarse) 加快速度(粗调) - + Increase Speed (Fine) 增加速度 (仔细) - + Adjust speed faster (fine) 加快速度(细调) - + Decrease Speed 降低速度 - + Adjust speed slower (coarse) 减慢速度(粗调) - + Adjust speed slower (fine) 减慢速度(细调) - + Temporarily Increase Speed 暂时增加速度 - + Temporarily increase speed (coarse) 暂时增加速度(粗调) - + Temporarily Increase Speed (Fine) 暂时增加速度(细调) - + Temporarily increase speed (fine) 暂时增加速度(细调) - + Temporarily Decrease Speed 暂时降低速度 - + Temporarily decrease speed (coarse) 暂时降低速度(粗调) - + Temporarily Decrease Speed (Fine) 暂时降低速度(细调) - + Temporarily decrease speed (fine) 暂时降低速度(细调) @@ -2293,942 +2322,952 @@ trace - Above + Profiling messages BPM / 网格 - + + Move Beatgrid + 調整節拍網格 + + + + Adjust the beatgrid to the left or right + 將節拍網格向左或向右調整 + + + Sync / Sync Lock 同步/同步锁定 - + Internal Sync Leader 内部同步高音 - + Toggle Internal Sync Leader 切换内部同步高音 - - + + Internal Leader BPM 內部主 BPM - + Internal Leader BPM +1 內部主 BPM +1 - + Increase internal Leader BPM by 1 增加 1 级内置BPM - + Internal Leader BPM -1 內部主 BPM -1 - + Decrease internal Leader BPM by 1 减少 1 级内置BPM - + Internal Leader BPM +0.1 內部主 BPM +0.1 - + Increase internal Leader BPM by 0.1 增加 1 级内置BPM - + Internal Leader BPM -0.1 内置BPM +0.1 - + Decrease internal Leader BPM by 0.1 將內部主導節拍每分鐘減少 0.1 BPM - + Sync Leader 同步高音 - + Sync mode 3-state toggle / indicator (Off, Soft Leader, Explicit Leader) 同步模式切换/指示灯(关,低音,高音) - + Speed 速度 - + Decrease Speed (Fine) 減慢速度(微調) - + Pitch (Musical Key) 音高 - + Increase Pitch 升高音调 - + Increases the pitch by one semitone 将音高增加一个半音 - + Increase Pitch (Fine) 增加间距(细) - + Increases the pitch by 10 cents 增加10间距 - + Decrease Pitch 降低音调 - + Decreases the pitch by one semitone 将音高降低一个半音 - + Decrease Pitch (Fine) 减少间距(细) - + Decreases the pitch by 10 cents 将音高降低10间距 - + Keylock 音调锁 - + CUP (Cue + Play) 切入(切入 + 播放) - + Shift cue points earlier 移动提示点 - + Shift cue points 10 milliseconds earlier 将提示点移动10毫秒 - + Shift cue points earlier (fine) 移动提示点(可选) - + Shift cue points 1 millisecond earlier 将提示点移动1毫秒 - + Shift cue points later 稍后移动提示点 - + Shift cue points 10 milliseconds later 10毫秒后移动提示点 - + Shift cue points later (fine) 稍后移动(好) - + Shift cue points 1 millisecond later 1毫秒后移动提示点 - + Hotcues %1-%2 热切点 %1 - + Intro / Outro Markers 介绍/超出标记 - + Intro Start Marker 介绍开始标记 - + Intro End Marker 介绍结束标记 - + Outro Start Marker 结尾部分开始标记 - + Outro End Marker 结尾部分结束标记 - + intro start marker 介绍开始标记 - + intro end marker 介绍结束标记 - + outro start marker 介绍开始标记 - + outro end marker 介绍结束标记 - + Activate %1 [intro/outro marker 激活Cue - + Jump to or set the %1 [intro/outro marker 跳转到热切点 %1 - + Set %1 [intro/outro marker 設定 %1 - + Set or jump to the %1 [intro/outro marker 設定或跳至 %1 - + Clear %1 [intro/outro marker 清除 %1 - + Clear the %1 [intro/outro marker 清除 %1 - + Loop Selected Beats 循环选中节奏 - + Create a beat loop of selected beat size 创建所选节奏循环 - + Loop Roll Selected Beats 循环选中节奏 - + Create a rolling beat loop of selected beat size 创建所选节奏循环 - + Loop Beats 循环节拍 - + Loop Roll Beats 循环滚动节拍 - + Go To Loop In 跳转到循环 - + Go to Loop In button 跳转到循环按钮 - + Go To Loop Out 前往循環終點 - + Go to Loop Out button 前往循環終點按鈕 - + Toggle loop on/off and jump to Loop In point if loop is behind play position 打开/关闭循环,跳转循环点 - + Reloop And Stop 再循环和终止 - + Enable loop, jump to Loop In point, and stop 启用循环,跳转循环点 - + Halve the loop length 将当前循环音轨长度折半 - + Double the loop length 将当前循环音轨长度加倍 - + Beat Jump / Loop Move 节拍跳跃/循环移动 - + Jump / Move Loop Forward %1 Beats 跳/移动循环前1拍 - + Jump / Move Loop Backward %1 Beats - + Jump forward by %1 beats, or if a loop is enabled, move the loop forward %1 beats - + Jump backward by %1 beats, or if a loop is enabled, move the loop backward %1 beats - + Beat Jump / Loop Move Forward Selected Beats - + Jump forward by the selected number of beats, or if a loop is enabled, move the loop forward by the selected number of beats - + Beat Jump / Loop Move Backward Selected Beats - + Jump backward by the selected number of beats, or if a loop is enabled, move the loop backward by the selected number of beats - + Beat Jump / Loop Move Forward 节拍跳跃/循环移动 - + Beat Jump / Loop Move Backward 节拍跳跃/循环移动 - + Loop Move Forward 向前移動循環 - + Loop Move Backward 向後移動循環 - + Remove Temporary Loop 移除臨時循環 - + Remove the temporary loop 移除臨時循環 - + Navigation 導航 - + Move up 向上移动 - + Equivalent to pressing the UP key on the keyboard 此操作的效果与按键盘上的上箭头按键是等效的 - + Move down 向下移动 - + Equivalent to pressing the DOWN key on the keyboard 此操作的效果与按键盘上的下箭头按键是等效的 - + Move up/down 向上/下移动 - + Move vertically in either direction using a knob, as if pressing UP/DOWN keys 使用旋钮上下移动,和按键盘上的上/下箭头效果一致 - + Scroll Up 向上滚动 - + Equivalent to pressing the PAGE UP key on the keyboard 此操作的效果与按键盘上的向上翻页键是等效的 - + Scroll Down 向下滚动 - + Equivalent to pressing the PAGE DOWN key on the keyboard 此操作的效果与按键盘上的向下翻页键是等效的 - + Scroll up/down 向上/下滚动 - + Scroll vertically in either direction using a knob, as if pressing PGUP/PGDOWN keys 使用旋钮上下滚动,和按键盘上的向上/下翻页键效果一致 - + Move left 向左移动 - + Equivalent to pressing the LEFT key on the keyboard 此操作的效果与按键盘上的左箭头按键是等效的 - + Move right 向右移动 - + Equivalent to pressing the RIGHT key on the keyboard 此操作的效果与按键盘上的右箭头按键是等效的 - + Move left/right 向左/右移动 - + Move horizontally in either direction using a knob, as if pressing LEFT/RIGHT keys 使用旋钮上下移动,和按键盘上的左/右箭头键效果一致 - + Move focus to right pane 移动焦点到右侧面板 - + Equivalent to pressing the TAB key on the keyboard 此操作的效果与按键盘上的 TAB 键是等效的 - + Move focus to left pane 移动焦点到左侧面板 - + Equivalent to pressing the SHIFT+TAB key on the keyboard 此操作的效果与按键盘上的 SHIFT+TAB 键是等效的 - + Move focus to right/left pane 移动焦点到左/右侧面板 - + Move focus one pane to right or left using a knob, as if pressing TAB/SHIFT+TAB keys 使用旋钮左右移动焦点,和按键盘上的 TAB/SHIFT+TAB 键效果一致 - + Sort focused column 將焦點列進行排序 - + Sort the column of the cell that is currently focused, equivalent to clicking on its header 對當前專注的儲存格所在的列進行排序,相當於點擊其標題欄。 - + Go to the currently selected item - + Choose the currently selected item and advance forward one pane if appropriate 選擇當前選定的項目,如果適用,則向前移動一個窗格 - + Load Track and Play 載入曲目並播放 - + Add to Auto DJ Queue (replace) 添加至自动 DJ 队列(替换) - + Replace Auto DJ Queue with selected tracks 使用选中的轨道替换自动 DJ 队列 - + Select next search history 選擇下一個搜索歷史 - + Selects the next search history entry 選擇下一個搜索歷史項目 - + Select previous search history 選擇前一個搜索歷史 - + Selects the previous search history entry 選擇上一個搜索歷史項目 - + Move selected search entry 移動所選擇的搜索項目 - + Moves the selected search history item into given direction and steps 將所選的搜索歷史項目移動到指定的方向和步驟 - + Clear search 清除搜索 - + Clears the search query 清除搜索查詢 - + Deck %1 Quick Effect Enable Button 檯面 %1 快速效果啟用按鈕 - + Quick Effect Enable Button 快速效果啟用按鈕 - + Enable or disable effect processing 启用/禁用效果 - + Super Knob (control effects' Meta Knobs) 超級旋鈕(控制效果的元旋鈕) - + Mix Mode Toggle 混音模式切換 - + Toggle effect unit between D/W and D+W modes 在 D/W 和 D+W 模式之間切換效果單元 - + Next chain preset 下一预设效果器链 - + Previous Chain 上一效果器链 - + Previous chain preset 上一预设效果器链 - + Next/Previous Chain 下一个/上一个效果器链 - + Next or previous chain preset 下一个/上一个预设效果器链 - - + + Show Effect Parameters 显示效果的参数 - + Effect Unit Assignment 效果單元分配 - + Meta Knob 元旋钮 - + Effect Meta Knob (control linked effect parameters) 效果元旋钮(控制鏈接的效果參數) - + Meta Knob Mode 元旋钮模式 - + Set how linked effect parameters change when turning the Meta Knob. 设置调节元旋钮时相关参数的改变方式。 - + Meta Knob Mode Invert 元旋钮模式反转 - + Invert how linked effect parameters change when turning the Meta Knob. 反轉旋轉元素旋钮時連接的效果參數如何變化。 - - + + Button Parameter Value 按鈕參數值 - + Microphone / Auxiliary 麦克风/辅助物 - + Microphone On/Off 麦克风 开/关 - + Microphone on/off 麦克风 开/关 - + Toggle microphone ducking mode (OFF, AUTO, MANUAL) 切换麦克风闪避模式(关闭/自动/手动) - + Auxiliary On/Off 辅助物 开/关 - + Auxiliary on/off 辅助物 开/关 - + Auto DJ 自动 DJ - + Auto DJ Shuffle 自动 DJ 随机播放 - + Auto DJ Skip Next 自动 DJ 跳至下一首 - + Auto DJ Add Random Track 自動 DJ 新增隨機曲目 - + Add a random track to the Auto DJ queue 將一個隨機曲目添加到自動 DJ 佇列 - + Auto DJ Fade To Next 自动 Dj 淡出至下一首 - + Trigger the transition to the next track 切换到下一音轨 - + User Interface 用户界面 - + Samplers Show/Hide 显示/隐藏采样器 - + Show/hide the sampler section 显示/隐藏采样器区域 - + Waveform Zoom Reset To Default 將波形縮放重置為預設值 - + Reset the waveform zoom level to the default value selected in Preferences -> Waveforms 將波形縮放級別重置為首選項 -> 波形 中選擇的預設值 - + Start/Stop Live Broadcasting 開始/停止直播 - + Stream your mix over the Internet. 将您的混音结果以流的形式发送到互联网。 - + Start/stop recording your mix. 開始/停止錄製您的混音。 - - + + Samplers 采样器 - + Vinyl Control Show/Hide 唱盘控制 显示/隐藏 - + Show/hide the vinyl control section 显示/隐藏 唱盘控制界面 - + Preview Deck Show/Hide 预览用碟机 显示/隐藏 - + Show/hide the preview deck 显示/隐藏 预览用碟机 - + Toggle 4 Decks 切换 4 碟机 - + Switches between showing 2 decks and 4 decks. 在 2 碟机视图和 4 碟机视图之间切换。 - + Cover Art Show/Hide (Decks) 封面圖示顯示/隱藏(檯面) - + Show/hide cover art in the main decks 在主要的檯面上顯示/隱藏封面圖片 - + Vinyl Spinner Show/Hide 唱盘控制 显示/隐藏 - + Show/hide spinning vinyl widget 显示/隐藏 唱盘控制器 - + Vinyl Spinners Show/Hide (All Decks) 顯示/隱藏 所有檯面的唱盤旋轉器 - + Show/Hide all spinnies 顯示/隱藏 所有旋轉物 - + Toggle Waveforms 切換波形 - + Show/hide the scrolling waveforms. 顯示/隱藏 滾動波形。 - + Waveform zoom 波形缩放 - + Waveform Zoom 波形缩放 - + Zoom waveform in 放大波形 - + Waveform Zoom In 放大波形 - + Zoom waveform out 缩小波形 - + Star Rating Up 增加星級评分 - + Increase the track rating by one star 將曲目評分增加一顆星 - + Star Rating Down 減少星級评分 - + Decrease the track rating by one star 將曲目評分減少一顆星 @@ -3597,37 +3636,37 @@ trace - Above + Profiling messages DlgAbout - + Mixxx %1.%2 Development Team - + With contributions from: 贡献人员名单: - + And special thanks to: 特别致谢: - + Past Developers 早期开发者 - + Past Contributors 早期贡献者 - + Official Website - + Donate @@ -3640,34 +3679,40 @@ trace - Above + Profiling messages 关于 Mixxx - - + + + Unknown 未知 - + Date: 日期: - + Git Version: - + + Qt Version: + + + + Platform: - + Credits 作者 - + License 授权 @@ -3906,7 +3951,7 @@ last sound. 禁用 - + Displays the duration and number of selected tracks. @@ -4163,7 +4208,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h 正在学习:%1。现在请对控制器进行操作。 - + The control you clicked in Mixxx is not learnable. This could be because you are either using an old skin and this control is no longer supported, or you clicked a control that provides visual feedback and can only be mapped to outputs like LEDs via scripts. @@ -4394,122 +4439,122 @@ You tried to learn: %1,%2 DlgPrefBroadcast - + Icecast 2 Icecast 2 - + Shoutcast 1 Shoutcast 1 - + Icecast 1 Icecast 1 - + MP3 MP3 - + Ogg Vorbis Ogg Vorbis - + Opus Opus - + AAC - + HE-AAC - + HE-AACv2 - + Automatic 自动 - + Mono 启用 - + Stereo 立体声 - - - - + + + + Action failed 操作失败 - + You can't create more than %1 source connections. - + Source connection %1 - + At least one source connection is required. - + Are you sure you want to disconnect every active source connection? - - + + Confirmation required - + '%1' has the same Icecast mountpoint as '%2'. Two source connections to the same server that have the same mountpoint can not be enabled simultaneously. - + Are you sure you want to delete '%1'? - + Renaming '%1' 重命名 '%1' - + New name for '%1': '%1' 的新名称: - + Can't rename '%1' to '%2': name already in use 无法将 '%1' 重命名为 '%2':名称已被使用 @@ -5082,22 +5127,22 @@ Apply settings and continue? DlgPrefControllers - + Mixxx uses "mappings" to connect messages from your controller to controls in Mixxx. If you do not see a mapping for your controller in the "Load Mapping" menu when you click on your controller on the left sidebar, you may be able to download one online from the %1. Place the XML (.xml) and Javascript (.js) file(s) in the "User Mapping Folder" then restart Mixxx. If you download a mapping in a ZIP file, extract the XML and Javascript file(s) from the ZIP file to your "User Mapping Folder" then restart Mixxx. - + Mixxx DJ Hardware Guide - + MIDI Mapping File Format - + MIDI Scripting with Javascript @@ -5207,6 +5252,11 @@ Apply settings and continue? Screen saver 屏幕保护程序 + + + Multi-Sampling + + Start in full-screen mode @@ -5800,38 +5850,63 @@ You can always drag-and-drop tracks on screen to clone a deck. DlgPrefInterface - + The minimum size of the selected skin is bigger than your screen resolution. 您的屏幕分辨率太低,无法容纳所选皮肤的最小尺寸。 - + Allow screensaver to run 允许屏幕保护程序运行 - + Prevent screensaver from running 防止屏幕保护程序运行 - + Prevent screensaver while playing 播放时防止屏幕保护程序运行 - + + Disabled + + + + + 2x MSAA + + + + + 4x MSAA + + + + + 8x MSAA + + + + + 16x MSAA + + + + This skin does not support color schemes 该皮肤不支持色彩方案 - + Information 信息 - - Mixxx must be restarted before the new locale or scaling settings will take effect. + + Mixxx must be restarted before the new locale, scaling or multi-sampling settings will take effect. @@ -6057,22 +6132,22 @@ and allows you to pitch adjust them for harmonic mixing. 扫描 - + Item is not a directory or directory is missing - + Choose a music directory 选择一个音乐目录 - + Confirm Directory Removal 确认移除目录 - + Mixxx will no longer watch this directory for new tracks. What would you like to do with the tracks from this directory and subdirectories?<ul><li>Hide all tracks from this directory and subdirectories.</li><li>Delete all metadata for these tracks from Mixxx permanently.</li><li>Leave the tracks unchanged in your library.</li></ul>Hiding tracks saves their metadata in case you re-add them in the future. Mixxx 将不会监视该目录中的新音轨。您希望如何处理该目录(及其子目录)中的音轨? <ul> @@ -6083,32 +6158,32 @@ and allows you to pitch adjust them for harmonic mixing. 隐藏音轨可以保留其元数据,以便您以后再次添加它们。 - + Metadata means all track details (artist, title, playcount, etc.) as well as beatgrids, hotcues, and loops. This choice only affects the Mixxx library. No files on disk will be changed or deleted. 元数据即音轨的信息(艺术家、标题、播放次数等)、节拍模式、热切点和循环设置。这些选项仅影响 Mixxx 媒体库。不会更改或删除相关的媒体文件。 - + Hide Tracks 隐藏音轨 - + Delete Track Metadata 删除音轨元数据 - + Leave Tracks Unchanged 不做改动 - + Relink music directory to new location 将音乐目录链接至新位置 - + Select Library Font 选择音乐库字体 @@ -6971,138 +7046,138 @@ The loudness target is approximate and assumes track pregain and main output lev DlgPrefSound - + %1 Hz %1 赫兹 - + Default (long delay) 默认(长延时) - + Experimental (no delay) 试验(无延时) - + Disabled (short delay) 禁用(短延时) - + Soundcard Clock - + Network Clock - + Direct monitor (recording and broadcasting only) - + Disabled 禁用 - + Enabled 已启用 - + Stereo 立体声 - + Mono 启用 - + To enable Realtime scheduling (currently disabled), see the %1. - + The %1 lists sound cards and controllers you may want to consider for using Mixxx. - + Mixxx DJ Hardware Guide - + auto (<= 1024 frames/period) - + 2048 frames/period - + 4096 frames/period - + Microphone inputs are out of time in the record & broadcast signal compared to what you hear. - + Measure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - - + + Refer to the Mixxx User Manual for details. - + Configured latency has changed. - + Remeasure round trip latency and enter it above for Microphone Latency Compensation to align microphone timing. - + Realtime scheduling is enabled. 已启用实时调度。 - + Main output only - + Main and booth outputs - + %1 ms %1 ms - + Configuration error 配置错误 @@ -7589,122 +7664,122 @@ Select from different types of displays for the waveform, which differ primarily DlgPreferences - + Sound Hardware 声音硬件 - + Controllers 控制器 - + Library 媒体库 - + Interface 界面 - + Waveforms 波形 - + Mixer 混音器 - + Auto DJ 自动 DJ - + Decks 碟机 - + Colors 颜色 - + &Help Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) 帮助(&H) - + &Restore Defaults Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) &恢复默认值 - + &Apply Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) 应用(&A) - + &Cancel Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) 取消(&C) - + &Ok Preferences standard buttons: consider the other buttons to choose a unique Alt hotkey (&) 确认(&O) - + Effects 效果 - + Recording 录制 - + Beat Detection 节拍检测 - + Key Detection 音调检测 - + Normalization 归一化 - + <font color='#BB0000'><b>Some preferences pages have errors. To apply the changes please first fix the issues.</b></font> 某些首选项页面有错误。要应用更改,请先解决问题。 - + Vinyl Control 唱盘控制 - + Live Broadcasting 在线广播 - + Modplug Decoder Modplug 解码器 @@ -7879,7 +7954,7 @@ Select from different types of displays for the waveform, which differ primarily 专辑艺术家 - + Fetching track data from the MusicBrainz database 从 MusicBrainz 数据库中获取音轨数据 @@ -7956,72 +8031,72 @@ Select from different types of displays for the waveform, which differ primarily 关闭(&C) - + Original tags 原始标签 - + Metadata applied - + %1 - + Could not find this track in the MusicBrainz database. - + Suggested tags 建议标签 - + The results are ready to be applied - + Can't connect to %1: %2 - + Looking for cover art - + Cover art found, receiving image. - + Cover Art is not available for selected metadata - + Metadata & Cover Art applied - + Selected cover art applied - + Cover Art File Already Exists - + File: %1 Folder: %2 Override existing file? @@ -8344,7 +8419,7 @@ Often results in higher quality beatgrids, but will not do well on tracks that h 取消(&C) - + (no color) @@ -8554,27 +8629,27 @@ Often results in higher quality beatgrids, but will not do well on tracks that h EngineBuffer - + Soundtouch (faster) Soundtouch(更快) - + Rubberband (better) Rubberband(更好) - + Rubberband R3 (near-hi-fi quality) - + Unknown, using Rubberband (better) - + Unknown, using Soundtouch @@ -8797,15 +8872,15 @@ Often results in higher quality beatgrids, but will not do well on tracks that h LegacySkinParser - - + + Safe Mode Enabled Shown when Mixxx is running in safe mode. 已启用安全模式 - - + + No OpenGL support. Shown when Spinny can not be displayed. Please keep @@ -8817,57 +8892,57 @@ Shown when VuMeter can not be displayed. Please keep 支持。 - + activate 启用 - + toggle 切换 - + right - + left - + right small 右小 - + left small 左小 - + up - + down - + up small 上小 - + down small 下小 - + Shortcut 快捷键 @@ -8950,32 +9025,32 @@ Do you really want to overwrite it? MidiController - + MIDI Controller MIID 控制器 - + MixxxControl(s) not found 未找到 Mixxx 控制器 - + One or more MixxxControls specified in the outputs section of the loaded mapping were invalid. - + * Make sure the MixxxControls in question actually exist. Visit the manual for a complete list: - + Some LEDs or other feedback may not work correctly. 部分 LED 或反馈设备可能无法正常工作。 - + * Check to see that the MixxxControl names are spelled correctly in the mapping file (.xml) * 点击以查看映射文件(.xml)中 Mixxx 控制器名称是否正确 @@ -9051,183 +9126,183 @@ Do you really want to overwrite it? MixxxMainWindow - + Sound Device Busy 声音设备正忙 - + <b>Retry</b> after closing the other application or reconnecting a sound device 请关闭其他应用程序,或重新连接设备后<b>重试</b> - - - + + + <b>Reconfigure</b> Mixxx's sound device settings. <b>重新配置</b> Mixxx 声音设备。 - - + + Get <b>Help</b> from the Mixxx Wiki. 从 Mixxx Wiki 中获取<b>帮助</b>。 - - - + + + <b>Exit</b> Mixxx. <b>退出</b> Mixxx。 - + Retry 重试 - + skin - - + + Reconfigure 重新配置 - + Help 帮助 - - + + Exit 退出 - - + + Mixxx was unable to open all the configured sound devices. Mixxx 无法打开所有要打开的音频设备 - + Sound Device Error 音频设备错误 - + <b>Retry</b> after fixing an issue 修正错误后 <b> 重试 </b> - + No Output Devices 没有输出设备 - + Mixxx was configured without any output sound devices. Audio processing will be disabled without a configured output device. Mixxx 的配置中没有任何输出设备,将会禁用音频处理操作。 - + <b>Continue</b> without any outputs. 确定在没有任何输出的情况下<b>继续</b>。 - + Continue 继续 - + Load track to Deck %1 加载音轨到碟机 %1 - + Deck %1 is currently playing a track. 碟机 %1 当前正在播放。 - + Are you sure you want to load a new track? 您确定要加载新音轨吗? - + There is no input device selected for this vinyl control. Please select an input device in the sound hardware preferences first. 尚未选择用于唱盘控制的输入设备。 请在声音硬件的首选项中选择一个输入设备。 - + There is no input device selected for this passthrough control. Please select an input device in the sound hardware preferences first. 尚未选择用于唱盘控制的输入设备。 请在声音硬件的首选项中选择一个输入设备。 - + There is no input device selected for this microphone. Do you want to select an input device? - + There is no input device selected for this auxiliary. Do you want to select an input device? - + Error in skin file 皮肤文件错误 - + The selected skin cannot be loaded. 无法加载所选皮肤。 - + OpenGL Direct Rendering OpenGL 直接渲染 - + Direct rendering is not enabled on your machine.<br><br>This means that the waveform displays will be very<br><b>slow and may tax your CPU heavily</b>. Either update your<br>configuration to enable direct rendering, or disable<br>the waveform displays in the Mixxx preferences by selecting<br>"Empty" as the waveform display in the 'Interface' section. - - - + + + Confirm Exit 确认退出 - + A deck is currently playing. Exit Mixxx? 有唱机正在播放。确定退出 Mixxx 吗? - + A sampler is currently playing. Exit Mixxx? 有采样器正在播放。确定退出 Mixxx 吗? - + The preferences window is still open. 首选项窗口尚未关闭。 - + Discard any changes and exit Mixxx? 取消所作更改并退出 Mixxx 吗? @@ -9243,43 +9318,48 @@ Do you want to select an input device? PlaylistFeature - + Lock 锁定 - - + + Playlists 播放列表 - + + Shuffle Playlist + + + + Unlock 解锁 - + Playlists are ordered lists of tracks that allow you to plan your DJ sets. - + It may be necessary to skip some tracks in your prepared playlist or add some different tracks in order to maintain the energy of your audience. - + Some DJs construct playlists before they perform live, but others prefer to build them on-the-fly. 一些DJ在他们表演之前创建播放列表,但其他人更倾向于即兴表演。 - + When using a playlist during a live DJ set, remember to always pay close attention to how your audience reacts to the music you've chosen to play. 在在线 Dj 集中使用播放列表时,请时刻注意您的听众对所选音乐的反应。 - + Create New Playlist 新建播放列表 @@ -9347,7 +9427,7 @@ Do you want to scan your library for cover files now? QObject - + Invalid 无效 @@ -9453,68 +9533,68 @@ Do you want to scan your library for cover files now? 14-位(MSB) - + Main - + Booth - + Headphones 耳机 - + Left Bus 左总线 - + Center Bus 中总线 - + Right Bus 右总线 - + Invalid Bus 无效总线 - + Deck 碟盘 - + Record/Broadcast - + Vinyl Control 唱盘控制 - + Microphone 麦克风 - + Auxiliary 辅助 - - + + Unknown path type %1 路径类型 %1 未知 @@ -9607,6 +9687,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Time @@ -9644,6 +9726,7 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + Delay time 1/8 - 2 beats if tempo is detected 1/8 - 2 seconds if no tempo is detected @@ -9662,6 +9745,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + Quantize @@ -9677,6 +9762,8 @@ If you do not want to grant Mixxx access, click Cancel on the file picker. Mixxx + + @@ -9974,7 +10061,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for Low Filter 低通滤波器增益 @@ -10031,7 +10118,7 @@ Higher values result in less attenuation of high frequencies. - + Gain for High Filter 高通滤波器增益 @@ -10051,22 +10138,22 @@ Higher values result in less attenuation of high frequencies. - + Graphic Equalizer 图形化均衡器 - + Graphic EQ 图形化均衡器 - + An 8-band graphic equalizer based on biquad filters 基于双二阶滤波器的八频段图形化滤波器 - + Gain for Band Filter %1 带通滤波器 %1 增益 @@ -10149,8 +10236,8 @@ Higher values result in less attenuation of high frequencies. - - + + Range 范围 @@ -10180,42 +10267,42 @@ Higher values result in less attenuation of high frequencies. %1:%2 - + Ctrl+t Ctrl+T - + Ctrl+y Ctrl+Y - + Ctrl+u Ctrl+U - + Ctrl+i Ctrl+I - + Ctrl+o Ctrl+O - + Ctrl+Shift+O Ctrl+Shift+O - + Ctrl+, Ctrl+, - + Ctrl+P Ctrl+P @@ -10235,17 +10322,17 @@ Higher values result in less attenuation of high frequencies. 使用 Lipshitz 和 Vanderkooy 混音器的 Bessel 八阶滤波隔离器(比特完美统一,滚降为 -48 分贝/八度音)。 - + LinkwitzRiley8 Isolator LinkwitzRiley8 隔离器 - + LR8 ISO LR8 ISO - + A Linkwitz-Riley 8th-order filter isolator (optimized crossover, constant phase shift, roll-off -48 dB/octave). Linkwitz-Riley 八阶滤波隔离器(优化分频,恒定相移,滚降为 -48 dB /八度音)。若要调整频率架,请参考均衡器选项。 @@ -10647,18 +10734,18 @@ Fully right: end of the effect period - + encoder failure - + Failed to apply the selected settings. - + Deck %1 碟盘 %1 @@ -10698,52 +10785,52 @@ Fully right: end of the effect period - - + + Pitch Shift - + Raises or lowers the original pitch of a sound. - - + + Pitch - + The pitch shift applied to the sound. - + The range of the Pitch knob (0 - 2 octaves). - - + + Semitones - + Change the pitch in semitone steps instead of continuously. - - + + Formant - + Preserve the resonant frequencies (formants) of the human vocal tract and other instruments. Hint: compensates "chipmunk" or "growling" voices @@ -10791,10 +10878,31 @@ Hint: compensates "chipmunk" or "growling" voices - + Passthrough + + + + Glitch + + + + + Periodically samples and repeats a small portion of audio to create a glitchy metallic sound. + + + + + Round the Time parameter to the nearest 1/8 beat. + + + + + When the Quantize parameter is enabled, divide rounded 1/8 beats of Time parameter by 3. + + (empty) @@ -10963,7 +11071,7 @@ Hint: compensates "chipmunk" or "growling" voices RhythmboxFeature - + Rhythmbox Rhythmbox @@ -11009,34 +11117,34 @@ Hint: compensates "chipmunk" or "growling" voices SeratoFeature - - - + + + Serato - + Reads the following from the Serato Music directory and removable devices: - + Tracks 音轨 - + Crates 分类列表 - + Check for Serato databases (refresh) - + (loading) Serato @@ -11044,64 +11152,64 @@ Hint: compensates "chipmunk" or "growling" voices SetlogFeature - + Join with previous (below) - + Mark all tracks played - + Finish current and start new - + Lock all child playlists - + Unlock all child playlists - + Delete all unlocked child playlists - + History 历史 - + Unlock 解锁 - + Lock 锁定 - - + + Confirm Deletion 确认删除 - + Do you really want to delete all unlocked playlist from <b>%1</b>?<br><br> %1 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak - + Deleting %1 playlists from <b>%2</b>.<br><br> %1 is the number of playlists to be deleted %2 is the year <b> + </b> are used to make the text in between bold in the popup <br> is a linebreak @@ -11110,193 +11218,193 @@ Hint: compensates "chipmunk" or "growling" voices ShoutConnection - - + + Mixxx encountered a problem Mixxx遇到一个问题 - + Could not allocate shout_t 无法为 shout_t 分配内存 - + Could not allocate shout_metadata_t 无法为 shout_metadata_t 分配内存 - + Error setting non-blocking mode: 设置非阻塞模式时出错: - + Error setting tls mode: - + Error setting hostname! 设置主机名时出错! - + Error setting port! 设置端口时出错! - + Error setting password! 设置密码时出错! - + Error setting mount! 设置挂载点时出错! - + Error setting username! 设置i用户名时出错! - + Error setting stream name! 设置流的名称时出错! - + Error setting stream description! 设置流的描述时出错! - + Error setting stream genre! 设置流的流派时出错! - + Error setting stream url! 设置流的 URL 时出错! - + Error setting stream IRC! - + Error setting stream AIM! - + Error setting stream ICQ! - + Error setting stream public! 设置公共流错误 - + Unknown stream encoding format! - + Use a libshout version with %1 enabled - + Error setting stream encoding format! - + Broadcasting at 96 kHz with Ogg Vorbis is not currently supported. Please try a different sample rate or switch to a different encoding. - + See https://github.com/mixxxdj/mixxx/issues/5701 for more information. - + Unsupported sample rate - + Error setting bitrate 设置比特率时出错 - + Error: unknown server protocol! 错误:服务器协议未知! - + Error: Shoutcast only supports MP3 and AAC encoders - + Error setting protocol! 设置协议时出错! - + Network cache overflow 网络缓存溢出 - + Connection error - + One of the Live Broadcasting connections raised this error:<br><b>Error with connection '%1':</b><br> - + Connection message - + <b>Message from Live Broadcasting connection '%1':</b><br> - + Lost connection to streaming server and %1 attempts to reconnect have failed. 到流服务器的连接中断,且在 %1 次重试之后仍然无法重新连接 - + Lost connection to streaming server. 到流服务器的连接断开 - + Please check your connection to the Internet. 请检查您的互联网连接 - + Can't connect to streaming server 无法连接到流服务器 - + Please check your connection to the Internet and verify that your username and password are correct. 请检查您的互联网连接,并确保用户名和密码正确。 @@ -11312,23 +11420,23 @@ Hint: compensates "chipmunk" or "growling" voices SoundManager - - + + a device 一个设备 - + An unknown error occurred 发生了未知错误 - + Two outputs cannot share channels on "%1" 两个输出无法共享 %1 的通道 - + Error opening "%1" 无法打开 "%1" @@ -11680,7 +11788,7 @@ Hint: compensates "chipmunk" or "growling" voices - + Cover Art 封面图片 @@ -12132,52 +12240,42 @@ Hint: compensates "chipmunk" or "growling" voices - - If hotcue is a loop cue, toggles the loop and jumps to if the loop is behind the play position. - - - - - If the play position is inside an active loop, stores the loop as loop cue. - - - - + Delete selected hotcue. - + Track Comment - + Displays the comment tag of the loaded track. - + Opens separate artwork viewer. - + Effect Chain Preset Settings - + Show the effect chain settings menu for this unit. - + Select and configure a hardware device for this input - + Recording Duration 录制时间 @@ -12371,442 +12469,443 @@ Hint: compensates "chipmunk" or "growling" voices - + Displays the duration of the running recording. 显示运行录制的持续时间。 - + Auto DJ is active - + Hot Cue - Track will seek to nearest previous hotcue point. - + Sets the track Loop-In Marker to the current play position. - + Press and hold to move Loop-In Marker. - + Jump to Loop-In Marker. - + Sets the track Loop-Out Marker to the current play position. - + Press and hold to move Loop-Out Marker. - + Jump to Loop-Out Marker. - + Beatloop Size - + Select the size of the loop in beats to set with the Beatloop button. - + Changing this resizes the loop if the loop already matches this size. - + Halve the size of an existing beatloop, or halve the size of the next beatloop set with the Beatloop button. - + Double the size of an existing beatloop, or double the size of the next beatloop set with the Beatloop button. - + Start a loop over the set number of beats. - + Temporarily enable a rolling loop over the set number of beats. - + Beatjump/Loop Move Size - + Select the number of beats to jump or move the loop with the Beatjump Forward/Backward buttons. - + Beatjump Forward - + Jump forward by the set number of beats. - + Move the loop forward by the set number of beats. - + Jump forward by 1 beat. 向前跳 1 拍 - + Move the loop forward by 1 beat. 将循环向前移动 1 拍 - + Beatjump Backward 向后跳拍 - + Jump backward by the set number of beats. 向后跳过指定数量的节拍。 - + Move the loop backward by the set number of beats. 将循环向后移动指定数量的节拍。 - + Jump backward by 1 beat. 向后跳 1 拍 - + Move the loop backward by 1 beat. 将循环向后移动 1 拍 - + Reloop 再循环 - + If the loop is ahead of the current position, looping will start when the loop is reached. 如果在当前播放位置前方有循环节的话,将会在到达循环的时候开始循环。 - + Works only if Loop-In and Loop-Out Marker are set. 仅当设置了循环起始和结束位置时才会有效。 - + Enable loop, jump to Loop-In Marker, and stop playback. - + Displays the elapsed and/or remaining time of the track loaded. 显示加载跟踪的经过和 (或) 剩余时间。 - + Click to toggle between time elapsed/remaining time/both. 单击可切换时间/剩余时间时间或两者。 - + Hint: Change the time format in Preferences -> Decks. - + Show/hide intro & outro markers and associated buttons. - + Intro Start Marker 介绍开始标记 - - - - + + + + If marker is set, jumps to the marker. - - - - + + + + If marker is not set, sets the marker to the current play position. - - - - + + + + If marker is set, clears the marker. - + Intro End Marker 介绍结束标记 - + Outro Start Marker 结尾部分开始标记 - + Outro End Marker 结尾部分结束标记 - + Mix - + Adjust the mixing of the dry (input) signal with the wet (output) signal of the effect unit - + D/W mode: Crossfade between dry and wet - + D+W mode: Add wet to dry - + Mix Mode - + Adjust how the dry (input) signal is mixed with the wet (output) signal of the effect unit - + Dry/Wet mode (crossed lines): Mix knob crossfades between dry and wet Use this to change the sound of the track with EQ and filter effects. - + Dry+Wet mode (flat dry line): Mix knob adds wet to dry Use this to change only the effected (wet) signal with EQ and filter effects. - + Route the main mix through this effect unit. - + Route the left crossfader bus through this effect unit. - + Route the right crossfader bus through this effect unit. - + Right side active: parameter moves with right half of Meta Knob turn - + Skin Settings Menu - + Show/hide skin settings menu - + Save Sampler Bank 保存采样库 - + Save the collection of samples loaded in the samplers. - + Load Sampler Bank 加载采样库 - + Load a previously saved collection of samples into the samplers. - + Show Effect Parameters 显示效果的参数 - + Enable Effect 启用特效 - + Meta Knob Link 元旋钮链接 - + Set how this parameter is linked to the effect's Meta Knob. 设置此参数如何链接到效果的 Meta 旋钮。 - + Meta Knob Link Inversion 元旋钮链接反演 - + Inverts the direction this parameter moves when turning the effect's Meta Knob. 反转此参数时效果的 Meta 旋钮移动的方向。 - + Super Knob 超级旋钮 - + Next Chain 下一效果器链 - + Previous Chain 上一效果器链 - + Next/Previous Chain 下一个/上一个效果器链 - + Clear 清除 - + Clear the current effect. 清除当前效果。 - + Toggle 切换 - + Toggle the current effect. 切换当前效果。 - + Next 下一首 - + Clear Unit 清除单元 - + Clear effect unit. 清除效果单元。 - + Show/hide parameters for effects in this unit. - + Toggle Unit 切换单元 - + Enable or disable this whole effect unit. - + Controls the Meta Knob of all effects in this unit together. - + Load next effect chain preset into this effect unit. - + Load previous effect chain preset into this effect unit. - + Load next or previous effect chain preset into this effect unit. + @@ -12815,169 +12914,168 @@ Use this to change only the effected (wet) signal with EQ and filter effects. - Assign Effect Unit - + Assign this effect unit to the channel output. - + Route the headphone channel through this effect unit. - + Route this deck through the indicated effect unit. - + Route this sampler through the indicated effect unit. - + Route this microphone through the indicated effect unit. - + Route this auxiliary input through the indicated effect unit. - + The effect unit must also be assigned to a deck or other sound source to hear the effect. - + Switch to the next effect. 切换至下一个效果。 - + Previous 上一首 - + Switch to the previous effect. 切换至之前的效果。 - + Next or Previous 下一个或上一个 - + Switch to either the next or previous effect. 切换至下一个或上一个效果。 - + Meta Knob 元旋钮 - + Controls linked parameters of this effect 这种效应的控制链接的参数 - + Effect Focus Button 影响对焦按钮 - + Focuses this effect. 针对这种效果。 - + Unfocuses this effect. Unfocuses 这种效果。 - + Refer to the web page on the Mixxx wiki for your controller for more information. 您的控制器的详细信息,请参阅 Mixxx wiki 上的 web 页。 - + Effect Parameter 效果器参数 - + Adjusts a parameter of the effect. 调整效果器的参数。 - + Inactive: parameter not linked - + Active: parameter moves with Meta Knob - + Left side active: parameter moves with left half of Meta Knob turn - + Left and right side active: parameter moves across range with half of Meta Knob turn and back with the other half - - + + Equalizer Parameter Kill 均衡器参数置零 - - + + Holds the gain of the EQ to zero while active. 启用时,将均衡器的增益设为 0。 - + Quick Effect Super Knob 快捷效果的超级旋钮 - + Quick Effect Super Knob (control linked effect parameters). 快捷效果超级旋钮(控制关联的效果参数)。 - + Hint: Change the default Quick Effect mode in Preferences -> Equalizers. 提示:可以在 首选项 -> 均衡器 设置中更改默认的快捷效果模式。 - + Equalizer Parameter 均衡器参数 - + Adjusts the gain of the EQ filter. 调整均衡滤波器的增益。 - + Hint: Change the default EQ mode in Preferences -> Equalizers. 提示:可以在 首选项 -> 均衡器 设置中更改默认的均衡器模式。 @@ -13076,47 +13174,47 @@ Use this to change only the effected (wet) signal with EQ and filter effects.将音高降低半音。 - + Enable Vinyl Control 启用唱盘控制 - + When disabled, the track is controlled by Mixxx playback controls. 若禁用,将由 Mixxx 回放控制器来控制音轨。 - + When enabled, the track responds to external vinyl control. 若启用,则由外部唱盘控制器来控制音轨。 - + Enable Passthrough 启用直通 - + Indicates that the audio buffer is too small to do all audio processing. 指示当前音频缓冲区太小,无法进行完整的音频处理。 - + Displays cover artwork of the loaded track. 显示已加载音轨的封面。 - + Displays options for editing cover artwork. 显示用于编辑封面的选项。 - + Star Rating 开始评分 - + Assign ratings to individual tracks by clicking the stars. 通过选择星星数来给每个专辑打分(评级)。 @@ -13384,123 +13482,123 @@ Use this to change only the effected (wet) signal with EQ and filter effects.在速度滑块所对应的音高基准上再次调整音高。 - + Opens a menu to clear hotcues or edit their labels and colors. - + Record Mix 录制混音 - + Toggle mix recording. 切换混音录制。 - + Enable Live Broadcasting 启用在线广播 - + Stream your mix over the Internet. 将您的混音结果以流的形式发送到互联网。 - + Provides visual feedback for Live Broadcasting status: 为在线广播的状态提供可视化反馈: - + disabled, connecting, connected, failure. 禁用,正在连接,已连接,失败。 - + When enabled, the deck directly plays the audio arriving on the vinyl input. 若启用,碟机将会直接播放来自唱盘的输入信号。 - + Blue for passthrough enabled. 蓝色表示已启用直通。 - + Playback will resume where the track would have been if it had not entered the loop. 若音轨尚未进入循环,则会继续进行回放。 - + Loop Exit 结束循环 - + Turns the current loop off. 关闭当前循环。 - + Slip Mode 滑动模式 - + When active, the playback continues muted in the background during a loop, reverse, scratch etc. 若启用,将会在循环、反向或刮擦的时候将回放信号静音。 - + Once disabled, the audible playback will resume where the track would have been. 禁用之后,将会从音轨即将要播放的地方开始回放。 - + Track Key The musical key of a track 音轨音调 - + Displays the musical key of the loaded track. 显示已加载音轨的音调。 - + Clock 时钟 - + Displays the current time. 显示当前时间。 - + Audio Latency Usage Meter 音频使用延迟指示器 - + Displays the fraction of latency used for audio processing. 显示用于音频处理的延迟分数。 - + A high value indicates that audible glitches are likely. 值越大,表示越可能出现噪音。 - + Do not enable keylock, effects or additional decks in this situation. 在这个情况不要启用音调锁,效果器或者额外的碟机。 - + Audio Latency Overload Indicator 音频延迟过载指示器 @@ -13622,97 +13720,97 @@ Use this to change only the effected (wet) signal with EQ and filter effects.若设置了热切,将会跳至热切点。 - + If hotcue is not set, sets the hotcue to the current play position. 若未设置热切,将会在当前播放位置设置一个热切点。 - + Vinyl Control Mode 唱盘控制模式 - + Absolute mode - track position equals needle position and speed. 绝对模式 - 音轨位置与播放指针的位置和速度一致。 - + Relative mode - track speed equals needle speed regardless of needle position. 相对模式 - 音轨速度与播放指针速度一致(无论指针处于哪个位置) - + Constant mode - track speed equals last known-steady speed regardless of needle input. 常量模式 - 音轨速度等于(最近的)已知的稳定速度(无视指针输入)。 - + Vinyl Status 唱盘状态 - + Provides visual feedback for vinyl control status: 为唱盘控制器的状态提供可视化反馈: - + Green for control enabled. 绿色表示已启用控制。 - + Blinking yellow for when the needle reaches the end of the record. 黄色(闪烁)表示播放指针到达记录结尾。 - + Loop-In Marker 循环起始标记 - + Loop-Out Marker 播放结束标记 - + Loop Halve 循环减半 - + Halves the current loop's length by moving the end marker. 移动循环结束标记,使得循环长度减半。 - + Deck immediately loops if past the new endpoint. 在到达新的结束位置后,碟机将会立即循环。 - + Loop Double 循环加倍 - + Doubles the current loop's length by moving the end marker. 移动循环结束标记,使得循环长度加倍。 - + Beatloop 节拍循环 - + Toggles the current loop on or off. 开启或关闭当前循环。 - + Works only if Loop-In and Loop-Out marker are set. 仅当设置了循环起始和结束位置时才会有效。 @@ -13722,82 +13820,82 @@ Use this to change only the effected (wet) signal with EQ and filter effects.提示:可以在 首选项 -> 界面 中改变默认的切入模式。 - + Vinyl Cueing Mode 唱盘Cueing模式 - + Determines how cue points are treated in vinyl control Relative mode: 设置在唱盘控制的相对模式中,如何处理切入点: - + Off - Cue points ignored. 关闭 - 忽略切入点。 - + One Cue - If needle is dropped after the cue point, track will seek to that cue point. 单次切入 - 若取消了切入点后的播放指针,将会定位到此切入点。 - + Track Time 音轨时间 - + Track Duration 音轨长度 - + Displays the duration of the loaded track. 显示已加载的音轨的长度。 - + Information is loaded from the track's metadata tags. 已从音轨的元数据标签中载入 信息。 - + Track Artist 音轨艺术家 - + Displays the artist of the loaded track. 显示音轨的艺术家。 - + Track Title 音轨标题 - + Displays the title of the loaded track. 显示音轨的标题。 - + Track Album 专辑 - + Displays the album name of the loaded track. 显示音轨的专辑名称。 - + Track Artist/Title 音轨艺术家/标题 - + Displays the artist and title of the loaded track. 显示音轨的艺术家和标题。 @@ -13805,12 +13903,12 @@ Use this to change only the effected (wet) signal with EQ and filter effects. TrackCollection - + Hiding tracks 隐藏曲目 - + The selected tracks are in the following playlists:%1Hiding them will remove them from these playlists. Continue? 选定的曲目是在下面的 playlists:%1Hiding,他们将从这些播放列表中删除它们。要继续吗? @@ -14063,22 +14161,22 @@ This can not be undone! WEffectChainPresetButton - + Update Preset - + Rename Preset - + Save As New Preset... - + Save snapshot @@ -14100,7 +14198,7 @@ This can not be undone! WEffectParameterNameBase - + No effect loaded. 未加载效果器。 @@ -14124,452 +14222,452 @@ This can not be undone! WMainMenuBar - + &File 文件(&F) - + Load Track to Deck &%1 载入音轨到碟机 &%1 - + Loads a track in deck %1 载入音轨至碟机 %1 - + Open 打开 - + &Exit 退出(&E) - + Quits Mixxx 退出 Mixxx - + Ctrl+q Ctrl+Q - + &Library 音乐库(&L) - + &Rescan Library 重新扫描音乐库(&R) - + Rescans library folders for changes to tracks. 当音轨发生变化时,重新扫描媒体库文件夹。 - + Ctrl+Shift+L - + E&xport Library to Engine Prime - + Export the library to the Engine Prime format - + Create &New Playlist 新建播放列表(&N) - + Create a new playlist 新建播放列表 - + Ctrl+n Ctrl+N - + Create New &Crate 新建分类列表(&N) - + Create a new crate 创建新分类列表 - + Ctrl+Shift+N Ctrl+Shift+N - - + + &View 查看(&V) - + May not be supported on all skins. 并非所有皮肤均支持。 - + Show Skin Settings Menu - + Show the Skin Settings Menu of the currently selected Skin - + Ctrl+1 Menubar|View|Show Skin Settings Ctrl+1 - + Show Microphone Section 显示麦克风界面 - + Show the microphone section of the Mixxx interface. 在 Mixxx 内显示麦克风界面。 - + Ctrl+2 Menubar|View|Show Microphone Section Ctrl+2 - + Show Vinyl Control Section 显示唱盘控制界面 - + Show the vinyl control section of the Mixxx interface. 在 Mixxx 内显示唱盘控制界面。 - + Ctrl+3 Menubar|View|Show Vinyl Control Section Ctrl+3 - + Show Preview Deck 显示预览用碟机 - + Show the preview deck in the Mixxx interface. 在 Mixxx 内显示显示预览用碟机。 - + Ctrl+4 Menubar|View|Show Preview Deck Ctrl+4 - + Show Cover Art 显示封面 - + Show cover art in the Mixxx interface. 在 Mixxx 内显示封面。 - + Ctrl+6 Menubar|View|Show Cover Art Ctrl+6 - + Maximize Library 最大化音乐库 - + Maximize the track library to take up all the available screen space. 最大化音乐库以占用所有可用的屏幕空间。 - + Space Menubar|View|Maximize Library 空格键 - + &Full Screen 全屏(&F) - + Display Mixxx using the full screen 全屏模式显示 Mixxx - + &Options 选项(&O) - + &Vinyl Control 唱盘控制(&V) - + Use timecoded vinyls on external turntables to control Mixxx 对外部转盘使用时间编码的唱盘控制,以便控制 Mixxx - + Enable Vinyl Control &%1 启用Vinyl控制 &%1 - + &Record Mix 录制混音(&M) - + Record your mix to a file 将混音输出到文件 - + Ctrl+R Ctrl+R - + Enable Live &Broadcasting 启用在线广播(&B) - + Stream your mixes to a shoutcast or icecast server 将混音通过流输出到 shoutcast 或 icecast 服务器 - + Ctrl+L Ctrl+L - + Enable &Keyboard Shortcuts 启用键快捷键(&K) - + Toggles keyboard shortcuts on or off 键盘快捷键开关 - + Ctrl+` Ctrl+` - + &Preferences 首选项(&P) - + Change Mixxx settings (e.g. playback, MIDI, controls) 改变 Mixxx 设定(回放、MIDI、控制器等) - + &Developer 开发者(&D) - + &Reload Skin 重载皮肤(&R) - + Reload the skin 重新载入皮肤 - + Ctrl+Shift+R Ctrl+Shift+R - + Developer &Tools 开发者工具(&T) - + Opens the developer tools dialog 打开开发者工具对话框 - + Ctrl+Shift+T Ctrl+Shift+T - + Stats: &Experiment Bucket 统计:实验桶(&E) - + Enables experiment mode. Collects stats in the EXPERIMENT tracking bucket. 启用实验模式。统计数据将会收集到实验跟踪桶中。 - + Ctrl+Shift+E Ctrl+Shift+E - + Stats: &Base Bucket 统计:基础桶(&B) - + Enables base mode. Collects stats in the BASE tracking bucket. 启用基础模式。统计数据将会收集到基础跟踪桶中。 - + Ctrl+Shift+B Ctrl+Shift+B - + Deb&ugger Enabled 调试器已启用(&U) - + Enables the debugger during skin parsing 在解析皮肤时启用调试器 - + Ctrl+Shift+D Ctrl+Shift+D - + &Help 帮助(&H) - + Show Keywheel menu title - + Show keywheel tooltip text - + F12 Menubar|View|Show Keywheel - + &Community Support 社区帮助(&C) - + Get help with Mixxx 获取 Mixxx 帮助 - + &User Manual 用户手册(&U) - + Read the Mixxx user manual. 阅读Mixxx用户手册。 - + &Keyboard Shortcuts 键盘快捷键(&K) - + Speed up your workflow with keyboard shortcuts. 使用键盘快捷键提高你的效率。 - + &Settings directory - + Open the Mixxx user settings directory. - + &Translate This Application 翻译这个程序(&T) - + Help translate this application into your language. 帮助翻译此程序。 - + &About 关于(&A) - + About the application 关于此应用程序 @@ -14798,564 +14896,564 @@ This can not be undone! WTrackMenu - + Load to 载入到 - + Deck 碟盘 - + Sampler 采样 - + Add to Playlist 添加到播放列表 - + Crates 分类列表 - + Metadata 元数据 - + Update external collections - + Cover Art 封面图片 - + Adjust BPM 调节 BPM - + Select Color 选择颜色 - + Reset Reset metadata in right click track context menu in library 重设 - - + + Analyze 分析 - - + + Delete Track Files - + Add to Auto DJ Queue (bottom) 添加至自动 Dj 队列(底部) - + Add to Auto DJ Queue (top) 添加至自动 Dj 队列(顶部) - + Add to Auto DJ Queue (replace) 添加至自动 DJ 队列(替换) - + Preview Deck 预览碟机 - + Remove 删除 - + Remove from Playlist - + Remove from Crate - + Hide from Library 在媒体库中隐藏 - + Unhide from Library 在媒体库中显示 - + Purge from Library 从媒体库中清除 - + Move Track File(s) to Trash - + Delete Files from Disk - + Properties 属性 - + Open in File Browser 在文件管理器中打开 - + Select in Library - + Import From File Tags - + Import From MusicBrainz - + Export To File Tags 导出文件属性 - + BPM and Beatgrid 拍速和拍格 - + Play Count 播放计数 - + Rating 评分 - + Cue Point 切点 - + Hotcues 即时切点 - + Intro - + Outro - + Key 音调 - + ReplayGain 播放音量增益 - + Waveform 波形 - + Comment 备注 - + All 全部 - + Lock BPM 拍速锁定 - + Unlock BPM 拍速解锁 - + Double BPM 拍速倍增 - + Halve BPM 拍速倍减 - + 2/3 BPM 2/3 BPM - + 3/4 BPM 3/4 BPM - + 4/3 BPM 4/3 BPM - + 3/2 BPM 3/2 BPM - + Reset BPM 重置 BPM - + Reanalyze - + Reanalyze (constant BPM) - + Reanalyze (variable BPM) - + Update ReplayGain from Deck Gain - + Deck %1 碟盘 %1 - + Importing metadata of %n track(s) from file tags - + Marking metadata of %n track(s) to be exported into file tags - - + + Create New Playlist 新建播放列表 - + Enter name for new playlist: 输入播放列表的新名称: - + New Playlist 新建播放列表 - - - + + + Playlist Creation Failed 播放列表创建失败 - + A playlist by that name already exists. 使用该名称的播放列表已存在。 - + A playlist cannot have a blank name. 播放列表名称不能为空。 - + An unknown error occurred while creating playlist: 创建播放列表时发生未知错误: - + Add to New Crate - + Scaling BPM of %n track(s) - + Locking BPM of %n track(s) - + Unlocking BPM of %n track(s) - + Setting color of %n track(s) - + Resetting play count of %n track(s) - + Resetting beats of %n track(s) - + Clearing rating of %n track(s) - + Clearing comment of %n track(s) - + Removing main cue from %n track(s) - + Removing outro cue from %n track(s) - + Removing intro cue from %n track(s) - + Removing loop cues from %n track(s) - + Removing hot cues from %n track(s) - + Resetting keys of %n track(s) - + Resetting replay gain of %n track(s) - + Resetting waveform of %n track(s) - + Resetting all performance metadata of %n track(s) - + Permanently delete these files from disk? - - + + This can not be undone! - + Stop the deck and move this track file to the trash bin? - + Stop the deck and permanently delete this track file from disk? - + Cancel 取消 - + Delete Files - + Okay - + Move Track File(s) to Trash? - + Track Files Deleted - + Track Files Moved To Trash - + %1 track files were moved to trash and purged from the Mixxx database. - + %1 track files were deleted from disk and purged from the Mixxx database. - + Track File Deleted - + Track file was deleted from disk and purged from the Mixxx database. - + The following %1 file(s) could not be deleted from disk - + This track file could not be deleted from disk - + Remaining Track File(s) - + Close 关闭 - + Loops - + Removing %n track file(s) from disk... - + Note: if you are in the Computer or Recording view you need to click the current view again to see changes. - + Track File Moved To Trash - + Track file was moved to trash and purged from the Mixxx database. - + The following %1 file(s) could not be moved to trash - + This track file could not be moved to trash - + Setting cover art of %n track(s) - + Reloading cover art of %n track(s) @@ -15363,37 +15461,37 @@ This can not be undone! WTrackTableView - + Confirm track hide - + Are you sure you want to hide the selected tracks? - + Are you sure you want to remove the selected tracks from AutoDJ queue? - + Are you sure you want to remove the selected tracks from this crate? - + Are you sure you want to remove the selected tracks from this playlist? - + Don't ask again during this session - + Confirm track removal @@ -15409,7 +15507,7 @@ This can not be undone! WaveformWidgetFactory - + legacy @@ -15457,52 +15555,52 @@ This can not be undone! mixxx::CoreServices - + fonts - + database - + effects 效果 - + audio interface - + decks - + library - + Choose music library directory 选择音乐库目录 - + controllers - + Cannot open database 无法打开数据库 - + Unable to establish a database connection. Mixxx requires QT with SQLite support. Please read the Qt SQL driver documentation for information on how to build it.