Skip to content

Commit

Permalink
fix: translated using Weblate
Browse files Browse the repository at this point in the history
Currently translated at 4.9% (19 of 383 strings)

fix: translated using Weblate (Swedish)

Currently translated at 100.0% (383 of 383 strings)

fix: translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (383 of 383 strings)

fix: translated using Weblate (French)

Currently translated at 100.0% (383 of 383 strings)

Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: 峰裕 <1006945671@qq.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/fr/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/it/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/sv/
Translate-URL: https://hosted.weblate.org/projects/komga/webui/zh_Hans/
Translation: komga/webui

Co-authored-by: Gauthier <gauthier.roebroeck@gmail.com>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: 峰裕 <1006945671@qq.com>
  • Loading branch information
5 people committed Mar 22, 2021
1 parent 622e41d commit a01b764
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 4 deletions.
21 changes: 20 additions & 1 deletion komga-webui/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@
"recently_added_series": "Séries ajoutées récemment",
"recently_updated_series": "Séries mises à jour récemment"
},
"data_import": {
"book_number": "Nombre de livres : {name}",
"book_series": "Série : {name}",
"button_import": "Importer",
"comicrack_preambule_html": "Vous pouvez importer des listes de lecture ComicRack au format <code>.cbl</code>.<br/>Komga tentera de faire correspondre les séries fournies et le numéro des livres avec les séries et livres de votre bibliothèque.",
"field_files_label": "Listes de lecture ComicRack (.cbl)",
"import_read_lists": "Importer des listes de lecture",
"imported_as": "Importé comme {name}",
"results_preambule": "Le résultat de l'import est affiché ci-dessous. Vous pouvez également vérifier les livres pour lesquels aucune correspondance n'a été trouvée pour chaque fichier fourni.",
"size_limit": "La taille du fichier doit être inférieure à {size} Mo",
"tab_title": "Import de données"
},
"dialog": {
"add_to_collection": {
"button_create": "Créer",
Expand Down Expand Up @@ -367,7 +379,14 @@
"ERR_1005": "Erreur inconnue pendant l'analyse",
"ERR_1006": "Le livre ne contient aucune page",
"ERR_1007": "Certaines entrées n'ont pas pu être analysées",
"ERR_1008": "Erreur inconnue pendant la recuperation des entrées"
"ERR_1008": "Erreur inconnue pendant la recuperation des entrées",
"ERR_1009": "Il existe déjà une liste de lecture avec ce nom",
"ERR_1010": "Aucune correspondance n'a été trouvée pour les livres de la liste de lecture",
"ERR_1011": "Aucune correspondance unique pour la série",
"ERR_1012": "Aucune correspondance pour la série",
"ERR_1013": "Aucune correspondance unique pour le numéro de livre dans la série",
"ERR_1014": "Aucune correspondance pour le numéro de livre dans la série",
"ERR_1015": "Erreur lors de l'analyse de la liste de lecture ComicRack"
},
"filter": {
"age_rating": "Âge minimal",
Expand Down
2 changes: 1 addition & 1 deletion komga-webui/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
}
},
"common": {
"locale_name": "Inglese"
"locale_name": "Italiano"
}
}
21 changes: 20 additions & 1 deletion komga-webui/src/locales/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@
"recently_added_series": "Nyligen tillagda serier",
"recently_updated_series": "Nyligen uppdaterad serier"
},
"data_import": {
"book_number": "Boknummer: {name}",
"book_series": "Serie: {name}",
"button_import": "Importera",
"comicrack_preambule_html": "Du kan importera existerande ComicRack Läslistor i <code>.cbl</code>-format.<br/>Komga kommer att försöka matcha innehållet med serier och böker i dina bibliotek.",
"field_files_label": "ComicRack Läslistor (.cbl)",
"import_read_lists": "Importera Läslistor",
"imported_as": "Importerad som {name}",
"results_preambule": "Resultatet av importen visas nedan. Du kan också kontrollera omatchade böcker för varje fil.",
"size_limit": "Filstorlek ska vara mindre än {size} MB",
"tab_title": "Data import"
},
"dialog": {
"add_to_collection": {
"button_create": "Skapa",
Expand Down Expand Up @@ -367,7 +379,14 @@
"ERR_1005": "Okänt fel vid analys av bok",
"ERR_1006": "Boken innehåller inte några sidor",
"ERR_1007": "Vissa poster kunde inte analyseras",
"ERR_1008": "Okänt fel vid inhämtning av poster"
"ERR_1008": "Okänt fel vid inhämtning av poster",
"ERR_1009": "Det finns redan en läslista med det namnet",
"ERR_1010": "Inga böcker matchades i begärd läslista",
"ERR_1011": "Ingen unik matchning för serier",
"ERR_1012": "Ingen match för serier",
"ERR_1013": "Ingen unik matchning för boknummer inom serien",
"ERR_1014": "Ingen matchning för boknummer inom serien",
"ERR_1015": "Fel vid avinstallation av ComicRack Läslista"
},
"filter": {
"age_rating": "åldersgräns",
Expand Down
21 changes: 20 additions & 1 deletion komga-webui/src/locales/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,18 @@
"recently_added_series": "最近添加的系列",
"recently_updated_series": "最近更新的系列"
},
"data_import": {
"book_number": "书号: {name}",
"book_series": "系列: {name}",
"button_import": "导入",
"comicrack_preambule_html": "您可以导入<code>.cbl</code>格式的阅读列表。<br/>Komga将尝试将你提供的系列和书号与你的库中的系列和书号相匹配。",
"field_files_label": "阅读列表(.cbl)",
"import_read_lists": "导入阅读列表",
"imported_as": "导入为 {name}",
"results_preambule": "导入结果如下所示。你还可以为每个提供的文件检查不匹配的书籍。",
"size_limit": "大小应小于 {size} MB",
"tab_title": "数据导入"
},
"dialog": {
"add_to_collection": {
"button_create": "创建收藏",
Expand Down Expand Up @@ -367,7 +379,14 @@
"ERR_1005": "分析书本时出现未知错误",
"ERR_1006": "这本书不包含任何页面",
"ERR_1007": "无法分析某些条目",
"ERR_1008": "获取书本条目时出现未知错误"
"ERR_1008": "获取书本条目时出现未知错误",
"ERR_1009": "已存在该名称的阅读列表",
"ERR_1010": "阅读列表请求中没有匹配的书籍",
"ERR_1011": "系列没有唯一匹配项",
"ERR_1012": "系列不匹配",
"ERR_1013": "系列中的书号没有唯一匹配",
"ERR_1014": "系列中的书号不匹配",
"ERR_1015": "反序列化阅读列表时出错"
},
"filter": {
"age_rating": "年龄限制",
Expand Down

0 comments on commit a01b764

Please sign in to comment.