Commit Graph

502 Commits

Author SHA1 Message Date
Hosted Weblate 94c7126589 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:54 +00:00
Hosted Weblate e9de662e31 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:53 +00:00
Hosted Weblate 1a70dce959 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:53 +00:00
Hosted Weblate 49cd46ab2e Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:52 +00:00
Hosted Weblate 8256b386de Translated using Weblate (Czech)
Currently translated at 100.0% (725 of 725 strings)

Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Translated using Weblate (Czech)

Currently translated at 100.0% (720 of 720 strings)

Co-authored-by: Fjuro <fjuro@alius.cz>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/cs/
Translation: feishin/Translation
2025-11-01 00:33:52 +00:00
Hosted Weblate 0bbe76c11d Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translated using Weblate (Catalan)

Currently translated at 100.0% (720 of 720 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Ondo <SparkyOndo@proton.me>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ca/
Translation: feishin/Translation
2025-11-01 00:33:51 +00:00
Hosted Weblate b9b66ee455 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:51 +00:00
Hosted Weblate 3f244d2b74 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translated using Weblate (Russian)

Currently translated at 91.7% (657 of 716 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Платон Петров <pluton4ickk@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ru/
Translation: feishin/Translation
2025-11-01 00:33:50 +00:00
Hosted Weblate c8493159d8 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translated using Weblate (Basque)

Currently translated at 90.9% (655 of 720 strings)

Translated using Weblate (Basque)

Currently translated at 90.8% (654 of 720 strings)

Co-authored-by: Aitor Astorga <a.astorga.sdv@protonmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/eu/
Translation: feishin/Translation
2025-11-01 00:33:49 +00:00
Hosted Weblate 8c6b874c23 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:49 +00:00
Hosted Weblate b15842ad93 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:48 +00:00
Hosted Weblate 5af1c59eaf Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:48 +00:00
Hosted Weblate 0c66a239e8 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/
Translation: feishin/Translation
2025-11-01 00:33:47 +00:00
Xudong Zhou dd34888961 Fix Lyric Translation Not Resetting (#1208)
* Refactor lyrics translation and index handling

* Add auto translation toggle to lyric settings

* Add enableAutoTranslation setting to lyrics
2025-10-31 17:08:10 -07:00
Jake King a9f2b083fa Import / Export Feishin Settings (#1163)
* Create a shared DragDrop Zone

- This zone allows the dropping of files
- The zone allows validation by parent
- The zone allows customisation like icon shown

* Import Settings

- Ability to import settings from a JSON file
- Validation to ensure file compatibility
- Visualiser for viewing string differences

* i18n

- Moved all hardcoded values to be en localised

* Zod / Validation

This commit contains the code to move settings to using ZOD, the reason for this is so that we can validate the settings schema that is being imported.

This commit also adds various validation and transforms to ensure the settings being reimported match values we expect.

I also removed the original crude validation and replaced it with the new ZOD parser that will handle this for us.

Finally the "styles-settings" component will listen to any external content updates and update its value, the reasoning is the external import wouldn't update the existing value.


- Split Settings schema into two parts, schema that is validated on import and schema that is not
- Schemas are merged to make the full SettingsStateSchema

* Migrate during validation

- Migration is done as part of validation
- Updated the store version to v10 as there has been changes to the settings
- Migrate will now add the fields from v9 to v10


- the build was failing due to ids not being mapped to their enum values

---------

Co-authored-by: Jeff <42182408+jeffvli@users.noreply.github.com>
2025-10-28 20:54:13 -07:00
Lyall 4dd52b0cef feat: Add explicit status for Navidrome and OpenSubsonic (#1220)
* add navidrome explicit status

* add ExplicitStatus enum and support opensubsonic

* add explicit status to cards
2025-10-26 13:48:45 +00:00
Hosted Weblate af0ed47007 Translated using Weblate (Norwegian Bokmål)
Currently translated at 58.1% (416 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/nb_NO/
Translation: feishin/Translation
2025-10-22 00:10:11 +02:00
Hosted Weblate 243ae505d4 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 99.7% (714 of 716 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 99.8% (715 of 716 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (716 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: 無情天 <kofzhanganguo@126.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/zh_Hans/
Translation: feishin/Translation
2025-10-22 00:10:10 +02:00
Hosted Weblate 9636fb11ec Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 99.8% (715 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: linger <linger0517@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/zh_Hant/
Translation: feishin/Translation
2025-10-22 00:10:10 +02:00
Hosted Weblate 898c92257e Translated using Weblate (Slovenian)
Currently translated at 70.9% (508 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/sl/
Translation: feishin/Translation
2025-10-22 00:10:09 +02:00
Hosted Weblate 25283e93b3 Translated using Weblate (Slovak)
Currently translated at 97.4% (698 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/sk/
Translation: feishin/Translation
2025-10-22 00:10:08 +02:00
Hosted Weblate 9e3c0e082f Translated using Weblate (Korean)
Currently translated at 32.1% (230 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ko/
Translation: feishin/Translation
2025-10-22 00:10:07 +02:00
Hosted Weblate 2446c39593 Translated using Weblate (Serbian)
Currently translated at 72.0% (516 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/sr/
Translation: feishin/Translation
2025-10-22 00:10:07 +02:00
Hosted Weblate b2d32f4f52 Translated using Weblate (Finnish)
Currently translated at 95.5% (684 of 716 strings)

Translated using Weblate (Finnish)

Currently translated at 95.6% (685 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/fi/
Translation: feishin/Translation
2025-10-22 00:10:06 +02:00
Hosted Weblate 3d0c9dc831 Translated using Weblate (Persian)
Currently translated at 71.9% (515 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/fa/
Translation: feishin/Translation
2025-10-22 00:10:05 +02:00
Hosted Weblate f0da15800a Translated using Weblate (Swedish)
Currently translated at 37.8% (271 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/sv/
Translation: feishin/Translation
2025-10-22 00:10:05 +02:00
Hosted Weblate 22b89ed03a Translated using Weblate (French)
Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (French)

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (French)

Currently translated at 99.8% (715 of 716 strings)

Translated using Weblate (French)

Currently translated at 99.8% (715 of 716 strings)

Co-authored-by: Dylan MONTIGAUD <dylanmontigaud17@gmail.com>
Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: KosmoMoustache <kosmomoustache@users.noreply.hosted.weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/fr/
Translation: feishin/Translation
2025-10-22 00:10:04 +02:00
Hosted Weblate 03f33a1128 Translated using Weblate (Spanish)
Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Spanish)

Currently translated at 100.0% (716 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Fordas <fordas15@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/es/
Translation: feishin/Translation
2025-10-22 00:10:04 +02:00
Hosted Weblate 8601c9da1b Translated using Weblate (Indonesian)
Currently translated at 91.7% (657 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/id/
Translation: feishin/Translation
2025-10-22 00:10:03 +02:00
Hosted Weblate 5af6ea9bdb Translated using Weblate (Italian)
Currently translated at 98.4% (705 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/it/
Translation: feishin/Translation
2025-10-22 00:10:02 +02:00
Hosted Weblate 167e552827 Translated using Weblate (Polish)
Currently translated at 95.5% (684 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/pl/
Translation: feishin/Translation
2025-10-22 00:10:02 +02:00
Hosted Weblate 9e929d4c24 Translated using Weblate (Hungarian)
Currently translated at 29.0% (208 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/hu/
Translation: feishin/Translation
2025-10-22 00:10:01 +02:00
Hosted Weblate 1c8b8cf700 Translated using Weblate (Portuguese)
Currently translated at 58.5% (419 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/pt/
Translation: feishin/Translation
2025-10-22 00:10:00 +02:00
Hosted Weblate 226a82ebd5 Translated using Weblate (Czech)
Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Czech)

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Czech)

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Czech)

Currently translated at 100.0% (716 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Fjuro <fjuro@alius.cz>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/cs/
Translation: feishin/Translation
2025-10-22 00:09:59 +02:00
Hosted Weblate 014c1733ef Translated using Weblate (Catalan)
Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (716 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ca/
Translation: feishin/Translation
2025-10-22 00:09:59 +02:00
Hosted Weblate 4e41e95ad3 Translated using Weblate (Japanese)
Currently translated at 72.3% (518 of 716 strings)

Translated using Weblate (Japanese)

Currently translated at 72.3% (518 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Erik Val <Elaktrato@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ja/
Translation: feishin/Translation
2025-10-22 00:09:58 +02:00
Hosted Weblate 3f9afbb2d0 Translated using Weblate (Russian)
Currently translated at 88.2% (632 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ru/
Translation: feishin/Translation
2025-10-22 00:09:58 +02:00
Hosted Weblate 54e19e96f0 Translated using Weblate (Basque)
Currently translated at 90.6% (649 of 716 strings)

Translated using Weblate (Basque)

Currently translated at 90.5% (648 of 716 strings)

Translated using Weblate (Basque)

Currently translated at 90.6% (649 of 716 strings)

Translated using Weblate (Basque)

Currently translated at 90.5% (648 of 716 strings)

Translated using Weblate (Basque)

Currently translated at 89.6% (642 of 716 strings)

Translated using Weblate (Basque)

Currently translated at 82.6% (592 of 716 strings)

Co-authored-by: Aitor Astorga <a.astorga.sdv@protonmail.com>
Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/eu/
Translation: feishin/Translation
2025-10-22 00:09:57 +02:00
Hosted Weblate a12cec7c02 Translated using Weblate (English)
Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (English)

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (English)

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (English)

Currently translated at 100.0% (716 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/en/
Translation: feishin/Translation
2025-10-22 00:09:57 +02:00
Hosted Weblate 0d7e452bf3 Translated using Weblate (German)
Currently translated at 87.7% (628 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.7% (628 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.7% (628 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.7% (628 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.7% (628 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.7% (628 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.7% (628 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.0% (623 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.0% (623 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.0% (623 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.0% (623 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.0% (623 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.0% (623 of 716 strings)

Translated using Weblate (German)

Currently translated at 87.0% (623 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Co-authored-by: Erik Val <Elaktrato@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Rudi Mentaire <stoertebecker@byom.de>
Co-authored-by: Trrevvoorr <trevinofficial@hotmail.com>
Co-authored-by: full name <hosted-weblate.5w160@dralias.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/de/
Translation: feishin/Translation
2025-10-22 00:09:56 +02:00
Hosted Weblate 1b0b66e0ca Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (716 of 716 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 92.5% (663 of 716 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 73.3% (525 of 716 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 70.1% (502 of 716 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 70.1% (502 of 716 strings)

Translated using Weblate (Portuguese (Brazil))

Currently translated at 66.2% (474 of 716 strings)

Co-authored-by: Cyber Hippie <neves.j@protonmail.com>
Co-authored-by: Guima7K <renanacaue@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/pt_BR/
Translation: feishin/Translation
2025-10-22 00:09:56 +02:00
Hosted Weblate 1490e28158 Translated using Weblate (Tamil)
Currently translated at 95.5% (684 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ta/
Translation: feishin/Translation
2025-10-22 00:09:55 +02:00
Hosted Weblate 26af43c93f Translated using Weblate (Turkish)
Currently translated at 97.7% (700 of 716 strings)

Co-authored-by: ENDzZ <godzmichael@outlook.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/tr/
Translation: feishin/Translation
2025-10-22 00:09:54 +02:00
Hosted Weblate 44fae06143 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 99.8% (715 of 716 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: linger <linger0517@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/zh_Hant/
Translation: feishin/Translation
2025-10-13 11:33:21 +00:00
Hosted Weblate 1e24e12a55 Translated using Weblate (Catalan)
Currently translated at 100.0% (716 of 716 strings)

Co-authored-by: Ondo <SparkyOndo@proton.me>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/ca/
Translation: feishin/Translation
2025-10-13 11:33:20 +00:00
Hosted Weblate 358bdec2b6 Translated using Weblate (Basque)
Currently translated at 81.9% (587 of 716 strings)

Translated using Weblate (Basque)

Currently translated at 73.1% (524 of 716 strings)

Co-authored-by: Aitor Astorga <a.astorga.sdv@protonmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/eu/
Translation: feishin/Translation
2025-10-13 11:33:20 +00:00
jeffvli 1081829aa4 add new languages to config 2025-10-12 15:43:34 -07:00
Hosted Weblate 5a411417b0 Translated using Weblate (German)
Currently translated at 86.3% (613 of 710 strings)

Translated using Weblate (German)

Currently translated at 86.3% (613 of 710 strings)

Co-authored-by: Erik Val <Elaktrato@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Trrevvoorr <trevinofficial@hotmail.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/de/
Translation: feishin/Translation
2025-10-12 15:29:08 -07:00
Hosted Weblate 8472a4013e Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (714 of 714 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (714 of 714 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (710 of 710 strings)

Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (706 of 706 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: 無情天 <kofzhanganguo@126.com>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/zh_Hans/
Translation: feishin/Translation
2025-10-12 15:06:43 -07:00
Hosted Weblate 14bb135116 Translated using Weblate (French)
Currently translated at 100.0% (706 of 706 strings)

Translated using Weblate (French)

Currently translated at 100.0% (699 of 699 strings)

Translated using Weblate (French)

Currently translated at 100.0% (699 of 699 strings)

Translated using Weblate (French)

Currently translated at 100.0% (699 of 699 strings)

Co-authored-by: Dylan MONTIGAUD <dylanmontigaud17@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/feishin/translation/fr/
Translation: feishin/Translation
2025-10-12 15:06:43 -07:00