Browse Source

set weblate as sponsors

master
Alexandros Theodotou 2 years ago
parent
commit
ed6526b9f0
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 227
      ;
  2. 54
      locale/af_ZA/LC_MESSAGES/messages.po
  3. 56
      locale/ar/LC_MESSAGES/messages.po
  4. 54
      locale/cs/LC_MESSAGES/messages.po
  5. 54
      locale/da/LC_MESSAGES/messages.po
  6. 64
      locale/de/LC_MESSAGES/messages.po
  7. 64
      locale/el/LC_MESSAGES/messages.po
  8. 54
      locale/en_GB/LC_MESSAGES/messages.po
  9. 61
      locale/es/LC_MESSAGES/messages.po
  10. 54
      locale/et/LC_MESSAGES/messages.po
  11. 54
      locale/fi/LC_MESSAGES/messages.po
  12. 67
      locale/fr/LC_MESSAGES/messages.po
  13. 54
      locale/gd/LC_MESSAGES/messages.po
  14. 56
      locale/gl/LC_MESSAGES/messages.po
  15. 54
      locale/hi/LC_MESSAGES/messages.po
  16. 59
      locale/it/LC_MESSAGES/messages.po
  17. 66
      locale/ja/LC_MESSAGES/messages.po
  18. 54
      locale/ko/LC_MESSAGES/messages.po
  19. 54
      locale/messages.pot
  20. 57
      locale/nb_NO/LC_MESSAGES/messages.po
  21. 54
      locale/nl/LC_MESSAGES/messages.po
  22. 57
      locale/pl/LC_MESSAGES/messages.po
  23. 64
      locale/pt/LC_MESSAGES/messages.po
  24. 56
      locale/pt_BR/LC_MESSAGES/messages.po
  25. 61
      locale/ru/LC_MESSAGES/messages.po
  26. 54
      locale/sv/LC_MESSAGES/messages.po
  27. 61
      locale/uk/LC_MESSAGES/messages.po
  28. 56
      locale/zh_Hans/LC_MESSAGES/messages.po
  29. 61
      locale/zh_Hant/LC_MESSAGES/messages.po
  30. BIN
      static/images/weblate-logo-darktext-borders.png
  31. 3
      template.py
  32. 11
      template/download.html.j2
  33. 19
      template/index.html.j2

227
;

@ -0,0 +1,227 @@ @@ -0,0 +1,227 @@
{#
Copyright (C) 2019-2021 Alexandros Theodotou <alex at zrythm dot org>
This file is part of Zrythm
Zrythm is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Zrythm is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
#}
{% extends "common/base.j2" %}
{% block head_content %}
<title>Zrythm - {{ _('Digital Audio Workstation') }}</title>
<meta name="description"
content=
"{% trans %}
Zrythm is a digital audio workstation designed to be
featureful and easy to use. It allows limitless
automation, supports LV2 plugins, works with the JACK
audio backend and provides chord assistance.
{% endtrans %}" />
<link rel="canonical" href="https://www.zrythm.org/{{ lang }}/index.html">
{% endblock head_content %}
{% block body_content %}
<div class="centered">
<h1>{{ _('Zrythm') }}
<small>
{% trans %}
a highly automated and intuitive digital audio workstation
{% endtrans %}
</small>
</h1>
<img
class="screenshot_img shadowed"
src="{{ screenshot }}"
alt="Screenshot">
</img>
</div>
<left>
<div class="container features_box">
<h2>
{% trans %}
Overview
{% endtrans %}
</h2>
<p>
{{ _('Zrythm is a {tooltip1}cross-platform{endtooltip} {tooltip2}digital audio workstation{endtooltip} designed to be featureful and easy to use.').format(
tooltip1 =
'<u class="dashed"><span class="tooltip" aria-label="' +
_('Zrythm works on GNU/Linux, FreeBSD, MacOS and Windows') +
'">',
tooltip2 =
'<u class="dashed"><span class="tooltip" aria-label="' +
_('A DAW is used for composing, recording, editing, arranging, mixing and mastering music') +
'">',
endtooltip = '</span></u>') }}
</p>
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<h3>
<img class="logo_img" width=28
src="{{ url('static/icons/breeze/format-node-curve.svg') }}"
alt="Logo">
</img>
{% trans %}
Limitless automation
{% endtrans %}
</h3>
<p>
{% trans %}
Automate almost anything with automation events
using straight lines, ramps and curves, or with
LFOs and envelopes.
{% endtrans %}
</p>
</div>
<div class="col-md-6 col-sm-12">
<h3>
<img class="logo_img" width=28
src="{{ url('static/icons/zrythm/audio.svg') }}"
alt="Logo">
</img>
{% trans %}
Audio plugins
{% endtrans %}
</h3>
<p>
{% trans %}
Complete support for <a href="https://lv2plug.in/">LV2</a> and VST2, with experimental
support for VST3, AU, SFZ and SF2.
{% endtrans %}
</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-12">
<h3>
<img class="logo_img" width=28
src="{{ url('static/icons/zrythm/midi-connector.svg') }}"
alt="Logo">
</img>
{% trans %}
Multi-backend support
{% endtrans %}
</h3>
<p>
{% trans %}
Fully <a href="https://jackaudio.org/">JACK</a> aware,
including support for <a href="https://pipewire.org/">PipeWire</a>, JACK
transport, ALSA, PulseAudio, WASAPI, Windows MME,
CoreMidi and CoreAudio.
{% endtrans %}
</p>
</div>
<div class="col-md-6 col-sm-12">
<h3>
<img class="logo_img" width=28
src="{{ url('static/icons/breeze/minuet-chords.svg') }}"
alt="Logo">
</img>
{% trans %}
Chord assistance
{% endtrans %}
</h3>
<p>
{% trans %}
Featuring a chord pad for quickly trying out
chords in a scale and a chord track to assist with
chord progressions.
{% endtrans %}
</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-12">
<h3>
<img class="logo_img" width=28
src="{{ url('static/icons/breeze/folder-script.svg') }}"
alt="Logo">
</img>
{% trans %}
Liberating
{% endtrans %}
</h3>
<p>
{% trans %}
Zrythm is <a href="https://www.zrythm.org/videos/TEDxGE2014_Stallman05_LQ.webm">free software</a>.
Use, study, share and improve it freely.
{% endtrans %}
</p>
</div>
<div class="col-md-6 col-sm-12">
<h3>
<img class="logo_img" width=28
src="{{ url('static/icons/breeze/globe.svg') }}"
alt="Logo">
</img>
{% trans %}
Multilingual
{% endtrans %}
</h3>
<p>
{% trans %}
Available in <a href="https://hosted.weblate.org/engage/zrythm/">multiple languages</a>
including English, French, Spanish, Portuguese, Japanese and German.
{% endtrans %}
</p>
</div>
</div>
</div>
<div>
<p style="text-align: right">
<a href="{{ url(lang + '/explore.html') }}">{{ _('Learn more') }}</a>
</p>
</div>
</div>
<div class="container features_box sponsors_box">
<h2>
{% trans %}
Sponsors
{% endtrans %}
</h2>
<div class="container">
<div class="row">
<div class="col-sm-4"></div> <div class="col-sm-4"></div>
</div>
<div class="row">
<div class="col-sm-2"></div> <div class="col-sm-10"></div>
</div>
<div class="row">
<div class="col-sm-3"></div> <div class="col-sm-9"></div>
</div>
<div class="row">
<div class="col-sm-4"></div> <div class="col-sm-8"></div>
</div>
<div class="row">
<div class="col-sm-5"></div> <div class="col-sm-7"></div>
</div>
<div class="row">
<div class="col-sm-6"></div> <div class="col-sm-6"></div>
</div>
<div class="row">
<div class="col-sm-12"></div>
<div class="row">
<div class="col-sm"></div> <div class="col-sm"></div>
</div>
</div>
<p>
{% trans %}
No public sponsors. <a href="mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;">Contact us</a> if
you would like to be a sponsor.
{% endtrans %}
</p>
</left>
{% endblock body_content %}

54
locale/af_ZA/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: 2020-09-24 03:54+0100\n"
"Last-Translator: Alex <alex@zrythm.org>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"
@ -17,55 +17,55 @@ msgstr "" @@ -17,55 +17,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr ""
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr ""
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr ""
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr ""
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr ""
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr ""
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr ""
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr ""
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr ""
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr ""
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr ""
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr ""
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr ""
@ -320,30 +320,38 @@ msgid "" @@ -320,30 +320,38 @@ msgid ""
msgstr ""
#: template/download.html.j2:115
msgid "GNU/Linux"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr ""
#: template/download.html.j2:127
msgid "Buy Now"
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Subscribe"
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:141
msgid "Subscribe"
msgstr ""
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr ""
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr ""
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -566,12 +574,12 @@ msgid "Learn more" @@ -566,12 +574,12 @@ msgid "Learn more"
msgstr ""
#: template/index.html.j2:191
msgid "Sponsors"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""

56
locale/ar/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: 2020-07-29 19:41+0000\n"
"Last-Translator: YoGo <officialyogomusic@gmail.com>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/zrythm/web/ar/>\n"
@ -19,55 +19,55 @@ msgstr "" @@ -19,55 +19,55 @@ msgstr ""
"Generated-By: Babel 2.6.0\n"
"X-Generator: Weblate 4.2-dev\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr "يرسم ZChordz أوتار النطاق الصغير أو الرئيسي للمفاتيح البيضاء"
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr "مقياس رئيسي أو ثانوي"
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr "مضاعف السرعة لكل ملاحظة"
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr "ZLFO هو LFO لاكن مميز بالكامل للأتممة المستندة إلى السيرة الذاتية"
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr "مذبذب متعدد بموجة مخصصة"
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr "مرحلة التحول"
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr "الانقلاب الرأسي / الأفقي"
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr "وضع الخطوة"
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr "نطاق قابل للتعديل"
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr "مزامنة لاستضافة أو شكل حر"
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr "ZSaw هو موالفة supersaw مع معلمة 1"
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr "7 مذبذبات sawtooth"
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr "مقبض واحد للتحكم على detune"
@ -322,30 +322,38 @@ msgid "" @@ -322,30 +322,38 @@ msgid ""
msgstr "هذه نسخة تجريبية بوظائف محدودة. يرجى تحديد نظام التشغيل الخاص بك."
#: template/download.html.j2:115
msgid "GNU/Linux"
msgstr "جنو / لينكس"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr "ويندوز ٦٤-بت"
#: template/download.html.j2:127
msgid "Buy Now"
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:141
msgid "Subscribe"
msgstr "الإشتراك"
#: template/download.html.j2:141
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr "دعم Zrythm عن طريق شراء المثبت."
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr "تلقينا هذا الشهر £{amount}."
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -574,12 +582,12 @@ msgid "Learn more" @@ -574,12 +582,12 @@ msgid "Learn more"
msgstr "أعرف أكثر"
#: template/index.html.j2:191
msgid "Sponsors"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""

54
locale/cs/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -17,55 +17,55 @@ msgstr "" @@ -17,55 +17,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr ""
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr ""
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr ""
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr ""
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr ""
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr ""
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr ""
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr ""
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr ""
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr ""
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr ""
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr ""
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr ""
@ -320,30 +320,38 @@ msgid "" @@ -320,30 +320,38 @@ msgid ""
msgstr ""
#: template/download.html.j2:115
msgid "GNU/Linux"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr ""
#: template/download.html.j2:127
msgid "Buy Now"
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Subscribe"
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:141
msgid "Subscribe"
msgstr ""
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr ""
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr ""
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -566,12 +574,12 @@ msgid "Learn more" @@ -566,12 +574,12 @@ msgid "Learn more"
msgstr ""
#: template/index.html.j2:191
msgid "Sponsors"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""

54
locale/da/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: 2020-12-30 23:03+0000\n"
"Last-Translator: Alexandros Theodotou <alex@zrythm.org>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/zrythm/web/da/>\n"
@ -19,55 +19,55 @@ msgstr "" @@ -19,55 +19,55 @@ msgstr ""
"Generated-By: Babel 2.7.0\n"
"X-Generator: Weblate 4.4.1-dev\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr ""
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr "Dur eller mol skala"
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr ""
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr ""
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr ""
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr ""
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr ""
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr ""
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr ""
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr ""
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr ""
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr ""
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr ""
@ -322,30 +322,38 @@ msgid "" @@ -322,30 +322,38 @@ msgid ""
msgstr ""
#: template/download.html.j2:115
msgid "GNU/Linux"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr ""
#: template/download.html.j2:127
msgid "Buy Now"
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Subscribe"
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:141
msgid "Subscribe"
msgstr ""
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr ""
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr ""
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -568,12 +576,12 @@ msgid "Learn more" @@ -568,12 +576,12 @@ msgid "Learn more"
msgstr ""
#: template/index.html.j2:191
msgid "Sponsors"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""

64
locale/de/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: 2021-02-20 00:50+0000\n"
"Last-Translator: J. Lavoie <j.lavoie@net-c.ca>\n"
"Language-Team: German <https://hosted.weblate.org/projects/zrythm/web/de/>\n"
@ -19,57 +19,57 @@ msgstr "" @@ -19,57 +19,57 @@ msgstr ""
"Generated-By: Babel 2.4.0\n"
"X-Generator: Weblate 4.5\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr ""
"ZChordz mappt die Akkorde einer Dur- oder Mollskala auf die weißen Tasten"
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr "Dur- oder Mollskala"
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr "Anpassung der Anschlagsdynamik pro Note"
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr ""
"ZLFO ist ein voll funktionsumfänglicher LFO für CV-basierte Automation"
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr "Multi-Oszillator mit eigener Welle"
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr "Phasenverschiebung"
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr "Vertikale/horizontale Inversion"
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr "Stufen-Modus"
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr "Editierbarer Bereich"
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr "Synchronisiere zum Host oder Freiform"
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr "ZSaw ist ein Supersaw-Synth mit einem Parameter"
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr "7 Sägezahn-Oszillatoren"
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr "Ein einziger Knopf zum Kontrollieren der Stimmung"
@ -328,30 +328,38 @@ msgstr "" @@ -328,30 +328,38 @@ msgstr ""
"Betriebssystem aus."
#: template/download.html.j2:115
msgid "GNU/Linux"
msgstr "GNU/Linux"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr "Windows 64-Bit"
#: template/download.html.j2:127
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Buy Now"
msgstr "Jetzt kaufen"
#: template/download.html.j2:134
#: template/download.html.j2:141
msgid "Subscribe"
msgstr "Abonnieren"
#: template/download.html.j2:141
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr "Unterstütze Zrythm mit dem Kauf eines Installers."
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr "Diesen Monat haben wir {amount} £ erhalten."
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -594,12 +602,12 @@ msgid "Learn more" @@ -594,12 +602,12 @@ msgid "Learn more"
msgstr "Lern mehr"
#: template/index.html.j2:191
msgid "Sponsors"
msgstr "Sponsoren"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""
@ -771,6 +779,9 @@ msgstr "Zurück zur Startseite" @@ -771,6 +779,9 @@ msgstr "Zurück zur Startseite"
msgid "Zrythm Trademark Policy"
msgstr "Zrythm-Markenrichtlinie"
#~ msgid "Sponsors"
#~ msgstr "Sponsoren"
#~ msgid "Forum"
#~ msgstr "Forum"
@ -875,9 +886,6 @@ msgstr "Zrythm-Markenrichtlinie" @@ -875,9 +886,6 @@ msgstr "Zrythm-Markenrichtlinie"
#~ "Infos unter <a "
#~ "href=\"https://www.defectivebydesign.org\">DefectiveByDesign.org</a>--> <!--"
#~ msgid "GNU Linux packages"
#~ msgstr "GNU-Linux-Pakete"
#~ msgid "Frequently Asked Questions"
#~ msgstr "Häufig Gestellte Fragen"

64
locale/el/LC_MESSAGES/messages.po

@ -8,7 +8,7 @@ msgid "" @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: 2021-04-11 23:05+0000\n"
"Last-Translator: Panos Alevropoulos <panosalevropoulos@protonmail.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/zrythm/web/el/>\n"
@ -20,57 +20,57 @@ msgstr "" @@ -20,57 +20,57 @@ msgstr ""
"Generated-By: Babel 2.6.0\n"
"X-Generator: Weblate 4.6-dev\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr ""
"Το ZChordz χαρτογραφεί τις συγχορδίες ελάσσονος ή μείζονος κλίμακας σε λευκά"
" πλήκτρα"
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr "Μείζων ή ελάσσων κλίμακα"
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr "Πολλαπλασιαστής ταχύτητας ανά νότα"
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr "Το ZLFO είναι ένα πλήρες LFO για αυτοματισμό βασισμένο σε CV"
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr "Πολυ-ταλαντωτής με προσαρμοσμένο κύμα"
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr "Μετατόπιση φάσης"
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr "Κάθετη/οριζόντια αναστροφή"
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr "Λειτουργία βημάτων"
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr "Επεξεργάσιμο εύρος"
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr "Συγχρονισμός με τον εξυπηρετητή ή ελεύθερη μορφή"
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr "Το ZSaw είναι supersaw συνθεσάιζερ με 1 παράμετρο"
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr "7 ταλαντωτές sawtooth"
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr "Μονός περιστροφικός επιλογέας για έλεγχο αποσυντονισμού"
@ -329,30 +329,38 @@ msgstr "" @@ -329,30 +329,38 @@ msgstr ""
"το λειτουργικό σας σύστημα."
#: template/download.html.j2:115
msgid "GNU/Linux"
msgstr "GNU/Linux"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr "Windows 64-bit"
#: template/download.html.j2:127
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Buy Now"
msgstr "Αγορά τώρα"
#: template/download.html.j2:134
#: template/download.html.j2:141
msgid "Subscribe"
msgstr "Εγγραφή"
#: template/download.html.j2:141
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr "Υποστηρίξτε το Zrythm αγοράζοντας έναν εγκαταστάτη."
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr "Αυτόν τον μήνα λάβαμε £{amount}."
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -603,18 +611,15 @@ msgid "Learn more" @@ -603,18 +611,15 @@ msgid "Learn more"
msgstr "Μάθετε περισσότερα"
#: template/index.html.j2:191
msgid "Sponsors"
msgstr "Χορηγοί"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""
"Δεν υπάρχουν δημόσιοι χορηγοί. <a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Επικοινωνήστε"
" μαζί μας</a> αν θα θέλατε να γίνετε χορηγός."
#: template/learn.html.j2:22
msgid "Zrythm reference pages - user manual - tutorials"
@ -786,6 +791,9 @@ msgstr "Επιστρέψτε στην αρχική σελίδα" @@ -786,6 +791,9 @@ msgstr "Επιστρέψτε στην αρχική σελίδα"
msgid "Zrythm Trademark Policy"
msgstr "Πολιτική εμπορικών σημάτων Zrythm"
#~ msgid "Sponsors"
#~ msgstr "Χορηγοί"
#~ msgid "Forum"
#~ msgstr "Φόρουμ"

54
locale/en_GB/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: 2021-01-03 23:56+0000\n"
"Last-Translator: Alexandros Theodotou <alex@zrythm.org>\n"
"Language-Team: English (United Kingdom) <https://hosted.weblate.org/projects/zrythm/web/en_GB/>\n"
@ -19,55 +19,55 @@ msgstr "" @@ -19,55 +19,55 @@ msgstr ""
"Generated-By: Babel 2.4.0\n"
"X-Generator: Weblate 4.4.1-dev\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr "ZChordz maps the chords of a minor or major scale to white keys"
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr "Major or minor scale"
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr "Velocity multiplier per note"
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr "ZLFO is a fully featured LFO for CV-based automation"
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr "Multi-oscillator with custom wave"
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr "Phase shift"
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr ""
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr ""
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr ""
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr ""
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr ""
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr ""
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr ""
@ -322,30 +322,38 @@ msgid "" @@ -322,30 +322,38 @@ msgid ""
msgstr ""
#: template/download.html.j2:115
msgid "GNU/Linux"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr ""
#: template/download.html.j2:127
msgid "Buy Now"
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Subscribe"
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:141
msgid "Subscribe"
msgstr ""
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr ""
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr ""
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -568,12 +576,12 @@ msgid "Learn more" @@ -568,12 +576,12 @@ msgid "Learn more"
msgstr ""
#: template/index.html.j2:191
msgid "Sponsors"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""

61
locale/es/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: 2021-02-20 00:50+0000\n"
"Last-Translator: J. Lavoie <j.lavoie@net-c.ca>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/zrythm/web/es/>\n"
@ -19,56 +19,56 @@ msgstr "" @@ -19,56 +19,56 @@ msgstr ""
"Generated-By: Babel 2.4.0\n"
"X-Generator: Weblate 4.5\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr ""
"ZChordz mapea los acordes de una escala mayor o menor a las teclas blancas"
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr "Escala mayor o menor"
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr "Multiplicador de velocidad por nota"
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr "ZLFO es un LFO completo para automatizaciones basadas en CV"
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr "Multi oscilador con onda personalizada"
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr "Desplazamiento de fase"
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr "Inversión vertical/horizontal"
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr "Modo paso"
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr "Rango editable"
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr "Sincronización con el host o de forma libre"
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr "ZSaw es un sintetizador supersaw con 1 parámetro"
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr "7 osciladores de onda de sierra"
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr "Botón único para controlar la desafinación"
@ -327,30 +327,38 @@ msgstr "" @@ -327,30 +327,38 @@ msgstr ""
"sistema operativo."
#: template/download.html.j2:115
msgid "GNU/Linux"
msgstr "GNU/Linux"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr "Windows de 64 bits"
#: template/download.html.j2:127
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Buy Now"
msgstr "Comprar ahora"
#: template/download.html.j2:134
#: template/download.html.j2:141
msgid "Subscribe"
msgstr "Suscribirse"
#: template/download.html.j2:141
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr "Apoya a Zrythm comprando un instalador."
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr "Este mes recibimos {amount} £."
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -593,12 +601,12 @@ msgid "Learn more" @@ -593,12 +601,12 @@ msgid "Learn more"
msgstr "Leer más"
#: template/index.html.j2:191
msgid "Sponsors"
msgstr "Patrocinadores"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""
@ -773,6 +781,9 @@ msgstr "Volver a la página principal" @@ -773,6 +781,9 @@ msgstr "Volver a la página principal"
msgid "Zrythm Trademark Policy"
msgstr "Política de marcas registradas de Zrythm"
#~ msgid "Sponsors"
#~ msgstr "Patrocinadores"
#~ msgid "Forum"
#~ msgstr "Foro"

54
locale/et/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -17,55 +17,55 @@ msgstr "" @@ -17,55 +17,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr ""
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr ""
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr ""
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr ""
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr ""
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr ""
#: template.py:339
#: template.py:341
msgid "Vertical/horizontal inversion"
msgstr ""
#: template.py:340
#: template.py:342
msgid "Step mode"
msgstr ""
#: template.py:341
#: template.py:343
msgid "Editable range"
msgstr ""
#: template.py:342
#: template.py:344
msgid "Sync to host or free-form"
msgstr ""
#: template.py:345
#: template.py:347
msgid "ZSaw is a supersaw synth with 1 parameter"
msgstr ""
#: template.py:346
#: template.py:348
msgid "7 sawtooth oscillators"
msgstr ""
#: template.py:347
#: template.py:349
msgid "Single knob to control detune"
msgstr ""
@ -320,30 +320,38 @@ msgid "" @@ -320,30 +320,38 @@ msgid ""
msgstr ""
#: template/download.html.j2:115
msgid "GNU/Linux"
msgid "GNU/Linux (package)"
msgstr ""
#: template/download.html.j2:116
msgid "GNU/Linux (AppImage*)"
msgstr ""
#: template/download.html.j2:117
msgid "Windows 64-bit"
msgstr ""
#: template/download.html.j2:127
msgid "Buy Now"
#: template/download.html.j2:121
msgid "* The AppImage build is experimental"
msgstr ""
#: template/download.html.j2:134
msgid "Subscribe"
msgid "Buy Now"
msgstr ""
#: template/download.html.j2:141
msgid "Subscribe"
msgstr ""
#: template/download.html.j2:148
msgid "Support Zrythm by purchasing an installer."
msgstr ""
#: template/download.html.j2:142
#: template/download.html.j2:149
msgid "This month we received £{amount}."
msgstr ""
#: template/download.html.j2:144
#: template/download.html.j2:151
msgid ""
"This includes donations from LiberaPay, PayPal, OpenCollective, downloads "
"and subscriptions"
@ -566,12 +574,12 @@ msgid "Learn more" @@ -566,12 +574,12 @@ msgid "Learn more"
msgstr ""
#: template/index.html.j2:191
msgid "Sponsors"
msgid "Sponsors / Hosting Providers"
msgstr ""
#: template/index.html.j2:196
#: template/index.html.j2:211
msgid ""
"No public sponsors. <a "
"<a "
"href=\"mailto:&#115;&#112;&#111;&#110;&#115;&#111;&#114;&#064;&#122;&#114;&#121;&#116;&#104;&#109;&#046;&#111;&#114;&#103;\">Contact"
" us</a> if you would like to be a sponsor."
msgstr ""

54
locale/fi/LC_MESSAGES/messages.po

@ -7,7 +7,7 @@ msgid "" @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-06-09 10:51+0100\n"
"POT-Creation-Date: 2021-06-14 18:45+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@ -17,55 +17,55 @@ msgstr "" @@ -17,55 +17,55 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
#: template.py:330
#: template.py:332
msgid "ZChordz maps the chords of a minor or major scale to white keys"
msgstr ""
#: template.py:331
#: template.py:333
msgid "Major or minor scale"
msgstr ""
#: template.py:332
#: template.py:334
msgid "Velocity multiplier per note"
msgstr ""
#: template.py:336
#: template.py:338
msgid "ZLFO is a fully featured LFO for CV-based automation"
msgstr ""
#: template.py:337
#: template.py:339
msgid "Multi-oscillator with custom wave"
msgstr ""
#: template.py:338
#: template.py:340
msgid "Phase shift"
msgstr ""
#: template.py:339
#: template.py:341