Skip to content

Commit

Permalink
Translations update from Hosted Weblate
Browse files Browse the repository at this point in the history
Co-authored-by: Felana <[email protected]>
Co-authored-by: Fordas <[email protected]>
Co-authored-by: Hosted Weblate <[email protected]>
Co-authored-by: Nguyễn Trung Đức <[email protected]>
Co-authored-by: plum7x <[email protected]>
Co-authored-by: 清水汐音 <[email protected]>
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/es/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/id/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/vi/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/zh_Hant/
Translation: Suwayomi/Suwayomi-WebUI
  • Loading branch information
6 people committed Dec 5, 2024
1 parent b9ab13c commit 13ebacf
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 18 deletions.
2 changes: 1 addition & 1 deletion public/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"log_files": {
"file_cleanup": {
"title": "Limpieza de archivos de registro",
"value": "Eliminar copias de seguridad anteriores a $t(global.date.value.label.day)"
"value": "Eliminar archivos de registro anteriores a $t(global.date.value.label.day)"
},
"file_size": {
"title": "Tamaño máximo del archivo de registro",
Expand Down
3 changes: 2 additions & 1 deletion public/locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
"value": "{{chapters}} $t(chapter.title)",
"unread_chapters_to_download": "Jumlah bab yang belum dibaca untuk diunduh",
"while_reading": "Unduh otomatis saat membaca",
"description": "Seberapa banyak bab yang dapat diunduh sembari membaca."
"description": "Seberapa banyak bab yang dapat diunduh sembari membaca.",
"disclaimer": "Hanya berjalan apabila bab sekarang dan bab berikutnya telah diunduh"
}
},
"file_type": {
Expand Down
3 changes: 2 additions & 1 deletion public/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@
"install": "Cài đặt",
"uninstall": "Gỡ cài đặt",
"update": "Cập nhật",
"install_external": "Cài đặt tiện ích bên ngoài"
"install_external": "Cài đặt tiện ích bên ngoài",
"update_all": "Cập nhật tất cả"
}
},
"label": {
Expand Down
24 changes: 12 additions & 12 deletions public/locales/zh_Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
"ahead": "$t(download.settings.download_ahead.title) ({{count}})",
"all": "$t(extension.language.all)",
"next": "$t(reader.button.next_chapter)",
"next_five": "后5个章节",
"next_ten": "后10个章节",
"next_twentyfive": "后25个章节",
"next_five": "接下来的5个章节",
"next_ten": "接下来的10个章节",
"next_twentyfive": "接下来的25个章节",
"unread": "$t(global.filter.label.unread)"
}
},
Expand All @@ -100,7 +100,7 @@
"current": "标记为已读",
"previous": "标记之前的章节为已读"
},
"error_other": "将章节标记为已读出错",
"error_other": "无法将章节标记为已读出错",
"success_other": "{{count}}章节标记为已读"
},
"button": {
Expand Down Expand Up @@ -234,7 +234,7 @@
"label": {
"install": "安装",
"uninstall": "卸载",
"update": "升级",
"update": "更新",
"install_external": "安装外部插件",
"update_all": "全部更新"
}
Expand All @@ -248,7 +248,7 @@
"installing": "安装中",
"obsolete": "过时",
"uninstalling": "卸载中",
"updating": "升级中",
"updating": "更新中",
"installed": "已安装",
"update_pending": "待更新"
}
Expand Down Expand Up @@ -432,14 +432,14 @@
},
"update": {
"label": {
"updating": "{{progress}}% | 正在升级",
"updating": "{{progress}}% | 正在更新",
"up_to_date": "已经是最新版本",
"update_failure": "更新失败",
"checking": "正在检查更新",
"available": "可用更新",
"check_failure": "无法检查更新",
"info": "服务器版本 {{version}} ({{channel}}) 可供下载",
"update_success": "{{name}} 已升级到版本 {{version}} ({{channel}})"
"update_success": "{{name}} 已更新到版本 {{version}} ({{channel}})"
},
"settings": {
"inform": {
Expand Down Expand Up @@ -818,7 +818,7 @@
"dialog": {
"content": {
"label": {
"missing_sources": "未安装以下源",
"missing_sources": "未安装以下图源",
"missing_trackers": "以下追踪列表未登录:"
}
},
Expand Down Expand Up @@ -877,7 +877,7 @@
"channel": "$t(settings.webui.title.webui) 版本选择",
"github": "$t(global.label.github) $t(settings.webui.title.webui)",
"info": "$t(settings.webui.title.webui) 版本 {{version}} ({{channel}}) 可供下载",
"updated": "已升级的版本"
"updated": "已更新的版本"
}
}
},
Expand Down Expand Up @@ -956,7 +956,7 @@
"log_files": {
"file_cleanup": {
"title": "清理日志文件",
"value": "删除早于$t(global.date.value.label.day)的备份"
"value": "删除早于$t(global.date.value.label.day)的日志文件"
},
"total_size": {
"description": "$t(settings.server.misc.log_files.file_size.description)",
Expand Down Expand Up @@ -1213,7 +1213,7 @@
"error": {
"label": {
"no_sources_found": "没有找到图源。请先安装一些插件。",
"source_not_found": "找不到源,请检查您已安装的插件。"
"source_not_found": "找不到图源,请检查您已安装的插件。"
}
},
"title_other": "图源",
Expand Down
13 changes: 10 additions & 3 deletions public/locales/zh_Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@
"install": "安裝",
"uninstall": "解除安裝",
"update": "更新",
"install_external": "安裝額外的擴充套件"
"install_external": "安裝額外的擴充套件",
"update_all": "全部更新"
}
},
"language": {
Expand Down Expand Up @@ -357,7 +358,9 @@
"by_source": "依照來源",
"by_fetch_date": "依照獲取日期",
"by_upload_date": "依照更新日期",
"by_chapter_number": "依照章節編號"
"by_chapter_number": "依照章節編號",
"asc": "升序",
"desc": "降序"
}
},
"error": {
Expand Down Expand Up @@ -845,7 +848,7 @@
},
"file_cleanup": {
"title": "清理日誌檔案",
"value": "刪除早於 $t(global.date.value.label.day) 的備份"
"value": "刪除早於 $t(global.date.value.label.day) 的日誌檔案"
},
"total_size": {
"title": "所有日誌檔案的最大大小",
Expand Down Expand Up @@ -1270,6 +1273,10 @@
"title": "遷移",
"search": {
"title": "$t(migrate.title) \"{{title}}\""
},
"sort": {
"by_manga_count": "依照漫畫數量",
"by_source_name": "依照來源名稱"
}
},
"tracking": {
Expand Down

0 comments on commit 13ebacf

Please sign in to comment.