Translations update from Hosted Weblate (#783)

* Translated using Weblate (Spanish)

Currently translated at 100.0% (82 of 82 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/es/

* Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (82 of 82 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hans/

* Translated using Weblate (Swedish)

Currently translated at 100.0% (82 of 82 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/sv/

* Translated using Weblate (Hindi)

Currently translated at 78.0% (64 of 82 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/hi/

* Translated using Weblate (Turkish)

Currently translated at 100.0% (82 of 82 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/tr/

* Translated using Weblate (French)

Currently translated at 100.0% (82 of 82 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/fr/

* Translated using Weblate (German)

Currently translated at 93.9% (77 of 82 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/de/

Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net>
Co-authored-by: Eric <alchemillatruth@purelymail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Kavin <kavin@kavin.rocks>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
This commit is contained in:
Weblate (bot) 2022-02-02 22:41:42 +01:00 committed by GitHub
parent 4cc2125a10
commit b2e3a7f560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 27 additions and 9 deletions

View File

@ -56,10 +56,11 @@
"clear_history": "Verlauf löschen",
"show_replies": "Antworten anzeigen",
"hide_replies": "Antworten ausblenden",
"load_more_replies": "Mehr Antworten laden"
"load_more_replies": "Mehr Antworten laden",
"skip_highlight": "Hohepunkte überspringen"
},
"player": {
"watch_on": "Ansehen auf"
"watch_on": "Auf {0} ansehen"
},
"titles": {
"history": "Verlauf",

View File

@ -5,7 +5,8 @@
"views": "{views} visualizaciones",
"videos": "Vídeos",
"ratings_disabled": "Valoraciones Desactivadas",
"chapters": "Capítulos"
"chapters": "Capítulos",
"live": "{0} Directo"
},
"preferences": {
"ssl_score": "Puntuación SSL",

View File

@ -78,7 +78,8 @@
"views": "{views} vues",
"videos": "Vidéos",
"ratings_disabled": "Évaluations désactivées",
"chapters": "Chapitres"
"chapters": "Chapitres",
"live": "{0} en direct"
},
"preferences": {
"ssl_score": "Score SSL",

View File

@ -63,7 +63,8 @@
"videos": "वीडियो",
"watched": "पहले ही देखा",
"ratings_disabled": "रेटिंग अक्षम",
"chapters": "चैप्टर"
"chapters": "चैप्टर",
"live": "{0} लाइव"
},
"login": {
"password": "पासवर्ड",

View File

@ -88,7 +88,8 @@
"watched": "Sett",
"sponsor_segments": "Sponsorsegment",
"ratings_disabled": "Betyg inaktiverade",
"chapters": "Kapitel"
"chapters": "Kapitel",
"live": "{0} Live"
},
"comment": {
"pinned_by": "Fäst av"

View File

@ -78,7 +78,8 @@
"views": "{views} izlenme",
"videos": "Videolar",
"ratings_disabled": "Derecelendirmeler Devre Dışı",
"chapters": "Bölümler"
"chapters": "Bölümler",
"live": "{0} Canlı"
},
"preferences": {
"ssl_score": "SSL Puanı",

View File

@ -52,13 +52,22 @@
"search": "搜索",
"view_ssl_score": "查看 SSL 得分",
"minimize_recommendations": "最小化建议",
"show_recommendations": "显示推荐"
"show_recommendations": "显示推荐",
"clear_history": "清除历史",
"skip_highlight": "跳过高亮",
"skip_filler_tangent": "跳过与视频主题无关的片段",
"show_replies": "显示回复",
"hide_replies": "隐藏回复",
"load_more_replies": "加载更多回复"
},
"video": {
"sponsor_segments": "赞助商部分",
"watched": "看过",
"views": "{views} 次观看",
"videos": "视频"
"videos": "视频",
"live": "{0} 直播",
"chapters": "章节",
"ratings_disabled": "已禁用评价"
},
"preferences": {
"ssl_score": "SSL 分数",
@ -84,5 +93,8 @@
"login": {
"password": "密码",
"username": "帐号"
},
"search": {
"did_you_mean": "你是指 {0} 吗?"
}
}