![]() |
translation of single words - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: translation of single words (/t-translation-of-single-words) |
translation of single words - zelpi - 2025-03-11 Is it possible to change the translation of single words, that appear e.g. in the overview of a Jellyfin movie page? The word "tag" has a German translation, that imo doesn't fit. RE: translation of single words - TheDreadPirate - 2025-03-11 "Edit Metadata" for the movie/show/episode and you can change the overview. RE: translation of single words - zelpi - 2025-03-11 Maybe I expressed myself in a confusing way. I don't mean the fields that need to be filled in, but the name that is above them - e.g. the word "Tags" (not the tags themselves). RE: translation of single words - TheDreadPirate - 2025-03-11 I'm assuming you mean this? It looks like it already has a translation? https://github.com/jellyfin/jellyfin-web/blob/release-10.10.z/src/strings/de.json#L1183 And it should be called here to retrieve the translation based on your display language. https://github.com/jellyfin/jellyfin-web/blob/master/src/controllers/itemDetails/index.js#L1331 Not entirely sure what is going on if the rest of your UI is properly translated to German. RE: translation of single words - zelpi - 2025-03-11 Ok, so it's the de.json - but I can't find it in the local Jellyfin folders. I would replace for "Tags" the German word "Markierungen" with the imo better translation "Schlagworte". RE: translation of single words - TheDreadPirate - 2025-03-11 You could also submit a PR to change the translation. RE: translation of single words - theguymadmax - 2025-03-11 Translations are done here: https://translate.jellyfin.org/translate/jellyfin/jellyfin-web/de/?checksum=7509dec7e21ed8e0&q=+source%3Atags+&sort_by=-priority%2Cposition |