Browse Source

new footer

master
parent
commit
26aca938ac
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 86
      common/footer.j2.inc
  2. 2
      common/header.j2.inc
  3. 120
      locale/af_ZA/LC_MESSAGES/messages.po
  4. 150
      locale/ar/LC_MESSAGES/messages.po
  5. 166
      locale/ca/LC_MESSAGES/messages.po
  6. 120
      locale/cs/LC_MESSAGES/messages.po
  7. 123
      locale/da/LC_MESSAGES/messages.po
  8. 157
      locale/de/LC_MESSAGES/messages.po
  9. 169
      locale/el/LC_MESSAGES/messages.po
  10. 120
      locale/en_GB/LC_MESSAGES/messages.po
  11. 157
      locale/es/LC_MESSAGES/messages.po
  12. 120
      locale/et/LC_MESSAGES/messages.po
  13. 120
      locale/fi/LC_MESSAGES/messages.po
  14. 172
      locale/fr/LC_MESSAGES/messages.po
  15. 120
      locale/gd/LC_MESSAGES/messages.po
  16. 129
      locale/gl/LC_MESSAGES/messages.po
  17. 156
      locale/he/LC_MESSAGES/messages.po
  18. 123
      locale/hi/LC_MESSAGES/messages.po
  19. 166
      locale/id/LC_MESSAGES/messages.po
  20. 134
      locale/it/LC_MESSAGES/messages.po
  21. 170
      locale/ja/LC_MESSAGES/messages.po
  22. 123
      locale/ko/LC_MESSAGES/messages.po
  23. 120
      locale/messages.pot
  24. 169
      locale/nb_NO/LC_MESSAGES/messages.po
  25. 128
      locale/nl/LC_MESSAGES/messages.po
  26. 147
      locale/pl/LC_MESSAGES/messages.po
  27. 166
      locale/pt/LC_MESSAGES/messages.po
  28. 147
      locale/pt_BR/LC_MESSAGES/messages.po
  29. 169
      locale/ru/LC_MESSAGES/messages.po
  30. 120
      locale/sl/LC_MESSAGES/messages.po
  31. 126
      locale/sv/LC_MESSAGES/messages.po
  32. 120
      locale/th/LC_MESSAGES/messages.po
  33. 165
      locale/tr/LC_MESSAGES/messages.po
  34. 166
      locale/uk/LC_MESSAGES/messages.po
  35. 120
      locale/vi/LC_MESSAGES/messages.po
  36. 160
      locale/zh_CN/LC_MESSAGES/messages.po
  37. 150
      locale/zh_TW/LC_MESSAGES/messages.po
  38. 48
      static/styles.css
  39. 2
      template/community.html.j2
  40. 4
      template/learn.html.j2
  41. 6
      template/legal.html.j2
  42. 90
      template/styles.scss
  43. 167
      template/trademarks.html.j2

86
common/footer.j2.inc

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{#
Copyright (C) 2019-2022 Alexandros Theodotou <alex at zrythm dot org>
Copyright (C) 2021 Andrew Harter <andrewhharter@gmail.com>
Copyright (C) 2022 Alexandros Theodotou <alex at zrythm dot org>
Copyright (C) 2022 Andrew Harter <andrewhharter@gmail.com>
This file is part of Zrythm
@ -14,21 +14,75 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,21 +14,75 @@ 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.
#}
<footer class="footer">
<p class="footer__copyright">
Copyright &copy; 2019-2022 {{ _('The Zrythm contributors') }} ~
<a href="{{ url(lang + '/legal.html') }}">{{ _('Legal') }}</a> -
<a href="{{ url(lang + '/privacy.html') }}">{{ _('Privacy') }}</a>
</p>
<small class="footer__trademark">
{{ _('Zrythm and the Zrythm logo are registered trademarks of Alexandros Theodotou in the United Kingdom.') }}
{{ _('See our {trademarkpolicy} for details.').format (
trademarkpolicy = '<a href="' + url(lang + '/trademarks.html') + '" class="text_small">' +
_('Trademark Policy') +
'</a>') }} ~
{{ _('Designed by Andrew Harter') }}
</small>
<footer class="footer__container">
<div class="container">
<div class="footer__section footer__section--copyright">
<a href="{{ url(lang + '/index.html') }}" class="footer__logo">
<img class="footer__image" src="{{ url('static/icons/zrythm/z_frame_8.svg') }}">
<p class="footer__logo--text">Zrythm DAW</p>
</a>
<p>Copyright &copy; 2019-2022, The Zrythm contributors.</p>
<p>{{ _('Zrythm and the Zrythm logo are {ref}trademarks of Alexandros Theodotou{endref}.').format (
ref = '<a href="https://git.sr.ht/~alextee/zrythm/tree/master/item/TRADEMARKS.md">', endref = '</a>') }}</p>
</div>
<div class="footer__section">
<h4 class="footer__title">{{ _('Project') }}</h4>
<ul class="footer__links">
<li class="footer__link">
<a href="{{ url(lang + '/features.html') }}">{{ _('Features') }}</a>
</li>
<li class="footer__link">
<a href="https://manual.zrythm.org/{{ lang }}/index.html">{{ _('User Manual') }}</a>
</li>
<li class="footer__link">
<a href="https://www.zrythm.org/releases">{{ _('Releases') }}</a>
</li>
<li class="footer__link">
<a href="https://git.sr.ht/~alextee/zrythm">{{ _('Git') }}</a>
</li>
</ul>
</div>
<div class="footer__section">
<h4 class="footer__title">{{ _('Community') }}</h4>
<ul class="footer__links">
<li class="footer__link">
<a href="https://matrix.to/#/#zrythmdaw:matrix.org">{{ _('Chat') }}</a>
</li>
<li class="footer__link">
<a href="https://lists.sr.ht/~alextee/zrythm-discuss">{{ _('User Mailing List') }}</a>
</li>
<li class="footer__link">
<a href="{{ url(lang + '/community.html#contribute') }}">{{ _('Contribute') }}</a>
</li>
<li class="footer__link">
<a href="{{ url(lang + '/community.html#donate') }}">{{ _('Donate') }}</a>
</li>
</ul>
</div>
<div class="footer__section">
<h4 class="footer__title footer__title--bold">{{ _('About this Site') }}</h4>
<ul class="footer__links">
<li class="footer__link">
<a href="https://git.sr.ht/~alextee/zrythm-web">{{ _('Source Code') }}</a>
</li>
<li class="footer__link">
<a href="{{ url(lang + '/legal.html') }}">{{ _('Legal Information') }}</a>
</li>
<li class="footer__link">
<a href="{{ url(lang + '/privacy.html') }}">{{ _('Privacy Policy') }}</a>
</li>
<li class="footer__link">
<a href="https://todo.sr.ht/~alextee/zrythm-web">{{ _('Report an Issue') }}</a>
</li>
<li class="footer__link">
<p>{{ _('Designed by Andrew Harter') }}</p>
</li>
</ul>
</div>
</div>
</footer>
{#
<div class="col-sm-4">
<right>

2
common/header.j2.inc

@ -36,7 +36,7 @@ GNU Affero General Public License for more details. @@ -36,7 +36,7 @@ GNU Affero General Public License for more details.
{#<link href="{{ url('dist/mini.css/mini-dark.css') }}" rel="stylesheet">#}
<!-- Custom styles for this template -->
<link href="{{ url('static/styles.css?v=202111241216') }}" rel="stylesheet">
<link href="{{ url('static/styles.css?v=202203221043') }}" rel="stylesheet">
<!-- Matomo -->
<script type="text/javascript">

120
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: 2022-03-18 11:21+0000\n"
"POT-Creation-Date: 2022-03-22 10:41+0000\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"
@ -69,33 +69,75 @@ msgstr "" @@ -69,33 +69,75 @@ msgstr ""
msgid "Single knob to control detune"
msgstr ""
#: common/footer.j2.inc:19
msgid "The Zrythm contributors"
#: common/footer.j2.inc:26
msgid ""
"Zrythm and the Zrythm logo are {ref}trademarks of Alexandros "
"Theodotou{endref}."
msgstr ""
#: common/footer.j2.inc:20
msgid "Legal"
#: common/footer.j2.inc:30
msgid "Project"
msgstr ""
#: common/footer.j2.inc:21
msgid "Privacy"
#: common/footer.j2.inc:33 common/navigation.j2.inc:26
#: template/features.html.j2:20 template/features.html.j2:32
msgid "Features"
msgstr ""
#: common/footer.j2.inc:24
msgid ""
"Zrythm and the Zrythm logo are registered trademarks of Alexandros Theodotou"
" in the United Kingdom."
#: common/footer.j2.inc:36 template/learn.html.j2:140
msgid "User Manual"
msgstr ""
#: common/footer.j2.inc:39 template/download.html.j2:127
msgid "Releases"
msgstr ""
#: common/footer.j2.inc:42
msgid "Git"
msgstr ""
#: common/footer.j2.inc:47
msgid "Community"
msgstr ""
#: common/footer.j2.inc:50
msgid "Chat"
msgstr ""
#: common/footer.j2.inc:53
msgid "User Mailing List"
msgstr ""
#: common/footer.j2.inc:56 template/community.html.j2:38
msgid "Contribute"
msgstr ""
#: common/footer.j2.inc:59 template/community.html.j2:133
msgid "Donate"
msgstr ""
#: common/footer.j2.inc:64
msgid "About this Site"
msgstr ""
#: common/footer.j2.inc:67 template/download.html.j2:124
msgid "Source Code"
msgstr ""
#: common/footer.j2.inc:70
msgid "Legal Information"
msgstr ""
#: common/footer.j2.inc:25
msgid "See our {trademarkpolicy} for details."
#: common/footer.j2.inc:73 template/privacy.html.j2:19
#: template/privacy.html.j2:22 template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr ""
#: common/footer.j2.inc:27 template/trademarks.html.j2:19
msgid "Trademark Policy"
#: common/footer.j2.inc:76
msgid "Report an Issue"
msgstr ""
#: common/footer.j2.inc:29
#: common/footer.j2.inc:79
msgid "Designed by Andrew Harter"
msgstr ""
@ -111,11 +153,6 @@ msgid "" @@ -111,11 +153,6 @@ msgid ""
" mastering"
msgstr ""
#: common/navigation.j2.inc:26 template/features.html.j2:20
#: template/features.html.j2:32
msgid "Features"
msgstr ""
#: common/navigation.j2.inc:27 template/plugins.html.j2:20
#: template/plugins.html.j2:32
msgid "Plugins"
@ -144,10 +181,6 @@ msgstr "" @@ -144,10 +181,6 @@ msgstr ""
msgid "Zrythm's community pages and communication channels"
msgstr ""
#: template/community.html.j2:38
msgid "Contribute"
msgstr ""
#: template/community.html.j2:44
msgid "Join Development"
msgstr ""
@ -238,10 +271,6 @@ msgid "" @@ -238,10 +271,6 @@ msgid ""
"new features, vote in polls, and more."
msgstr ""
#: template/community.html.j2:133
msgid "Donate"
msgstr ""
#: template/community.html.j2:139
msgid "Donate CryptoCurrency"
msgstr ""
@ -359,14 +388,6 @@ msgstr "" @@ -359,14 +388,6 @@ msgstr ""
msgid "Support Zrythm by purchasing an installer. This month we received:"
msgstr ""
#: template/download.html.j2:124
msgid "Source Code"
msgstr ""
#: template/download.html.j2:127
msgid "Releases"
msgstr ""
#: template/download.html.j2:128
msgid "GPG Key"
msgstr ""
@ -590,19 +611,15 @@ msgstr "" @@ -590,19 +611,15 @@ msgstr ""
msgid "Walkthroughs"
msgstr ""
#: template/learn.html.j2:130
msgid "French"
msgstr ""
#: template/learn.html.j2:136
msgid "Documentation"
#: template/learn.html.j2:132
msgid "Send us your video"
msgstr ""
#: template/learn.html.j2:138
msgid "User Manual"
msgid "Documentation"
msgstr ""
#: template/learn.html.j2:139
#: template/learn.html.j2:141
msgid "Developer Reference"
msgstr ""
@ -622,8 +639,8 @@ msgstr "" @@ -622,8 +639,8 @@ msgstr ""
msgid ""
"Zrythm is copyrighted by Alexandros Theodotou and other contributors. Zrythm"
" is released under the <a "
"href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU Affero General "
"Public License, version 3</a>."
"href=\"https://git.sr.ht/~alextee/zrythm/tree/master/item/COPYING\">GNU "
"Affero General Public License, version 3</a>."
msgstr ""
#: template/legal.html.j2:50
@ -675,15 +692,6 @@ msgstr "" @@ -675,15 +692,6 @@ msgstr ""
msgid "Premium Plugins"
msgstr ""
#: template/privacy.html.j2:19 template/privacy.html.j2:22
#: template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr ""
#: template/privacy.html.j2:355
msgid "Last updated on 4 Aug 2021"
msgstr ""
#: template/trademarks.html.j2:22
msgid "Zrythm Trademark Policy"
msgstr ""

150
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: 2022-03-18 11:21+0000\n"
"POT-Creation-Date: 2022-03-22 10:41+0000\n"
"PO-Revision-Date: 2021-10-28 18:44+0000\n"
"Last-Translator: Alaa alden Aldroubi <alaa.aldroubi@gmail.com>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/zrythm/web/ar/>\n"
@ -71,33 +71,75 @@ msgstr "7 مذبذبات sawtooth" @@ -71,33 +71,75 @@ msgstr "7 مذبذبات sawtooth"
msgid "Single knob to control detune"
msgstr "مقبض واحد للتحكم على detune"
#: common/footer.j2.inc:19
msgid "The Zrythm contributors"
msgstr "المساهمون فى Zrythm"
#: common/footer.j2.inc:26
msgid ""
"Zrythm and the Zrythm logo are {ref}trademarks of Alexandros "
"Theodotou{endref}."
msgstr ""
#: common/footer.j2.inc:20
msgid "Legal"
msgstr "القانون"
#: common/footer.j2.inc:30
msgid "Project"
msgstr "المشروع"
#: common/footer.j2.inc:33 common/navigation.j2.inc:26
#: template/features.html.j2:20 template/features.html.j2:32
msgid "Features"
msgstr "المميزات"
#: common/footer.j2.inc:21
msgid "Privacy"
msgstr "خصوصية"
#: common/footer.j2.inc:36 template/learn.html.j2:140
msgid "User Manual"
msgstr "دليل المستخدم"
#: common/footer.j2.inc:24
msgid ""
"Zrythm and the Zrythm logo are registered trademarks of Alexandros Theodotou"
" in the United Kingdom."
#: common/footer.j2.inc:39 template/download.html.j2:127
msgid "Releases"
msgstr "الإصدارات"
#: common/footer.j2.inc:42
msgid "Git"
msgstr ""
#: common/footer.j2.inc:47
msgid "Community"
msgstr "المجتمع"
#: common/footer.j2.inc:50
msgid "Chat"
msgstr "رساله"
#: common/footer.j2.inc:53
msgid "User Mailing List"
msgstr ""
#: common/footer.j2.inc:25
msgid "See our {trademarkpolicy} for details."
#: common/footer.j2.inc:56 template/community.html.j2:38
msgid "Contribute"
msgstr ""
#: common/footer.j2.inc:59 template/community.html.j2:133
msgid "Donate"
msgstr ""
#: common/footer.j2.inc:27 template/trademarks.html.j2:19
msgid "Trademark Policy"
msgstr "سياسة العلامات التجارية"
#: common/footer.j2.inc:64
msgid "About this Site"
msgstr ""
#: common/footer.j2.inc:67 template/download.html.j2:124
msgid "Source Code"
msgstr ""
#: common/footer.j2.inc:70
msgid "Legal Information"
msgstr ""
#: common/footer.j2.inc:73 template/privacy.html.j2:19
#: template/privacy.html.j2:22 template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr "سياسة خاصة"
#: common/footer.j2.inc:76
msgid "Report an Issue"
msgstr ""
#: common/footer.j2.inc:29
#: common/footer.j2.inc:79
msgid "Designed by Andrew Harter"
msgstr ""
@ -113,11 +155,6 @@ msgid "" @@ -113,11 +155,6 @@ msgid ""
" mastering"
msgstr ""
#: common/navigation.j2.inc:26 template/features.html.j2:20
#: template/features.html.j2:32
msgid "Features"
msgstr "المميزات"
#: common/navigation.j2.inc:27 template/plugins.html.j2:20
#: template/plugins.html.j2:32
msgid "Plugins"
@ -146,10 +183,6 @@ msgstr "" @@ -146,10 +183,6 @@ msgstr ""
msgid "Zrythm's community pages and communication channels"
msgstr ""
#: template/community.html.j2:38
msgid "Contribute"
msgstr ""
#: template/community.html.j2:44
msgid "Join Development"
msgstr ""
@ -240,10 +273,6 @@ msgid "" @@ -240,10 +273,6 @@ msgid ""
"new features, vote in polls, and more."
msgstr ""
#: template/community.html.j2:133
msgid "Donate"
msgstr ""
#: template/community.html.j2:139
msgid "Donate CryptoCurrency"
msgstr ""
@ -361,14 +390,6 @@ msgstr "" @@ -361,14 +390,6 @@ msgstr ""
msgid "Support Zrythm by purchasing an installer. This month we received:"
msgstr ""
#: template/download.html.j2:124
msgid "Source Code"
msgstr ""
#: template/download.html.j2:127
msgid "Releases"
msgstr "الإصدارات"
#: template/download.html.j2:128
msgid "GPG Key"
msgstr "مفتاح GPG"
@ -594,19 +615,15 @@ msgstr "" @@ -594,19 +615,15 @@ msgstr ""
msgid "Walkthroughs"
msgstr ""
#: template/learn.html.j2:130
msgid "French"
#: template/learn.html.j2:132
msgid "Send us your video"
msgstr ""
#: template/learn.html.j2:136
#: template/learn.html.j2:138
msgid "Documentation"
msgstr "الوثائق"
#: template/learn.html.j2:138
msgid "User Manual"
msgstr "دليل المستخدم"
#: template/learn.html.j2:139
#: template/learn.html.j2:141
msgid "Developer Reference"
msgstr "مرجع المطور"
@ -626,8 +643,8 @@ msgstr "الترخيص" @@ -626,8 +643,8 @@ msgstr "الترخيص"
msgid ""
"Zrythm is copyrighted by Alexandros Theodotou and other contributors. Zrythm"
" is released under the <a "
"href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU Affero General "
"Public License, version 3</a>."
"href=\"https://git.sr.ht/~alextee/zrythm/tree/master/item/COPYING\">GNU "
"Affero General Public License, version 3</a>."
msgstr ""
#: template/legal.html.j2:50
@ -679,18 +696,24 @@ msgstr "المواصفات التقنية" @@ -679,18 +696,24 @@ msgstr "المواصفات التقنية"
msgid "Premium Plugins"
msgstr ""
#: template/privacy.html.j2:19 template/privacy.html.j2:22
#: template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr "سياسة خاصة"
#: template/privacy.html.j2:355
msgid "Last updated on 4 Aug 2021"
msgstr ""
#: template/trademarks.html.j2:22
msgid "Zrythm Trademark Policy"
msgstr "سياسة Zrythm للعلامة التجارية"
#~ msgid "Trademark Policy"
#~ msgstr "سياسة العلامات التجارية"
#~ msgid "Zrythm Trademark Policy"
#~ msgstr "سياسة Zrythm للعلامة التجارية"
#~ msgid "The Zrythm contributors"
#~ msgstr "المساهمون فى Zrythm"
#~ msgid "Legal"
#~ msgstr "القانون"
#~ msgid "Privacy"
#~ msgstr "خصوصية"
#~ msgid "Try Now"
#~ msgstr "جرب الآن"
@ -730,15 +753,6 @@ msgstr "سياسة Zrythm للعلامة التجارية" @@ -730,15 +753,6 @@ msgstr "سياسة Zrythm للعلامة التجارية"
#~ msgid "<b>£5/month</b>"
#~ msgstr "<b>£5/شهر</b>"
#~ msgid "Project"
#~ msgstr "المشروع"
#~ msgid "Chat"
#~ msgstr "رساله"
#~ msgid "Community"
#~ msgstr "المجتمع"
#~ msgid "Explore"
#~ msgstr "اكتشف"

166
locale/ca/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: 2022-03-18 11:21+0000\n"
"POT-Creation-Date: 2022-03-22 10:43+0000\n"
"PO-Revision-Date: 2022-02-28 18:13+0000\n"
"Last-Translator: Maite Guix <maite.guix@gmail.com>\n"
"Language-Team: Catalan <https://hosted.weblate.org/projects/zrythm/web/ca/>\n"
@ -74,35 +74,75 @@ msgstr "7 oscil·ladors de dents de serra" @@ -74,35 +74,75 @@ msgstr "7 oscil·ladors de dents de serra"
msgid "Single knob to control detune"
msgstr "Una rodeta única per a controlar la desafinació"
#: common/footer.j2.inc:19
msgid "The Zrythm contributors"
msgstr "Col·laboradors de Zrythm"
#: common/footer.j2.inc:26
msgid ""
"Zrythm and the Zrythm logo are {ref}trademarks of Alexandros "
"Theodotou{endref}."
msgstr ""
#: common/footer.j2.inc:20
msgid "Legal"
msgstr "Legal"
#: common/footer.j2.inc:30
msgid "Project"
msgstr "Projecte"
#: common/footer.j2.inc:33 common/navigation.j2.inc:26
#: template/features.html.j2:20 template/features.html.j2:32
msgid "Features"
msgstr "Funcionalitats"
#: common/footer.j2.inc:21
msgid "Privacy"
msgstr "Privadesa"
#: common/footer.j2.inc:36 template/learn.html.j2:140
msgid "User Manual"
msgstr "Manual d'usuari"
#: common/footer.j2.inc:24
msgid ""
"Zrythm and the Zrythm logo are registered trademarks of Alexandros Theodotou"
" in the United Kingdom."
#: common/footer.j2.inc:39 template/download.html.j2:127
msgid "Releases"
msgstr "Llançaments"
#: common/footer.j2.inc:42
msgid "Git"
msgstr ""
#: common/footer.j2.inc:47
msgid "Community"
msgstr "Comunitat"
#: common/footer.j2.inc:50
msgid "Chat"
msgstr "Xat"
#: common/footer.j2.inc:53
msgid "User Mailing List"
msgstr ""
#: common/footer.j2.inc:56 template/community.html.j2:38
msgid "Contribute"
msgstr "Contribuir"
#: common/footer.j2.inc:59 template/community.html.j2:133
msgid "Donate"
msgstr "Donar"
#: common/footer.j2.inc:64
msgid "About this Site"
msgstr ""
#: common/footer.j2.inc:67 template/download.html.j2:124
msgid "Source Code"
msgstr "Codi font"
#: common/footer.j2.inc:70
msgid "Legal Information"
msgstr ""
"Zrythm i el logotip de Zrythm són marques registrades d'Alexandros Theodotou"
" al Regne Unit."
#: common/footer.j2.inc:25
msgid "See our {trademarkpolicy} for details."
msgstr "Consulta la nostra {trademarkpolicy} per a més informació."
#: common/footer.j2.inc:73 template/privacy.html.j2:19
#: template/privacy.html.j2:22 template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr "Política de privadesa"
#: common/footer.j2.inc:27 template/trademarks.html.j2:19
msgid "Trademark Policy"
msgstr "Política de marques registrades"
#: common/footer.j2.inc:76
msgid "Report an Issue"
msgstr ""
#: common/footer.j2.inc:29
#: common/footer.j2.inc:79
msgid "Designed by Andrew Harter"
msgstr "Dissenyat per Andrew Harter"
@ -123,11 +163,6 @@ msgstr "" @@ -123,11 +163,6 @@ msgstr ""
"de so, composició, MIDI, LV2, JACK, VST, complement d'àudio, gravació, "
"edició, arranjament, arranjador, mescla, masterització"
#: common/navigation.j2.inc:26 template/features.html.j2:20
#: template/features.html.j2:32
msgid "Features"
msgstr "Funcionalitats"
#: common/navigation.j2.inc:27 template/plugins.html.j2:20
#: template/plugins.html.j2:32
msgid "Plugins"
@ -156,10 +191,6 @@ msgstr "Seleccionar idioma" @@ -156,10 +191,6 @@ msgstr "Seleccionar idioma"
msgid "Zrythm's community pages and communication channels"
msgstr "Pàgines de la comunitat i canals de comunicació de Zrythm"
#: template/community.html.j2:38
msgid "Contribute"
msgstr "Contribuir"
#: template/community.html.j2:44
msgid "Join Development"
msgstr "Uneix-te al desenvolupament"
@ -269,10 +300,6 @@ msgstr "" @@ -269,10 +300,6 @@ msgstr ""
"fer un cop d'ull a les noves funcionalitats, votar a les enquestes i molt "
"més."
#: template/community.html.j2:133
msgid "Donate"
msgstr "Donar"
#: template/community.html.j2:139
msgid "Donate CryptoCurrency"
msgstr "Donar criptomoneda"
@ -398,14 +425,6 @@ msgstr "" @@ -398,14 +425,6 @@ msgstr ""
"Dóna suport a Zrythm mitjançant la compra d'un instal·lador. Aquest mes hem "
"rebut:"
#: template/download.html.j2:124
msgid "Source Code"
msgstr "Codi font"
#: template/download.html.j2:127
msgid "Releases"
msgstr "Llançaments"
#: template/download.html.j2:128
msgid "GPG Key"
msgstr "Clau GPG"
@ -651,19 +670,15 @@ msgstr "Encaminament del port" @@ -651,19 +670,15 @@ msgstr "Encaminament del port"
msgid "Walkthroughs"
msgstr "Pas a pas"
#: template/learn.html.j2:130
msgid "French"
msgstr "Francès"
#: template/learn.html.j2:132
msgid "Send us your video"
msgstr ""
#: template/learn.html.j2:136
#: template/learn.html.j2:138
msgid "Documentation"
msgstr "Documentació"
#: template/learn.html.j2:138
msgid "User Manual"
msgstr "Manual d'usuari"
#: template/learn.html.j2:139
#: template/learn.html.j2:141
msgid "Developer Reference"
msgstr "Referència del desenvolupador"
@ -683,13 +698,9 @@ msgstr "Llicències" @@ -683,13 +698,9 @@ msgstr "Llicències"
msgid ""
"Zrythm is copyrighted by Alexandros Theodotou and other contributors. Zrythm"
" is released under the <a "
"href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU Affero General "
"Public License, version 3</a>."
"href=\"https://git.sr.ht/~alextee/zrythm/tree/master/item/COPYING\">GNU "
"Affero General Public License, version 3</a>."
msgstr ""
"Zrythm té drets d'autor d'Alexandros Theodotou i altres col·laboradors. "
"Zrythm és llançat sota la <a "
"href=\"https://www.gnu.org/licenses/agpl-3.0.html\">Llicència Pública "
"General de GNU Affero, versió 3</a>."
#: template/legal.html.j2:50
msgid ""
@ -751,18 +762,30 @@ msgstr "Especificacions tècniques" @@ -751,18 +762,30 @@ msgstr "Especificacions tècniques"
msgid "Premium Plugins"
msgstr "Complements Premium"
#: template/privacy.html.j2:19 template/privacy.html.j2:22
#: template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr "Política de privadesa"
#: template/privacy.html.j2:355
msgid "Last updated on 4 Aug 2021"
msgstr "Darrera actualització de 4 d'agost de 2021"
#: template/trademarks.html.j2:22
msgid "Zrythm Trademark Policy"
msgstr "Política de marques de Zrythm"
#~ msgid "French"
#~ msgstr "Francès"
#~ msgid "Trademark Policy"
#~ msgstr "Política de marques registrades"
#~ msgid "Zrythm Trademark Policy"
#~ msgstr "Política de marques de Zrythm"
#~ msgid "The Zrythm contributors"
#~ msgstr "Col·laboradors de Zrythm"
#~ msgid "Legal"
#~ msgstr "Legal"
#~ msgid "Privacy"
#~ msgstr "Privadesa"
#~ msgid "See our {trademarkpolicy} for details."
#~ msgstr "Consulta la nostra {trademarkpolicy} per a més informació."
#~ msgid "mo"
#~ msgstr "mes"
@ -788,15 +811,9 @@ msgstr "Política de marques de Zrythm" @@ -788,15 +811,9 @@ msgstr "Política de marques de Zrythm"
#~ msgid "Explore"
#~ msgstr "Explorar"
#~ msgid "Community"
#~ msgstr "Comunitat"
#~ msgid "Forum"
#~ msgstr "Fòrum"
#~ msgid "Chat"
#~ msgstr "Xat"
#~ msgid "Mail"
#~ msgstr "Correu"
@ -806,9 +823,6 @@ msgstr "Política de marques de Zrythm" @@ -806,9 +823,6 @@ msgstr "Política de marques de Zrythm"
#~ msgid "User discussion"
#~ msgstr "Discussió d'usuaris"
#~ msgid "Project"
#~ msgstr "Projecte"
#~ msgid "Feature tracker"
#~ msgstr "Rastrejador de funcions"

120
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: 2022-03-18 11:21+0000\n"
"POT-Creation-Date: 2022-03-22 10:41+0000\n"
"PO-Revision-Date: 2021-10-22 09:45+0000\n"
"Last-Translator: Klára Jánošová <klarajanosova0@gmail.com>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/zrythm/web/cs/>\n"
@ -71,33 +71,75 @@ msgstr "" @@ -71,33 +71,75 @@ msgstr ""
msgid "Single knob to control detune"
msgstr ""
#: common/footer.j2.inc:19
msgid "The Zrythm contributors"
#: common/footer.j2.inc:26
msgid ""
"Zrythm and the Zrythm logo are {ref}trademarks of Alexandros "
"Theodotou{endref}."
msgstr ""
#: common/footer.j2.inc:20
msgid "Legal"
#: common/footer.j2.inc:30
msgid "Project"
msgstr ""
#: common/footer.j2.inc:21
msgid "Privacy"
#: common/footer.j2.inc:33 common/navigation.j2.inc:26
#: template/features.html.j2:20 template/features.html.j2:32
msgid "Features"
msgstr ""
#: common/footer.j2.inc:24
msgid ""
"Zrythm and the Zrythm logo are registered trademarks of Alexandros Theodotou"
" in the United Kingdom."
#: common/footer.j2.inc:36 template/learn.html.j2:140
msgid "User Manual"
msgstr ""
#: common/footer.j2.inc:39 template/download.html.j2:127
msgid "Releases"
msgstr ""
#: common/footer.j2.inc:42
msgid "Git"
msgstr ""
#: common/footer.j2.inc:47
msgid "Community"
msgstr ""
#: common/footer.j2.inc:50
msgid "Chat"
msgstr ""
#: common/footer.j2.inc:53
msgid "User Mailing List"
msgstr ""
#: common/footer.j2.inc:56 template/community.html.j2:38
msgid "Contribute"
msgstr ""
#: common/footer.j2.inc:59 template/community.html.j2:133
msgid "Donate"
msgstr ""
#: common/footer.j2.inc:64
msgid "About this Site"
msgstr ""
#: common/footer.j2.inc:67 template/download.html.j2:124
msgid "Source Code"
msgstr ""
#: common/footer.j2.inc:70
msgid "Legal Information"
msgstr ""
#: common/footer.j2.inc:25
msgid "See our {trademarkpolicy} for details."
#: common/footer.j2.inc:73 template/privacy.html.j2:19
#: template/privacy.html.j2:22 template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr ""
#: common/footer.j2.inc:27 template/trademarks.html.j2:19
msgid "Trademark Policy"
#: common/footer.j2.inc:76
msgid "Report an Issue"
msgstr ""
#: common/footer.j2.inc:29
#: common/footer.j2.inc:79
msgid "Designed by Andrew Harter"
msgstr ""
@ -113,11 +155,6 @@ msgid "" @@ -113,11 +155,6 @@ msgid ""
" mastering"
msgstr ""
#: common/navigation.j2.inc:26 template/features.html.j2:20
#: template/features.html.j2:32
msgid "Features"
msgstr ""
#: common/navigation.j2.inc:27 template/plugins.html.j2:20
#: template/plugins.html.j2:32
msgid "Plugins"
@ -146,10 +183,6 @@ msgstr "" @@ -146,10 +183,6 @@ msgstr ""
msgid "Zrythm's community pages and communication channels"
msgstr ""
#: template/community.html.j2:38
msgid "Contribute"
msgstr ""
#: template/community.html.j2:44
msgid "Join Development"
msgstr ""
@ -240,10 +273,6 @@ msgid "" @@ -240,10 +273,6 @@ msgid ""
"new features, vote in polls, and more."
msgstr ""
#: template/community.html.j2:133
msgid "Donate"
msgstr ""
#: template/community.html.j2:139
msgid "Donate CryptoCurrency"
msgstr ""
@ -361,14 +390,6 @@ msgstr "" @@ -361,14 +390,6 @@ msgstr ""
msgid "Support Zrythm by purchasing an installer. This month we received:"
msgstr ""
#: template/download.html.j2:124
msgid "Source Code"
msgstr ""
#: template/download.html.j2:127
msgid "Releases"
msgstr ""
#: template/download.html.j2:128
msgid "GPG Key"
msgstr ""
@ -592,19 +613,15 @@ msgstr "" @@ -592,19 +613,15 @@ msgstr ""
msgid "Walkthroughs"
msgstr ""
#: template/learn.html.j2:130
msgid "French"
msgstr ""
#: template/learn.html.j2:136
msgid "Documentation"
#: template/learn.html.j2:132
msgid "Send us your video"
msgstr ""
#: template/learn.html.j2:138
msgid "User Manual"
msgid "Documentation"
msgstr ""
#: template/learn.html.j2:139
#: template/learn.html.j2:141
msgid "Developer Reference"
msgstr ""
@ -624,8 +641,8 @@ msgstr "" @@ -624,8 +641,8 @@ msgstr ""
msgid ""
"Zrythm is copyrighted by Alexandros Theodotou and other contributors. Zrythm"
" is released under the <a "
"href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU Affero General "
"Public License, version 3</a>."
"href=\"https://git.sr.ht/~alextee/zrythm/tree/master/item/COPYING\">GNU "
"Affero General Public License, version 3</a>."
msgstr ""
#: template/legal.html.j2:50
@ -677,15 +694,6 @@ msgstr "" @@ -677,15 +694,6 @@ msgstr ""
msgid "Premium Plugins"
msgstr ""
#: template/privacy.html.j2:19 template/privacy.html.j2:22
#: template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr ""
#: template/privacy.html.j2:355
msgid "Last updated on 4 Aug 2021"
msgstr ""
#: template/trademarks.html.j2:22
msgid "Zrythm Trademark Policy"
msgstr ""

123
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: 2022-03-18 11:21+0000\n"
"POT-Creation-Date: 2022-03-22 10:41+0000\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"
@ -71,33 +71,75 @@ msgstr "" @@ -71,33 +71,75 @@ msgstr ""
msgid "Single knob to control detune"
msgstr ""
#: common/footer.j2.inc:19
msgid "The Zrythm contributors"
#: common/footer.j2.inc:26
msgid ""
"Zrythm and the Zrythm logo are {ref}trademarks of Alexandros "
"Theodotou{endref}."
msgstr ""
#: common/footer.j2.inc:20
msgid "Legal"
#: common/footer.j2.inc:30
msgid "Project"
msgstr "Projekt"
#: common/footer.j2.inc:33 common/navigation.j2.inc:26
#: template/features.html.j2:20 template/features.html.j2:32
msgid "Features"
msgstr ""
#: common/footer.j2.inc:21
msgid "Privacy"
#: common/footer.j2.inc:36 template/learn.html.j2:140
msgid "User Manual"
msgstr ""
#: common/footer.j2.inc:24
msgid ""
"Zrythm and the Zrythm logo are registered trademarks of Alexandros Theodotou"
" in the United Kingdom."
#: common/footer.j2.inc:39 template/download.html.j2:127
msgid "Releases"
msgstr ""
#: common/footer.j2.inc:42
msgid "Git"
msgstr ""
#: common/footer.j2.inc:47
msgid "Community"
msgstr ""
#: common/footer.j2.inc:50
msgid "Chat"
msgstr ""
#: common/footer.j2.inc:53
msgid "User Mailing List"
msgstr ""
#: common/footer.j2.inc:56 template/community.html.j2:38
msgid "Contribute"
msgstr ""
#: common/footer.j2.inc:59 template/community.html.j2:133
msgid "Donate"
msgstr ""
#: common/footer.j2.inc:64
msgid "About this Site"
msgstr ""
#: common/footer.j2.inc:67 template/download.html.j2:124
msgid "Source Code"
msgstr ""
#: common/footer.j2.inc:70
msgid "Legal Information"
msgstr ""
#: common/footer.j2.inc:25
msgid "See our {trademarkpolicy} for details."
#: common/footer.j2.inc:73 template/privacy.html.j2:19
#: template/privacy.html.j2:22 template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr ""
#: common/footer.j2.inc:27 template/trademarks.html.j2:19
msgid "Trademark Policy"
#: common/footer.j2.inc:76
msgid "Report an Issue"
msgstr ""
#: common/footer.j2.inc:29
#: common/footer.j2.inc:79
msgid "Designed by Andrew Harter"
msgstr ""
@ -113,11 +155,6 @@ msgid "" @@ -113,11 +155,6 @@ msgid ""
" mastering"
msgstr ""
#: common/navigation.j2.inc:26 template/features.html.j2:20
#: template/features.html.j2:32
msgid "Features"
msgstr ""
#: common/navigation.j2.inc:27 template/plugins.html.j2:20
#: template/plugins.html.j2:32
msgid "Plugins"
@ -146,10 +183,6 @@ msgstr "" @@ -146,10 +183,6 @@ msgstr ""
msgid "Zrythm's community pages and communication channels"
msgstr ""
#: template/community.html.j2:38
msgid "Contribute"
msgstr ""
#: template/community.html.j2:44
msgid "Join Development"
msgstr ""
@ -240,10 +273,6 @@ msgid "" @@ -240,10 +273,6 @@ msgid ""
"new features, vote in polls, and more."
msgstr ""
#: template/community.html.j2:133
msgid "Donate"
msgstr ""
#: template/community.html.j2:139
msgid "Donate CryptoCurrency"
msgstr ""
@ -361,14 +390,6 @@ msgstr "" @@ -361,14 +390,6 @@ msgstr ""
msgid "Support Zrythm by purchasing an installer. This month we received:"
msgstr ""
#: template/download.html.j2:124
msgid "Source Code"
msgstr ""
#: template/download.html.j2:127
msgid "Releases"
msgstr ""
#: template/download.html.j2:128
msgid "GPG Key"
msgstr ""
@ -592,19 +613,15 @@ msgstr "" @@ -592,19 +613,15 @@ msgstr ""
msgid "Walkthroughs"
msgstr ""
#: template/learn.html.j2:130
msgid "French"
msgstr ""
#: template/learn.html.j2:136
msgid "Documentation"
#: template/learn.html.j2:132
msgid "Send us your video"
msgstr ""
#: template/learn.html.j2:138
msgid "User Manual"
msgid "Documentation"
msgstr ""
#: template/learn.html.j2:139
#: template/learn.html.j2:141
msgid "Developer Reference"
msgstr ""
@ -624,8 +641,8 @@ msgstr "" @@ -624,8 +641,8 @@ msgstr ""
msgid ""
"Zrythm is copyrighted by Alexandros Theodotou and other contributors. Zrythm"
" is released under the <a "
"href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU Affero General "
"Public License, version 3</a>."
"href=\"https://git.sr.ht/~alextee/zrythm/tree/master/item/COPYING\">GNU "
"Affero General Public License, version 3</a>."
msgstr ""
#: template/legal.html.j2:50
@ -677,18 +694,6 @@ msgstr "" @@ -677,18 +694,6 @@ msgstr ""
msgid "Premium Plugins"
msgstr ""
#: template/privacy.html.j2:19 template/privacy.html.j2:22
#: template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr ""
#: template/privacy.html.j2:355
msgid "Last updated on 4 Aug 2021"
msgstr ""
#: template/trademarks.html.j2:22
msgid "Zrythm Trademark Policy"
msgstr ""
#~ msgid "Project"
#~ msgstr "Projekt"

157
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: 2022-03-18 11:21+0000\n"
"POT-Creation-Date: 2022-03-22 10:43+0000\n"
"PO-Revision-Date: 2022-01-30 17:55+0000\n"
"Last-Translator: Ulrich <drulli@airmail.cc>\n"
"Language-Team: German <https://hosted.weblate.org/projects/zrythm/web/de/>\n"
@ -73,35 +73,75 @@ msgstr "7 Sägezahn-Oszillatoren" @@ -73,35 +73,75 @@ msgstr "7 Sägezahn-Oszillatoren"
msgid "Single knob to control detune"
msgstr "Ein einziger Knopf zum Kontrollieren der Stimmung"
#: common/footer.j2.inc:19
msgid "The Zrythm contributors"
msgstr "Die Zrythm-Mitwirkenden"
#: common/footer.j2.inc:26
msgid ""
"Zrythm and the Zrythm logo are {ref}trademarks of Alexandros "
"Theodotou{endref}."
msgstr ""
#: common/footer.j2.inc:20
msgid "Legal"
msgstr "Rechtliches"
#: common/footer.j2.inc:30
msgid "Project"
msgstr "Projekt"
#: common/footer.j2.inc:33 common/navigation.j2.inc:26
#: template/features.html.j2:20 template/features.html.j2:32
msgid "Features"
msgstr "Funktionen"
#: common/footer.j2.inc:21
msgid "Privacy"
msgstr "Privatssphäre"
#: common/footer.j2.inc:36 template/learn.html.j2:140
msgid "User Manual"
msgstr "Benutzerhandbuch"
#: common/footer.j2.inc:24
msgid ""
"Zrythm and the Zrythm logo are registered trademarks of Alexandros Theodotou"
" in the United Kingdom."
#: common/footer.j2.inc:39 template/download.html.j2:127
msgid "Releases"
msgstr "Releases"
#: common/footer.j2.inc:42
msgid "Git"
msgstr ""
"Zrythm und das Zrythm-Logo sind eingetragene Warenzeichen von Alexandros "
"Theodotou im Vereinigten Königreich."
#: common/footer.j2.inc:25
msgid "See our {trademarkpolicy} for details."
msgstr "Weitere Informationen finden Sie in unserer {trademarkpolicy}."
#: common/footer.j2.inc:47
msgid "Community"
msgstr "Gemeinschaft"
#: common/footer.j2.inc:50
msgid "Chat"
msgstr "Chat"
#: common/footer.j2.inc:27 template/trademarks.html.j2:19
msgid "Trademark Policy"
msgstr "Markenrichtlinie"
#: common/footer.j2.inc:53
msgid "User Mailing List"
msgstr ""
#: common/footer.j2.inc:56 template/community.html.j2:38
msgid "Contribute"
msgstr "Beitragen"
#: common/footer.j2.inc:59 template/community.html.j2:133
msgid "Donate"
msgstr "Spenden"
#: common/footer.j2.inc:64
msgid "About this Site"
msgstr ""
#: common/footer.j2.inc:67 template/download.html.j2:124
msgid "Source Code"
msgstr "Sourcecode"
#: common/footer.j2.inc:70
msgid "Legal Information"
msgstr ""
#: common/footer.j2.inc:73 template/privacy.html.j2:19
#: template/privacy.html.j2:22 template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr "Datenschutzerklärung"
#: common/footer.j2.inc:76
msgid "Report an Issue"
msgstr ""
#: common/footer.j2.inc:29
#: common/footer.j2.inc:79
msgid "Designed by Andrew Harter"
msgstr "Entworfen von Andrew Harter"
@ -121,11 +161,6 @@ msgstr "" @@ -121,11 +161,6 @@ msgstr ""
"komponieren, MIDI, LV2, JACK, VST, audio plugin, recording, Aufnahme, "
"editing, Bearbeitung, Musikbearbeitung, Arrangieren, mixing, mastering"
#: common/navigation.j2.inc:26 template/features.html.j2:20
#: template/features.html.j2:32
msgid "Features"
msgstr "Funktionen"
#: common/navigation.j2.inc:27 template/plugins.html.j2:20
#: template/plugins.html.j2:32
msgid "Plugins"
@ -154,10 +189,6 @@ msgstr "Sprache auswählen" @@ -154,10 +189,6 @@ msgstr "Sprache auswählen"
msgid "Zrythm's community pages and communication channels"
msgstr "Zrythms Community-Seiten und Kommunikationskanäle"
#: template/community.html.j2:38
msgid "Contribute"
msgstr "Beitragen"
#: template/community.html.j2:44
msgid "Join Development"
msgstr "Beteiligen Sie sich an der Entwicklung"
@ -263,10 +294,6 @@ msgstr "" @@ -263,10 +294,6 @@ msgstr ""
"Folgen Sie uns auf Mastodon für Updates zu neuen Releases und Featurs, um an"
" Umfragen teilzunehmen und vieles mehr."
#: template/community.html.j2:133
msgid "Donate"
msgstr "Spenden"
#: template/community.html.j2:139
msgid "Donate CryptoCurrency"
msgstr "Krypto-Währung spenden"
@ -392,14 +419,6 @@ msgstr "" @@ -392,14 +419,6 @@ msgstr ""
"Unterstützen Sie Zrythm, indem Sie ein Installationsprogramm kaufen. Diesen "
"Monat erhielten wir:"
#: template/download.html.j2:124
msgid "Source Code"
msgstr "Sourcecode"
#: template/download.html.j2:127
msgid "Releases"
msgstr "Releases"
#: template/download.html.j2:128
msgid "GPG Key"
msgstr "GPG-Schlüssel"
@ -636,19 +655,15 @@ msgstr "" @@ -636,19 +655,15 @@ msgstr ""
msgid "Walkthroughs"
msgstr ""
#: template/learn.html.j2:130
msgid "French"
#: template/learn.html.j2:132
msgid "Send us your video"
msgstr ""
#: template/learn.html.j2:136
#: template/learn.html.j2:138
msgid "Documentation"
msgstr "Dokumentation"
#: template/learn.html.j2:138
msgid "User Manual"
msgstr "Benutzerhandbuch"
#: template/learn.html.j2:139
#: template/learn.html.j2:141
msgid "Developer Reference"
msgstr "Hinweis auf die Entwickler"
@ -668,8 +683,8 @@ msgstr "Lizensierung" @@ -668,8 +683,8 @@ msgstr "Lizensierung"
msgid ""
"Zrythm is copyrighted by Alexandros Theodotou and other contributors. Zrythm"
" is released under the <a "
"href=\"https://www.gnu.org/licenses/agpl-3.0.html\">GNU Affero General "
"Public License, version 3</a>."
"href=\"https://git.sr.ht/~alextee/zrythm/tree/master/item/COPYING\">GNU "
"Affero General Public License, version 3</a>."
msgstr ""
#: template/legal.html.j2:50
@ -724,18 +739,27 @@ msgstr "Technische Spezifikationen" @@ -724,18 +739,27 @@ msgstr "Technische Spezifikationen"
msgid "Premium Plugins"
msgstr ""
#: template/privacy.html.j2:19 template/privacy.html.j2:22
#: template/privacy.html.j2:31
msgid "Privacy Policy"
msgstr "Datenschutzerklärung"
#: template/privacy.html.j2:355
msgid "Last updated on 4 Aug 2021"
msgstr ""
#: template/trademarks.html.j2:22
msgid "Zrythm Trademark Policy"
msgstr "Zrythm-Markenrichtlinie"
#~ msgid "Trademark Policy"
#~ msgstr "Markenrichtlinie"
#~ msgid "Zrythm Trademark Policy"
#~ msgstr "Zrythm-Markenrichtlinie"
#~ msgid "The Zrythm contributors"
#~ msgstr "Die Zrythm-Mitwirkenden"
#~ msgid "Legal"
#~ msgstr "Rechtliches"
#~ msgid "Privacy"
#~ msgstr "Privatssphäre"
#~ msgid "See our {trademarkpolicy} for details."
#~ msgstr "Weitere Informationen finden Sie in unserer {trademarkpolicy}."
#~ msgid "mo"
#~ msgstr "Mo"
@ -793,21 +817,12 @@ msgstr "Zrythm-Markenrichtlinie" @@ -793,21 +817,12 @@ msgstr "Zrythm-Markenrichtlinie"
#~ msgid "<b>£5/month</b>"
#~ msgstr "<b>5 £ monatlich</b>"
#~ msgid "Project"
#~ msgstr "Projekt"
#~ msgid "Translations"
#~ msgstr "Übersetzungen"
#~ msgid "Chat"
#~ msgstr "Chat"
#~ msgid "Mail"
#~ msgstr "E-Mail"
#~ msgid "Community"
#~ msgstr "Gemeinschaft"
#~ msgid "Video by"
#~ msgstr "Video von"

169
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: 2022-03-18 11:21+0000\n"
"POT-Creation-Date: 2022-03-22 10:43+0000\n"
"PO-Revision-Date: 2022-03-06 09:46+0000\n"
"Last-Translator: Anthony V. <batmanplayer123@gmail.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/zrythm/web/el/>\n"
@ -74,35 +74,75 @@ msgstr "7 ταλαντωτές sawtooth" @@ -74,35 +74,75 @@ msgstr "7 ταλαντωτές sawtooth"
msgid "Single knob to control detune"
msgstr "Μονός περιστροφικός επιλογέας για έλεγχο αποσυντονισμού"
#: common/footer.j2.inc:19
msgid "The Zrythm contributors"
msgstr "Οι συνεργάτες του Zrythm"
#: common/footer.j2.inc:26
msgid ""
"Zrythm and the Zrythm logo are {ref}trademarks of Alexandros "
"Theodotou{endref}."
msgstr ""
#: common/footer.j2.inc:20
msgid "Legal"
msgstr "Νομική δήλωση"
#: common/footer.j2.inc:30
msgid "Project"
msgstr "Έργο"
#: common/footer.j2.inc:21
msgid "Privacy"
msgstr "Προστασία δεδομένων"
#: common/footer.j2.inc:33 common/navigation.j2.inc:26
#: template/features.html.j2:20 template/features.html.j2:32
msgid "Features"
msgstr "Χαρακτηριστικά"
#: common/footer.j2.inc:24
msgid ""
"Zrythm and the Zrythm logo are registered trademarks of Alexandros Theodotou"
" in the United Kingdom."
#: common/footer.j2.inc:36 template/learn.html.j2:140
msgid "User Manual"
msgstr "Εγχειρίδιο χρήστη"
#: common/footer.j2.inc:39 template/download.html.j2:127
msgid "Releases"
msgstr "Κυκλοφορίες"
#: common/footer.j2.inc:42
msgid "Git"
msgstr ""
"Το Zrythm και το λογότυπο του Zrythm είναι κατοχυρωμένα εμπορικά σήματα του "
"Αλέξανδρου Θεοδότου στο Ηνωμένο Βασίλειο."
#: common/footer.j2.inc:25
msgid "See our {trademarkpolicy} for details."
msgstr "Δείτε την {trademarkpolicy} μας για λεπτομέρειες."
#: common/footer.j2.inc:47
msgid "Community"
msgstr "Κοινότητα"
#: common/footer.j2.inc:50
msgid "Chat"
msgstr "Συνομιλία"
#: common/footer.j2.inc:53
msgid "User Mailing List"