Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update spanish translation #137

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

haggen88
Copy link
Contributor

No description provided.

@giantpinkrobots
Copy link
Owner

Hello, thank you for your contribution! There is now a Weblate instance for Varia which will make following through with translations much easier. I also added some more strings for the next version. It'd be great if you can submit your translations through there and it'll be much more convenient.

https://hosted.weblate.org/git/varia/glossary/

@giantpinkrobots giantpinkrobots merged commit f8848fe into giantpinkrobots:next Jan 16, 2025
giantpinkrobots added a commit that referenced this pull request Jan 24, 2025
commit 6991657
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Fri Jan 24 19:42:49 2025 +0300

    Update io.github.giantpinkrobots.varia.metainfo.xml.in

commit 23c8801
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Fri Jan 24 19:14:21 2025 +0300

    Preparing for v2025.1.24

commit ee52c3c
Merge: db39ddf 6e5fe75
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Fri Jan 24 19:08:31 2025 +0300

    Merge pull request #146 from weblate/weblate-varia-glossary

    Translations update from Hosted Weblate

commit 6e5fe75
Author: Hosted Weblate <hosted@weblate.org>
Date:   Fri Jan 24 16:47:30 2025 +0100

    Translated using Weblate (Chinese (Simplified Han script))

    Currently translated at 92.7% (115 of 124 strings)

    Update translation files

    Updated by "Update PO files to match POT (msgmerge)" add-on in Weblate.

    Translated using Weblate (Ukrainian)

    Currently translated at 98.8% (88 of 89 strings)

    Translated using Weblate (Turkish)

    Currently translated at 100.0% (124 of 124 strings)

    Translated using Weblate (French)

    Currently translated at 65.0% (26 of 40 strings)

    Translated using Weblate (Persian)

    Currently translated at 96.6% (57 of 59 strings)

    Co-authored-by: E Infantry <y13558552630@gmail.com>
    Co-authored-by: Giant Pink Robots! <giantpinkrobots@protonmail.com>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org>
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/fa/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/fr/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/tr/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/uk/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/zh_Hans/
    Translation: Varia/Varia

commit db39ddf
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Wed Jan 22 16:21:34 2025 +0300

    Exit/Shutdown on completion additional fix

commit d9c8fa5
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Wed Jan 22 16:13:03 2025 +0300

    Exit and Shutdown on completion options fix

commit cd8654a
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Fri Jan 17 17:40:34 2025 +0300

    Add Weblate widget

commit f8848fe
Merge: 8c85eaf 8021a99
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:47:59 2025 +0300

    Merge pull request #137 from haggen88/spanish-translation

    update spanish translation

commit 8c85eaf
Merge: 2518b80 0a0203a
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:47:40 2025 +0300

    Merge pull request #136 from twlvnn/next

    Updated Bulgarian translation

commit 2518b80
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:38:05 2025 +0300

    Update the CONTRIBUTING.md link to point to the next branch

commit b2bf373
Merge: b2f805b 799d002
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:36:46 2025 +0300

    Merge pull request #145 from giantpinkrobots/video-downloads-using-aria2

    Merge "Video downloads using aria2" into next

commit 799d002
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:34:43 2025 +0300

    Very large commit to merge into next

    - yt_dlp integration is complete. Download thread can now accept a video download instance and connect to yt_dlp directly so video downloads no longer have to be redirected to aria2. yt_dlp native error messages are also shown in the error dialogs. FFmpeg is built directly from source.
    - Torrent seeding toggle and seeding ratio settings added to preferences.
    - Layout is now adaptable with the sidebar now collapsing if the window is shrinked to a certain width.
    - Preferences page now has separate tabs for Basic, Torrent and Advanced settings.
    - Scheduler settings page is changed from its own dialog into a navigation page on top of the Preferences dialog. It is also slightly redesigned to make it adaptable.
    - .torrent files can now be dragged and dropped onto the window to be loaded (fixes #132).
    - New downloads are now added on the top of the list. Downloads that were paused now stay paused when Varia is launched again, and they load in the same order as before.
    - A lot of code is refined and deduplicated without any deprecated functionality for better performance and easier maintenance in the future.
    - Localization improvements, option for translators to pick if the percentage sign is put before or after a percentage number in order to conform with that language.
    - .desktop file now includes many new keywords (including "bittorrent" as proposed in issue #134).
    - Each download's state (.varia file) is now saved immediately once the download instance is created instead of when the app is exiting or if the user presses pause.
    - New .doap file to identify the project is added.
    - Dependencies information directories changed to include new licenses.
    - build-for-windows.sh updated to include FFmpeg. It now also downloads aria2c.exe from its GitHub repository automatically instead of asking the user to provide it on their own. Also adjusted to switch to the UCRT runtime of MSYS2.
    - CONTRIBUTING.md updated to include the new Weblate instance link.

commit 8021a99
Author: Marcos Sánchez <68134588+haggen88@users.noreply.github.com>
Date:   Thu Dec 26 23:02:31 2024 -0300

    update es.po

commit 0a0203a
Author: twlvnn <kraft_werk@tutanota.com>
Date:   Wed Dec 25 16:17:04 2024 +0200

    Updated Bulgarian translation

commit 83995f4
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Mon Dec 9 18:33:22 2024 +0300

    Sync

commit b2f805b
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Tue Dec 3 17:47:49 2024 +0300

    yt-dlp integration

    Initial support for video downloads using yt-dlp.
giantpinkrobots added a commit that referenced this pull request Jan 28, 2025
commit 818409c
Merge: efe8a93 a49a143
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Tue Jan 28 19:29:24 2025 +0300

    Merge branch 'main' into next

commit efe8a93
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Tue Jan 28 19:27:07 2025 +0300

    Update CONTRIBUTING.md

commit 6991657
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Fri Jan 24 19:42:49 2025 +0300

    Update io.github.giantpinkrobots.varia.metainfo.xml.in

commit 23c8801
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Fri Jan 24 19:14:21 2025 +0300

    Preparing for v2025.1.24

commit ee52c3c
Merge: db39ddf 6e5fe75
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Fri Jan 24 19:08:31 2025 +0300

    Merge pull request #146 from weblate/weblate-varia-glossary

    Translations update from Hosted Weblate

commit 6e5fe75
Author: Hosted Weblate <hosted@weblate.org>
Date:   Fri Jan 24 16:47:30 2025 +0100

    Translated using Weblate (Chinese (Simplified Han script))

    Currently translated at 92.7% (115 of 124 strings)

    Update translation files

    Updated by "Update PO files to match POT (msgmerge)" add-on in Weblate.

    Translated using Weblate (Ukrainian)

    Currently translated at 98.8% (88 of 89 strings)

    Translated using Weblate (Turkish)

    Currently translated at 100.0% (124 of 124 strings)

    Translated using Weblate (French)

    Currently translated at 65.0% (26 of 40 strings)

    Translated using Weblate (Persian)

    Currently translated at 96.6% (57 of 59 strings)

    Co-authored-by: E Infantry <y13558552630@gmail.com>
    Co-authored-by: Giant Pink Robots! <giantpinkrobots@protonmail.com>
    Co-authored-by: Hosted Weblate <hosted@weblate.org>
    Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org>
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/fa/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/fr/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/tr/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/uk/
    Translate-URL: https://hosted.weblate.org/projects/varia/glossary/zh_Hans/
    Translation: Varia/Varia

commit db39ddf
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Wed Jan 22 16:21:34 2025 +0300

    Exit/Shutdown on completion additional fix

commit d9c8fa5
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Wed Jan 22 16:13:03 2025 +0300

    Exit and Shutdown on completion options fix

commit cd8654a
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Fri Jan 17 17:40:34 2025 +0300

    Add Weblate widget

commit f8848fe
Merge: 8c85eaf 8021a99
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:47:59 2025 +0300

    Merge pull request #137 from haggen88/spanish-translation

    update spanish translation

commit 8c85eaf
Merge: 2518b80 0a0203a
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:47:40 2025 +0300

    Merge pull request #136 from twlvnn/next

    Updated Bulgarian translation

commit 2518b80
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:38:05 2025 +0300

    Update the CONTRIBUTING.md link to point to the next branch

commit b2bf373
Merge: b2f805b 799d002
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:36:46 2025 +0300

    Merge pull request #145 from giantpinkrobots/video-downloads-using-aria2

    Merge "Video downloads using aria2" into next

commit 799d002
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Thu Jan 16 18:34:43 2025 +0300

    Very large commit to merge into next

    - yt_dlp integration is complete. Download thread can now accept a video download instance and connect to yt_dlp directly so video downloads no longer have to be redirected to aria2. yt_dlp native error messages are also shown in the error dialogs. FFmpeg is built directly from source.
    - Torrent seeding toggle and seeding ratio settings added to preferences.
    - Layout is now adaptable with the sidebar now collapsing if the window is shrinked to a certain width.
    - Preferences page now has separate tabs for Basic, Torrent and Advanced settings.
    - Scheduler settings page is changed from its own dialog into a navigation page on top of the Preferences dialog. It is also slightly redesigned to make it adaptable.
    - .torrent files can now be dragged and dropped onto the window to be loaded (fixes #132).
    - New downloads are now added on the top of the list. Downloads that were paused now stay paused when Varia is launched again, and they load in the same order as before.
    - A lot of code is refined and deduplicated without any deprecated functionality for better performance and easier maintenance in the future.
    - Localization improvements, option for translators to pick if the percentage sign is put before or after a percentage number in order to conform with that language.
    - .desktop file now includes many new keywords (including "bittorrent" as proposed in issue #134).
    - Each download's state (.varia file) is now saved immediately once the download instance is created instead of when the app is exiting or if the user presses pause.
    - New .doap file to identify the project is added.
    - Dependencies information directories changed to include new licenses.
    - build-for-windows.sh updated to include FFmpeg. It now also downloads aria2c.exe from its GitHub repository automatically instead of asking the user to provide it on their own. Also adjusted to switch to the UCRT runtime of MSYS2.
    - CONTRIBUTING.md updated to include the new Weblate instance link.

commit 8021a99
Author: Marcos Sánchez <68134588+haggen88@users.noreply.github.com>
Date:   Thu Dec 26 23:02:31 2024 -0300

    update es.po

commit 0a0203a
Author: twlvnn <kraft_werk@tutanota.com>
Date:   Wed Dec 25 16:17:04 2024 +0200

    Updated Bulgarian translation

commit 83995f4
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Mon Dec 9 18:33:22 2024 +0300

    Sync

commit b2f805b
Author: Giant Pink Robots! <giantpinkrobots@protonmail.com>
Date:   Tue Dec 3 17:47:49 2024 +0300

    yt-dlp integration

    Initial support for video downloads using yt-dlp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants