mirror of
https://github.com/gotson/komga.git
synced 2025-01-09 04:08:00 +08:00
fix: translated using Weblate (Esperanto)
Currently translated at 100.0% (429 of 429 strings)
fix: translated using Weblate (Italian)
Currently translated at 98.6% (423 of 429 strings)
fix: translated using Weblate (Swedish)
Currently translated at 100.0% (429 of 429 strings)
fix: translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (429 of 429 strings)
Co-authored-by: Shjosan <shjosan@kakmix.co>
Co-authored-by: Simone Chiavaccini <mazzetta86@gmail.com>
Co-authored-by: phlostically <phlostically@mailinator.com>
Co-authored-by: 峰裕 <1006945671@qq.com>
Translate-URL: https://hosted.weblate.org/projects/komga/webui/eo/
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
(cherry picked from commit 5e0b105f72
)
This commit is contained in:
parent
a3b88667d0
commit
19ff72f9e3
@ -31,6 +31,26 @@
|
||||
"unknown": "Analizota",
|
||||
"unsupported": "Ne subtenata"
|
||||
},
|
||||
"book_import": {
|
||||
"button_browse": "Foliumi",
|
||||
"button_import": "Enporti",
|
||||
"button_scan": "Skani",
|
||||
"button_select_series": "Elekti Serion",
|
||||
"field_import_path": "Enporti el dosierujo",
|
||||
"row": {
|
||||
"error_analyze_first": "Libro devas esti analizita antaŭe",
|
||||
"error_choose_series": "Elekti serion",
|
||||
"error_only_import_no_errors": "Nur libroj sen eraro estas enporteblaj",
|
||||
"warning_upgrade": "Ekzistanta libro estas ĝisdatigota"
|
||||
},
|
||||
"table": {
|
||||
"destination_name": "Nomo de celo",
|
||||
"file_name": "Nomo de dosiero",
|
||||
"number": "Numero",
|
||||
"series": "Serio"
|
||||
},
|
||||
"title": "Enporti"
|
||||
},
|
||||
"bookreader": {
|
||||
"beginning_of_book": "Vi estas ĉe la komenco de la libro.",
|
||||
"changing_reading_direction": "Ŝanĝante Direkton de Legado al",
|
||||
@ -335,6 +355,16 @@
|
||||
"dialog_title_default": "Dosieradministrilo",
|
||||
"parent_directory": "Patro"
|
||||
},
|
||||
"filename_chooser": {
|
||||
"button_choose": "Elekti",
|
||||
"field_destination_filename": "Cela dosiernomo",
|
||||
"label_source_filename": "Fonta Dosiernomo",
|
||||
"table": {
|
||||
"existing_file": "Ekzistanta Dosiero",
|
||||
"order": "Ordo"
|
||||
},
|
||||
"title": "Cela Dosiernomo"
|
||||
},
|
||||
"password_change": {
|
||||
"button_cancel": "Nuligi",
|
||||
"button_confirm": "Ŝanĝi pasvorton",
|
||||
@ -344,6 +374,10 @@
|
||||
"field_repeat_password": "Ripetu novan pasvorton",
|
||||
"field_repeat_password_error": "Pasvortoj devas esti identaj."
|
||||
},
|
||||
"series_picker": {
|
||||
"label_search_series": "Serĉi Serion",
|
||||
"title": "Elekti Serion"
|
||||
},
|
||||
"server_stop": {
|
||||
"button_cancel": "Nuligi",
|
||||
"button_confirm": "Ĉesigi",
|
||||
@ -353,9 +387,37 @@
|
||||
"shortcut_help": {
|
||||
"label_description": "Priskribo",
|
||||
"label_key": "Ŝlosilo"
|
||||
},
|
||||
"transient_book_details": {
|
||||
"label_candidate": "Kandidato",
|
||||
"label_existing": "Ekzistanta",
|
||||
"label_format": "Formo",
|
||||
"label_name": "Nomo",
|
||||
"label_pages": "Paĝoj",
|
||||
"label_size": "Grando",
|
||||
"pages_table": {
|
||||
"filename": "Nomo de dosiero",
|
||||
"height": "Alto",
|
||||
"index": "Indekso",
|
||||
"media_type": "Tipo",
|
||||
"width": "Larĝo"
|
||||
},
|
||||
"title": "Detaloj pri Libro",
|
||||
"title_comparison": "Komparo inter Libroj"
|
||||
},
|
||||
"transient_book_viewer": {
|
||||
"label_candidate": "Kandidato",
|
||||
"label_existing": "Ekzistanta",
|
||||
"page_of_pages": "{page} el {pages}",
|
||||
"title": "Inspekti Libron",
|
||||
"title_comparison": "Komparo inter Libroj"
|
||||
}
|
||||
},
|
||||
"enums": {
|
||||
"copy_mode": {
|
||||
"HARDLINK": "Rekte Ligi/Kopii Dosierojn",
|
||||
"MOVE": "Movi Dosierojn"
|
||||
},
|
||||
"media_status": {
|
||||
"ERROR": "Eraro",
|
||||
"OUTDATED": "Ne ĝisdata",
|
||||
|
@ -31,6 +31,20 @@
|
||||
"unknown": "Da analizzare",
|
||||
"unsupported": "Non supportato"
|
||||
},
|
||||
"book_import": {
|
||||
"button_browse": "Sfoglia",
|
||||
"button_import": "Importa",
|
||||
"button_scan": "Scansiona",
|
||||
"button_select_series": "Seleziona Serie",
|
||||
"field_import_path": "Importa da cartella",
|
||||
"table": {
|
||||
"destination_name": "Nome destinazione",
|
||||
"file_name": "Nome File",
|
||||
"number": "Numero",
|
||||
"series": "Serie"
|
||||
},
|
||||
"title": "Importa"
|
||||
},
|
||||
"bookreader": {
|
||||
"beginning_of_book": "Sei all'inizio del libro.",
|
||||
"changing_reading_direction": "Cambia la direzione di lettura in",
|
||||
@ -335,6 +349,16 @@
|
||||
"dialog_title_default": "Browser di file",
|
||||
"parent_directory": "Genitore"
|
||||
},
|
||||
"filename_chooser": {
|
||||
"button_choose": "Scegli",
|
||||
"field_destination_filename": "Nome del file di destinazione",
|
||||
"label_source_filename": "Nome del file di origine",
|
||||
"table": {
|
||||
"existing_file": "File Esistente",
|
||||
"order": "Ordine"
|
||||
},
|
||||
"title": "Nome del file di destinazione"
|
||||
},
|
||||
"password_change": {
|
||||
"button_cancel": "Annulla",
|
||||
"button_confirm": "Cambia password",
|
||||
@ -344,6 +368,10 @@
|
||||
"field_repeat_password": "Ripeti la nuova password",
|
||||
"field_repeat_password_error": "Le password devono essere identiche."
|
||||
},
|
||||
"series_picker": {
|
||||
"label_search_series": "Cerca Serie",
|
||||
"title": "Seleziona Serie"
|
||||
},
|
||||
"server_stop": {
|
||||
"button_cancel": "Annulla",
|
||||
"button_confirm": "Spegni",
|
||||
@ -353,9 +381,37 @@
|
||||
"shortcut_help": {
|
||||
"label_description": "Descrizione",
|
||||
"label_key": "Chiave"
|
||||
},
|
||||
"transient_book_details": {
|
||||
"label_candidate": "Candidato",
|
||||
"label_existing": "Esistente",
|
||||
"label_format": "Formato",
|
||||
"label_name": "Nome",
|
||||
"label_pages": "Pagine",
|
||||
"label_size": "Dimensione",
|
||||
"pages_table": {
|
||||
"filename": "Nome File",
|
||||
"height": "Altezza",
|
||||
"index": "Indice",
|
||||
"media_type": "Tipo media",
|
||||
"width": "Larghezza"
|
||||
},
|
||||
"title": "Dettagli Fumetto",
|
||||
"title_comparison": "Confronto Fumetto"
|
||||
},
|
||||
"transient_book_viewer": {
|
||||
"label_candidate": "Candidato",
|
||||
"label_existing": "Esistente",
|
||||
"page_of_pages": "{page} / {pages}",
|
||||
"title": "Ispeziona Fumetto",
|
||||
"title_comparison": "Confronto Fumetto"
|
||||
}
|
||||
},
|
||||
"enums": {
|
||||
"copy_mode": {
|
||||
"HARDLINK": "Hardlink / Copia File",
|
||||
"MOVE": "Sposta File"
|
||||
},
|
||||
"media_status": {
|
||||
"ERROR": "Errore",
|
||||
"OUTDATED": "Scaduto",
|
||||
|
@ -31,6 +31,26 @@
|
||||
"unknown": "Ska analyseras",
|
||||
"unsupported": "Stödjs inte"
|
||||
},
|
||||
"book_import": {
|
||||
"button_browse": "Bläddra",
|
||||
"button_import": "Importera",
|
||||
"button_scan": "Skanna",
|
||||
"button_select_series": "Välj serie",
|
||||
"field_import_path": "Importera från mapp",
|
||||
"row": {
|
||||
"error_analyze_first": "Boken måste analyseras först",
|
||||
"error_choose_series": "Välj en serie",
|
||||
"error_only_import_no_errors": "Kan bara importera böcker utan fel",
|
||||
"warning_upgrade": "Befintlig bok kommer att uppgraderas"
|
||||
},
|
||||
"table": {
|
||||
"destination_name": "Målnamn",
|
||||
"file_name": "Filnamn",
|
||||
"number": "Nummer",
|
||||
"series": "Serie"
|
||||
},
|
||||
"title": "Importera"
|
||||
},
|
||||
"bookreader": {
|
||||
"beginning_of_book": "Du är i början av boken.",
|
||||
"changing_reading_direction": "Byt läsriktning till",
|
||||
@ -335,6 +355,16 @@
|
||||
"dialog_title_default": "Filhanterare",
|
||||
"parent_directory": "Ovanstående"
|
||||
},
|
||||
"filename_chooser": {
|
||||
"button_choose": "Välj",
|
||||
"field_destination_filename": "Namn på målfil",
|
||||
"label_source_filename": "Källfilens namn",
|
||||
"table": {
|
||||
"existing_file": "Befintlig fil",
|
||||
"order": "Ordning"
|
||||
},
|
||||
"title": "Namn på målfil"
|
||||
},
|
||||
"password_change": {
|
||||
"button_cancel": "Avbryt",
|
||||
"button_confirm": "Ändra lösenord",
|
||||
@ -344,6 +374,10 @@
|
||||
"field_repeat_password": "Upprepa nytt lösenord",
|
||||
"field_repeat_password_error": "Lösenorden måste vara identiska."
|
||||
},
|
||||
"series_picker": {
|
||||
"label_search_series": "Sök serie",
|
||||
"title": "Välj serie"
|
||||
},
|
||||
"server_stop": {
|
||||
"button_cancel": "Avbryt",
|
||||
"button_confirm": "Stopp",
|
||||
@ -353,9 +387,37 @@
|
||||
"shortcut_help": {
|
||||
"label_description": "Beskrivning",
|
||||
"label_key": "Nyckel"
|
||||
},
|
||||
"transient_book_details": {
|
||||
"label_candidate": "Kandidat",
|
||||
"label_existing": "Befintlig",
|
||||
"label_format": "Format",
|
||||
"label_name": "Namn",
|
||||
"label_pages": "Sidor",
|
||||
"label_size": "Storlek",
|
||||
"pages_table": {
|
||||
"filename": "Filnamn",
|
||||
"height": "Höjd",
|
||||
"index": "Index",
|
||||
"media_type": "Mediatyp",
|
||||
"width": "Bredd"
|
||||
},
|
||||
"title": "Bokinformation",
|
||||
"title_comparison": "Bokjämförelse"
|
||||
},
|
||||
"transient_book_viewer": {
|
||||
"label_candidate": "Kandidat",
|
||||
"label_existing": "Befintlig",
|
||||
"page_of_pages": "{page} / {pages}",
|
||||
"title": "Inspektera boken",
|
||||
"title_comparison": "Bokjämförelse"
|
||||
}
|
||||
},
|
||||
"enums": {
|
||||
"copy_mode": {
|
||||
"HARDLINK": "Hårdlänk/kopiera filer",
|
||||
"MOVE": "Flytta filer"
|
||||
},
|
||||
"media_status": {
|
||||
"ERROR": "Fel",
|
||||
"OUTDATED": "Föråldrad",
|
||||
|
@ -31,6 +31,26 @@
|
||||
"unknown": "待分析",
|
||||
"unsupported": "不支持"
|
||||
},
|
||||
"book_import": {
|
||||
"button_browse": "浏览",
|
||||
"button_import": "导入",
|
||||
"button_scan": "扫描",
|
||||
"button_select_series": "选择系列",
|
||||
"field_import_path": "从文件夹导入",
|
||||
"row": {
|
||||
"error_analyze_first": "书籍需要先分析",
|
||||
"error_choose_series": "选择一个系列",
|
||||
"error_only_import_no_errors": "只能导入没有错误的书籍",
|
||||
"warning_upgrade": "现有书籍将升级"
|
||||
},
|
||||
"table": {
|
||||
"destination_name": "目标名称",
|
||||
"file_name": "文件名",
|
||||
"number": "编号",
|
||||
"series": "系列"
|
||||
},
|
||||
"title": "导入"
|
||||
},
|
||||
"bookreader": {
|
||||
"beginning_of_book": "你可以开始阅读这本书.",
|
||||
"changing_reading_direction": "将阅读方向更改为",
|
||||
@ -167,7 +187,7 @@
|
||||
"book_number": "书号: {name}",
|
||||
"book_series": "系列: {name}",
|
||||
"button_import": "导入",
|
||||
"comicrack_preambule_html": "您可以导入<code>.cbl</code>格式的阅读列表。<br>Komga将尝试将你提供的系列和书号与你的库中的系列和书号相匹配。",
|
||||
"comicrack_preambule_html": "您可以导入<code>.cbl</code>格式的阅读列表.<br>Komga将尝试将你提供的系列和书号与你的库中的系列和书号相匹配.",
|
||||
"field_files_label": "阅读列表(.cbl)",
|
||||
"import_read_lists": "导入阅读列表",
|
||||
"imported_as": "导入为 {name}",
|
||||
@ -335,6 +355,16 @@
|
||||
"dialog_title_default": "文件浏览器",
|
||||
"parent_directory": "父目录"
|
||||
},
|
||||
"filename_chooser": {
|
||||
"button_choose": "选择",
|
||||
"field_destination_filename": "目标文件名",
|
||||
"label_source_filename": "源文件名",
|
||||
"table": {
|
||||
"existing_file": "现有文件",
|
||||
"order": "命令"
|
||||
},
|
||||
"title": "目标文件名"
|
||||
},
|
||||
"password_change": {
|
||||
"button_cancel": "取消",
|
||||
"button_confirm": "修改密码",
|
||||
@ -344,6 +374,10 @@
|
||||
"field_repeat_password": "确认新密码",
|
||||
"field_repeat_password_error": "密码必须相同."
|
||||
},
|
||||
"series_picker": {
|
||||
"label_search_series": "搜索系列",
|
||||
"title": "选择系列"
|
||||
},
|
||||
"server_stop": {
|
||||
"button_cancel": "取消",
|
||||
"button_confirm": "停止",
|
||||
@ -353,9 +387,37 @@
|
||||
"shortcut_help": {
|
||||
"label_description": "说明",
|
||||
"label_key": "按键"
|
||||
},
|
||||
"transient_book_details": {
|
||||
"label_candidate": "候选",
|
||||
"label_existing": "现有的",
|
||||
"label_format": "文件格式",
|
||||
"label_name": "名称",
|
||||
"label_pages": "页数",
|
||||
"label_size": "文件大小",
|
||||
"pages_table": {
|
||||
"filename": "文件名",
|
||||
"height": "高",
|
||||
"index": "索引",
|
||||
"media_type": "媒体类型",
|
||||
"width": "宽"
|
||||
},
|
||||
"title": "书籍详情",
|
||||
"title_comparison": "书籍比较"
|
||||
},
|
||||
"transient_book_viewer": {
|
||||
"label_candidate": "候选",
|
||||
"label_existing": "现有的",
|
||||
"page_of_pages": "{page} / {pages}",
|
||||
"title": "查验书籍",
|
||||
"title_comparison": "书籍比较"
|
||||
}
|
||||
},
|
||||
"enums": {
|
||||
"copy_mode": {
|
||||
"HARDLINK": "硬链接/复制文件",
|
||||
"MOVE": "移动文件"
|
||||
},
|
||||
"media_status": {
|
||||
"ERROR": "错误",
|
||||
"OUTDATED": "过期",
|
||||
|
Loading…
Reference in New Issue
Block a user