From 230aece2177f9a952362f09e72d8a587e03b1f68 Mon Sep 17 00:00:00 2001 From: Johannes Lorenz <1042576+JohannesLorenz@users.noreply.github.com> Date: Mon, 23 May 2022 20:35:06 +0200 Subject: [PATCH] Add check-strings (#6379) This adds a script `check-strings` that checks whether strings, such as file paths or class names, are valid in files outside of the source code, e.g. in translations or themes. This also adds a verify script to verify `check-strings` on a constant git commit. Both scripts are under CI. --- .github/workflows/check-strings.yml | 19 ++ data/locale/ar.ts | 366 ++++++++++++++-------------- data/locale/bs.ts | 336 ++++++++++++------------- data/locale/ca.ts | 366 ++++++++++++++-------------- data/locale/cs.ts | 366 ++++++++++++++-------------- data/locale/de.ts | 366 ++++++++++++++-------------- data/locale/el.ts | 366 ++++++++++++++-------------- data/locale/en.ts | 366 ++++++++++++++-------------- data/locale/eo.ts | 366 ++++++++++++++-------------- data/locale/es.ts | 366 ++++++++++++++-------------- data/locale/eu.ts | 366 ++++++++++++++-------------- data/locale/fa.ts | 366 ++++++++++++++-------------- data/locale/fr.ts | 366 ++++++++++++++-------------- data/locale/gl.ts | 366 ++++++++++++++-------------- data/locale/he.ts | 366 ++++++++++++++-------------- data/locale/hi_IN.ts | 366 ++++++++++++++-------------- data/locale/hu_HU.ts | 366 ++++++++++++++-------------- data/locale/id.ts | 366 ++++++++++++++-------------- data/locale/it.ts | 366 ++++++++++++++-------------- data/locale/ja.ts | 366 ++++++++++++++-------------- data/locale/ka.ts | 366 ++++++++++++++-------------- data/locale/ko.ts | 366 ++++++++++++++-------------- data/locale/ms_MY.ts | 366 ++++++++++++++-------------- data/locale/nb.ts | 366 ++++++++++++++-------------- data/locale/nl.ts | 366 ++++++++++++++-------------- data/locale/oc.ts | 366 ++++++++++++++-------------- data/locale/pl.ts | 366 ++++++++++++++-------------- data/locale/pt.ts | 366 ++++++++++++++-------------- data/locale/ro.ts | 366 ++++++++++++++-------------- data/locale/ru.ts | 366 ++++++++++++++-------------- data/locale/sl.ts | 366 ++++++++++++++-------------- data/locale/sr.ts | 10 +- data/locale/sv.ts | 366 ++++++++++++++-------------- data/locale/tr.ts | 366 ++++++++++++++-------------- data/locale/uk.ts | 366 ++++++++++++++-------------- data/locale/zh_CN.ts | 366 ++++++++++++++-------------- data/locale/zh_TW.ts | 366 ++++++++++++++-------------- data/themes/classic/style.css | 6 +- data/themes/default/style.css | 6 +- tests/check-strings/README.md | 15 ++ tests/check-strings/check-strings | 160 ++++++++++++ tests/check-strings/expectation.txt | 81 ++++++ tests/check-strings/verify | 60 +++++ 43 files changed, 6732 insertions(+), 6405 deletions(-) create mode 100644 .github/workflows/check-strings.yml create mode 100644 tests/check-strings/README.md create mode 100755 tests/check-strings/check-strings create mode 100644 tests/check-strings/expectation.txt create mode 100755 tests/check-strings/verify diff --git a/.github/workflows/check-strings.yml b/.github/workflows/check-strings.yml new file mode 100644 index 000000000..a19b17b27 --- /dev/null +++ b/.github/workflows/check-strings.yml @@ -0,0 +1,19 @@ +name: check-strings + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Install python-tinycss2 + run: sudo apt-get install -y python3-tinycss2 + - name: Update submodules + run: git submodule update --init --recursive + - name: Verify check-strings script + run: tests/check-strings/verify + - name: Run check-strings + run: tests/check-strings/check-strings diff --git a/data/locale/ar.ts b/data/locale/ar.ts index ccc470542..3e2a41c4f 100644 --- a/data/locale/ar.ts +++ b/data/locale/ar.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS حول LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). إصدار %1 (%2/%3, Qt %4, %5). - + About حول - + LMMS - easy music production for everyone. LMMS - إنتاج موسيقى سهل للجميع. - + Copyright © %1. حقوق النشر © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors المؤلفون - + Involved المشاركون - + Contributors ordered by number of commits: المساهمون مرتبين وفقا لعدد المشاركات: - + Translation الترجمة - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License الرخصة @@ -586,95 +586,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track أضف مقطع أتمتة - + Remove steps أزل خطوات - + Add steps أضف خطوات - + Clone Steps استنسخ الخطوات - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 مستنسخ %1 @@ -3078,73 +3078,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect الكشف التقائي - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK حسناً - + Cancel - + LMMS إل إم إم إس - + Cycle Detected. @@ -3940,28 +3940,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect أضف تأثيرا - - + + Name - + Type - + Description - + Author @@ -4546,217 +4546,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project صدر المشروع - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel @@ -4772,32 +4772,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 صدر المشروع إلى %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error خطأ - + Error while determining file-encoder device. Please try to choose a different output format. خطأ أثناء تعيين جهاز مرمز-الملف. من فضلك جرب أن تختار بنية مخرج أخرى. - + Rendering: %1% @@ -11447,7 +11447,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12202,12 +12202,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12215,348 +12215,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings الأوضاع - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK حسناً - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13728,22 +13728,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/bs.ts b/data/locale/bs.ts index f99d38aaf..a81930de8 100644 --- a/data/locale/bs.ts +++ b/data/locale/bs.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS - + LMMS - + Version %1 (%2/%3, Qt %4, %5) - + About - + LMMS - easy music production for everyone - + Copyright © %1 - + <html><head/><body><p><a href="http://lmms.io"><span style=" text-decoration: underline; color:#0000ff;">http://lmms.io</span></a></p></body></html> - + Authors - + Involved - + Contributors ordered by number of commits: - + Translation - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License @@ -677,105 +677,105 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Click here to play the current beat/bassline. The beat/bassline is automatically looped when its end is reached. - + Click here to stop playing of current beat/bassline. - + Beat selector - + Track and step actions - + Add beat/bassline - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - + Change color - + Reset color to default - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -973,73 +973,73 @@ If you're interested in translating LMMS in another language or want to imp ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel - + LMMS - + Cycle Detected. @@ -1584,22 +1584,22 @@ If you're interested in translating LMMS in another language or want to imp EffectSelectDialog - + Add effect - + Name - + Description - + Author @@ -2340,177 +2340,177 @@ Right clicking will bring up a context menu where you can change the order in wh ExportProjectDialog - + Export project - + Output - + File format: - + Samplerate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Depth: - + 16 Bit Integer - + 32 Bit Float - + Please note that not all of the parameters above apply for all file formats. - + Quality settings - + Interpolation: - + Zero Order Hold - + Sinc Fastest - + Sinc Medium (recommended) - + Sinc Best (very slow!) - + Oversampling (use with care!): - + 1x (None) - + 2x - + 4x - + 8x - + Export as loop (remove end silence) - + Export between loop markers - + Start - + Cancel @@ -2526,22 +2526,22 @@ Please make sure you have write-permission to the file and the directory contain - + Export project to %1 - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -7321,7 +7321,7 @@ Reason: "%2" RenameDialog - + Rename... @@ -7472,325 +7472,325 @@ Reason: "%2" SetupDialog - + Setup LMMS - - + + General settings - + BUFFER SIZE - - + + Reset to default-value - + MISC - + Enable tooltips - + Show restart warning after changing settings - + Display volume as dBV - + Compress project files per default - + One instrument track window mode - + HQ-mode for output audio-device - + Compact track buttons - + Sync VST plugins to host playback - + Enable note labels in piano roll - + Enable waveform display by default - + Keep effects running even without input - + Create backup file when saving a project - + Reopen last project on start - + LANGUAGE - - + + Paths - + Directories - + LMMS working directory - + Themes directory - + Background artwork - + FL Studio installation directory - + VST-plugin directory - + GIG directory - + SF2 directory - + LADSPA plugin directories - + STK rawwave directory - + Default Soundfont File - - + + Performance settings - + Auto save - + Enable auto save feature - + UI effects vs. performance - + Smooth scroll in Song Editor - + Show playback cursor in AudioFileProcessor - - + + Audio settings - + AUDIO INTERFACE - - + + MIDI settings - + MIDI INTERFACE - + OK - + Cancel - + Restart LMMS - + Please note that most changes won't take effect until you restart LMMS! - + Frames: %1 Latency: %2 ms - + Here you can setup the internal buffer-size used by LMMS. Smaller values result in a lower latency but also may cause unusable sound or bad performance, especially on older computers or systems with a non-realtime kernel. - + Choose LMMS working directory - + Choose your GIG directory - + Choose your SF2 directory - + Choose your VST-plugin directory - + Choose artwork-theme directory - + Choose FL Studio installation directory - + Choose LADSPA plugin directory - + Choose STK rawwave directory - + Choose default SoundFont - + Choose background artwork - + minutes - + minute - + Auto save interval: %1 %2 - + Set the time between automatic backup to %1. Remember to also save your project manually. - + Here you can select your preferred audio-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, JACK, OSS and more. Below you see a box which offers controls to setup the selected audio-interface. - + Here you can select your preferred MIDI-interface. Depending on the configuration of your system during compilation time you can choose between ALSA, OSS and more. Below you see a box which offers controls to setup the selected MIDI-interface. @@ -8641,12 +8641,12 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number @@ -8766,14 +8766,14 @@ Please make sure you have read-permission to the file and the directory containi - VisualizationWidget + Oscilloscope - + click to enable/disable visualization of master-output - + Click to enable diff --git a/data/locale/ca.ts b/data/locale/ca.ts index c22c99fc3..6b0e3e311 100644 --- a/data/locale/ca.ts +++ b/data/locale/ca.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Quant a LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About Quant a - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autoria - + Involved - + Contributors ordered by number of commits: - + Translation Traducció - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Llicència @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps Elimina passos - + Add steps Afegeix passos - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name Restaura nom - + Change name Canvia nom - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name Nom - + Type Tipus - + Description Descripció - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11446,7 +11446,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12201,12 +12201,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12214,348 +12214,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Connectors - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio Àudio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13727,22 +13727,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/cs.ts b/data/locale/cs.ts index c16347304..147b2330d 100644 --- a/data/locale/cs.ts +++ b/data/locale/cs.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS O LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Verze %1 (%2/%3, Qt %4, %5). - + About O LMMS - + LMMS - easy music production for everyone. LMMS – snadné vytváření hudby pro každého. - + Copyright © %1. Autorská práva © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autoři - + Involved Spolupracovníci - + Contributors ordered by number of commits: Přispěvatelé řazení podle počtu příspěvků: - + Translation Překlad - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Máte-li chuť překládat LMMS do jiného jazyka nebo chcete-li vylepšit stávající překlad, Vaše pomoc bude vítána. Stačí jen kontaktovat správce! - + License Licence @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor Editor bicích/basů - + Play/pause current beat/bassline (Space) Přehrát/Pozastavit přehrávání aktuálního záznamu bicích/basů (mezerník) - + Stop playback of current beat/bassline (Space) Zastavit přehrávání aktuálního záznamu bicích/basů (mezerník) - + Beat selector Výběr rytmu - + Track and step actions Akce stopy a kroků - + Add beat/bassline Přidat bicí/basy - + Clone beat/bassline clip - + Add sample-track Přidat stopu samplů - + Add automation-track Přidat stopu automatizace - + Remove steps Odstranit kroky - + Add steps Přidat kroky - + Clone Steps Klonovat kroky - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Otevřít v editoru bicích/basů - + Reset name Resetovat jméno - + Change name Změnit jméno - BBTrack + PatternTrack - + Beat/Bassline %1 Bicí/basy %1 - + Clone of %1 Klon z %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Nastavení připojení - + MIDI CONTROLLER MIDI OVLADAČ - + Input channel Vstupní kanál - + CHANNEL KANÁL - + Input controller Vstupní ovladač - + CONTROLLER OVLADAČ - - + + Auto Detect Autodetekce - + MIDI-devices to receive MIDI-events from MIDI zařízení k přijmu MIDI události - + USER CONTROLLER UŽIVATELSKÝ OVLADAČ - + MAPPING FUNCTION MAPOVACÍ FUNKCE - + OK OK - + Cancel Zrušit - + LMMS LMMS - + Cycle Detected. Zjištěno zacyklení. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Přidat efekt - - + + Name Název - + Type Typ - + Description Popis - + Author Autor @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Exportovat projekt - + Export as loop (remove extra bar) Exportovat jako smyčku (odstranit přebývající takty) - + Export between loop markers Exportovat obsah smyčky - + Render Looped Section: - + time(s) - + File format settings Nastavení formátu souboru - + File format: Formát souboru: - + Sampling rate: Vzorkovací frekvence: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: Bitová hloubka: - + 16 Bit integer 16 bitů celočíselná - + 24 Bit integer 24 bitů celočíselná - + 32 Bit float 32 bitů s plovoucí řádovou čárkou - + Stereo mode: Režim stereo: - + Mono Mono - + Stereo Stereo - + Joint stereo Joint stereo - + Compression level: Úroveň komprese: - + Bitrate: Datový tok: - + 64 KBit/s 64 kbit/s - + 128 KBit/s 128 kbit/s - + 160 KBit/s 160 kbit/s - + 192 KBit/s 192 kbit/s - + 256 KBit/s 256 kbit/s - + 320 KBit/s 320 kbit/s - + Use variable bitrate Použít proměnlivý datový tok - + Quality settings Nastavení kvality - + Interpolation: Interpolace: - + Zero order hold Zero order hold - + Sinc worst (fastest) Sinc nejhorší (nejrychlejší) - + Sinc medium (recommended) Sinc střední (doporučeno) - + Sinc best (slowest) Sinc nejlepší (nejpomalejší) - + Oversampling: Převzorkování: - + 1x (None) 1x (žádné) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Začít - + Cancel Zrušit @@ -4772,32 +4772,32 @@ Please make sure you have write permission to the file and the directory contain Ověřte si prosím, zda máte povolen zápis do souboru a do složky, ve které je umístěn, a zkuste znovu! - + Export project to %1 Exportovat projekt do %1 - + ( Fastest - biggest ) (Nejrychlejší – největší) - + ( Slowest - smallest ) (Nejpomalejší – nejmenší) - + Error Chyba - + Error while determining file-encoder device. Please try to choose a different output format. Chyba při zjišťování souboru enkodéru. Zkuste prosím vybrat jiný výstupní formát. - + Rendering: %1% Renderuji: %1% @@ -11452,7 +11452,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Přejmenovat... @@ -12207,12 +12207,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections Zrušit MIDI připojení - + Save As Project Bundle (with resources) @@ -12220,349 +12220,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value Obnovit výchozí hodnoty - + Use built-in NaN handler Použít vestavěný NaN handler - + Settings Nastavení - - + + General Hlavní - + Graphical user interface (GUI) Grafické uživatelské rozhraní (GUI) - + Display volume as dBFS Zobrazit hlasitost v dBFS - + Enable tooltips Zapnout bublinovou nápovědu - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects Projekty - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language Jazyk - - + + Performance Výkon - + Autosave Automatické ukládání - + Enable autosave Povolit automatické ukládání - + Allow autosave while playing Povolit automatické ukládání během přehrávání - + User interface (UI) effects vs. performance Efekty uživatelského rozhraní (UI) vs. výkon - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Pluginy - + VST plugins embedding: Vložení VST pluginů: - + No embedding Nevkládat - + Embed using Qt API Vložit pomocí rozhraní Qt - + Embed using native Win32 API Vložit pomocí nativního rozhraní Win32 - + Embed using XEmbed protocol Vložit pomocí protokolu XEmbed - + Keep plugin windows on top when not embedded Udržet okna pluginů na vrchu, když nejsou vložená - + Sync VST plugins to host playback Synchronizace VST pluginů s hostujícím přehráváním - + Keep effects running even without input Nechat efekty spuštěné i bez vstupu - - + + Audio Zvuk - + Audio interface Zvukové rozhraní - + HQ mode for output audio device HQ režim pro výstup audio zařízení - + Buffer size Velikost bufferu - - + + MIDI MIDI - + MIDI interface MIDI rozhraní - + Automatically assign MIDI controller to selected track - + LMMS working directory Pracovní adresář LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory Adresář pro SF2 - + Default SF2 - + GIG directory Adresář pro GIG - + Theme directory - + Background artwork Obrázek na pozadí - + Some changes require restarting. Některé změny vyžadují restartování. - + Autosave interval: %1 Interval automatického ukládání: %1 - + Choose the LMMS working directory Vyberte pracovní adresář LMMS - + Choose your VST plugins directory Vyberte svůj adresář pro VST pluginy - + Choose your LADSPA plugins directory Vyberte svůj adresář pro LADSPA pluginy - + Choose your default SF2 Vyberte svůj výchozí SF2 soubor - + Choose your theme directory Vyberte svůj adresář pro motivy - + Choose your background picture Vyberte svou tapetu - - + + Paths Cesty - + OK OK - + Cancel Zrušit - + Frames: %1 Latency: %2 ms Rámce: %1 Zpoždění %2 ms - + Choose your GIG directory Vyberte svůj adresář pro GIG soubory - + Choose your SF2 directory Vyberte svůj adresář pro SF2 soubory - + minutes minut - + minute minuta - + Disabled Vypnuto @@ -13737,22 +13737,22 @@ Přesvědčte se prosím, že máte právo ke čtení tohoto souboru a příslu VersionedSaveDialog - + Increment version number Zvýšit číslo verze - + Decrement version number Snížení čísla verze - + Save Options Možnosti ukládání - + already exists. Do you want to replace it? již existuje. Přejete si jej přepsat? diff --git a/data/locale/de.ts b/data/locale/de.ts index 7a5d797ba..61c2452c6 100644 --- a/data/locale/de.ts +++ b/data/locale/de.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Über LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Version %1 (%2/%3, Qt %4, %5). - + About Über - + LMMS - easy music production for everyone. LMMS - Muskproduktion für jedermann - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autoren - + Involved Beteiligt - + Contributors ordered by number of commits: Mitwirkende sortiert nach der Anzahl an Einreichungen: - + Translation Übersetzung - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Lizenz @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor Beat+Bassline Editor - + Play/pause current beat/bassline (Space) Aktuellen Beat/Bassline abspielen/pausieren (Leertaste) - + Stop playback of current beat/bassline (Space) Abspielen des aktuellen Beats/Bassline stoppen (Leertaste) - + Beat selector Beat Wähler - + Track and step actions - + Add beat/bassline Beat/Bassline hinzufügen - + Clone beat/bassline clip - + Add sample-track Sample Spur hinzufügen - + Add automation-track Automation-Spur hinzufügen - + Remove steps Schritte entfernen - + Add steps Schritte hinzufügen - + Clone Steps Schritte Klonen - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Im Beat+Bassline-Editor öffnen - + Reset name Name zurücksetzen - + Change name Name ändern - BBTrack + PatternTrack - + Beat/Bassline %1 Beat/Bassline %1 - + Clone of %1 Klon von %1 @@ -3078,73 +3078,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Verbindungseinstellungen - + MIDI CONTROLLER MIDI CONTROLLER - + Input channel Eingangskanal - + CHANNEL KANAL - + Input controller Eingangscontroller - + CONTROLLER CONTROLLER - - + + Auto Detect Automatische Erkennung - + MIDI-devices to receive MIDI-events from MIDI-Geräte, von denen MIDI-Events empfangen werden sollen - + USER CONTROLLER BENUTZERDEFINIETER CONTROLLER - + MAPPING FUNCTION ABBILDUNGS-FUNKTION - + OK OK - + Cancel Abbrechen - + LMMS LMMS - + Cycle Detected. Schleife erkannt. @@ -3940,28 +3940,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Effekt hinzufügen - - + + Name Name - + Type Typ - + Description Beschreibung - + Author Verfasser @@ -4546,217 +4546,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Projekt exportieren - + Export as loop (remove extra bar) - + Export between loop markers Export zwischen den Loop markierungen - + Render Looped Section: - + time(s) - + File format settings - + File format: Dateiformat: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: Stereo Modus: - + Mono Mono - + Stereo Stereo - + Joint stereo - + Compression level: - + Bitrate: Bitrate: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate Verwende variable Bitrate - + Quality settings Qualitätseinstellungen - + Interpolation: Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (keine) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Start - + Cancel Abbrechen @@ -4772,32 +4772,32 @@ Please make sure you have write permission to the file and the directory contain Konnte Datei %1 nicht zum Schreiben öffnen. Bitte stellen Sie sicher, dass Sie Schreibberechtigungen für die Datei und das Verzeichnis, welches die Datei beinhaltet haben, und versuchen Sie es erneut. - + Export project to %1 Projekt nach %1 exportieren - + ( Fastest - biggest ) ( Schnellstes - Größtes ) - + ( Slowest - smallest ) (Langsamstes - Kleinstes) - + Error Fehler - + Error while determining file-encoder device. Please try to choose a different output format. Fehler beim Bestimmen des Datei-Enkoder-Geräts. Bitte wählen Sie ein anderes Ausgabeformat. - + Rendering: %1% Rendere: %1% @@ -11451,7 +11451,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Umbenennen... @@ -12206,12 +12206,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12219,349 +12219,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Einstellungen - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips Tooltips aktivieren - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language Sprache - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory LMMS-Arbeitsverzeichnis - + VST plugins directory - + LADSPA plugins directories - + SF2 directory SF2 Verzeichniss - + Default SF2 - + GIG directory GIG Verzeichniss - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory LMMS-Arbeitsverzeichnis wählen - + Choose your VST plugins directory Wählen Sie Ihr VST-Plugin-Verzeichnis - + Choose your LADSPA plugins directory Wählen Sie Ihr LADSPA-Plugin-Verzeichnis - + Choose your default SF2 Wählen Sie Ihr Standard SF2 - + Choose your theme directory Wählen Sie Ihr Theme-Verzeichnis - + Choose your background picture Wählen Sie Ihr Hintergrundbild - - + + Paths Pfade - + OK OK - + Cancel Abbrechen - + Frames: %1 Latency: %2 ms Frames: %1 Latenz: %2 ms - + Choose your GIG directory Wählen Sie Ihr CIG-Verzeichnis aus - + Choose your SF2 directory Wählen Sie Ihr SF2-Verzeichnis aus - + minutes Minutes - + minute Minute - + Disabled Deaktiviert @@ -13735,22 +13735,22 @@ Bitte stellen Sie sicher, dass Sie Leserechte auf diese Datei sowie das Verzeich VersionedSaveDialog - + Increment version number Versionsnummer erhöhen - + Decrement version number Versionsnummer vermindern - + Save Options - + already exists. Do you want to replace it? existiert bereits. Möchten Sie es ersetzen? diff --git a/data/locale/el.ts b/data/locale/el.ts index cc9573813..5e4471064 100644 --- a/data/locale/el.ts +++ b/data/locale/el.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Σχετικά με το LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Έκδοση %1 (%2/%3, Qt %4, %5). - + About Σχετικά - + LMMS - easy music production for everyone. LMMS - εύκολη μουσική παραγωγή για όλους - + Copyright © %1. Πνευματική ιδιοκτησία © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors - + Involved - + Contributors ordered by number of commits: - + Translation Μετάφραση - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Άδεια @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name Αλλαξε όνομα - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK OK - + Cancel - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name Ονομα - + Type - + Description - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: Μορφή αρχείου: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: Λειτουργία καναλιού: - + Mono Μονοφωνικό - + Stereo Στερεοφωνικά - + Joint stereo - + Compression level: - + Bitrate: Ρυθμός μετάδοσης: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (Τίποτα) - + 2x 2x - + 4x 4x - + 8x 8x - + Start - + Cancel @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11446,7 +11446,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12201,12 +12201,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12214,348 +12214,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Ρυθμίσεις - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio Ήχος - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK OK - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes λεπτά - + minute λεπτό - + Disabled Απενεργοποιημένο @@ -13727,22 +13727,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/en.ts b/data/locale/en.ts index 9066c1aed..dbc1ab808 100644 --- a/data/locale/en.ts +++ b/data/locale/en.ts @@ -4,68 +4,68 @@ AboutDialog - + About LMMS - + LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors - + Involved - + Contributors ordered by number of commits: - + Translation - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License @@ -587,95 +587,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3079,73 +3079,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel - + LMMS - + Cycle Detected. @@ -3941,28 +3941,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name - + Type - + Description - + Author @@ -4547,217 +4547,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel @@ -4773,32 +4773,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11448,7 +11448,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12203,12 +12203,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12216,348 +12216,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13729,22 +13729,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/eo.ts b/data/locale/eo.ts index 6020d099f..904dea71c 100644 --- a/data/locale/eo.ts +++ b/data/locale/eo.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Pri LMMSon - + LMMS LMMSo - + Version %1 (%2/%3, Qt %4, %5). Versio %1 (%2/%3, Qt %4, %5). - + About Pri - + LMMS - easy music production for everyone. LMMSo - simpla muzikkreado por ĉiun. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Aŭtoroj - + Involved - + Contributors ordered by number of commits: - + Translation Traduki - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Licenco @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name - + Type - + Description - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x 8x - + Start - + Cancel @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11446,7 +11446,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12201,12 +12201,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12214,348 +12214,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13727,22 +13727,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/es.ts b/data/locale/es.ts index 035f65015..33f33395c 100644 --- a/data/locale/es.ts +++ b/data/locale/es.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Acerca de LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Versión %1 (%2/%3, Qt %4, %5). - + About Acerca de - + LMMS - easy music production for everyone. LMMS - producción musical fácil para todos. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autores - + Involved Han contribuído - + Contributors ordered by number of commits: Colaboradores (ordenados por el número de contribuciones): - + Translation Traducción - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Licencia @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor Editor de Ritmo+Bajo - + Play/pause current beat/bassline (Space) Reproducir/pausar el ritmo/bajo actual (espacio) - + Stop playback of current beat/bassline (Space) Detener la reproducción del ritmo/bajo actual (Espacio) - + Beat selector Selector de ritmo - + Track and step actions Acciones de pista y pasos - + Add beat/bassline Agregar Ritmo/bajo - + Clone beat/bassline clip - + Add sample-track Agregar pista de muestras - + Add automation-track Agregar pista de Automatización - + Remove steps Quitar pasos - + Add steps Agregar pasos - + Clone Steps Clonar Pasos - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Abrir en Editor de Ritmo+Bajo - + Reset name Restaurar nombre - + Change name Cambiar nombre - BBTrack + PatternTrack - + Beat/Bassline %1 Ritmo/Bajo %1 - + Clone of %1 Clon de %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Configuración de conexiones - + MIDI CONTROLLER CONTROLADOR MIDI - + Input channel Canal de entrada - + CHANNEL CANAL - + Input controller Controlador de entrada - + CONTROLLER CONTROLADOR - - + + Auto Detect Auto-detectar - + MIDI-devices to receive MIDI-events from Dispositivos MIDI desde los cuales recibir eventos MIDI - + USER CONTROLLER CONTROLADOR DE USUARIO - + MAPPING FUNCTION FUNCIÓN DE MAPEO - + OK De acuerdo - + Cancel Cancelar - + LMMS LMMS - + Cycle Detected. Ciclo detectado. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Añadir efecto - - + + Name Nombre - + Type Tipo - + Description Descripción - + Author Autor @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Exportar proyecto - + Export as loop (remove extra bar) - + Export between loop markers Exportar el area contenida entre los marcadores de bucle - + Render Looped Section: - + time(s) - + File format settings - + File format: Tipo de archivo: - + Sampling rate: Tasa de muestreo: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: Profundidad de bits: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: MODO ESTÉREO: - + Mono Mono - + Stereo Estéreo - + Joint stereo - + Compression level: Compresor De Niveles: - + Bitrate: Tasa de bits: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate Usar tasa de bits variable - + Quality settings Configuración de calidad - + Interpolation: Interpolación: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: Sobremuestreo: - + 1x (None) 1x (Ninguno) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Comenzar - + Cancel Cancelar @@ -4772,32 +4772,32 @@ Please make sure you have write permission to the file and the directory contain Asegúrate de tener permisos de escritura tanto del archivo como del directorio que lo contiene e inténtalo de nuevo. - + Export project to %1 Exportar proyecto a %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error Error - + Error while determining file-encoder device. Please try to choose a different output format. Error al determinar el dispositivo codificador. Intenta elegir un formato de salida diferente. - + Rendering: %1% Renderizando: %1% @@ -11451,7 +11451,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Renombrar... @@ -12206,12 +12206,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12219,349 +12219,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Configuración - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS Mostrar volumen en dBFS - + Enable tooltips Habilitar Consejos - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Complementos - + VST plugins embedding: - + No embedding No hay inserciones - + Embed using Qt API Insertado usando la API Qt - + Embed using native Win32 API Insertado usando la API Win32 - + Embed using XEmbed protocol Insertado usando el protocolo XEmbed - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback Sincronizar complementos VST al anfitrión - + Keep effects running even without input Mantener los efectos en proceso aún sin señal de entrada - - + + Audio Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory Directorio de trabajo de LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory Directorio SF2 - + Default SF2 - + GIG directory Directorio GIG - + Theme directory - + Background artwork Imágenes de fondo - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths Lugares - + OK De acuerdo - + Cancel Cancelar - + Frames: %1 Latency: %2 ms Cuadros: %1 Latencia: %2 ms - + Choose your GIG directory Elige tu directorio GIG - + Choose your SF2 directory Elige tu directorio SF2 - + minutes minutos - + minute minuto - + Disabled Inhabilitado @@ -13736,22 +13736,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number Incrementar el número de versión - + Decrement version number Disminuír el número de versión - + Save Options - + already exists. Do you want to replace it? ¡Ya existe! ¿Deseas reemplazarlo? diff --git a/data/locale/eu.ts b/data/locale/eu.ts index 55e4e4e24..ab99fb194 100644 --- a/data/locale/eu.ts +++ b/data/locale/eu.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS LMMS aplikazioari buruz - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). %1 bertsioa (%2/%3, Qt %4, %5). - + About Honi buruz - + LMMS - easy music production for everyone. LMMS - Musikaren sorkuntza erraza guztiontzat. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Egileak - + Involved Parte hartu dutenak - + Contributors ordered by number of commits: Ekarpenak egin dituztenak, ekarpen kopuruaren arabera ordenatuak: - + Translation Itzulpena - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Uneko hizkuntza ez dago itzulita (edo jatorrizko ingelesa da). LMMS beste hizkuntza batera itzultzeko interesa baduzu edo lehendik dauden itzulpenak hobetu nahi badituzu, ongi etorri guri laguntzera! Jarri harremanetan itzulpenaren arduradunarekin! - + License Lizentzia @@ -586,95 +586,95 @@ LMMS beste hizkuntza batera itzultzeko interesa baduzu edo lehendik dauden itzul - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector Taupada-hautatzailea - + Track and step actions - + Add beat/bassline Gehitu taupada/baxu-lerroa - + Clone beat/bassline clip - + Add sample-track Gehitu lagin-pista - + Add automation-track Gehitu automatizazio-pista - + Remove steps Kendu urratsak - + Add steps Gehitu urratsa - + Clone Steps Klonatu urratsak - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name Berrezarri izena - + Change name Aldatu izena - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3358,73 +3358,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Konexio-ezarpenak - + MIDI CONTROLLER - + Input channel Sarrerako kanala - + CHANNEL - + Input controller Sarrerako kontrolatzailea - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK Ados - + Cancel Utzi - + LMMS LMMS - + Cycle Detected. @@ -4220,28 +4220,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Gehitu efektua - - + + Name Izena - + Type Mota - + Description Deskribapena - + Author Egilea @@ -4826,217 +4826,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz 44.100 Hz - + 48000 Hz 48.000 Hz - + 88200 Hz 88.200 Hz - + 96000 Hz 96.000 Hz - + 192000 Hz 192.000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate - + Quality settings Kalitate-ezarpenak - + Interpolation: Interpolazioa: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (bat ere ez) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Hasiera - + Cancel Utzi @@ -5052,32 +5052,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error Errorea - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11727,7 +11727,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Aldatu izena... @@ -12482,12 +12482,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12495,348 +12495,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Ezarpenak - - + + General Orokorra - + Graphical user interface (GUI) Erabiltzaile-interfaze grafikoa (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects Proiektuak - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language Hizkuntza - - + + Performance Errendimendua - + Autosave Gordetze automatikoa - + Enable autosave Gaitu gordetze automatikoa - + Allow autosave while playing Onartu gordetze automatikoa erreproduzitzean - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Pluginak - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio Audioa - + Audio interface Audio-interfazea - + HQ mode for output audio device - + Buffer size Buffer-tamaina - - + + MIDI MIDI - + MIDI interface MIDI interfazea - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory SF2 direktorioa - + Default SF2 - + GIG directory GIG direktorioa - + Theme directory - + Background artwork - + Some changes require restarting. Zenbait aldaketak berrabiaraztea behar dute. - + Autosave interval: %1 Gordetze automatikoaren tartea: %1 - + Choose the LMMS working directory Aukeratu LMMSren laneko direktorioa - + Choose your VST plugins directory Aukeratu VST pluginen direktorioa - + Choose your LADSPA plugins directory Aukeratu LADSPA pluginen direktorioa - + Choose your default SF2 Aukeratu SF2 lehenetsia - + Choose your theme directory Aukeratu azalen direktorioa - + Choose your background picture Aukeratu atzeko planoaren irudia - - + + Paths Bideak - + OK Ados - + Cancel Utzi - + Frames: %1 Latency: %2 ms - + Choose your GIG directory Hautatu zure GIG direktorioa - + Choose your SF2 directory Hautatu zure SF2 direktorioa - + minutes minutu - + minute minutu - + Disabled Desgaituta @@ -14008,22 +14008,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/fa.ts b/data/locale/fa.ts index 05b96b660..38848c450 100644 --- a/data/locale/fa.ts +++ b/data/locale/fa.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS درباره LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About درباره - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors نویسندگان - + Involved - + Contributors ordered by number of commits: همکاران بر اساس تعداد کارها مرتب شده اند: - + Translation ترجمه - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License مجوز @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK OK - + Cancel لغو - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name - + Type - + Description - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel لغو @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11446,7 +11446,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... تغییر نام... @@ -12201,12 +12201,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12214,348 +12214,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK باشه - + Cancel لغو - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes دقایق - + minute دقیقه - + Disabled غیرفعال @@ -13727,22 +13727,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/fr.ts b/data/locale/fr.ts index 88fb41c38..89e315c4e 100644 --- a/data/locale/fr.ts +++ b/data/locale/fr.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS À propos de LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Version %1 (%2/%3, Qt %4, %5). - + About À propos - + LMMS - easy music production for everyone. LMMS - une production musicale facile pour tous. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Auteurs - + Involved Personnes impliquées - + Contributors ordered by number of commits: Contributeurs classés par nombre de commits : - + Translation Traduction - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Langue actuelle non traduite (ou anglais natif). Si vous souhaitez traduire LMMS dans une autre langue ou améliorer les traductions existantes, vous pouvez nous aider ! Il vous suffit simplement de contacter le responsable ! - + License Licence @@ -586,95 +586,95 @@ Si vous souhaitez traduire LMMS dans une autre langue ou améliorer les traducti - BBEditor + PatternEditor - + Beat+Bassline Editor Éditeur de rythme et de ligne de basse - + Play/pause current beat/bassline (Space) Jouer/mettre en pause le rythme ou la ligne de basse (barre d'espace) - + Stop playback of current beat/bassline (Space) Arrêter de jouer le rythme ou la ligne de basse (barre d'espace) - + Beat selector Sélecteur de rythme - + Track and step actions Actions des pas et de piste - + Add beat/bassline Ajouter un rythme ou une ligne de basse - + Clone beat/bassline clip Cloner le rythme/la ligne de basse - + Add sample-track Ajouter une piste d'échantillon - + Add automation-track Ajouter une piste d'automation - + Remove steps Supprimer des pas - + Add steps Ajouter des pas - + Clone Steps Cloner des pas - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Ouvrir dans l'éditeur de rythmes et de ligne de basse - + Reset name Réinitialiser le nom - + Change name Modifier le nom - BBTrack + PatternTrack - + Beat/Bassline %1 Rythme ou ligne de basse %1 - + Clone of %1 Clone de %1 @@ -3361,73 +3361,73 @@ Ce mode n'est pas disponible pour les plugins VST. ControllerConnectionDialog - + Connection Settings Configuration de la connexion - + MIDI CONTROLLER CONTRÔLEUR MIDI - + Input channel Canal d'entrée - + CHANNEL CANAL - + Input controller Contrôleur d'entrée - + CONTROLLER CONTRÔLEUR - - + + Auto Detect Auto-détection - + MIDI-devices to receive MIDI-events from Périphériques MIDI desquels recevoir des événements MIDI - + USER CONTROLLER CONTRÔLEUR UTILISATEUR - + MAPPING FUNCTION FONCTION DE MAPPAGE - + OK OK - + Cancel Annuler - + LMMS LMMS - + Cycle Detected. Un cycle a été détecté. @@ -4223,28 +4223,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Ajouter un effet - - + + Name Nom - + Type Type - + Description Description - + Author Auteur @@ -4829,217 +4829,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Exporter le projet - + Export as loop (remove extra bar) - + Export between loop markers Exporter la section entre les marqueurs de boucle - + Render Looped Section: - + time(s) - + File format settings - + File format: Format de fichier : - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: Mode stéréo : - + Mono Mono - + Stereo Stéréo - + Joint stereo - + Compression level: Niveau de compression : - + Bitrate: Débit : - + 64 KBit/s 64 kbit/s - + 128 KBit/s 128 kbit/s - + 160 KBit/s 160 kbit/s - + 192 KBit/s 192 kbit/s - + 256 KBit/s 256 kbit/s - + 320 KBit/s 320 kbit/s - + Use variable bitrate Utiliser un taux variable - + Quality settings Réglages de qualité - + Interpolation: Interpolation : - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (Aucun) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Démarrer - + Cancel Annuler @@ -5056,32 +5056,32 @@ Please make sure you have write permission to the file and the directory contain Veuillez vous assurez que vous avez les droits d'écriture sur le fichier et le dossier contenant le fichier, et essayez à nouveau ! - + Export project to %1 Exporter le projet vers %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error Erreur - + Error while determining file-encoder device. Please try to choose a different output format. Erreur pendant la détection du périphérique d'encodage du fichier. Veuillez essayer de choisir un format de sortie différent. - + Rendering: %1% Encodage : %1% @@ -11743,7 +11743,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Renommer... @@ -12498,12 +12498,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12511,349 +12511,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler Utiliser le gestionnaire NaN intégré - + Settings Configuration - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS Afficher le volume en dBFS - + Enable tooltips Activer les info-bulles - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave Activer la sauvegarde automatique - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Greffons - + VST plugins embedding: - + No embedding Aucune intégration - + Embed using Qt API Intégrer en utilisant l'API Qt - + Embed using native Win32 API Intégrer en utilisant l'API Win32 native - + Embed using XEmbed protocol Intégrer en utilisant le protocole XEmbed - + Keep plugin windows on top when not embedded Maintenir les fenêtres des plugins au premier plan lorsqu'elles ne sont pas intégrées - + Sync VST plugins to host playback Synchroniser les greffons VST à la lecture de l'hôte - + Keep effects running even without input Laisser les effets opérer même sans entrée - - + + Audio Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory Répertoire de travail de LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory Répertoire des SF2 - + Default SF2 - + GIG directory Répertoire des GIG - + Theme directory - + Background artwork Thème graphique d'arrière-plan - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths Chemins d'accès - + OK OK - + Cancel Annuler - + Frames: %1 Latency: %2 ms Trames : %1 Latence : %2 ms - + Choose your GIG directory Choisissez le répertoire des fichiers GIG - + Choose your SF2 directory Choisissez le répertoire des fichiers SF2 - + minutes minutes - + minute minute - + Disabled Désactivé @@ -14028,22 +14028,22 @@ Veuillez vérifier que vous avez les droits en lecture pour ce fichier et le ré VersionedSaveDialog - + Increment version number Incrémenter le numéro de version - + Decrement version number Décrémenter le numéro de version - + Save Options - + already exists. Do you want to replace it? existe déjà. Souhaitez-vous le remplacer ? diff --git a/data/locale/gl.ts b/data/locale/gl.ts index 5f7e05fc5..90d67e065 100644 --- a/data/locale/gl.ts +++ b/data/locale/gl.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Sobre o LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About Sobre - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autores - + Involved - + Contributors ordered by number of commits: - + Translation Tradución - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Licenza @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor Mostrar/Agochar o Editor de ritmos e liña do baixo - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps Eliminar pasos - + Add steps Engadir pasos - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name Restaurar o nome - + Change name Mudar o nome - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Configuración da conexión - + MIDI CONTROLLER CONTROLADOR DE MIDI - + Input channel Canle de entrada - + CHANNEL CANLE - + Input controller Controlador de entrada - + CONTROLLER CONTROLADOR - - + + Auto Detect Detectar automaticamente - + MIDI-devices to receive MIDI-events from Dispositivos MIDI dos que recibir acontecementos - + USER CONTROLLER CONTROLADOR DO USUARIO - + MAPPING FUNCTION FUNCIÓN DE ASIGNACIÓN - + OK Aceptar - + Cancel Cancelar - + LMMS LMMS - + Cycle Detected. Detectouse un ciclo. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Engadir un efecto - - + + Name Nome - + Type Tipo - + Description Descrición - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Exportar o proxecto - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: Formato de ficheiro: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: Taxa de bits: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate - + Quality settings Configuración da calidade - + Interpolation: Interpolación: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (Ningún) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Comezar - + Cancel Cancelar @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11449,7 +11449,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12204,12 +12204,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12217,348 +12217,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Configuración - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Engadidos - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio Son - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK Aceptar - + Cancel Cancelar - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13730,22 +13730,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/he.ts b/data/locale/he.ts index d9f1a2bf2..605e7c0e4 100644 --- a/data/locale/he.ts +++ b/data/locale/he.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS אודות LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). גרסה %1 (%2/%3, Qt %4, %5). - + About אודות - + LMMS - easy music production for everyone. LMMS - יצירת מוסיקה פשוטה עבור כולם - + Copyright © %1. כל הזכויות שמורות © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors מפתחים - + Involved להשתתף - + Contributors ordered by number of commits: מפתחים מסודרים לפי מספר התרומות: - + Translation תרגום - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License רשיון @@ -586,95 +586,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3078,73 +3078,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel - + LMMS LMMS - + Cycle Detected. @@ -3940,28 +3940,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name - + Type - + Description - + Author @@ -4546,217 +4546,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono מונו - + Stereo סטריאו - + Joint stereo - + Compression level: רמת כיווץ: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel @@ -4772,32 +4772,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11447,7 +11447,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12202,12 +12202,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12215,348 +12215,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13728,22 +13728,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/hi_IN.ts b/data/locale/hi_IN.ts index 406490dea..0febdcd4a 100644 --- a/data/locale/hi_IN.ts +++ b/data/locale/hi_IN.ts @@ -2,62 +2,62 @@ AboutDialog - + About LMMS LMMS के बारे में - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About के बारे में - + LMMS - easy music production for everyone. LMMS - आसान संगीत उत्पादन, सभी के लिए। - + Copyright © %1. कॉपीराइट © %1। - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors प्रणेता - + Involved - + Contributors ordered by number of commits: - + Translation भाषांतर - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Abhi Prakash द्वारा Hindi (India) में अनुवादित (संपर्क: apofficial18@gmail.com) @@ -65,7 +65,7 @@ If you're interested in translating LMMS in another language or want to imp यदि आप LMMS को अन्य भाषाओं में अनुवादित करने या मौजूदा अनुवादों में सुधार करने में रुचित हैं, तो आपकी मदद का स्वागत है! बस प्रोजेक्ट मैनेजर से संपर्क करें! - + License लाइसेंस @@ -587,95 +587,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Beat+Bassline Editor में खोलें - + Reset name नाम रीसेट करें - + Change name नाम बदलें। - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3079,73 +3079,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK ठीक है। - + Cancel रद्द करें। - + LMMS LMMS - + Cycle Detected. @@ -3941,28 +3941,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name नाम - + Type - + Description - + Author @@ -4547,217 +4547,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel रद्द @@ -4773,32 +4773,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11448,7 +11448,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12203,12 +12203,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12216,348 +12216,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK ठीक - + Cancel रद्द - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13729,22 +13729,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/hu_HU.ts b/data/locale/hu_HU.ts index 9dd73df12..83d4e8775 100644 --- a/data/locale/hu_HU.ts +++ b/data/locale/hu_HU.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS Az LMMS-ről - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Verzió %1 (%2/%3, Qt %4, %5). - + About Névjegy - + LMMS - easy music production for everyone. LMMS - könnyű zenekészítés mindenkinek. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Készítők - + Involved Közreműködők - + Contributors ordered by number of commits: Közreműködők a commitok száma szerint rendezve: - + Translation Fordítás - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! A magyar fordítást készítették: gyeben, Haba Tamás (gelesztamas), Szabó István (stevepixus) Ha szeretnél részt venni az LMMS más nyelvekre történő fordításában vagy a meglévő fordítások javításában, vedd fel a kapcsolatot az üzemeltetővel. - + License Licenc @@ -586,95 +586,95 @@ Ha szeretnél részt venni az LMMS más nyelvekre történő fordításában vag - BBEditor + PatternEditor - + Beat+Bassline Editor Beat+Bassline szerkesztő - + Play/pause current beat/bassline (Space) Klip lejátszása/megállítása (Space) - + Stop playback of current beat/bassline (Space) Lejátszás leállítása (Space) - + Beat selector Ütem választó - + Track and step actions Sáv és lépés műveletek - + Add beat/bassline Beat/Bassline sáv hozzáadása - + Clone beat/bassline clip Beat/Bassline sáv klónozása - + Add sample-track Hangminta sáv hozzáadása - + Add automation-track Automatizáció sáv hozzáadása - + Remove steps Lépések eltávolítása - + Add steps Lépések hozzáadása - + Clone Steps Megduplázás - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Megnyitás a Beat+Bassline szerkesztőben - + Reset name Név visszaállítása - + Change name Átnevezés - BBTrack + PatternTrack - + Beat/Bassline %1 Beat/Bassline %1 - + Clone of %1 %1 másolata @@ -3081,73 +3081,73 @@ Ez a mód nem elérhető VST pluginek esetén. ControllerConnectionDialog - + Connection Settings Kapcsolat tulajdonságai - + MIDI CONTROLLER MIDI VEZÉRLŐ - + Input channel Bemeneti csatorna - + CHANNEL CSATORNA - + Input controller Bemeneti eszköz - + CONTROLLER VEZÉRLŐ - - + + Auto Detect Automatikus felismerés - + MIDI-devices to receive MIDI-events from MIDI események fogadása erről az eszközről - + USER CONTROLLER SZOFTVERES VEZÉRLŐ - + MAPPING FUNCTION HOZZÁRENDELÉSI FÜGGVÉNY - + OK OK - + Cancel Mégse - + LMMS LMMS - + Cycle Detected. Körkörös hozzárendelés. @@ -3944,28 +3944,28 @@ Ha nem vagy biztos benne, válaszd az "Automatikus" lehetőséget. EffectSelectDialog - + Add effect Effekt hozzáadása - - + + Name Név - + Type Típus - + Description Leírás - + Author Készítő @@ -4550,217 +4550,217 @@ Ha nem vagy biztos benne, válaszd az "Automatikus" lehetőséget. ExportProjectDialog - + Export project Projekt exportálása - + Export as loop (remove extra bar) Extra ütem eltávolítása a projekt végéről - + Export between loop markers Csak a kijelölt terület exportálása - + Render Looped Section: Ismételt tartomány renderelése ennyiszer: - + time(s) - + File format settings Fájlformátum - + File format: Fájlformátum: - + Sampling rate: Mintavételi frekvencia: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: Bitmélység: - + 16 Bit integer 16 bites egész - + 24 Bit integer 24 bites egész - + 32 Bit float 32 bit lebegőpontos - + Stereo mode: Sztereó mód: - + Mono Monó - + Stereo Sztereó - + Joint stereo Összekapcsolt sztereó - + Compression level: Tömörítési szint: - + Bitrate: Bitsebesség: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate Változó bitsebesség használata - + Quality settings Minőség - + Interpolation: Interpoláció: - + Zero order hold Zero order hold - + Sinc worst (fastest) Sinc worst (leggyorsabb) - + Sinc medium (recommended) Sinc medium (ajánlott) - + Sinc best (slowest) Sinc best (leglassabb) - + Oversampling: Túlmintavételezés: - + 1x (None) 1x (Nincs) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Indítás - + Cancel Mégse @@ -4777,32 +4777,32 @@ Please make sure you have write permission to the file and the directory contain Ellenőrizd, hogy rendelkezel-e a szükséges engedélyekkel és próbáld újra! - + Export project to %1 Exportálás a(z) %1 fájlba - + ( Fastest - biggest ) ( Leggyorsabb - legnagyobb ) - + ( Slowest - smallest ) ( Leglassabb - legkisebb ) - + Error Hiba - + Error while determining file-encoder device. Please try to choose a different output format. Hiba a fájlkódoló eszköz meghatározásakor. Próbálj másik kimeneti formátumot választani. - + Rendering: %1% Renderelés: %1% @@ -11458,7 +11458,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Átnevezés... @@ -12213,12 +12213,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections MIDI kapcsolatok elvetése - + Save As Project Bundle (with resources) @@ -12226,348 +12226,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value Visszaállítás - + Use built-in NaN handler Beépített NaN kezelés használata - + Settings Beállítások - - + + General Általános - + Graphical user interface (GUI) Felhasználói felület (GUI) - + Display volume as dBFS Hangerő kijelzése dBFS-ként - + Enable tooltips Eszköztippek engedélyezése - + Enable master oscilloscope by default Oszcilloszkóp engedélyezése alaphelyzetben - + Enable all note labels in piano roll - + Enable compact track buttons Kompakt sávgombok - + Enable one instrument-track-window mode Mindig csak egy hangszer-ablak megjelenítése - + Show sidebar on the right-hand side Oldalsáv áthelyezése jobb oldalra - + Let sample previews continue when mouse is released Hangminta előnézetek folytatása az egérgomb elengedése után - + Mute automation tracks during solo Automatizációs sávok némítása szóló esetén - + Show warning when deleting tracks Figyelmeztetés sávok törlése előtt - + Projects Projektek - + Compress project files by default Projektfájlok tömörítése alapértelmezetten - + Create a backup file when saving a project Biztonsági mentés létrehozása projekt mentésekor - + Reopen last project on startup A legutóbbi projekt betöltése indításkor - + Language Nyelv - - + + Performance Teljesítmény - + Autosave Automatikus mentés - + Enable autosave Automatikus mentés engedélyezése - + Allow autosave while playing Automatikus mentés lejátszás közben - + User interface (UI) effects vs. performance - + Smooth scroll in song editor Sima görgetés a dalszerkesztőben - + Display playback cursor in AudioFileProcessor - + Plugins Bővítmények - + VST plugins embedding: VST plugin beágyazás: - + No embedding Nincs beágyazás - + Embed using Qt API Beágyazás a Qt API használatával - + Embed using native Win32 API Beágyazás a Win32 API használatával - + Embed using XEmbed protocol Beágyazás az XEmbed protokoll használatával - + Keep plugin windows on top when not embedded Plugin ablak mindig legfelül, ha nincs beágyazva. - + Sync VST plugins to host playback VST pluginek szinkronizálása a lejátszáshoz - + Keep effects running even without input Effektek ébren tartása bemenet hiányában is - - + + Audio Audió - + Audio interface Audió interfész - + HQ mode for output audio device - + Buffer size Buffer méret - - + + MIDI MIDI - + MIDI interface MIDI interfész - + Automatically assign MIDI controller to selected track MIDI vezérlő automatikus hozzárendelése a kijelölt sávhoz - + LMMS working directory LMMS munkakönyvtár - + VST plugins directory VST plugin könyvtár - + LADSPA plugins directories LADSPA plugin könyvtárak - + SF2 directory SF2 könyvtár - + Default SF2 Alapértelmezett SF2 fájl - + GIG directory GIG könyvtár - + Theme directory Grafikus téma könyvtára: - + Background artwork Háttérkép - + Some changes require restarting. Egyes beállítások a program újraindítását követően lépnek érvénybe. - + Autosave interval: %1 Automatikus mentés gyakorisága: %1 - + Choose the LMMS working directory Adja meg az LMMS mankakönyvtárat - + Choose your VST plugins directory Add meg a VST plugin könyvtárat - + Choose your LADSPA plugins directory Adja meg a LADSPA plugin könyvtárat - + Choose your default SF2 Adja meg az alapértelmezett SF2 fájlt - + Choose your theme directory Adja meg a grafikus téma könyvtárát - + Choose your background picture Háttérkép kiválasztása - - + + Paths Útvonalak - + OK OK - + Cancel Mégse - + Frames: %1 Latency: %2 ms - + Choose your GIG directory Add meg a GIG könyvtárat - + Choose your SF2 directory Add meg az SF2 könyvtárat - + minutes perc - + minute perc - + Disabled Letiltva @@ -13740,22 +13740,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number Verziószám növelése - + Decrement version number Verziószám csökkentése - + Save Options Mentési beállítások - + already exists. Do you want to replace it? már létezik. Felülírod? diff --git a/data/locale/id.ts b/data/locale/id.ts index a770ae61b..35a321859 100644 --- a/data/locale/id.ts +++ b/data/locale/id.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS Ihwal LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Versi %1 (%2/%3, Qt %4, %5). - + About Ihwal - + LMMS - easy music production for everyone. LMMS - produksi musik yang mudah untuk semua orang. - + Copyright © %1. Hak cipta © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Pencipta - + Involved Terlibat - + Contributors ordered by number of commits: Kontributor disortir oleh jumlah komit: - + Translation Terjemahan - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! bahasa saat ini tidak diterjemahkan (atau asli bahasa Inggris). Jika Anda tertarik untuk menerjemahkan LMMS dalam bahasa lain atau ingin meningkatkan terjemahan yang ada, Anda dipersilakan untuk membantu kami! Cukup hubungi pengelola! - + License Lisensi @@ -586,95 +586,95 @@ Jika Anda tertarik untuk menerjemahkan LMMS dalam bahasa lain atau ingin meningk - BBEditor + PatternEditor - + Beat+Bassline Editor Editor Bassline+ketukan - + Play/pause current beat/bassline (Space) Putar/jeda ketukan/bassline saat ini (Spasi) - + Stop playback of current beat/bassline (Space) Hentikan pemutaran ketukan/bassline saat ini (Spasi) - + Beat selector Pemilih Ketukan - + Track and step actions Aksi trek dan langkah - + Add beat/bassline Tambah ketukan/bassline - + Clone beat/bassline clip - + Add sample-track Tambah Trek-sampel - + Add automation-track Tambah trek-otomasi - + Remove steps Hapus langkah - + Add steps Tambah langkah - + Clone Steps Klon langkah - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Buka di Ketukan/Bassline-Editor - + Reset name Reset nama - + Change name Ganti nama - BBTrack + PatternTrack - + Beat/Bassline %1 Ketukan/Bassline %1 - + Clone of %1 Klon dari %1 @@ -3078,73 +3078,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Pengaturan Koneksi - + MIDI CONTROLLER KONTROLER MIDI - + Input channel Saluran Masukan - + CHANNEL SALURAN - + Input controller Kontroler masukan - + CONTROLLER KONTROLER - - + + Auto Detect Deteksi Otomatis - + MIDI-devices to receive MIDI-events from Perangkat MIDI untuk menerima aktifitas-MIDI dari - + USER CONTROLLER KONTROLER PENGGUNA - + MAPPING FUNCTION PEMETAAN FUNGSI - + OK OK - + Cancel Batal - + LMMS LMMS - + Cycle Detected. Siklus terdeteksi. @@ -3940,28 +3940,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Tambah efek - - + + Name Nama - + Type Tipe - + Description Deskripsi - + Author Pencipta @@ -4546,217 +4546,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Ekspor proyek - + Export as loop (remove extra bar) - + Export between loop markers Ekspor antar titik pengulangan - + Render Looped Section: - + time(s) - + File format settings Pengaturan format berkas - + File format: Format berkas: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer 16 Bit integer - + 24 Bit integer 24 Bit integer - + 32 Bit float 32 Bit float - + Stereo mode: Mode Stereo: - + Mono Mono - + Stereo Stereo - + Joint stereo Stereo Bergabung - + Compression level: Level kompresi: - + Bitrate: Kecepatan Bit: - + 64 KBit/s 64 KBit/dtk - + 128 KBit/s 128 KBit/dtk - + 160 KBit/s 160 KBit/dtk - + 192 KBit/s 192 KBit/dtk - + 256 KBit/s 256 KBit/dtk - + 320 KBit/s 320 KBit/dtk - + Use variable bitrate Gunakan variabel kecepatan bit - + Quality settings Pengaturan kualitas - + Interpolation: Interpolasi: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (Tidak ada) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Mulai - + Cancel Batal @@ -4773,32 +4773,32 @@ Please make sure you have write permission to the file and the directory contain Pastikan Anda memiliki izin menulis ke file dan direktori yang berisi berkas tersebut dan coba lagi! - + Export project to %1 Ekspor proyek ke %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error Kesalahan - + Error while determining file-encoder device. Please try to choose a different output format. Kesalahan ketika menentukan perangkat encoder-file. Cobalah untuk memilih format keluaran yang berbeda. - + Rendering: %1% Merender: %1% @@ -11456,7 +11456,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Ganti nama... @@ -12212,12 +12212,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12225,349 +12225,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Pengaturan - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS Tampilkan volume sebagai dBFS - + Enable tooltips Aktifkan tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Plugin - + VST plugins embedding: - + No embedding Tidak disematkan - + Embed using Qt API Disematkan menggunakan API Qt - + Embed using native Win32 API Disematkan menggunakan API Win32 asli - + Embed using XEmbed protocol Disematkan menggunakan protokol XEmbed - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback Selaraskan plugin VST ke pemutaran host - + Keep effects running even without input Biarkan efek berjalan walaupun tanpa masukan - - + + Audio Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory Direktori kerja LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory Direktori SF2 - + Default SF2 - + GIG directory Direktori GIG - + Theme directory - + Background artwork Latar belakang karya seni - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK OK - + Cancel Batal - + Frames: %1 Latency: %2 ms Bingkai: %1 Latensi: %2 md - + Choose your GIG directory Pilih direktor GIG anda - + Choose your SF2 directory Pilih direktor SF2 anda - + minutes menit - + minute menit - + Disabled Dinonaktifkan @@ -13742,22 +13742,22 @@ Pastikan anda memiliki izin baca untuk berkas ini dan direktori yang mengandung VersionedSaveDialog - + Increment version number Tingkatkan versi nomor - + Decrement version number Turunkan versi nomor - + Save Options - + already exists. Do you want to replace it? sudah ada. Apakah anda ingin menimpanya? diff --git a/data/locale/it.ts b/data/locale/it.ts index 0e462e245..1bea3de5a 100644 --- a/data/locale/it.ts +++ b/data/locale/it.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Informazioni su LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Versione %1 (%2/%3, Qt %4, %5). - + About Informazioni su - + LMMS - easy music production for everyone. LMMS - produzione musicale facile per tutti. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autori - + Involved Coinvolti - + Contributors ordered by number of commits: Hanno collaborato (ordinati per numero di contributi): - + Translation Traduzione - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! La lingua corrente è tradotta dall' inglese (nativo).Se sei interessato a tradurre LMMS o desideri migliorare la traduzione esistente, sei il benvenuto! E' sufficiente contattare il manutentore: Roberto Giaconia <derobyj@gmail.com> - + License Licenza @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor Editor Beat+Bassline - + Play/pause current beat/bassline (Space) Riproduce/sospende il beat/bassline corrente (Spazio) - + Stop playback of current beat/bassline (Space) Arresta il beat/bassline corrente (Spazio) - + Beat selector Selettore Beat - + Track and step actions Attività tracce e passaggi - + Add beat/bassline Aggiungi beat/bassline - + Clone beat/bassline clip - + Add sample-track Aggiungi traccia campione - + Add automation-track Aggiungi una traccia automazione - + Remove steps Rimuovi passaggi - + Add steps Aggiungi passaggi - + Clone Steps Clona passaggi - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Apri nell'editor Beat+Bassline - + Reset name Reimposta nome - + Change name Rinomina - BBTrack + PatternTrack - + Beat/Bassline %1 Beat/Bassline %1 - + Clone of %1 Clone di %1 @@ -3081,73 +3081,73 @@ Questa modalità non è disponibile per i plugins VST. ControllerConnectionDialog - + Connection Settings Impostazioni connessione - + MIDI CONTROLLER CONTROLLER MIDI - + Input channel Canale di ingresso - + CHANNEL CANALE - + Input controller Controller di ingresso - + CONTROLLER CONTROLLER - - + + Auto Detect Rilevamento automatico - + MIDI-devices to receive MIDI-events from Le periferiche MIDI ricevono eventi MIDI da - + USER CONTROLLER CONTROLLER PERSONALIZZATO - + MAPPING FUNCTION FUNZIONE DI MAPPATURA - + OK OK - + Cancel Annulla - + LMMS LMMS - + Cycle Detected. Ciclo rilevato. @@ -3944,28 +3944,28 @@ Se non sei sicuro, lascialo su "Automatico". EffectSelectDialog - + Add effect Aggiungi effetto - - + + Name Nome - + Type Tipo - + Description Descrizione - + Author Autore @@ -4550,217 +4550,217 @@ Se non sei sicuro, lascialo su "Automatico". ExportProjectDialog - + Export project Esporta il progetto - + Export as loop (remove extra bar) Esporta come loop (rimuove la battuta extra) - + Export between loop markers Esporta solo tra i punti di loop - + Render Looped Section: Rendering sezione ciclica: - + time(s) - + File format settings Impostazioni formato file - + File format: Formato file: - + Sampling rate: Frequenza di campionamento: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: Risoluzione Bit: - + 16 Bit integer Interi 16 Bit - + 24 Bit integer Interi 24 Bit - + 32 Bit float Virgola mobile 32 Bit - + Stereo mode: Modalità Stereofonia: - + Mono Monofonico - + Stereo Stereofonico - + Joint stereo Stereofonia compressa (Joint stereo) - + Compression level: Livello compressione: - + Bitrate: Bitrate: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate Usa bitrate variabile - + Quality settings Impostazioni qualità - + Interpolation: Interpolazione: - + Zero order hold Basilare (Zero-order hold) - + Sinc worst (fastest) Sinc peggiore (veloce) - + Sinc medium (recommended) Sinc medio (suggerito) - + Sinc best (slowest) Sinc migliore (lento) - + Oversampling: Sovracampionamento: - + 1x (None) 1x (Nessuna) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Inizia - + Cancel Annulla @@ -4777,32 +4777,32 @@ Please make sure you have write permission to the file and the directory contain Si prega di controllare i permessi di scrittura sul file e la cartella che lo contiene, e poi riprovare! - + Export project to %1 Esporta il progetto in %1 - + ( Fastest - biggest ) ( Più veloce - più grande ) - + ( Slowest - smallest ) ( Più lento - più piccolo ) - + Error Errore - + Error while determining file-encoder device. Please try to choose a different output format. Si è verificato un errore nel tentativo di determinare il dispositivo per la codifica del file. Si prega di selezionare un formato differente. - + Rendering: %1% Renderizzazione: %1% @@ -11467,7 +11467,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Rinomina... @@ -12222,12 +12222,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections Scarta le connessioni MIDI - + Save As Project Bundle (with resources) @@ -12235,349 +12235,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value Ritorna alle impostazioni predefinite - + Use built-in NaN handler Usa il gestore NaN integrato - + Settings Impostazioni - - + + General Generale - + Graphical user interface (GUI) Interfaccia utente grafica (GUI) - + Display volume as dBFS Mostra il volume in dBFS - + Enable tooltips Abilita i suggerimenti - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects Progetti - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language Lingua - - + + Performance Prestazioni - + Autosave Salvataggio automatico - + Enable autosave Abilita salvataggio automatico - + Allow autosave while playing Consenti salvataggio automatico durante la riproduzione - + User interface (UI) effects vs. performance Effetti dell'interfaccia utente (UI) vs. prestazioni - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Plugin - + VST plugins embedding: Incorporamento dei plug-in VST: - + No embedding Nessun incorporamento - + Embed using Qt API Incorpora utilizzando l'API Qt - + Embed using native Win32 API Incorpora utilizzando l'API Win32 nativa - + Embed using XEmbed protocol Incorpora utilizzando il protocollo XEmbed - + Keep plugin windows on top when not embedded Mantieni le finestre dei plugin in primo piano quando non sono incorporate - + Sync VST plugins to host playback Sincronizza i plugin VST alla riproduzione del programma - + Keep effects running even without input Lascia gli effetti attivi anche senza input - - + + Audio Audio - + Audio interface Interfaccia audio - + HQ mode for output audio device Modalità HQ per il dispositivo audio di uscita - + Buffer size Dimensione buffer - - + + MIDI MIDI - + MIDI interface Interfaccia MIDI - + Automatically assign MIDI controller to selected track - + LMMS working directory Directory di lavoro di LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory Directory dei SoundFont - + Default SF2 - + GIG directory Directory di GIG - + Theme directory - + Background artwork Grafica dello sfondo - + Some changes require restarting. Alcune modifiche richiedono il riavvio. - + Autosave interval: %1 Intervallo salvataggio automatico: %1 - + Choose the LMMS working directory Scegli la cartella di lavoro di LMMS - + Choose your VST plugins directory Scegli la tua cartella dei plugins VST - + Choose your LADSPA plugins directory Scegli la tua cartella dei plugins LADSPA - + Choose your default SF2 Scegli il tuo SF2 predefinito - + Choose your theme directory Scegli la tua cartella dei temi - + Choose your background picture Scegli la tua immagine di sfondo - - + + Paths Percorsi - + OK OK - + Cancel Annulla - + Frames: %1 Latency: %2 ms Frames: %1 Latenza: %2 ms - + Choose your GIG directory Selezione la directory di GIG - + Choose your SF2 directory Seleziona la directory dei SoundFont - + minutes minuti - + minute minuto - + Disabled Disabilitato @@ -13752,22 +13752,22 @@ Assicurarsi di avere i permessi in lettura per il file e per la directory che lo VersionedSaveDialog - + Increment version number Nuova versione - + Decrement version number Riduci numero versione - + Save Options Opzioni di salvataggio - + already exists. Do you want to replace it? Esiste già. Vuoi sovrascriverlo? diff --git a/data/locale/ja.ts b/data/locale/ja.ts index 0bba6f252..9a5f5961a 100644 --- a/data/locale/ja.ts +++ b/data/locale/ja.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS LMMS について - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). バージョン %1 (%2/%3, Qt %4, %5) - + About LMMS について - + LMMS - easy music production for everyone. LMMS - すべての人のためのDAW - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors 製作者 - + Involved 関係者 - + Contributors ordered by number of commits: コミット数順の貢献者一覧: - + Translation 翻訳 - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! 現在の言語は完全に翻訳されていません(もしくは英語になっています)。 LMMSを他の言語に翻訳したり、翻訳を改善することに興味があれば、ぜひとも翻訳してください! メンテナーに連絡を取るだけです! - + License ライセンス @@ -586,95 +586,95 @@ LMMSを他の言語に翻訳したり、翻訳を改善することに興味が - BBEditor + PatternEditor - + Beat+Bassline Editor ビート+ベースライン エディター - + Play/pause current beat/bassline (Space) 現在のビート/ベースラインの再生/一時停止 (Space) - + Stop playback of current beat/bassline (Space) 現在のビート/ベースラインの再生を停止 (Space) - + Beat selector ビート セレクター - + Track and step actions トラックとステップアクション - + Add beat/bassline ビート/ベースラインを追加 - + Clone beat/bassline clip - + Add sample-track サンプルトラックを追加 - + Add automation-track オートメーション トラックを追加 - + Remove steps ステップを削除 - + Add steps ステップを追加 - + Clone Steps ステップを複製 - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor ビート+ベースライン エディターで開く - + Reset name 名前をリセット - + Change name 名前を変更 - BBTrack + PatternTrack - + Beat/Bassline %1 ビート/ベースライン %1 - + Clone of %1 %1の複製 @@ -3078,73 +3078,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings 接続設定 - + MIDI CONTROLLER MIDI コントローラ - + Input channel 入力チャンネル - + CHANNEL チャンネル - + Input controller 入力コントローラー - + CONTROLLER コントローラー - - + + Auto Detect 自動検出 - + MIDI-devices to receive MIDI-events from MIDI イベントを受信するための MIDI デバイス - + USER CONTROLLER ユーザー コントローラー - + MAPPING FUNCTION マッピング機能 - + OK OK - + Cancel キャンセル - + LMMS LMMS - + Cycle Detected. 循環が検出されました。 @@ -3940,28 +3940,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect エフェクトを追加 - - + + Name 名前 - + Type 種類 - + Description 説明 - + Author 製作者 @@ -4546,217 +4546,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project プロジェクトをエクスポート - + Export as loop (remove extra bar) ループとしてエクスポート (余分なところは除去) - + Export between loop markers ループのマーカー区間をエクスポートする - + Render Looped Section: - + time(s) - + File format settings ファイルフォーマット設定 - + File format: ファイルの形式: - + Sampling rate: サンプルレート : - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: ビット深度 : - + 16 Bit integer 16 ビット - + 24 Bit integer 24 ビット - + 32 Bit float 32 ビット - + Stereo mode: ステレオモード: - + Mono モノラル - + Stereo ステレオ - + Joint stereo ジョイントステレオ - + Compression level: 圧縮レベル: - + Bitrate: ビットレート: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate 可変ビットレートを使用する - + Quality settings 品質設定 - + Interpolation: 補間 : - + Zero order hold ゼロ次ホールド - + Sinc worst (fastest) 低品質 (最速) - + Sinc medium (recommended) 中品質 (おすすめ) - + Sinc best (slowest) 最高品質 (最低速) - + Oversampling: オーバーサンプリング : - + 1x (None) 1x (そのまま) - + 2x 2x - + 4x 4x - + 8x 8x - + Start 開始 - + Cancel キャンセル @@ -4773,32 +4773,32 @@ Please make sure you have write permission to the file and the directory contain 書き込み権限があることを確認してからもう一度試してください。 - + Export project to %1 プロジェクトを %1 にエクスポート - + ( Fastest - biggest ) ( 最速 - 最大 ) - + ( Slowest - smallest ) ( 最低速 - 最小 ) - + Error エラー - + Error while determining file-encoder device. Please try to choose a different output format. ファイルエンコーダーのデバイスを選択する際にエラーが発生しました。違うフォーマットを選択してください。 - + Rendering: %1% レンダリング: %1% @@ -11451,7 +11451,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... 名前の変更... @@ -12206,12 +12206,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12219,349 +12219,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value 規定値にリセット - + Use built-in NaN handler - + Settings 設定 - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS 音量を dBFS で表示する - + Enable tooltips ツールチップを有効にする - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins プラグイン - + VST plugins embedding: - + No embedding - + Embed using Qt API Qt API を使用した埋め込み - + Embed using native Win32 API ネイティブのWin32 APIを使用した埋め込み - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio オーディオ - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory LMMSの作業ディレクトリ - + VST plugins directory - + LADSPA plugins directories - + SF2 directory SF2のディレクトリ - + Default SF2 - + GIG directory GIGのディレクトリ - + Theme directory - + Background artwork 背景アートワーク - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths パス - + OK OK - + Cancel キャンセル - + Frames: %1 Latency: %2 ms フレーム: %1 レイテンシ: %2 ms - + Choose your GIG directory GIGのディレクトリを選択してください - + Choose your SF2 directory SF2のディレクトリを選択してください - + minutes - + minute - + Disabled 無効 @@ -13736,22 +13736,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number バージョン番号を大きくする - + Decrement version number バージョン番号を小さくする - + Save Options - + already exists. Do you want to replace it? すでに存在しています。置き換えますか? diff --git a/data/locale/ka.ts b/data/locale/ka.ts index 1c3fcb9df..b0a55c43f 100644 --- a/data/locale/ka.ts +++ b/data/locale/ka.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors - + Involved - + Contributors ordered by number of commits: - + Translation - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel გაუქმება - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name - + Type - + Description - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x 2x - + 4x 4x - + 8x 8x - + Start - + Cancel გაუქმება @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error შეცდომა - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11446,7 +11446,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12201,12 +12201,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12214,348 +12214,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK - + Cancel გაუქმება - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13727,22 +13727,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/ko.ts b/data/locale/ko.ts index 003221766..519aa2db8 100644 --- a/data/locale/ko.ts +++ b/data/locale/ko.ts @@ -2,62 +2,62 @@ AboutDialog - + About LMMS LMMS에 대하여 - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). 버전 %1 (%2/%3, Qt %4, %5). - + About 정보 - + LMMS - easy music production for everyone. LMMS - 누구나 쉽게 할 수 있는 음악 제작. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors 개발자 - + Involved 기여자 - + Contributors ordered by number of commits: 기여자 (기여 순으로 정렬): - + Translation 번역 - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! 송현진 (Hyunjin Song) <tteu.ingog@gmail.com> @@ -66,7 +66,7 @@ If you're interested in translating LMMS in another language or want to imp LMMS를 다른 언어로 번역하고 싶다거나 기존 번역을 개선하고 싶다면 저희를 도와주세요! LMMS 관리자와의 연락을 통해 참여하실 수 있습니다. - + License 라이선스 @@ -588,95 +588,95 @@ LMMS를 다른 언어로 번역하고 싶다거나 기존 번역을 개선하고 - BBEditor + PatternEditor - + Beat+Bassline Editor 비트/베이스 라인 편집기 - + Play/pause current beat/bassline (Space) 현재 비트/베이스 라인 재생/일시정지 (Space) - + Stop playback of current beat/bassline (Space) 현재 비트/베이스 라인 정지 (Space) - + Beat selector 비트 선택기 - + Track and step actions - + Add beat/bassline 비트/베이스 라인 추가 - + Clone beat/bassline clip - + Add sample-track 샘플 트랙 추가 - + Add automation-track 오토메이션 트랙 추가 - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor 비트/베이스 라인 편집기에서 열기 - + Reset name 이름 초기화 - + Change name 이름 바꾸기 - BBTrack + PatternTrack - + Beat/Bassline %1 비트/베이스 라인 %1 - + Clone of %1 %1의 복제 @@ -3080,73 +3080,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings 연결 설정 - + MIDI CONTROLLER MIDI 컨트롤러 - + Input channel 입력 채널 - + CHANNEL 채널 - + Input controller 입력 컨트롤러 - + CONTROLLER 컨트롤러 - - + + Auto Detect 자동 감지 - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER 사용자 지정 컨트롤러 - + MAPPING FUNCTION 매핑 함수 - + OK 확인 - + Cancel 취소 - + LMMS LMMS - + Cycle Detected. 순환 연결이 감지되었습니다. @@ -3942,28 +3942,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect 효과 추가 - - + + Name 이름 - + Type 형태 - + Description 요약 - + Author 개발자 @@ -4548,217 +4548,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project 프로젝트 내보내기 - + Export as loop (remove extra bar) 루프 곡처럼 내보내기 (추가적 마디 제거) - + Export between loop markers 반복 마커 사이 구간만 내보내기 - + Render Looped Section: - + time(s) - + File format settings 파일 형식 설정 - + File format: 파일 형식: - + Sampling rate: 샘플 레이트: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: 비트 깊이: - + 16 Bit integer 16비트 정수 - + 24 Bit integer 24비트 정수 - + 32 Bit float 32비트 실수 - + Stereo mode: 스테레오 모드: - + Mono 모노 - + Stereo 스테레오 - + Joint stereo 통합 스테레오 - + Compression level: 압축률: - + Bitrate: 비트 레이트: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate 가변 비트레이트 사용 - + Quality settings 품질 설정 - + Interpolation: 보간법: - + Zero order hold - + Sinc worst (fastest) 최저 품질 sinc (가장 빠름) - + Sinc medium (recommended) 보통 품질 sinc (추천) - + Sinc best (slowest) 최고 품질 sinc (가장 느림) - + Oversampling: 오버샘플링: - + 1x (None) 1x (사용하지 않음) - + 2x 2x - + 4x 4x - + 8x 8x - + Start 시작 - + Cancel 취소 @@ -4775,32 +4775,32 @@ Please make sure you have write permission to the file and the directory contain 경로에 파일이 존재하고 파일에 쓸 수 있는 권한이 있는지 확인 후 다시 시도하시기 바랍니다! - + Export project to %1 %1(으)로 프로젝트 내보내기 - + ( Fastest - biggest ) ( 가장 빠르게 - 용량 가장 큼 ) - + ( Slowest - smallest ) ( 가장 느리게 - 용량 가장 작음 ) - + Error 오류 - + Error while determining file-encoder device. Please try to choose a different output format. 파일 인코더를 결정하는 중 오류가 발생하였습니다. 다른 포맷을 선택하여 다시 시도해 보세요. - + Rendering: %1% 렌더링: %1% @@ -11453,7 +11453,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... 이름 바꾸기... @@ -12208,12 +12208,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12221,349 +12221,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value 기본값으로 초기화 - + Use built-in NaN handler - + Settings 설정 - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS 음량을 dBFS 단위로 표시 - + Enable tooltips 툴팁 활성화 - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins 플러그인 - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback VST 플러그인을 LMMS 재생과 동기화 - + Keep effects running even without input 입력이 없을 때에도 효과 작동 유지 - - + + Audio 오디오 - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory LMMS 작업 경로 - + VST plugins directory - + LADSPA plugins directories - + SF2 directory SF2 경로 - + Default SF2 - + GIG directory GIG 경로 - + Theme directory - + Background artwork 배경 아트워크 - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths 경로 - + OK 확인 - + Cancel 취소 - + Frames: %1 Latency: %2 ms 프레임: %1 시간 지연: %2 ms - + Choose your GIG directory GIG 경로 선택 - + Choose your SF2 directory SF2 경로 선택 - + minutes - + minute - + Disabled 비활성화됨 @@ -13736,22 +13736,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number 버전 증가 - + Decrement version number 버전 감소 - + Save Options - + already exists. Do you want to replace it? 이(가) 이미 존재합니다. 덮어쓰시겠습니까? diff --git a/data/locale/ms_MY.ts b/data/locale/ms_MY.ts index 153fe910e..b730a9e6b 100644 --- a/data/locale/ms_MY.ts +++ b/data/locale/ms_MY.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Tentang LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About Tentang - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Pengarang - + Involved Terlibat - + Contributors ordered by number of commits: Penyumbang diperintah oleh beberapa komit: - + Translation Translasi - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Lesen @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name - + Type - + Description - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11446,7 +11446,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12201,12 +12201,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12214,348 +12214,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13727,22 +13727,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/nb.ts b/data/locale/nb.ts index aafa9fd3a..f084a21ab 100644 --- a/data/locale/nb.ts +++ b/data/locale/nb.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Om LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Versjon %1 (%2/%3, Qt %4, %5). - + About Om - + LMMS - easy music production for everyone. LMMS ­­– enkel musikkproduksjon for alle. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Opphavsfolk - + Involved Involverte - + Contributors ordered by number of commits: Bidragsytere sortert etter antall commits: - + Translation Oversettelse - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Lisens @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name Tilbakestill navn - + Change name Endre navn - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL KANAL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name - + Type - + Description - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11447,7 +11447,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12202,12 +12202,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12215,348 +12215,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Innstillinger - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips Aktiver verktøytips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input La effektene kjøre selv uten input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory Arbeidsmappe for LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork Bakgrunnsdesign - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths Stier - + OK - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13728,22 +13728,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/nl.ts b/data/locale/nl.ts index 6b3157bee..c4196db58 100644 --- a/data/locale/nl.ts +++ b/data/locale/nl.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS Over LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Versie %1 (%2/%3, Qt %4, %5). - + About Over - + LMMS - easy music production for everyone. LMMS - eenvoudige muziekproductie voor iedereen. - + Copyright © %1. Auteursrecht © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Auteurs - + Involved Betrokken - + Contributors ordered by number of commits: Bijdragers, geordend volgens het aantal commits: - + Translation Vertaling - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Nederlandse vertaling door Thomas De Rocker (RockyTDR), Koen Stroobants (kstr) en Carlo Tas (caLRo). Als u interesse heeft om LMMS naar een andere taal te vertalen, of als u de bestaande vertalingen wilt verbeteren, dan mag u ons zeker helpen! Contacteer de beheerder! - + License Licentie @@ -586,95 +586,95 @@ Als u interesse heeft om LMMS naar een andere taal te vertalen, of als u de best - BBEditor + PatternEditor - + Beat+Bassline Editor Beat- en baslijn-editor - + Play/pause current beat/bassline (Space) Huidige beat/baslijn afspelen/pauzeren (Spatie) - + Stop playback of current beat/bassline (Space) Afspelen van huidige beat/baslijn stoppen (Spatie) - + Beat selector Beat-selector - + Track and step actions Track- en stap-acties - + Add beat/bassline Beat/baslijn toevoegen - + Clone beat/bassline clip - + Add sample-track Sample-track toevoegen - + Add automation-track Automatisering-track toevoegen - + Remove steps Stappen verwijderen - + Add steps Stappen toevoegen - + Clone Steps Stappen klonen - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor In beat- en baslijn-editor openen - + Reset name Naam herstellen - + Change name Naam wijzigen - BBTrack + PatternTrack - + Beat/Bassline %1 Beat/baslijn %1 - + Clone of %1 Kloon van %1 @@ -3078,73 +3078,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Verbindingsinstellingen - + MIDI CONTROLLER MIDI-CONTROLLER - + Input channel Invoerkanaal - + CHANNEL KANAAL - + Input controller Invoercontroller - + CONTROLLER CONTROLLER - - + + Auto Detect Automatisch detecteren - + MIDI-devices to receive MIDI-events from MIDI-apparaten om MIDI-events van te ontvangen - + USER CONTROLLER GEBRUIKER CONTROLLER - + MAPPING FUNCTION MAPPING-FUNCTIE - + OK Ok - + Cancel Annuleren - + LMMS LMMS - + Cycle Detected. Cyclus gedetecteerd. @@ -3940,28 +3940,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Effect toevoegen - - + + Name Naam - + Type Type - + Description Beschrijving - + Author Auteur @@ -4546,217 +4546,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Project exporteren - + Export as loop (remove extra bar) Exporteren als loop (extra balk verwijderen) - + Export between loop markers Exporteren tussen loopmarkeringen - + Render Looped Section: Herhaalde sectie renderen: - + time(s) keer - + File format settings Bestandsformaat-instellingen - + File format: Bestandsformaat: - + Sampling rate: Samplerate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: Bitdiepte: - + 16 Bit integer 16-bit integer - + 24 Bit integer 24-bit integer - + 32 Bit float 32-bit float - + Stereo mode: Stereomodus: - + Mono Mono - + Stereo Stereo - + Joint stereo Joint stereo - + Compression level: Compressieniveau: - + Bitrate: Bitrate: - + 64 KBit/s 64 kbit/s - + 128 KBit/s 128 kbit/s - + 160 KBit/s 160 kbit/s - + 192 KBit/s 192 kbit/s - + 256 KBit/s 256 kbit/s - + 320 KBit/s 320 kbit/s - + Use variable bitrate Variabele bitrate gebruiken - + Quality settings Kwaliteitsinstellingen - + Interpolation: Interpolatie: - + Zero order hold Zero order hold - + Sinc worst (fastest) Sinc slechtste (snelste) - + Sinc medium (recommended) Sinc medium (aanbevolen) - + Sinc best (slowest) Sinc beste (traagste) - + Oversampling: Oversampling: - + 1x (None) 1x (geen) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Starten - + Cancel Annuleren @@ -4773,32 +4773,32 @@ Please make sure you have write permission to the file and the directory contain Zorg ervoor dat u schrijfbevoegdheid heeft voor het bestand en voor de map die het bestand bevat en probeer het opnieuw! - + Export project to %1 Project exporteren naar %1 - + ( Fastest - biggest ) ( Snelste - grootste ) - + ( Slowest - smallest ) ( Traagste - kleinste ) - + Error Fout - + Error while determining file-encoder device. Please try to choose a different output format. Fout bij vaststellen van bestands-encoder-apparaat. Probeer een ander uitvoerformaat te kiezen. - + Rendering: %1% Renderen: %1 % @@ -11453,7 +11453,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Naam wijzigen... @@ -12208,12 +12208,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections MIDI-verbindingen weggooien - + Save As Project Bundle (with resources) @@ -12221,349 +12221,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value Standaardwaarde herstellen - + Use built-in NaN handler Ingebouwde HaN-handler gebruiken - + Settings Instellingen - - + + General Algemeen - + Graphical user interface (GUI) Grafische gebruikersinterface (GUI) - + Display volume as dBFS Volume weergeven als dBFS - + Enable tooltips Tooltips inschakelen - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects Projecten - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language Taal - - + + Performance Prestaties - + Autosave Automatisch opslaan - + Enable autosave Automatisch opslaan inschakelen - + Allow autosave while playing Automatisch opslaan toestaan tijdens afspelen - + User interface (UI) effects vs. performance Gebruikersinterface-effecten vs. prestaties - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Plugins - + VST plugins embedding: Inbedden van VST-plugins: - + No embedding Geen embedding - + Embed using Qt API Embedden met Qt-API - + Embed using native Win32 API Embedden met ingebouwde Win32-API - + Embed using XEmbed protocol Embedden met XEmbed-protocol - + Keep plugin windows on top when not embedded Plugin-vensters bovenaan houden wanneer niet ingebed - + Sync VST plugins to host playback Synchroniseer VST plugins met host-playback - + Keep effects running even without input Effecten actief houden, zelfs zonder invoer - - + + Audio Audio - + Audio interface Audio-interface - + HQ mode for output audio device HQ-modus voor audio-apparaat-uitvoer - + Buffer size Buffergrootte - - + + MIDI MIDI - + MIDI interface MIDI-interface - + Automatically assign MIDI controller to selected track - + LMMS working directory LMMS-werkmap - + VST plugins directory - + LADSPA plugins directories - + SF2 directory SF2-map - + Default SF2 - + GIG directory GIG-map - + Theme directory - + Background artwork Achtergrondafbeelding - + Some changes require restarting. Sommige wijzigingen vereisen een nieuwe start. - + Autosave interval: %1 Interval automatisch opslaan: %1 - + Choose the LMMS working directory Kies de LMMS-werkmap - + Choose your VST plugins directory Kies uw VST-plugin-map - + Choose your LADSPA plugins directory Kies uw LADSPA-pluginmap - + Choose your default SF2 Kies uw standaard SF2 - + Choose your theme directory Kies uw thema-map - + Choose your background picture Kies uw achtergrondafbeelding - - + + Paths Paden - + OK Ok - + Cancel Annuleren - + Frames: %1 Latency: %2 ms Frames: %1 Latentie: %2 ms - + Choose your GIG directory Kies uw GIG-map - + Choose your SF2 directory Kies uw SF2-map - + minutes minuten - + minute minuut - + Disabled Uitgeschakeld @@ -13738,22 +13738,22 @@ Verzeker u ervan dat u leesrechten heeft voor het bestand en zijn bevattende map VersionedSaveDialog - + Increment version number Versienummer verhogen - + Decrement version number Versienummer verlagen - + Save Options Opties voor opslaan - + already exists. Do you want to replace it? bestaat reeds. Wilt u het vervangen? diff --git a/data/locale/oc.ts b/data/locale/oc.ts index d81f5594b..3b864fc43 100644 --- a/data/locale/oc.ts +++ b/data/locale/oc.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS A prepaus de LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About A prepauses - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autoras - + Involved Personas implicadas - + Contributors ordered by number of commits: Contributeurs classats per nombre de commits: - + Translation Traduccion - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Licéncia @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name Modificar lo nom - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Configuracion de la connexion - + MIDI CONTROLLER - + Input channel Canal de dintrada - + CHANNEL CANAL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK OK - + Cancel Barrar - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name Nom - + Type - + Description - + Author Autora @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Exportar lo projècte - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: Format de fichièr: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate - + Quality settings Reglatges de qualitat - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (pas cap) - + 2x 2x - + 4x 4x - + 8x 8x - + Start - + Cancel Barrar @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11446,7 +11446,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12201,12 +12201,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12214,348 +12214,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Configuracion - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS Afichar lo volum en dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory Repertòri de trabalh de LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory Repertòri dels SF2 - + Default SF2 - + GIG directory Repertòri dels GIG - + Theme directory - + Background artwork Images de fons - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK OK - + Cancel Barrar - + Frames: %1 Latency: %2 ms - + Choose your GIG directory Causissètz lo repertòri dels fichièrs GIG - + Choose your SF2 directory Causissètz lo repertòri dels fichièrs SF2 - + minutes minutas - + minute minuta - + Disabled Desactivat @@ -13727,22 +13727,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number Incrementar lo numèro de version - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/pl.ts b/data/locale/pl.ts index c7f514472..f31cb71a9 100644 --- a/data/locale/pl.ts +++ b/data/locale/pl.ts @@ -2,62 +2,62 @@ AboutDialog - + About LMMS O programie LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Wersja %1 (%2/%3, Qt %4, %5). - + About Informacje - + LMMS - easy music production for everyone. LMMS – łatwa produkcja muzyczna dla każdego. - + Copyright © %1. Prawa autorskie © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autorzy - + Involved Zaangażowani - + Contributors ordered by number of commits: Twórcy programu posortowani podług aktywności: - + Translation Tłumaczenie - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Autorzy tłumaczenia: @@ -68,7 +68,7 @@ Outer_Mind Radek Słowik - + License Licencja @@ -590,95 +590,95 @@ Radek Słowik - BBEditor + PatternEditor - + Beat+Bassline Editor Pokaż/ukryj Edytor Perkusji i Basu - + Play/pause current beat/bassline (Space) Odtwórz/Pauzuj bieżącą linię perkusyjną/basową (Spacja) - + Stop playback of current beat/bassline (Space) Zatrzymaj odtwarzanie bieżącej linii perkusyjnej/basowej (Spacja) - + Beat selector Selektor linii perkusyjnej - + Track and step actions Akcje dla ścieżki i kroku - + Add beat/bassline Dodaj linię perkusyjną/basową - + Clone beat/bassline clip Klonuj pattern perkusji/basu - + Add sample-track Dodaj próbkę - + Add automation-track Dodaj ścieżkę automatyki - + Remove steps Usuń kroki - + Add steps Dodaj kroki - + Clone Steps Klonuj kroki - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Otwórz w Edytorze Perkusji i Basu - + Reset name Zresetuj nazwę - + Change name Zmień nazwę - BBTrack + PatternTrack - + Beat/Bassline %1 Perkusja/Bas %1 - + Clone of %1 Kopia %1 @@ -3362,73 +3362,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Ustawienia Połączenia - + MIDI CONTROLLER KONTROLER MIDI - + Input channel Kanał wejściowy - + CHANNEL KANAŁ - + Input controller Kontroler wejściowy - + CONTROLLER KONTROLER - - + + Auto Detect Autodetekcja - + MIDI-devices to receive MIDI-events from Urządzenia MIDI odbierające zdarzenia MIDI z - + USER CONTROLLER KONTROLER UŻYTKOWNIKA - + MAPPING FUNCTION FUNKCJA MAPOWANIA - + OK OK - + Cancel Anuluj - + LMMS LMMS - + Cycle Detected. Detekcja Cyklu. @@ -4224,28 +4224,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Dodaj efekt - - + + Name Nazwa - + Type Rodzaj - + Description Opis - + Author Autor @@ -4830,217 +4830,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Eksportuj projekt - + Export as loop (remove extra bar) - + Export between loop markers Eksportuj pomiędzy znacznikami pętli - + Render Looped Section: - + time(s) - + File format settings Ustawienia formatu pliku - + File format: Format pliku: - + Sampling rate: Częstotliwość próbkowania: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: Rozdzielczość bitowa: - + 16 Bit integer 16-bitowa liczba całkowita - + 24 Bit integer 24-bitowa liczba całkowita - + 32 Bit float 32 Bit float - + Stereo mode: Tryb stereo: - + Mono Mono - + Stereo Stereo - + Joint stereo Połączone stereo - + Compression level: Poziom kompresji: - + Bitrate: Przepływność: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate Użyj zmiennej przepływności - + Quality settings Ustawienia jakości - + Interpolation: Interpolacja: - + Zero order hold Interpolator rzędu zerowego - + Sinc worst (fastest) Sinc najgorsza (najszybsza) - + Sinc medium (recommended) Sinc średnia (zalecana) - + Sinc best (slowest) Sinc najlepsza (najwolniejsza) - + Oversampling: Nadpróbkowanie: - + 1x (None) 1x (Brak) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Rozpocznij - + Cancel Anuluj @@ -5057,32 +5057,32 @@ Please make sure you have write permission to the file and the directory contain Upewnij się, że masz uprawnienia do zapisu do pliku i katalogu zawierającego plik i spróbuj ponownie! - + Export project to %1 Eksportuj projekt do %11 - + ( Fastest - biggest ) ( Najszybsze - największe ) - + ( Slowest - smallest ) ( Najwolniejsze - najmniejsze ) - + Error Błąd - + Error while determining file-encoder device. Please try to choose a different output format. Wystąpił błąd podczas określania urządzenia do kodowania plików. Spróbuj wybrać inny format wyjściowy. - + Rendering: %1% Renderowanie: %1% @@ -11738,7 +11738,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Zmień nazwę… @@ -12493,12 +12493,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12506,349 +12506,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Ustawienia - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS Wyświetlaj głośność jako dBFS - + Enable tooltips Włącz podpowiedzi - + Enable master oscilloscope by default - + Enable all note labels in piano roll Włącz etykiety wszystkich nut w edytorze pianowym. - + Enable compact track buttons Włącz kompaktowe przyciski ścieżek - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default Domyślnie kompresuj pliki projektu - + Create a backup file when saving a project - + Reopen last project on startup Ponownie otwórz ostatni projekt przy uruchomieniu - + Language - - + + Performance - + Autosave - + Enable autosave Włącz automatyczny zapis - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor Płynne przewijanie w edytorze kompozycji - + Display playback cursor in AudioFileProcessor - + Plugins Wtyczki - + VST plugins embedding: - + No embedding Nie osadzaj - + Embed using Qt API Osadź używając API Qt - + Embed using native Win32 API Osadź używając natywnego API Win32 - + Embed using XEmbed protocol Osądź używając protokołu XEmbed - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback Synchronizuj wtyczki VST z hostem - + Keep effects running even without input Pozostaw efekty włączone, nawet bez wejścia - - + + Audio Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory Katalog roboczy LMMS - + VST plugins directory Katalog wtyczek VST - + LADSPA plugins directories Katalog wtyczek LADSPA - + SF2 directory Katalog SF2 - + Default SF2 Domyślne SF2 - + GIG directory Katalog GIG - + Theme directory Katalog motywu - + Background artwork Grafika w tle - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths Ścieżki - + OK OK - + Cancel Anuluj - + Frames: %1 Latency: %2 ms Ramki: %1 Opóźnienie: %2 ms - + Choose your GIG directory Wybierz katalog GIG - + Choose your SF2 directory Wybierz swój katalog z SF2 - + minutes minuty - + minute minuta - + Disabled Wyłączono @@ -14023,22 +14023,22 @@ Upewnij się, że masz uprawnienia do odczytu tego pliku i katalogu zawierające VersionedSaveDialog - + Increment version number Zwiększ numer wersji o jeden - + Decrement version number Zminiejsz numer wersji o jeden - + Save Options - + already exists. Do you want to replace it? już istnieje. Czy chcesz go zastąpić? diff --git a/data/locale/pt.ts b/data/locale/pt.ts index 91bf55318..64551d81a 100644 --- a/data/locale/pt.ts +++ b/data/locale/pt.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS Sobre o LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Versão %1 (%2/%3, Qt %4, %5). - + About Sobre - + LMMS - easy music production for everyone. LMMS-produção de música fácil para todos. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autores - + Involved Envolvidos - + Contributors ordered by number of commits: Contribuidores ordenados por número de contribuição: - + Translation Tradução - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Idioma atual não traduzido (ou inglês nativo). Se você estiver interessado em traduzir LMMS para outro idioma ou quer melhorar as traduções atuais, fique à vontade para nos ajudar! Simplesmente contate o mantenedor! - + License Licença @@ -586,95 +586,95 @@ Se você estiver interessado em traduzir LMMS para outro idioma ou quer melhorar - BBEditor + PatternEditor - + Beat+Bassline Editor Mostrar/esconder Editor de Bases - + Play/pause current beat/bassline (Space) Tocar/Parar base atual (Espaço) - + Stop playback of current beat/bassline (Space) Parar playback da base atual (Espaço) - + Beat selector Seletor de batida - + Track and step actions Faixa e ações da etapa - + Add beat/bassline Add linha de base - + Clone beat/bassline clip - + Add sample-track Adicionar faixa de amostra - + Add automation-track Add automação de faixa - + Remove steps Remover passo - + Add steps Adicionar passo - + Clone Steps Clonar Etapas - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Abrir Editor de Bases - + Reset name Restaurar nome - + Change name Mudar nome - BBTrack + PatternTrack - + Beat/Bassline %1 Batida/Linha de Baixo %1 - + Clone of %1 Clone de %1 @@ -3080,73 +3080,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Configuração das Conexões - + MIDI CONTROLLER CONTROLADOR MIDI - + Input channel Canal de entrada - + CHANNEL CANAL - + Input controller Entrada do controlador - + CONTROLLER CONTROLADOR - - + + Auto Detect Auto detectar - + MIDI-devices to receive MIDI-events from Dispositivos MIDI para receber eventos MIDI de - + USER CONTROLLER CONTROLADOR DO USUÁRIO - + MAPPING FUNCTION MAPEAR FUNÇÃO - + OK OK - + Cancel Cancelar - + LMMS LMMS - + Cycle Detected. Ciclo Detectado. @@ -3942,28 +3942,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Adicionar Efeito - - + + Name Nome - + Type Tipo - + Description Descrição - + Author Autor @@ -4548,217 +4548,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Renderizar projeto - + Export as loop (remove extra bar) - + Export between loop markers Exportar entre os marcadores de repetição - + Render Looped Section: - + time(s) - + File format settings - + File format: Formato do arquivo: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: Modo estéreo - + Mono Mono - + Stereo Estéreo - + Joint stereo - + Compression level: - + Bitrate: Velocidade em bits: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate - + Quality settings Configurações de qualidade - + Interpolation: Interpolação: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (Nada) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Começar - + Cancel Cancelar @@ -4774,32 +4774,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 Exportar projeto para %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error Erro - + Error while determining file-encoder device. Please try to choose a different output format. Erro ao determinar o aparelho codificador de arquivos. Por favor, tente escolher um formato de saída diferente. - + Rendering: %1% Renderizando: %1% @@ -11452,7 +11452,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Renomear... @@ -12207,12 +12207,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12220,348 +12220,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Opções - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips Ativar Dicas - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio Áudio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory Diretório de trabalho LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory Diretório SF2 - + Default SF2 - + GIG directory Diretório GIG - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths Caminhos - + OK OK - + Cancel Cancelar - + Frames: %1 Latency: %2 ms - + Choose your GIG directory Escolha seu diretório GIG - + Choose your SF2 directory Escolha seu diretório SF2 - + minutes minutos - + minute minuto - + Disabled Desativado @@ -13736,22 +13736,22 @@ Por favor certifique-se que você tem permissões de leitura para o arquivo e pa VersionedSaveDialog - + Increment version number Incrementar número da versão - + Decrement version number Decrementar número da versão - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/ro.ts b/data/locale/ro.ts index 7d3413f89..95a4dc55e 100644 --- a/data/locale/ro.ts +++ b/data/locale/ro.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS Despre LMMS - + LMMS LMMS (Linux MultiMedia Studio) - + Version %1 (%2/%3, Qt %4, %5). Versiunea %1 (%2/%3, Qt %4, %5). - + About Despre - + LMMS - easy music production for everyone. LMMS - producție ușoară de muzică pentru toată lumea. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Autor: - + Involved Implicat - + Contributors ordered by number of commits: Contribuitori ordonați după numărul de contribuții: - + Translation Traducere - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Limba curentă nu este tradusă (sau limba engleză) Dacă sunteți interesat în traducerea LMMS într-o altă limbă sau doriți să îmbunătățiți traducerile existente, sunteți bineveniți să ne ajutați! Pur și simplu contactați întreținătorul! - + License Licență (autorizație) @@ -586,95 +586,95 @@ Dacă sunteți interesat în traducerea LMMS într-o altă limbă sau doriți s - BBEditor + PatternEditor - + Beat+Bassline Editor - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3078,73 +3078,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK - + Cancel - + LMMS LMMS (Linux MultiMedia Studio) - + Cycle Detected. @@ -3940,28 +3940,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name - + Type - + Description - + Author @@ -4546,217 +4546,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel @@ -4772,32 +4772,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11447,7 +11447,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12202,12 +12202,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12215,348 +12215,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK - + Cancel - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes - + minute - + Disabled @@ -13728,22 +13728,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/ru.ts b/data/locale/ru.ts index 80d1a4b75..57ee24030 100644 --- a/data/locale/ru.ts +++ b/data/locale/ru.ts @@ -2,62 +2,62 @@ AboutDialog - + About LMMS О программе LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Версия %1 (%2/%3, Qt %4, %5). - + About Подробнее - + LMMS - easy music production for everyone. LMMS — простое создание музыки для всех. - + Copyright © %1. Все права защищены © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Авторы - + Involved Участники - + Contributors ordered by number of commits: Разработчики сортированные по числу коммитов: - + Translation Перевод - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Хотите перевести LMMS на другой язык или улучшить существующий перевод — всегда пожалуйста! Свяжитесь с командой переводчиков: @@ -76,7 +76,7 @@ Andrew344 (2016) Simple88 (2016) - + License Лицензия @@ -598,95 +598,95 @@ Simple88 (2016) - BBEditor + PatternEditor - + Beat+Bassline Editor Ритм+Бас Композитор - + Play/pause current beat/bassline (Space) Игра/пауза текущей линии ритма/баса (пробел) - + Stop playback of current beat/bassline (Space) Остановить воспроизведение текущей линии ритм-баса (ПРОБЕЛ) - + Beat selector Выбор бита - + Track and step actions Действия для дорожки или такта - + Add beat/bassline Добавить ритм/бас - + Clone beat/bassline clip - + Add sample-track Добавить дорожку записи - + Add automation-track Добавить дорожку автоматизации - + Remove steps Убрать такты - + Add steps Добавить такты - + Clone Steps Клонировать такты - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Открыть в Композиторе-Ритм+Баса - + Reset name Сбросить название - + Change name Переименовать - BBTrack + PatternTrack - + Beat/Bassline %1 Ритм/Бас Линия %1 - + Clone of %1 Копия %1 @@ -3091,73 +3091,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Параметры соединения - + MIDI CONTROLLER MIDI-КОНТРОЛЛЕР - + Input channel Канал ввода - + CHANNEL КАНАЛ - + Input controller Контроллер ввода - + CONTROLLER КОНТРОЛЛЕР - - + + Auto Detect Автоопределение - + MIDI-devices to receive MIDI-events from Устройства MIDI для приёма событий - + USER CONTROLLER ПОЛЬЗ. КОНТРОЛЛЕР - + MAPPING FUNCTION ЗАДАТЬ ФУНКЦИЮ - + OK ОК - + Cancel Отмена - + LMMS LMMS - + Cycle Detected. Обнаружен цикл. @@ -3954,28 +3954,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Добавить эффект - - + + Name Имя - + Type Тип - + Description Описание - + Author Автор @@ -4560,217 +4560,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Экспорт проекта - + Export as loop (remove extra bar) Экспортировать как петлю (убрать лишний такт) - + Export between loop markers Экспорт между метками петли - + Render Looped Section: Рендерить закольцованную секцию - + time(s) время(с) - + File format settings Настройки формата файла - + File format: Формат файла: - + Sampling rate: Частота сэмплирования: - + 44100 Hz 44,1 кГц - + 48000 Hz 48 кГц - + 88200 Hz 88,2 кГц - + 96000 Hz 96 кГц - + 192000 Hz 192 кГц - + Bit depth: Глубина бита: - + 16 Bit integer 16-битное целое число - + 24 Bit integer 24-битное целое число - + 32 Bit float 32 Bit с запятой - + Stereo mode: Режим стерео: - + Mono Моно - + Stereo Стерео - + Joint stereo Объединённое стерео - + Compression level: Уровень компрессии: - + Bitrate: Битрейт: - + 64 KBit/s 64 кбит/с - + 128 KBit/s 128 кбит/с - + 160 KBit/s 160 кбит/с - + 192 KBit/s 192 кбит/с - + 256 KBit/s 256 кбит/с - + 320 KBit/s 320 кбит/с - + Use variable bitrate Переменный битрейт - + Quality settings Настройки качества - + Interpolation: Интерполяция: - + Zero order hold Удержание нулевого порядка - + Sinc worst (fastest) Sinc худший (быстрее) - + Sinc medium (recommended) Sinc средний (рекомендовано) - + Sinc best (slowest) Sinc лучший (медленно) - + Oversampling: Сверхсэмплирование: - + 1x (None) 1х (Нет) - + 2x - + 4x - + 8x - + Start Начать - + Cancel Отмена @@ -4786,32 +4786,32 @@ Please make sure you have write permission to the file and the directory contain Невозможно открыть файл %1 для записи. Пожалуйста, убедитесь, что у вас есть разрешение на запись в файл и содержащую его директорию, и попробуйте снова. - + Export project to %1 Экспорт проекта в %1 - + ( Fastest - biggest ) (Быстрее - больше) - + ( Slowest - smallest ) (Медленнее - меньше) - + Error Ошибка - + Error while determining file-encoder device. Please try to choose a different output format. Ошибка при определении кодека файла. Попробуйте выбрать другой формат вывода. - + Rendering: %1% Обработка: %1% @@ -11477,7 +11477,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Переименовать... @@ -12232,12 +12232,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections Отклонить MIDI-соединения - + Save As Project Bundle (with resources) @@ -12245,349 +12245,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value Сбросить до настроек по умолчанию - + Use built-in NaN handler Использовать встроенный Nan-обработчик - + Settings Настройки - - + + General Основные - + Graphical user interface (GUI) Графический интерфейс пользователя (GUI) - + Display volume as dBFS Отображать громкость в децибелах - + Enable tooltips Включить подсказки - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side Показывать боковую панель справа - + Let sample previews continue when mouse is released - + Mute automation tracks during solo Отключать дорожки автоматизации во время соло - + Show warning when deleting tracks - + Projects Проекты - + Compress project files by default По умолчанию сжимать файлы проекта - + Create a backup file when saving a project Создавать резервные копии при сохранении проекта - + Reopen last project on startup Открывать последний проект при запуске - + Language Язык - - + + Performance Производительность - + Autosave Автосохранение - + Enable autosave Включить автоматическое сохранение - + Allow autosave while playing Разрешить автосохранение во время воспроизведения. - + User interface (UI) effects vs. performance Эффекты интерфейса и производительность - + Smooth scroll in song editor Плавная прокрутка в редакторе композиции - + Display playback cursor in AudioFileProcessor Показывать указатель воспроизведения в процессоре звуковых файлов - + Plugins Модули - + VST plugins embedding: Встраивание VST-плагинов: - + No embedding Не встраивать - + Embed using Qt API Встроить с использованием Qt API - + Embed using native Win32 API Встроить с использованием Win32 API - + Embed using XEmbed protocol Встроить с использованием протокола XEmbed - + Keep plugin windows on top when not embedded Держать окна плагинов поверху, если не встроены - + Sync VST plugins to host playback Синхронизировать VST плагины с хостом воспроизведения - + Keep effects running even without input Продолжать работу эффектов даже без входящего сигнала - - + + Audio Аудио - + Audio interface Аудио-интерфейс - + HQ mode for output audio device Высококачественный режим аудио-устройства - + Buffer size Размер буфера - - + + MIDI MIDI - + MIDI interface Интерфейс MIDI - + Automatically assign MIDI controller to selected track Автоматически назначать MIDI-контроллер на выбранную дорожку - + LMMS working directory Рабочий каталог LMMS - + VST plugins directory Каталог модулей VST - + LADSPA plugins directories Каталог модулей LADSPA - + SF2 directory Папка SF2 - + Default SF2 Файл SF2 по умолчанию - + GIG directory Папка GIG - + Theme directory Папка для тем - + Background artwork Фоновое изображение - + Some changes require restarting. Некоторые изменения требуют перезагрузки программы. - + Autosave interval: %1 Интервал автосохранения: %1 - + Choose the LMMS working directory Выбрать рабочий каталог LMMS - + Choose your VST plugins directory Выбрать каталог плагинов VST - + Choose your LADSPA plugins directory Выбрать каталог плагинов LADSPA - + Choose your default SF2 Выберите основной SF2 - + Choose your theme directory Выберите свою папку для тем - + Choose your background picture Выберите свою картинку фона - - + + Paths Пути - + OK ОК - + Cancel Отмена - + Frames: %1 Latency: %2 ms Фрагментов: %1 Отклик: %2 мс - + Choose your GIG directory Выберите вашу папку GIG - + Choose your SF2 directory Выберите вашу папку SF2 - + minutes Минуты - + minute Минута - + Disabled Отключено @@ -13763,22 +13763,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number Увеличить номер версии - + Decrement version number Уменьшить номер версии - + Save Options Параметры сохранения - + already exists. Do you want to replace it? уже существует. Заменить? diff --git a/data/locale/sl.ts b/data/locale/sl.ts index 13e2f0975..48458f6fe 100644 --- a/data/locale/sl.ts +++ b/data/locale/sl.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Opis LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About Vizitka - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Avtorji - + Involved - + Contributors ordered by number of commits: - + Translation Prevod - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Licenca @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor Ritem+bas urejevalnik - + Play/pause current beat/bassline (Space) - + Stop playback of current beat/bassline (Space) - + Beat selector - + Track and step actions - + Add beat/bassline - + Clone beat/bassline clip - + Add sample-track - + Add automation-track - + Remove steps - + Add steps - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor - + Reset name - + Change name - BBTrack + PatternTrack - + Beat/Bassline %1 - + Clone of %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings - + MIDI CONTROLLER - + Input channel - + CHANNEL - + Input controller - + CONTROLLER - - + + Auto Detect - + MIDI-devices to receive MIDI-events from - + USER CONTROLLER - + MAPPING FUNCTION - + OK V redu - + Cancel Preklic - + LMMS LMMS - + Cycle Detected. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect - - + + Name Ime - + Type - + Description - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Izvozi projekt - + Export as loop (remove extra bar) - + Export between loop markers - + Render Looped Section: - + time(s) - + File format settings - + File format: - + Sampling rate: - + 44100 Hz - + 48000 Hz - + 88200 Hz - + 96000 Hz - + 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: - + 64 KBit/s - + 128 KBit/s - + 160 KBit/s - + 192 KBit/s - + 256 KBit/s - + 320 KBit/s - + Use variable bitrate - + Quality settings - + Interpolation: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) - + 2x - + 4x - + 8x - + Start - + Cancel Preklic @@ -4771,32 +4771,32 @@ Please make sure you have write permission to the file and the directory contain - + Export project to %1 Izvozi projekt v %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error - + Error while determining file-encoder device. Please try to choose a different output format. - + Rendering: %1% @@ -11446,7 +11446,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... @@ -12201,12 +12201,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12214,348 +12214,348 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings Nastavitve - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback - + Keep effects running even without input - - + + Audio - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory - + VST plugins directory - + LADSPA plugins directories - + SF2 directory - + Default SF2 - + GIG directory - + Theme directory - + Background artwork - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths - + OK V redu - + Cancel Preklic - + Frames: %1 Latency: %2 ms - + Choose your GIG directory - + Choose your SF2 directory - + minutes minute - + minute minuta - + Disabled @@ -13727,22 +13727,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number - + Decrement version number - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/sr.ts b/data/locale/sr.ts index 016a61de1..a8c1fd96d 100644 --- a/data/locale/sr.ts +++ b/data/locale/sr.ts @@ -563,7 +563,7 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor Beat+Bassline Editor @@ -614,7 +614,7 @@ If you're interested in translating LMMS in another language or want to imp - BBClipView + PatternClipView Open in Beat+Bassline-Editor @@ -637,7 +637,7 @@ If you're interested in translating LMMS in another language or want to imp - BBTrack + PatternTrack Beat/Bassline %1 @@ -6980,7 +6980,7 @@ Please make sure you have read-permission to the file and the directory containi - VisualizationWidget + Oscilloscope click to enable/disable visualization of master-output @@ -7752,7 +7752,7 @@ Please make sure you have read-permission to the file and the directory containi - mixerLineLcdSpinBox + MixerLineLcdSpinBox Assign to: diff --git a/data/locale/sv.ts b/data/locale/sv.ts index 81158be20..6c73a9049 100644 --- a/data/locale/sv.ts +++ b/data/locale/sv.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS Om LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Version %1 (%2/%3, Qt %4, %5) - + About Om - + LMMS - easy music production for everyone. LMMS - enkel musikproduktion för alla. - + Copyright © %1. Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io/?lang=sv_SE</span></a></p></body></html> - + Authors Upphovsmän - + Involved Engagerade - + Contributors ordered by number of commits: Bidragsgivare ordnade efter mängd bidrag: - + Translation Översättning - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Aktuellt språk översätts (eller inhemsk engelska). Om du är intresserad av att översätta LMMS till ett annat språk eller vill förbättra befintliga översättningar är du välkommen att hjälpa oss! Kontakta bara underhållaren! - + License Licens @@ -586,95 +586,95 @@ Om du är intresserad av att översätta LMMS till ett annat språk eller vill f - BBEditor + PatternEditor - + Beat+Bassline Editor Takt+Basgång-redigerare - + Play/pause current beat/bassline (Space) Spela/pausa nuvarande takt/basgång (Mellanslag) - + Stop playback of current beat/bassline (Space) Stoppa uppspelning av nuvarande takt/basgång (Mellanslag) - + Beat selector Taktväljare - + Track and step actions Spår och stegåtgärder - + Add beat/bassline Lägg till takt/basgång - + Clone beat/bassline clip Klona rytm-/basgångsmönster - + Add sample-track Lägg till ljudspår - + Add automation-track Lägg till automationsspår - + Remove steps Ta bort steg - + Add steps Lägg till steg - + Clone Steps Klona steg - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Öppna i Takt+Basgång-redigeraren - + Reset name Nollställ namn - + Change name Byt namn - BBTrack + PatternTrack - + Beat/Bassline %1 Takt/Basgång %1 - + Clone of %1 Kopia av %1 @@ -3359,73 +3359,73 @@ Detta läge är inte tillgängligt för VST-tillägg. ControllerConnectionDialog - + Connection Settings Kopplingsinställningar - + MIDI CONTROLLER MIDI-KONTROLLER - + Input channel Ingångskanal - + CHANNEL KANAL - + Input controller Ingångsregulator - + CONTROLLER KONTROLLER - - + + Auto Detect Upptäck automatiskt - + MIDI-devices to receive MIDI-events from MIDI-enheter för att ta emot MIDI-händelser från - + USER CONTROLLER ANVÄNDARKONTROLLER - + MAPPING FUNCTION KARTLÄGGNINGSFUNKTION - + OK OK - + Cancel Avbryt - + LMMS LMMS - + Cycle Detected. Cykel Identifierad. @@ -4222,28 +4222,28 @@ Om du är osäker lämna värdet ”Automatisk”. EffectSelectDialog - + Add effect Lägg till effekt - - + + Name Namn - + Type Typ - + Description Beskrivning - + Author Författare @@ -4828,217 +4828,217 @@ Om du är osäker lämna värdet ”Automatisk”. ExportProjectDialog - + Export project Exportera projekt - + Export as loop (remove extra bar) Exportera som loop (ta bort extra takt) - + Export between loop markers Exportera mellan slinga-markeringar - + Render Looped Section: Rendera loopat område: - + time(s) gång(er) - + File format settings Inställningar för filformat - + File format: Filformat: - + Sampling rate: Samplingsfrekvens: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: Bitdjup: - + 16 Bit integer 16-bitar heltal - + 24 Bit integer 24-bitar heltal - + 32 Bit float 32-bitar flyttal - + Stereo mode: Stereoläge: - + Mono Mono - + Stereo Stereo - + Joint stereo Kombinerad stereo - + Compression level: Kompressionsnivå: - + Bitrate: Bithastighet: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate Använd variabel bithastighet - + Quality settings Kvalitetsinställningar - + Interpolation: Interpolering: - + Zero order hold Nollnivå håll - + Sinc worst (fastest) Sinc sämst (snabbast) - + Sinc medium (recommended) Sinc medium (rekommenderas) - + Sinc best (slowest) Sinc bäst (långsammast) - + Oversampling: Översampling: - + 1x (None) 1x (Ingen) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Starta - + Cancel Avbryt @@ -5055,32 +5055,32 @@ Please make sure you have write permission to the file and the directory contain Se till att du har skrivbehörighet till filen och mappen som innehåller filen och försök igen! - + Export project to %1 Exportera projekt till %1 - + ( Fastest - biggest ) ( Snabbast - störst ) - + ( Slowest - smallest ) ( Långsammast - minst ) - + Error Fel - + Error while determining file-encoder device. Please try to choose a different output format. Fel vid bestämning av filkodarenhet. Vänligen försök att välja ett annat utmatningsformat. - + Rendering: %1% Renderar: %1% @@ -11745,7 +11745,7 @@ Du kan inaktivera dessa kontroller för att få en snabbare skanningstid (på eg RenameDialog - + Rename... Byt namn... @@ -12500,12 +12500,12 @@ Du kan inaktivera dessa kontroller för att få en snabbare skanningstid (på eg SaveOptionsWidget - + Discard MIDI connections Kassera MIDI-anslutningar - + Save As Project Bundle (with resources) Spara som projektpaket (med resurser) @@ -12513,349 +12513,349 @@ Du kan inaktivera dessa kontroller för att få en snabbare skanningstid (på eg SetupDialog - + Reset to default value Återställ till standardvärde - + Use built-in NaN handler Använd inbyggd NaN-hanterare - + Settings Inställningar - - + + General Allmänt - + Graphical user interface (GUI) Grafiskt användargränssnitt (GUI) - + Display volume as dBFS Visa volym som dBFS - + Enable tooltips Aktivera verktygstips - + Enable master oscilloscope by default Aktivera huvudoscilloskop som standard - + Enable all note labels in piano roll Aktivera alla notetiketter för pianorulle - + Enable compact track buttons Aktivera kompakta spårknappar - + Enable one instrument-track-window mode Aktivera ett-instrumentsspårfönsterläge - + Show sidebar on the right-hand side Visa sidopanel på höger sida - + Let sample previews continue when mouse is released - + Mute automation tracks during solo Tysta automatiseringsspårk vid solo - + Show warning when deleting tracks - + Projects Projekt - + Compress project files by default Komprimera projektfiler som standard - + Create a backup file when saving a project Skapa en säkerhetskopieringsfil vid sparning av projekt - + Reopen last project on startup Öppna det senaste projektet vid uppstart - + Language Språk - - + + Performance Prestanda - + Autosave Spara automatiskt - + Enable autosave Aktivera spara automatiskt - + Allow autosave while playing Tillåt spara automatiskt medan du spelar - + User interface (UI) effects vs. performance Användargränssnitts effekter versus prestanda - + Smooth scroll in song editor Mjuk rullning i låtredigeraren - + Display playback cursor in AudioFileProcessor Visa uppspelningsmarkör i AudioFileProcessor - + Plugins Tillägg - + VST plugins embedding: VST-tilläggsinbäddning: - + No embedding Ingen inbäddning - + Embed using Qt API Bädda in via Qt-API - + Embed using native Win32 API Bädda in via inbyggt Win32-API - + Embed using XEmbed protocol Bädda in via XEmbed-protokoll - + Keep plugin windows on top when not embedded Håll tilläggsfönstren överst när de inte är inbäddade - + Sync VST plugins to host playback Synkronisera VST-tillägg för att vara värd för uppspelning - + Keep effects running even without input Håll effekter igång även utan ingång - - + + Audio Ljud - + Audio interface Ljudgränssnitt - + HQ mode for output audio device HQ-läget för ljudutgångsenhet - + Buffer size Buffertstorlek - - + + MIDI MIDI - + MIDI interface MIDI-gränssnitt - + Automatically assign MIDI controller to selected track Tilldela automatiskt MIDI-kontroller till markerat spår - + LMMS working directory LMMS-arbetsmapp - + VST plugins directory VST-tilläggsmapp - + LADSPA plugins directories Mappar för LADSPA-tillägg - + SF2 directory Mapp för SF2-filer - + Default SF2 Standard SF2 - + GIG directory Mapp för GIG-filer - + Theme directory Temamapp - + Background artwork Bakgrundskonstverk - + Some changes require restarting. Några ändringar kräver omstart. - + Autosave interval: %1 Intervall för att spara automatisk: %1 - + Choose the LMMS working directory Välj LMMS-arbetsmapp - + Choose your VST plugins directory Välj din VST-tilläggsmapp - + Choose your LADSPA plugins directory Välj din LADSPA-tilläggsmapp - + Choose your default SF2 Välj din standard SF2 - + Choose your theme directory Välj din temamapp - + Choose your background picture Välj din bakgrundsbild - - + + Paths Sökvägar - + OK OK - + Cancel Avbryt - + Frames: %1 Latency: %2 ms Ramar: %1 Latens: %2 ms - + Choose your GIG directory Välj din GIG-mapp - + Choose your SF2 directory Välj din SF2-mapp - + minutes minuter - + minute minut - + Disabled Inaktiverad @@ -14030,22 +14030,22 @@ Se till att du har läsrättigheter för filen och mappen som innehåller filen VersionedSaveDialog - + Increment version number Ökning versionsnummer - + Decrement version number Minska versionsnummer - + Save Options Spara Alternativ - + already exists. Do you want to replace it? finns redan. Vill du ersätta den? diff --git a/data/locale/tr.ts b/data/locale/tr.ts index b6555a7c3..995a22cff 100644 --- a/data/locale/tr.ts +++ b/data/locale/tr.ts @@ -2,69 +2,69 @@ AboutDialog - + About LMMS LMMS Hakkında - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Sürüm %1 (%2/%3, Qt %4, %5). - + About Hakkında - + LMMS - easy music production for everyone. LMMS - herkes müzik yapabilir. - + Copyright © %1. Telif hakkı ©%1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Yazarlar - + Involved İlişkin - + Contributors ordered by number of commits: Katkıda bulunanların numara sırasına göre: - + Translation Çeviri - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! Mevcut dil çevrilmemiş (veya ana dili İngilizce). LMMS'yi başka bir dilde çevirmekle ilgileniyorsanız veya mevcut çevirileri iyileştirmek istiyorsanız, bize yardımcı olabilirsiniz! Sadece bakımcı ile iletişime geçin! - + License Lisans @@ -586,95 +586,95 @@ LMMS'yi başka bir dilde çevirmekle ilgileniyorsanız veya mevcut çeviril - BBEditor + PatternEditor - + Beat+Bassline Editor Beat+Bassline Düzenleyici - + Play/pause current beat/bassline (Space) Seçili beat/bassline'ı oynat/durdur (Boşluk Tuşu) - + Stop playback of current beat/bassline (Space) Seçili beat/bassline'ı oynatmayı durdur (Boşluk Tuşu) - + Beat selector Seçici vurgusu - + Track and step actions Eylemleri izleyin ve adımlayın - + Add beat/bassline Beat/bassline ekle - + Clone beat/bassline clip Klon vuruşu / bas hattı deseni - + Add sample-track Örnek parça ekle - + Add automation-track Ayarkayıt parçası ekle - + Remove steps Kısalt - + Add steps Uzat - + Clone Steps Klon Adımları - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Beat+Bassline Düzenleyici'de aç - + Reset name İsmini sıfırla - + Change name İsmini değiştir - BBTrack + PatternTrack - + Beat/Bassline %1 Beat/Bassline %1 - + Clone of %1 Kopya %1 @@ -3361,73 +3361,73 @@ Bu mod, VST eklentileri için kullanılamaz. ControllerConnectionDialog - + Connection Settings Bağlantı Ayarları - + MIDI CONTROLLER MIDI KONTROLÖR - + Input channel Giriş kanalı - + CHANNEL KANAL - + Input controller Giriş kontrolörü - + CONTROLLER KONTROLÖR - - + + Auto Detect Oto-Tespit - + MIDI-devices to receive MIDI-events from MIDI olaylarını almak için MIDI cihazları - + USER CONTROLLER KULLANICI KONTROLÖRÜ - + MAPPING FUNCTION EŞLEŞTİRME FONKSİYONU - + OK Tamam - + Cancel İptal - + LMMS LMMS - + Cycle Detected. Döngü Algılandı. @@ -4224,28 +4224,28 @@ Emin değilseniz, "Otomatik" olarak bırakın. EffectSelectDialog - + Add effect Efekt ekleyin - - + + Name İsim - + Type Tip - + Description Açıklama - + Author Yazar @@ -4830,217 +4830,217 @@ Emin değilseniz, "Otomatik" olarak bırakın. ExportProjectDialog - + Export project Projeyi dışa aktar - + Export as loop (remove extra bar) Döngü olarak dışa aktar (fazla çubuğu kaldırın) - + Export between loop markers Döngü işaretleyicileri arasında dışa aktar - + Render Looped Section: Döngülü Bölümü Oluştur: - + time(s) zamanlar) - + File format settings Dosya biçimi ayarları - + File format: Dosya biçimi: - + Sampling rate: Örnekleme oranı: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: Bit derinliği: - + 16 Bit integer 16 Bit tam sayı - + 24 Bit integer 24 Bit tam sayı - + 32 Bit float 32 Bit kayan - + Stereo mode: Stereo modu: - + Mono Mono - + Stereo Stereo - + Joint stereo Ortak stereo - + Compression level: Sıkıştırma seviyesi: - + Bitrate: Bit oranı: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate Değişken bit hızı kullan - + Quality settings Kalite ayarları - + Interpolation: Aradeğerleme: - + Zero order hold Sıfır emir tutma - + Sinc worst (fastest) Sinc en kötü (en hızlı) - + Sinc medium (recommended) Sinc orta (önerilir) - + Sinc best (slowest) En iyi (en yavaş) - + Oversampling: Yüksek hızda örnekleme: - + 1x (None) 1x (Hiçbiri) - + 2x 2x - + 4x 4x - + 8x 8x - + Start Başlat - + Cancel İptal @@ -5057,32 +5057,32 @@ Please make sure you have write permission to the file and the directory contain Lütfen dosyaya ve dosyayı içeren dizine yazma izniniz olduğundan emin olun ve tekrar deneyin! - + Export project to %1 %1 projesini dışa aktar - + ( Fastest - biggest ) (En hızlı - en büyük) - + ( Slowest - smallest ) (En yavaş - en küçük) - + Error Hata - + Error while determining file-encoder device. Please try to choose a different output format. Dosya kodlayıcı cihazı belirlenirken hata oluştu. Lütfen farklı bir çıktı biçimi seçmeyi deneyin. - + Rendering: %1% Oluşturuluyor: %1% @@ -11747,7 +11747,7 @@ Daha hızlı bir tarama süresi elde etmek için bu kontrolleri devre dışı b RenameDialog - + Rename... Yeniden adlandır... @@ -12502,12 +12502,12 @@ Daha hızlı bir tarama süresi elde etmek için bu kontrolleri devre dışı b SaveOptionsWidget - + Discard MIDI connections MIDI bağlantılarını atın - + Save As Project Bundle (with resources) Proje Paketi Olarak Kaydet (kaynaklarla) @@ -12515,349 +12515,349 @@ Daha hızlı bir tarama süresi elde etmek için bu kontrolleri devre dışı b SetupDialog - + Reset to default value Varsayılan değere sıfırla - + Use built-in NaN handler Yerleşik NaN işleyicisini kullanın - + Settings Ayarlar - - + + General Genel - + Graphical user interface (GUI) Grafik kullanıcı arayüzü (GUI) - + Display volume as dBFS Ses seviyesini dBFS olarak görüntüle - + Enable tooltips Araç ipuçlarını etkinleştirin - + Enable master oscilloscope by default Ana osiloskopu varsayılan olarak etkinleştirin - + Enable all note labels in piano roll Piyano rulosundaki tüm nota etiketlerini etkinleştirin - + Enable compact track buttons Kompakt parça düğmelerini etkinleştirin - + Enable one instrument-track-window mode Bir enstrüman izleme penceresi modunu etkinleştirin - + Show sidebar on the right-hand side Sağ tarafta kenar çubuğunu göster - + Let sample previews continue when mouse is released Fare bırakıldığında örnek önizlemelerin devam etmesine izin verin - + Mute automation tracks during solo Solo sırasında otomasyon izlerini sessize alma - + Show warning when deleting tracks Parçaları silerken uyarı göster - + Projects Projeler - + Compress project files by default Proje dosyalarını varsayılan olarak sıkıştır - + Create a backup file when saving a project Bir projeyi kaydederken bir yedek dosya oluşturun - + Reopen last project on startup Başlangıçta son projeyi yeniden aç - + Language Dil - - + + Performance Başarım - + Autosave Otomatik kaydet - + Enable autosave Otomatik kaydetmeyi etkinleştir - + Allow autosave while playing Oynatırken otomatik kaydetmeye izin ver - + User interface (UI) effects vs. performance Kullanıcı arayüzü (UI) efektleri ile performans karşılaştırması - + Smooth scroll in song editor Şarkı düzenleyicide yumuşak kaydırma - + Display playback cursor in AudioFileProcessor Ses Dosyası İşlemcisindeki oynatma imlecini görüntüle - + Plugins Eklentiler - + VST plugins embedding: Gömülü VST eklentileri: - + No embedding Yerleştirme yok - + Embed using Qt API Qt API kullanarak yerleştirin - + Embed using native Win32 API Yerel Win32 API kullanarak yerleştirme - + Embed using XEmbed protocol XEmbed protokolünü kullanarak gömün - + Keep plugin windows on top when not embedded Gömülü değilken eklenti pencerelerini üstte tutun - + Sync VST plugins to host playback Oynatma barındırmak için VST eklentilerini senkronize edin - + Keep effects running even without input Efektlerin girdi olmasa bile çalışmaya devam etmesini sağlayın - - + + Audio Ses - + Audio interface Ses arayüzü - + HQ mode for output audio device Ses çıkışı cihazı için HQ modu - + Buffer size Arabellek boyutu - - + + MIDI MIDI - + MIDI interface MIDI arayüzü - + Automatically assign MIDI controller to selected track MIDI denetleyicisini seçilen parçaya otomatik olarak atayın - + LMMS working directory LMMS çalışma dizini - + VST plugins directory VST eklentileri dizini - + LADSPA plugins directories LADSPA eklenti dizinleri - + SF2 directory SF2 dizini - + Default SF2 Varsayılan SF2 - + GIG directory GIG dizini - + Theme directory Tema dizini - + Background artwork Arka plan resmi - + Some changes require restarting. Bazı değişiklikler yeniden başlatmayı gerektirir. - + Autosave interval: %1 Otomatik kaydetme aralığı: %1 - + Choose the LMMS working directory LMMS çalışma dizinini seçin - + Choose your VST plugins directory VST eklentileri dizininizi seçin - + Choose your LADSPA plugins directory LADSPA eklentileri dizininizi seçin - + Choose your default SF2 Varsayılan SF2'nizi seçin - + Choose your theme directory Tema dizininizi seçin - + Choose your background picture Arka plan resminizi seçin - - + + Paths Yollar - + OK Tamam - + Cancel İptal - + Frames: %1 Latency: %2 ms Çerçeveler: %1 Gecikme: %2 ms - + Choose your GIG directory GIG dizininizi seçin - + Choose your SF2 directory SF2 dizininizi seçin - + minutes dakika - + minute dakika - + Disabled Devre dışı @@ -14032,22 +14032,22 @@ Lütfen dosyayı ve dosyayı içeren dizini okuma iznine sahip olduğunuzdan emi VersionedSaveDialog - + Increment version number Sürüm numarasını artır - + Decrement version number Sürüm numarasını azaltın - + Save Options Seçenekleri Kaydet - + already exists. Do you want to replace it? zaten var. Değiştirmek istiyor musun? diff --git a/data/locale/uk.ts b/data/locale/uk.ts index 301eae98a..4a51f6111 100644 --- a/data/locale/uk.ts +++ b/data/locale/uk.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS Про програму LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). Версія %1 (%2/%3, Qt %4, %5) - + About Про програму - + LMMS - easy music production for everyone. LMMS - легке створення музики для всіх - + Copyright © %1. Авторське право © %1 - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors Автори - + Involved Учасники - + Contributors ordered by number of commits: Розробники відсортовані за кількістю коммітов: - + Translation Переклад - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License Ліцензія @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor Ритм Бас Редактор - + Play/pause current beat/bassline (Space) Грати/пауза поточної лінії ритму/басу (Пробіл) - + Stop playback of current beat/bassline (Space) Зупинити відтворення поточної лінії ритм-басу (Пробіл) - + Beat selector Вибір ударних - + Track and step actions Дії для доріжки чи її частини - + Add beat/bassline Додати ритм/бас - + Clone beat/bassline clip - + Add sample-track Додати доріжку запису - + Add automation-track Додати доріжку автоматизації - + Remove steps Видалити такти - + Add steps Додати такти - + Clone Steps Клонувати такти - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor Відкрити в редакторі ритму і басу - + Reset name Скинути назву - + Change name Перейменувати - BBTrack + PatternTrack - + Beat/Bassline %1 Ритм/Бас лінія %1 - + Clone of %1 Копія %1 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings Параметры соединения - + MIDI CONTROLLER MIDI-КОНТРОЛЕР - + Input channel Канал введення - + CHANNEL КАНАЛ - + Input controller Контролер введення - + CONTROLLER КОНТРОЛЕР - - + + Auto Detect Автовизначення - + MIDI-devices to receive MIDI-events from Пристрої MiDi для прийому подій - + USER CONTROLLER КОРИСТ. КОНТРОЛЕР - + MAPPING FUNCTION ПЕРЕВИЗНАЧЕННЯ - + OK ОК - + Cancel Відміна - + LMMS ЛММС - + Cycle Detected. Виявлено цикл. @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect Додати ефект - - + + Name І'мя - + Type Тип - + Description Опис - + Author Автор @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project Експорт проекту - + Export as loop (remove extra bar) - + Export between loop markers Експорт між маркерами циклу - + Render Looped Section: - + time(s) - + File format settings - + File format: Формат файла: - + Sampling rate: - + 44100 Hz 44.1 КГц - + 48000 Hz 48 КГц - + 88200 Hz 88.2 КГц - + 96000 Hz 96 КГц - + 192000 Hz 192 КГц - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: Стерео режим: - + Mono Моно - + Stereo Стерео - + Joint stereo - + Compression level: - + Bitrate: Бітрейт: - + 64 KBit/s 64 КБіт/с - + 128 KBit/s 128 КБіт/с - + 160 KBit/s 160 КБіт/с - + 192 KBit/s 192 КБіт/с - + 256 KBit/s 256 КБіт/с - + 320 KBit/s 320 КБіт/с - + Use variable bitrate Використовувати змінний бітрейт - + Quality settings Налаштування якості - + Interpolation: Інтерполяція: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1х (Ні) - + 2x - + 4x - + 8x - + Start Почати - + Cancel Відміна @@ -4772,32 +4772,32 @@ Please make sure you have write permission to the file and the directory contain Перевірте, чи маєте ви права на запис файлу і каталог що його містить і спробуйте знову! - + Export project to %1 Експорт проекту в %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error Помилка - + Error while determining file-encoder device. Please try to choose a different output format. Помилка при визначенні кодека файлу. Спробуйте вибрати інший формат виводу. - + Rendering: %1% Обробка: %1% @@ -11451,7 +11451,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... Перейменувати ... @@ -12206,12 +12206,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12219,349 +12219,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler Використовувати вбудований обробник NaN - + Settings Параметри - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS Відображати гучність в децибелах - + Enable tooltips Включити підказки - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins Модулі - + VST plugins embedding: - + No embedding Не встановлено - + Embed using Qt API Встановлення використовуючи Qt API - + Embed using native Win32 API Встановлення використовуючи рідний Win32 API - + Embed using XEmbed protocol Встановлення використовуючи протокол XEmbed - + Keep plugin windows on top when not embedded Тримати вікна плагінів наверху, коли вони від'єднані - + Sync VST plugins to host playback Синхронізувати VST плагіни з хостом відтворення - + Keep effects running even without input Продовжувати роботу ефектів навіть без вхідного сигналу - - + + Audio Аудіо - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory Робочий каталог LMMS - + VST plugins directory - + LADSPA plugins directories - + SF2 directory Каталог SF2 - + Default SF2 - + GIG directory Каталог GIG - + Theme directory - + Background artwork Фонове зображення - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths Шляхи - + OK ОК - + Cancel Скасувати - + Frames: %1 Latency: %2 ms Фрагментів: %1 Затримка: %2 мс - + Choose your GIG directory Виберіть каталог GIG - + Choose your SF2 directory Виберіть каталог SF2 - + minutes хвилин - + minute хвилина - + Disabled Вимкнено @@ -13736,22 +13736,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number Збільшуючийся номер версії - + Decrement version number Зменшуючийся номер версії - + Save Options - + already exists. Do you want to replace it? вже існує. Замінити його? diff --git a/data/locale/zh_CN.ts b/data/locale/zh_CN.ts index 0af3139a2..ee8e4e2b2 100644 --- a/data/locale/zh_CN.ts +++ b/data/locale/zh_CN.ts @@ -2,62 +2,62 @@ AboutDialog - + About LMMS 关于LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). 版本 %1 (%2/%3, Qt %4, %5) - + About 关于 - + LMMS - easy music production for everyone. LMMS - 人人都是作曲家 - + Copyright © %1. 版权所有 © %1 - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors 作者 - + Involved 参与者 - + Contributors ordered by number of commits: 贡献者名单(以提交次数排序): - + Translation 翻译 - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! 当前语言是中文(中国) @@ -72,7 +72,7 @@ Zixing Liu <liushuyu at aosc.xyz> 若你有兴趣提高翻译质量,请联系维护团队 (https://github.com/AOSC-Dev/translations)、之前的译者或本项目维护者! - + License 许可证 @@ -594,95 +594,95 @@ Zixing Liu <liushuyu at aosc.xyz> - BBEditor + PatternEditor - + Beat+Bassline Editor 节拍+低音线编辑器 - + Play/pause current beat/bassline (Space) 播放/暂停当前节拍/低音线(空格) - + Stop playback of current beat/bassline (Space) 停止播放当前节拍/低音线(空格) - + Beat selector 节拍选择器 - + Track and step actions 音轨和音阶动作 - + Add beat/bassline 添加节拍/低音线 - + Clone beat/bassline clip - + Add sample-track 添加采样轨道 - + Add automation-track 添加自动控制轨道 - + Remove steps 移除音阶 - + Add steps 添加音阶 - + Clone Steps 克隆音阶 - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor 在节拍+Bassline编辑器中打开 - + Reset name 重置名称 - + Change name 修改名称 - BBTrack + PatternTrack - + Beat/Bassline %1 节拍/Bassline %1 - + Clone of %1 %1 的副本 @@ -3086,73 +3086,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings 连接设置 - + MIDI CONTROLLER MIDI控制器 - + Input channel 输入通道 - + CHANNEL 通道 - + Input controller 输入控制器 - + CONTROLLER 控制器 - - + + Auto Detect 自动检测 - + MIDI-devices to receive MIDI-events from 用来接收 MIDI 事件的MIDI 设备 - + USER CONTROLLER 用户控制器 - + MAPPING FUNCTION 映射函数 - + OK 确定 - + Cancel 取消 - + LMMS LMMS - + Cycle Detected. 检测到环路。 @@ -3948,28 +3948,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect 增加效果器 - - + + Name 名称 - + Type 类型 - + Description 描述 - + Author 作者 @@ -4554,217 +4554,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project 导出工程 - + Export as loop (remove extra bar) 导出为回环loop(移除结尾的静音) - + Export between loop markers 只导出回环标记中间的部分 - + Render Looped Section: - + time(s) - + File format settings 文件格式设置 - + File format: 文件格式: - + Sampling rate: 采样率: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: 位深: - + 16 Bit integer 16 位整数 - + 24 Bit integer 24 位整数 - + 32 Bit float 32 位浮点 - + Stereo mode: 双声道模式: - + Mono 单声道 - + Stereo 双声道 - + Joint stereo 联合立体声 - + Compression level: 压缩级别: - + Bitrate: 码率: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate 使用可变比特率 - + Quality settings 质量设置 - + Interpolation: 补间: - + Zero order hold 零阶保持 - + Sinc worst (fastest) 快速 Sinc 补间 (最快) - + Sinc medium (recommended) 中等 Sinc 补间 (推荐) - + Sinc best (slowest) 最佳 Sinc 补间 (很慢!) - + Oversampling: 过采样: - + 1x (None) 1x (无) - + 2x 2x - + 4x 4x - + 8x 8x - + Start 开始 - + Cancel 取消 @@ -4781,32 +4781,32 @@ Please make sure you have write permission to the file and the directory contain 请确保您有对该文件以及包含该文件目录的写入权限! - + Export project to %1 导出项目到 %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error 错误 - + Error while determining file-encoder device. Please try to choose a different output format. 寻找文件编码设备时出错。请使用另外一种输出格式。 - + Rendering: %1% 渲染中:%1% @@ -11461,7 +11461,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... 重命名... @@ -12216,12 +12216,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12229,349 +12229,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings 设置 - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS 以 dBFS 为单位显示音量 - + Enable tooltips 启用工具提示 - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects 项目 - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language 语言 - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins 插件 - + VST plugins embedding: - + No embedding 单独窗口 - + Embed using Qt API 使用 Qt API - + Embed using native Win32 API 使用原生 Win32 API - + Embed using XEmbed protocol 使用 XEmbed 协议 - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback 同步 VST 插件和主机回放 - + Keep effects running even without input 在没有输入时也运行音频效果 - - + + Audio 音频 - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory LMMS工作目录 - + VST plugins directory - + LADSPA plugins directories - + SF2 directory SF2 目录 - + Default SF2 - + GIG directory GIG 目录 - + Theme directory - + Background artwork 背景图片 - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths 路径 - + OK 确定 - + Cancel 取消 - + Frames: %1 Latency: %2 ms 帧数: %1 延迟: %2 毫秒 - + Choose your GIG directory 选择 GIG 目录 - + Choose your SF2 directory 选择 SF2 目录 - + minutes 分钟 - + minute 分钟 - + Disabled @@ -13746,22 +13746,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number 递增版本号 - + Decrement version number 递减版本号 - + Save Options - + already exists. Do you want to replace it? diff --git a/data/locale/zh_TW.ts b/data/locale/zh_TW.ts index 4f7739b7c..8dbb7efdd 100644 --- a/data/locale/zh_TW.ts +++ b/data/locale/zh_TW.ts @@ -2,68 +2,68 @@ AboutDialog - + About LMMS 關於 LMMS - + LMMS LMMS - + Version %1 (%2/%3, Qt %4, %5). - + About 關於 - + LMMS - easy music production for everyone. - + Copyright © %1. - + <html><head/><body><p><a href="https://lmms.io"><span style=" text-decoration: underline; color:#33cc33;">https://lmms.io</span></a></p></body></html> - + Authors 作者 - + Involved 參與者 - + Contributors ordered by number of commits: 貢獻者名單(以提交次數排序): - + Translation 翻譯 - + Current language not translated (or native English). If you're interested in translating LMMS in another language or want to improve existing translations, you're welcome to help us! Simply contact the maintainer! - + License 授權協議 @@ -585,95 +585,95 @@ If you're interested in translating LMMS in another language or want to imp - BBEditor + PatternEditor - + Beat+Bassline Editor 節拍+低音線編輯器 - + Play/pause current beat/bassline (Space) 播放/暫停當前節拍/低音線(空格) - + Stop playback of current beat/bassline (Space) 停止播放當前節拍/低音線(空格) - + Beat selector 節拍選擇器 - + Track and step actions - + Add beat/bassline 添加節拍/低音線 - + Clone beat/bassline clip - + Add sample-track 新增採樣音軌 - + Add automation-track 添加自動控制軌道 - + Remove steps 移除音階 - + Add steps 添加音階 - + Clone Steps - BBClipView + PatternClipView - + Open in Beat+Bassline-Editor 在節拍+Bassline編輯器中打開 - + Reset name 重置名稱 - + Change name 修改名稱 - BBTrack + PatternTrack - + Beat/Bassline %1 節拍/Bassline %1 - + Clone of %1 %1 的副本 @@ -3077,73 +3077,73 @@ This mode is not available for VST plugins. ControllerConnectionDialog - + Connection Settings 連接設置 - + MIDI CONTROLLER MIDI控制器 - + Input channel 輸入通道 - + CHANNEL 通道 - + Input controller 輸入控制器 - + CONTROLLER 控制器 - - + + Auto Detect 自動檢測 - + MIDI-devices to receive MIDI-events from 用來接收 MIDI 事件的MIDI 設備 - + USER CONTROLLER 用戶控制器 - + MAPPING FUNCTION 映射函數 - + OK 確定 - + Cancel 取消 - + LMMS LMMS - + Cycle Detected. 檢測到環路。 @@ -3939,28 +3939,28 @@ If you are unsure, leave it as 'Automatic'. EffectSelectDialog - + Add effect 增加效果器 - - + + Name 名稱 - + Type 類型 - + Description 描述 - + Author @@ -4545,217 +4545,217 @@ If you are unsure, leave it as 'Automatic'. ExportProjectDialog - + Export project 導出工程 - + Export as loop (remove extra bar) - + Export between loop markers 只導出迴環標記中間的部分 - + Render Looped Section: - + time(s) - + File format settings 檔案格式設定 - + File format: 檔案格式: - + Sampling rate: - + 44100 Hz 44100 Hz - + 48000 Hz 48000 Hz - + 88200 Hz 88200 Hz - + 96000 Hz 96000 Hz - + 192000 Hz 192000 Hz - + Bit depth: - + 16 Bit integer - + 24 Bit integer - + 32 Bit float - + Stereo mode: - + Mono - + Stereo - + Joint stereo - + Compression level: - + Bitrate: 碼率: - + 64 KBit/s 64 KBit/s - + 128 KBit/s 128 KBit/s - + 160 KBit/s 160 KBit/s - + 192 KBit/s 192 KBit/s - + 256 KBit/s 256 KBit/s - + 320 KBit/s 320 KBit/s - + Use variable bitrate 使用可變位元率 - + Quality settings 質量設置 - + Interpolation: 補間: - + Zero order hold - + Sinc worst (fastest) - + Sinc medium (recommended) - + Sinc best (slowest) - + Oversampling: - + 1x (None) 1x (無) - + 2x 2x - + 4x 4x - + 8x 8x - + Start 開始 - + Cancel 取消 @@ -4772,32 +4772,32 @@ Please make sure you have write permission to the file and the directory contain 請確認您有權限存取此檔案,以及包含此檔案的目錄後再試一次。 - + Export project to %1 導出項目到 %1 - + ( Fastest - biggest ) - + ( Slowest - smallest ) - + Error 錯誤 - + Error while determining file-encoder device. Please try to choose a different output format. 偵測檔案編碼裝置時發生錯誤。請嘗試使用其他輸出格式。 - + Rendering: %1% 渲染中:%1% @@ -11451,7 +11451,7 @@ You can disable these checks to get a faster scanning time (at your own risk). RenameDialog - + Rename... 重命名... @@ -12206,12 +12206,12 @@ You can disable these checks to get a faster scanning time (at your own risk). SaveOptionsWidget - + Discard MIDI connections - + Save As Project Bundle (with resources) @@ -12219,349 +12219,349 @@ You can disable these checks to get a faster scanning time (at your own risk). SetupDialog - + Reset to default value - + Use built-in NaN handler - + Settings 設置 - - + + General - + Graphical user interface (GUI) - + Display volume as dBFS - + Enable tooltips 啓用工具提示 - + Enable master oscilloscope by default - + Enable all note labels in piano roll - + Enable compact track buttons - + Enable one instrument-track-window mode - + Show sidebar on the right-hand side - + Let sample previews continue when mouse is released - + Mute automation tracks during solo - + Show warning when deleting tracks - + Projects - + Compress project files by default - + Create a backup file when saving a project - + Reopen last project on startup - + Language - - + + Performance - + Autosave - + Enable autosave - + Allow autosave while playing - + User interface (UI) effects vs. performance - + Smooth scroll in song editor - + Display playback cursor in AudioFileProcessor - + Plugins 插件 - + VST plugins embedding: - + No embedding - + Embed using Qt API - + Embed using native Win32 API - + Embed using XEmbed protocol - + Keep plugin windows on top when not embedded - + Sync VST plugins to host playback 同步 VST 插件和主機回放 - + Keep effects running even without input 在沒有輸入時也運行音頻效果 - - + + Audio 音頻 - + Audio interface - + HQ mode for output audio device - + Buffer size - - + + MIDI MIDI - + MIDI interface - + Automatically assign MIDI controller to selected track - + LMMS working directory LMMS工作目錄 - + VST plugins directory - + LADSPA plugins directories - + SF2 directory SF2 目錄 - + Default SF2 - + GIG directory GIG 目錄 - + Theme directory - + Background artwork 背景圖片 - + Some changes require restarting. - + Autosave interval: %1 - + Choose the LMMS working directory - + Choose your VST plugins directory - + Choose your LADSPA plugins directory - + Choose your default SF2 - + Choose your theme directory - + Choose your background picture - - + + Paths 路徑 - + OK 確定 - + Cancel 取消 - + Frames: %1 Latency: %2 ms 幀數: %1 延遲: %2 毫秒 - + Choose your GIG directory 選擇 GIG 目錄 - + Choose your SF2 directory 選擇 SF2 目錄 - + minutes 分鐘 - + minute 分鐘 - + Disabled @@ -13736,22 +13736,22 @@ Please make sure you have read-permission to the file and the directory containi VersionedSaveDialog - + Increment version number 遞增版本號 - + Decrement version number 遞減版本號 - + Save Options - + already exists. Do you want to replace it? diff --git a/data/themes/classic/style.css b/data/themes/classic/style.css index c4068d164..ea3cbf4a2 100644 --- a/data/themes/classic/style.css +++ b/data/themes/classic/style.css @@ -395,7 +395,7 @@ TrackOperationsWidget > QPushButton::menu-indicator:checked { /* font sizes */ -nameLabel, effectLabel, Sf2InstrumentView > QLabel { +Sf2InstrumentView > QLabel { font-size:10px; } @@ -585,10 +585,6 @@ SideBar QToolButton { /* Instrument plugin list */ -PluginDescList { - background-color: #5b6571; -} - PluginDescWidget { background-color: #e0e0e0; color: #404040; diff --git a/data/themes/default/style.css b/data/themes/default/style.css index cc101a5b4..b10e493e7 100644 --- a/data/themes/default/style.css +++ b/data/themes/default/style.css @@ -420,7 +420,7 @@ TrackOperationsWidget > QPushButton::menu-indicator:checked { /* font sizes */ -nameLabel, effectLabel, Sf2InstrumentView > QLabel { +Sf2InstrumentView > QLabel { font-size:10px; } @@ -620,10 +620,6 @@ SideBar QToolButton:checked { /* Instrument plugin list */ -PluginDescList { - background-color: #131517; -} - PluginDescWidget { border-top: 1px solid #3E474F; border-bottom: 1px solid #101314; diff --git a/tests/check-strings/README.md b/tests/check-strings/README.md new file mode 100644 index 000000000..94828b770 --- /dev/null +++ b/tests/check-strings/README.md @@ -0,0 +1,15 @@ +# Check strings + +This tool checks for invalid strings not necessarily in the code. + +Background: When you move a lot of classes and files, the code may be OK, but +many strings outside the code (translations, style.css, .gitmodules etc.) may +still need to be updated. This script checks whether these strings are still +matching the code. + +Content: + +* `check-strings`: Script to check for invalid strings +* `verify`: Script verifying `check-strings` +* expectation.txt: Expectation file for verify script + diff --git a/tests/check-strings/check-strings b/tests/check-strings/check-strings new file mode 100755 index 000000000..d5b0260db --- /dev/null +++ b/tests/check-strings/check-strings @@ -0,0 +1,160 @@ +#!/usr/bin/python3 + +# This script checks for strings like paths or class names that are *not* in the source code, but e.g. in +# translation files, stylesheets or git files. +# Invalid strings *in the source code* are usually recognized when you compile them, but other strings may +# be overseen, which is why this script checks strings *outside of the source code*. + + +import re +import subprocess +import xml.etree.ElementTree as ElementTree +from pathlib import Path +import tinycss2 + + +# global variables + +errors = 0 + + +# functions + +def caption(my_str): + print(f'\n# {my_str}\n') + +def error(where, my_str): + global errors + errors += 1 + print(f'Error: {where}: {my_str}') + +# if a string makes a classname, we need to check if that class is in the source +# however, some of these strings name classes that are not from LMMS, so these can be ignored for such checks: +def is_our_class(classname: str) -> int: + return classname[0] != 'Q' # Qt classes + + +# prepare some variables + +if not Path('.gitmodules').is_file(): + print('You need to call this script from the LMMS top directory') + exit(1) + +result = subprocess.run(['git', 'ls-files', '*.[ch]', '*.[ch]pp', '*.ui', ':!tests/*'], + capture_output=True, text=True, check=True) +files = [Path(f) for f in result.stdout.splitlines()] +carlabase = 'carlabase' if Path('plugins/carlabase').is_dir() else 'CarlaBase' +carlapath = f'plugins/{carlabase}/carla/' +result = subprocess.run(['git', + '--git-dir', f'{carlapath}/.git', + '--work-tree', f'{carlapath}', + 'ls-files', 'resources/ui', 'source/frontend'], capture_output=True, text=True, check=True) +files.extend([Path(f'{carlapath}/{f}') for f in result.stdout.splitlines()]) + +classes = set() +class_pat = re.compile(r'^\s*class(?:\s+LMMS_EXPORT)?\s+([a-zA-Z_][a-zA-Z0-9_]*)', re.MULTILINE) +class_pat_ui = re.compile(r'([a-zA-Z_][a-zA-Z0-9_]*)') +for cur_file in files: + if cur_file.is_file(): + text = cur_file.read_text(errors='replace') + classes.update(re.findall(class_pat_ui if cur_file.suffix == '.ui' else class_pat, text)) + + +# the real checks + +caption('.gitmodules') + +for p in re.findall(r'\[submodule "([^"]+)"\]\s*$', Path('.gitmodules').read_text(errors='replace'), re.MULTILINE): + if not Path(p).is_dir(): + error('.gitmodules', f'Directory does not exist: {p}') + + +caption('locale') + +filenames = set() +classes_found = set() +for cur_file in Path('data/locale').glob('*.ts'): + tree = ElementTree.parse(str(cur_file)) + root = tree.getroot() + for location in root.findall('./context/message/location'): + filenames.add(location.attrib['filename']) + for location in root.findall('./context/name'): + classes_found.add(location.text) +for f in sorted(filenames): + # The files sometimes are relative to data/local and sometimes to the git tree's root... + if not Path(f).is_file() and not Path(f'data/locale/{f}').is_file(): + error('data/locale', f'Source file does not exist: {f}') +for c in sorted(classes_found): + if is_our_class(c) and '::' not in c and c not in classes: + error('data/locale', f'Class does not exist in source code: {c}') + + +caption('themes') + +for theme in sorted([d for d in Path('data/themes').iterdir() if d.is_dir()]): + classes_in_sheet = set() + stylesheet = theme / 'style.css' + rules = tinycss2.parse_stylesheet(Path(stylesheet).read_text(errors='replace')) + for rule in rules: + if rule.type == 'qualified-rule': + class_found = False + for c in rule.prelude: + if c.type == 'ident' and not class_found: + if is_our_class(c.value): + classes_in_sheet.add(c.value) + class_found = True + # After whitespace or comma comes a new class + elif c.type == 'whitespace' or (c.type == 'literal' and c.value == ','): + class_found = False + missing_classes = classes_in_sheet - classes + for class_in_sheet in sorted(missing_classes): + error(str(stylesheet), f'Class does not exist in source code: {class_in_sheet}') + + +caption('patches (checks only plugins/)') + +pat = re.compile(r'/(plugins/\S*)', re.MULTILINE) +calf = re.compile(r'calf/.*/modules\.') # these are a bit complicated to fix... +for cur_file in sorted(Path('.').glob('*/patches/*.patch')): + if Path(cur_file).is_file(): + paths_in_patches = set() + for line in pat.findall(cur_file.read_text(errors='replace')): + if not calf.search(line): + paths_in_patches.add(Path(line)) + for mpath in sorted(paths_in_patches): + # in case of LADSPA SWH effects, check that the XML exists, not the C file + # (because the C files are not generated until a build is done) + if mpath.parent == Path('plugins/LadspaEffect/swh/ladspa/'): + mpath = mpath.with_suffix('.xml') + if not mpath.is_file(): + error(str(cur_file), f'Source file does not exist: {str(mpath)}') + + +caption('debian docs (only one string)') + +# Checks for caps.html. This gets relevant when #4027 will be merged +for line in Path('debian/lmms-common.docs').read_text(errors='replace').splitlines(): + line = line.rstrip() + if 'caps.html' in line and not Path(line).is_file(): + error('debian/lmms-common.docs', f'Path does not exist: {line}') + + +caption('debian/copyright') + +pat = re.compile(r'^Files:\s*(\S+).*$', re.MULTILINE) +ladspa_swh = re.compile(r'(plugins/LadspaEffect/swh/ladspa/[^/.]+)\.c') +for mpath in pat.findall(Path('debian/copyright').read_text(errors='replace')): + # in case of LADSPA SWH effects, check that the XML exists, not the C file + # (because the C files are not generated until a build is done) + if res2 := ladspa_swh.match(mpath): + mpath = res2.group(1) + '.xml' + if not any(Path('.').glob(mpath)): + error('debian/copyright', f'Glob/Path does not exist: {mpath}') + + +# summary + +caption('summary') + +print(f'{str(errors)} errors.') +exit(1 if errors > 0 else 0) diff --git a/tests/check-strings/expectation.txt b/tests/check-strings/expectation.txt new file mode 100644 index 000000000..53b9ae65e --- /dev/null +++ b/tests/check-strings/expectation.txt @@ -0,0 +1,81 @@ + +# .gitmodules + +Error: .gitmodules: Directory does not exist: plugins/sid/resid + +# locale + +Error: data/locale: Source file does not exist: ../../src/gui/BBClipView.cpp +Error: data/locale: Source file does not exist: ../../src/gui/editors/BBEditor.cpp +Error: data/locale: Source file does not exist: ../../src/tracks/BBTrack.cpp +Error: data/locale: Source file does not exist: plugins/SpectrumAnalyzer/SpectrumAnalyzer.cpp +Error: data/locale: Source file does not exist: plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.cpp +Error: data/locale: Source file does not exist: plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.cpp +Error: data/locale: Source file does not exist: plugins/flp_import/FlpImport.cpp +Error: data/locale: Source file does not exist: plugins/opl2/opl2instrument.cpp +Error: data/locale: Source file does not exist: plugins/papu/papu_instrument.cpp +Error: data/locale: Source file does not exist: plugins/sid/sid_instrument.cpp +Error: data/locale: Source file does not exist: src/gui/editors/BBEditor.cpp +Error: data/locale: Source file does not exist: src/gui/widgets/VisualizationWidget.cpp +Error: data/locale: Source file does not exist: src/tracks/BBTrack.cpp +Error: data/locale: Class does not exist in source code: BBClipView +Error: data/locale: Class does not exist in source code: BBEditor +Error: data/locale: Class does not exist in source code: BBTrack +Error: data/locale: Class does not exist in source code: SpectrumAnalyzerControlDialog +Error: data/locale: Class does not exist in source code: SpectrumAnalyzerControls +Error: data/locale: Class does not exist in source code: VisualizationWidget +Error: data/locale: Class does not exist in source code: mixerLineLcdSpinBox +Error: data/locale: Class does not exist in source code: opl2instrument +Error: data/locale: Class does not exist in source code: opl2instrumentView +Error: data/locale: Class does not exist in source code: papuInstrument +Error: data/locale: Class does not exist in source code: papuInstrumentView +Error: data/locale: Class does not exist in source code: pluginBrowser +Error: data/locale: Class does not exist in source code: sidInstrument +Error: data/locale: Class does not exist in source code: sidInstrumentView + +# themes + +Error: data/themes/classic/style.css: Class does not exist in source code: PluginDescList +Error: data/themes/classic/style.css: Class does not exist in source code: effectLabel +Error: data/themes/classic/style.css: Class does not exist in source code: nameLabel +Error: data/themes/classic/style.css: Class does not exist in source code: opl2instrumentView +Error: data/themes/classic/style.css: Class does not exist in source code: sidInstrumentView +Error: data/themes/default/style.css: Class does not exist in source code: PluginDescList +Error: data/themes/default/style.css: Class does not exist in source code: effectLabel +Error: data/themes/default/style.css: Class does not exist in source code: nameLabel +Error: data/themes/default/style.css: Class does not exist in source code: opl2instrumentView +Error: data/themes/default/style.css: Class does not exist in source code: sidInstrumentView + +# patches (checks only plugins/) + +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/calf/src/calf/metadata.h +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/calf/src/calf/modules_comp.h +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/calf/src/calf/modules_limit.h +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/calf/src/calf/modules_mod.h +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/calf/src/calf/organ.h +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/calf/src/calf/preset.h +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/calf/src/calf/primitives.h +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/calf/src/metadata.cpp +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/swh/flanger_1191.c +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/swh/gsm/short_term.c +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/swh/multivoice_chorus_1201.c +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/swh/retro_flange_1208.c +Error: debian/patches/clang.patch: Source file does not exist: plugins/LadspaEffect/swh/vynil_1905.c +Error: debian/patches/clang.patch: Source file does not exist: plugins/delay/stereodelay.cpp +Error: debian/patches/clang.patch: Source file does not exist: plugins/opl2/fmopl.c + +# debian docs (only one string) + + +# debian/copyright + +Error: debian/copyright: Glob/Path does not exist: data/projects/CoolSongs/Saber-* +Error: debian/copyright: Glob/Path does not exist: plugins/LadspaEffect/calf/src/calf/vumeter.h +Error: debian/copyright: Glob/Path does not exist: plugins/LadspaEffect/swh/gsm/* +Error: debian/copyright: Glob/Path does not exist: plugins/LadspaEffect/swh/util/pitchscale.c +Error: debian/copyright: Glob/Path does not exist: plugins/LadspaEffect/swh/vocoder_1337.c +Error: debian/copyright: Glob/Path does not exist: plugins/opl2/fmopl.* + +# summary + +59 errors. diff --git a/tests/check-strings/verify b/tests/check-strings/verify new file mode 100755 index 000000000..bffcc1a59 --- /dev/null +++ b/tests/check-strings/verify @@ -0,0 +1,60 @@ +#!/usr/bin/python3 + +import subprocess +from pathlib import Path +import tempfile +import os + +lmms_main_path = Path(__file__).resolve().parent.parent.parent + +res = subprocess.run(['git', 'rev-parse', 'HEAD'], capture_output=True, text=True, check=True) +head = res.stdout.rstrip() + +# test with a stable LMMS ref to always get the same expectations +ref = 'f56fc68b669b59f525ad133a0376feaba2a1a4ec' + +# find out a remote URL where we can fetch "ref" from +res = subprocess.run(['git', 'rev-parse', '-q', '--verify', ref+'^{commit}'], capture_output=True, text=True) +if res.returncode == 0: + remote = str(lmms_main_path) +else: + res = subprocess.run(['git', 'remote', 'get-url', 'origin'], capture_output=True, text=True) + if res.returncode == 0: + remote = res.stdout.rstrip() + else: + res = subprocess.run(['git', 'remote', 'get-url', 'upstream'], capture_output=True, text=True) + if res.returncode == 0: + remote = res.stdout.rstrip() + else: + raise RuntimeError( + "Sorry, I can find ref " + ref + " neither in the repo nor in the remotes \"origin\" and \"upstream\"") + +with tempfile.TemporaryDirectory() as tmpdir: + os.chdir(tmpdir) + # get the repo and its submodules + subprocess.run(['git', 'init'], check=True) + subprocess.run(['git', 'remote', 'add', 'origin', remote], check=True) + subprocess.run(['git', 'fetch', '--depth=1', 'origin', ref, head], check=True) + subprocess.run(['git', 'checkout', ref], check=True) + subprocess.run(['git', 'submodule', 'update', '--depth=1', '--init'], check=True) + # checkout the CURRENT check-strings, because it is subject-under-test + subprocess.run(['git', 'checkout', head, 'tests/check-strings/check-strings'], check=True) + # run script + res = subprocess.run([str(lmms_main_path / 'tests' / 'check-strings' / 'check-strings')], + capture_output=True, text=True) + print('--->8--- Script output BEGIN --->8---') + print(res.stdout) + print('--->8--- Script output END --->8---') + if res.stderr: + print('--->8--- Script error output BEGIN --->8---') + print(res.stderr) + print('--->8--- Script error output END --->8---') + # make sure script returned "error" (because we test for errors) and that the output is as expected + if res.returncode == 0: + raise RuntimeError("Script \"check-strings\" no errors, but errors were expected") + else: + if res.stdout != open(str(lmms_main_path / 'tests' / 'check-strings' / 'expectation.txt')).read(): + raise RuntimeError("Script \"check-strings\" returned with different output than in expectation.txt") + +# if we made it until here without an exception, all tests have been passed +print("SUCCESS")