1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

13675 Commits

Author SHA1 Message Date
Sol Fisher Romanoff
a74e072062
Merge pull request #351 from akleja/edit-cursor
Draw edit cursor across entire track area
2021-07-25 15:40:10 +03:00
Mike Evans
047b6be089
Fix command line options in man page
Man should match tenacity --help output and be posix compliant
for long and short options.

Signed-off-by: Mike Evans <mikee@saxicola.co.uk>
2021-07-25 11:28:04 +03:00
fossdd
3d7de4f2c7
Rename Tenacity's config file
Resolves #362

Signed-off-by: fossdd <fossdd@pwned.life>
2021-07-25 10:05:58 +03:00
Emily Mabrey
dd97468062
Update README.md Github Actions badge (#320)
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-25 09:54:01 +03:00
Emily Mabrey
ab4243921a
Merge pull request from tenacityteam/workflow-conan-remote-fix
`conan remote add` throws an error by default if the remote already exists. The recent PR https://github.com/tenacityteam/tenacity/pull/368 would work initially, but repeated runs of the Linux CI builds will continue to fail until conan is instructed to forcibly add the remote even if it already exists. 

Signed-off-by: Emily Mabrey emabrey@tenacityaudio.org
2021-07-25 01:46:46 -04:00
Emily Mabrey
e38956e9c5
Fix bug in cmake_build.yml
`conan remote add` throws an error by default if the remote already exists.

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-25 01:27:04 -04:00
Emily Mabrey
a8e9a0053d
Refactor AboutDialog.cpp and create BuildInfo.h
Move build information functionality into new `BuildInfo.h` header.
Fix formatting issues in credits list.
Add missing libraries to library list.
Fix translation issues for contributor credits.
Hide ugly macro and `#ifdef` usage inside `BuildInfo.h`.
Convert some `#ifdef` usage into `constexpr` uses.
Reassure the compiler that the compiler specific version macros exist.

Reference-to: https://github.com/tenacityteam/tenacity/pull/361
Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-25 00:40:45 -04:00
Sol Fisher Romanoff
fbf17c0fc0
Merge pull request #368 from AnotherFoxGuy/scdoc-cmake
🎉 Generate manpage with scdoc
2021-07-24 20:24:52 +03:00
Edgar
5b308e2568
🎉 Added cmake target for building manpage with scdoc
Signed-off-by: Edgar <Edgar@AnotherFoxGuy.com>
2021-07-24 17:14:26 +02:00
Sol Fisher Romanoff
31fbfeec52
Use scdoc for man page generation
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-24 11:54:31 +03:00
Panagiotis Vasilopoulos
9ac757ebc3
Updated About Dialog
* Add names (Not final yet)
* Added contact information for every contributor (Not final yet)
* Add "Special Thanks" section
* Improve some logic
* Add notice regarding the alphabetical order
* Improved tagline

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-24 05:03:31 +00:00
akleja
15fbecbc56 Draw cursors across entire track area
As long as there are tracks present, draw edit cursor, scrub cursor and
quick play cursor across the entire track area.
Fixes problems introduced by Track Affodances, and also makes the
cursors behave like the play and record cursors.

Signed-off-by: akleja <storspov@gmail.com>
2021-07-23 23:24:34 +02:00
Emily Mabrey
63e882ff96
Correct MacOS CPack configuration (#334)
* Make the `repeat_hdiutil.sh` script more clear about retry counts.
* Change usage of `$@` to `"$@"` to pass args correctly
* Fix `CPACK_COMMAND_HDIUTIL` generation
* Switch `package.sh` to use `$GITHUB_WORKSPACE`
* Make `repeat_hdiutil.sh` executable
* Remove `set +x` and `set -x` options

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-23 16:25:13 -04:00
Semisol
c927f17ce9
Collapse checklist into a <details> element
Signed-off-by: Semisol <hi@semisol.dev>
2021-07-23 11:52:00 +03:00
Mart Raudsepp
3951617306
NoteTrackShifter: Fix build without USE_MIDI
Try to keep PortMIDI/PortSMF optional by wrapping it within USE_MIDI
check like NoteTrack class itself is.

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
2021-07-23 08:41:01 +00:00
caughtquick
5e958083e6
Renamed executable in BUILDING.md
Signed-off-by: caughtquick <me@caughtquick.tech>
2021-07-23 06:16:51 +00:00
akleja
f30d516a64
Remake all of the themes
* Colours applied to new elements from upstream
* Light theme remake
* HiContrast theme remake
* Classic Theme remake
* Removal of black border and shadows around tracks
* Decreased contrast of bevels around TrackVRulerControls to make it fit better with the new themes.
* Tweaks to track lock symbols
* The unused colors have been reverted to their old colors to prevent unforeseen consequences.

Signed-off-by: akleja <storspov@gmail.com>
2021-07-23 05:19:05 +00:00
Emily Mabrey
bb95f80a70
Merge pull request #345 from tenacityteam/xo-ifdef-fix
Move `XO(...)` outside `#ifdef`

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-22 22:40:59 -04:00
Emily Mabrey
eb6734a48b
Move XO(...) outside #ifdef
Placing `XO` usage inside pre-processor blocks is not consistenly translatable.

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-22 20:37:07 -04:00
Panagiotis Vasilopoulos
8e61eb5c22
Remove __TDATE__ to improve reproducibality
"This typically involves normalizing variables that may change, such as [...]
timestamps, locales, and paths."

https://en.wikipedia.org/w/index.php?title=Reproducible_builds&oldid=1029647675

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 19:48:37 +00:00
akleja
9f28fcd4a5
Add solid white fill in icons
To improve visibility on varying backgrounds (different colored title bars etc) the icons need a solid fill color.

Signed-off-by: akleja <storspov@gmail.com>
2021-07-22 19:40:26 +00:00
Panagiotis Vasilopoulos
79d7db6aa7
macOS: Fix building, update instructions
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 14:16:38 +00:00
Panagiotis Vasilopoulos
e0d0e26151
Fix permissions for tenacity.sh
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 14:16:38 +00:00
Panagiotis Vasilopoulos
a987614635
Removed old CHANGELOG.txt
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 14:16:37 +00:00
Panagiotis Vasilopoulos
af6dd85c4b
Updated project metadata
Co-authored-by: Ajay Ramachandran <dev@ajay.app>
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
2021-07-22 14:16:36 +00:00
Ajay Ramachandran
609784f9b1
Rename paths used by linux executable
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-22 14:16:31 +00:00
Ajay Ramachandran
33a3567485
Update mac app files
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-22 14:16:26 +00:00
Ajay Ramachandran
cb7a6c9056
Rename executable names and package name
Switch folder paths to tenacity

Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-22 14:16:19 +00:00
Emily Mabrey
587564add4
Finish en.po and rename POT file.
Finish copying msgid to msgstr for `en.po`.
Rename POT file.
Rename MO files generated from PO files.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-22 05:11:03 -04:00
Hosted Weblate
262268c0c7
Translated using Weblate (French)
Currently translated at 100.0% (4227 of 4227 strings)

Translated using Weblate (French)

Currently translated at 100.0% (4227 of 4227 strings)

Translated using Weblate (English)

Currently translated at 21.3% (902 of 4227 strings)

Merge remote-tracking branch 'origin/master'

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (4227 of 4227 strings)

Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: weblate (bot) <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/en/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Translation: tenacity/tenacity
2021-07-22 05:11:03 -04:00
Adolfo Jayme Barrientos
a94b13e0ae
Translated using Weblate (Slovak)
Currently translated at 97.7% (4131 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/sk/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-07-22 05:11:03 -04:00
J. Lavoie
77e6afa3a2
Translated using Weblate (Italian)
Currently translated at 99.9% (4224 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/it/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-22 05:11:02 -04:00
J. Lavoie
ad52c75171
Translated using Weblate (French)
Currently translated at 100.0% (4227 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-22 05:11:02 -04:00
Adolfo Jayme Barrientos
4af9bfa187
Translated using Weblate (Spanish)
Currently translated at 99.9% (4225 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-07-22 05:11:02 -04:00
J. Lavoie
5d48b52a78
Translated using Weblate (German)
Currently translated at 99.9% (4224 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
2021-07-22 05:11:01 -04:00
Adolfo Jayme Barrientos
4586f5db71
Translated using Weblate (Catalan)
Currently translated at 95.1% (4022 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ca/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2021-07-22 05:11:01 -04:00
Hosted Weblate
60b4948e1e
Translated using Weblate (French)
Currently translated at 100.0% (4227 of 4227 strings)

Translated using Weblate (French)

Currently translated at 100.0% (4227 of 4227 strings)

Translated using Weblate (English)

Currently translated at 21.3% (902 of 4227 strings)

Merge remote-tracking branch 'origin/master'

Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (4227 of 4227 strings)

Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: J. Lavoie <j.lavoie@net-c.ca>
Signed-off-by: weblate (bot) <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/en/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/fr/
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Translation: tenacity/tenacity
2021-07-22 05:10:55 -04:00
Emily Mabrey
b25dbd7b41
Merge pull request #337 from weblate/weblate-tenacity-tenacity
Translations update from Weblate
2021-07-22 04:55:04 -04:00
Emily Mabrey
31c9b379b3 Add MINOS.wav
Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-22 04:49:59 -04:00
Emily Mabrey
edca998293 Finish en.po and rename POT file.
Finish copying msgid to msgstr for `en.po`.
Rename POT file.
Rename MO files generated from PO files.

Signed-off-by: Emily Mabrey <emilymabrey93@gmail.com>
2021-07-22 04:49:59 -04:00
Hosted Weblate
f1569e6733
Merge remote-tracking branch 'origin/master' 2021-07-22 04:50:38 +02:00
Emily Mabrey
3191d5f265
Add en to LINGUAS
Weblate removed it and it should not have been removed.

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-21 22:50:34 -04:00
Hosted Weblate
60ed97818e
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (4227 of 4227 strings)

Co-authored-by: Eric <spice2wolf@gmail.com>
Signed-off-by: Eric <spice2wolf@gmail.com>
Signed-off-by: weblate (bot) <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Translation: tenacity/tenacity
2021-07-22 04:43:04 +02:00
Weblate (bot)
0bd83a4d1e
Translations update from Weblate (#336)
* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4209 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4209 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Eric <spice2wolf@gmail.com>

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4210 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Eric <spice2wolf@gmail.com>

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4210 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>

* Translated using Weblate (Dutch)

Currently translated at 99.8% (4219 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>

* Translated using Weblate (Catalan)

Currently translated at 72.4% (3074 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ca/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Czech)

Currently translated at 98.3% (4159 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/cs/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (German)

Currently translated at 100.0% (4244 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>

* Translated using Weblate (Spanish)

Currently translated at 100.0% (4244 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Dutch)

Currently translated at 100.0% (4227 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>

* Translated using Weblate (Dutch)

Currently translated at 100.0% (4227 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Romanian)

Currently translated at 15.8% (671 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ro/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Chinese (Traditional))

Currently translated at 99.9% (4225 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hant/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: pan93412 <pan93412@gmail.com>

* Update translation files

Updated by "Update LINGUAS file" hook in Weblate.

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/
Signed-off-by: weblate (bot) <hosted@weblate.org>

* Translated using Weblate (Spanish)

Currently translated at 100.0% (4244 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Hebrew)

Currently translated at 19.9% (848 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/he/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>

* Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/
Signed-off-by: Hosted Weblate <hosted@weblate.org>

Co-authored-by: Liu Tao <lyuutau@outlook.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: fossdd <fossdd@tutanota.com>
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: pan93412 <pan93412@gmail.com>
Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-21 20:56:14 -04:00
Emily Mabrey
f8ad9c3c20
Merge pull request #335 from tenacityteam/weblate-fix
Weblate fix for the merge issues I keep having on the Weblate repository.

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
2021-07-21 20:21:52 -04:00
Emily Mabrey
857ca2d087
Merge remote-tracking branch 'weblate/weblate' into weblate-fix 2021-07-21 17:22:31 -04:00
Weblate (bot)
ed5577d7d4
Translations update from Weblate (#331)
* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4209 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4209 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Eric <spice2wolf@gmail.com>

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4210 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Eric <spice2wolf@gmail.com>

* Translated using Weblate (Chinese (Simplified))

Currently translated at 99.1% (4210 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hans/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Liu Tao <lyuutau@outlook.com>

* Translated using Weblate (Dutch)

Currently translated at 99.8% (4219 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>

* Translated using Weblate (Catalan)

Currently translated at 72.4% (3074 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ca/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Czech)

Currently translated at 98.3% (4159 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/cs/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (German)

Currently translated at 100.0% (4244 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/de/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>

* Translated using Weblate (Spanish)

Currently translated at 100.0% (4244 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Dutch)

Currently translated at 100.0% (4227 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: fossdd <fossdd@tutanota.com>

* Translated using Weblate (Dutch)

Currently translated at 100.0% (4227 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/nl/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Romanian)

Currently translated at 15.8% (671 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/ro/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Chinese (Traditional))

Currently translated at 99.9% (4225 of 4227 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/zh_Hant/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: pan93412 <pan93412@gmail.com>

* Update translation files

Updated by "Update LINGUAS file" hook in Weblate.

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/
Signed-off-by: weblate (bot) <hosted@weblate.org>

* Translated using Weblate (Spanish)

Currently translated at 100.0% (4244 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/es/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>

* Translated using Weblate (Hebrew)

Currently translated at 19.9% (848 of 4244 strings)

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/he/
Signed-off-by: weblate (bot) <hosted@weblate.org>
Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>

* Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: tenacity/tenacity
Translate-URL: https://hosted.weblate.org/projects/tenacity/tenacity/
Signed-off-by: Hosted Weblate <hosted@weblate.org>

Co-authored-by: Liu Tao <lyuutau@outlook.com>
Co-authored-by: Eric <spice2wolf@gmail.com>
Co-authored-by: fossdd <fossdd@tutanota.com>
Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Co-authored-by: pan93412 <pan93412@gmail.com>
Co-authored-by: Sol Fisher Romanoff <sol@solfisher.com>
2021-07-21 17:16:16 -04:00
Sebastian Rueth
bbf9101a1b Change Audacity to Tenacity in Innosetup files
Signed-off-by: Sebastian Rueth <sebastian.rueth@protonmail.com>
2021-07-21 21:11:07 +03:00
Sebastian Rueth
0d735e3b9f Fix building innosetup package on Win10
Signed-off-by: Sebastian Rueth <sebastian.rueth@protonmail.com>
2021-07-21 21:11:07 +03:00
Ajay Ramachandran
ef0f3cd9ad Add .vscode to gitignore
Signed-off-by: Ajay Ramachandran <dev@ajay.app>
2021-07-21 20:44:10 +03:00