Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Suwayomi/Suwayomi-WebUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 92fe0c79f433050f34b4684ecb586367574f02e4
Choose a base ref
..
head repository: Suwayomi/Suwayomi-WebUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a4d716045c9c6f4279f420d171e3d6dad963e22e
Choose a head ref
Showing with 94 additions and 21 deletions.
  1. +56 −1 src/i18n/locale/id.json
  2. +38 −20 src/i18n/locale/zh_Hans.json
57 changes: 56 additions & 1 deletion src/i18n/locale/id.json
Original file line number Diff line number Diff line change
@@ -1 +1,56 @@
{}
{
"category": {
"dialog": {
"title": {
"new_category": "Kategori baru",
"edit_category": "Ubah kategori"
}
},
"error": {
"label": {
"empty": "Kategori ini kosong",
"request_failure": "Tidak dapat memuat kategori"
},
"no_categories_found": {
"label": {
"info": "Kategori tak ditemukan.",
"hint": "Buatlah di pengaturan."
}
}
},
"label": {
"category_name": "Nama kategori",
"use_as_default_category": "Kategori saat menambahkan manga ke perpustakaan"
},
"title": {
"set_categories": "Atur kategori",
"categories": "Kategori"
}
},
"chapter": {
"action": {
"bookmark": {
"remove": {
"button": {
"selected": "Hapus yang terpilih dari favorit"
},
"label": {
"action": "Hapus favorit",
"success_other": "Telah menghapus {{count}} dari favorit",
"error_other": "Tidak dapat menghapus favorit"
}
},
"add": {
"label": {
"action": "Tambahkan ke favorit",
"error_other": "Tidak dapat mengatur favorit pada bab",
"success_other": "{{count}} bab telah difavorit"
},
"button": {
"selected": "Telah difavorit"
}
}
}
}
}
}
58 changes: 38 additions & 20 deletions src/i18n/locale/zh_Hans.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
"no_categories_found": {
"label": {
"hint": "你应该需要设置一些设定。",
"info": "没有发现任何分类!"
"info": "没有发现任何分类"
}
}
},
@@ -128,7 +128,12 @@
"label": {
"no_downloads": "没有下载"
},
"title": "下载列表"
"title": "下载列表",
"error": {
"label": {
"failed_to_remove": "无法从队列中删除下载。"
}
}
},
"state": {
"label": {
@@ -163,9 +168,9 @@
}
},
"label": {
"installation_failed": "插件安装失败!",
"installed_successfully": "插件安装成功!",
"installing_file": "正在安装插件文件"
"installation_failed": "插件安装失败",
"installed_successfully": "插件安装成功",
"installing_file": "正在安装插件"
},
"title": "插件"
},
@@ -184,7 +189,8 @@
"set": "",
"start": "开始",
"submit": "提交",
"browse": "浏览"
"browse": "浏览",
"popular": "受欢迎的"
},
"date": {
"label": {
@@ -197,8 +203,8 @@
"error": {
"label": {
"invalid_action": "这不是一个有效操作",
"invalid_file_type": "无效的文件类型!",
"update_failed": "检查更新失败!",
"invalid_file_type": "无效的文件类型",
"update_failed": "检查更新失败",
"failed_to_save_changes": "保存更改失败",
"failed_to_load_data": "无法加载数据"
}
@@ -222,7 +228,7 @@
"browse": "浏览",
"display": "显示",
"filter": "筛选",
"loading": "加载中...",
"loading": "加载中",
"sort": "排序",
"none": "",
"unknown": "未知"
@@ -233,7 +239,8 @@
"language": "语言"
},
"title": {
"enabled_languages": "使用语言"
"enabled_languages": "使用语言",
"weblate": "Weblate"
}
},
"sort": {
@@ -280,7 +287,9 @@
"global_update": {
"categories": {
"label": {
"info": "排除类别中的条目将不会被更新,即使它们也在包含的类别中"
"info": "排除类别中的条目将不会被更新,即使它们也在包含的类别中",
"exclude": "排除: {{excludedCategoriesText}}",
"include": "包含: {{includedCategoriesText}}"
}
},
"title": "全局更新"
@@ -295,7 +304,7 @@
},
"error": {
"label": {
"no_mangas_found": "没有漫画!",
"no_mangas_found": "没有漫画",
"no_matches": "没有漫画匹配筛选",
"request_failure": "无法加载漫画"
}
@@ -332,7 +341,8 @@
"reader_type": "阅读器类型",
"show_page_number": "显示页数",
"static_navigation": "静态导航",
"skip_dup_chapters": "跳过重复章节"
"skip_dup_chapters": "跳过重复章节",
"fit_page_to_window": "自适应"
},
"reader_type": {
"label": {
@@ -351,26 +361,32 @@
"reader_settings": "阅读器设置"
}
},
"title": "读者 - 漫画 {{mangaId}} 章节 {{chapterIndex}}"
"title": "读者 - 漫画 {{mangaId}} 章节 {{chapterIndex}}",
"error": {
"label": {
"unable_to_get_next_chapter_skip_dup": "无法获取下一章 - \"$t(reader.settings.label.skip_dup_chapters)\" 选项已启用",
"unable_to_get_prev_chapter_skip_dup": "无法获取上一章 - \"$t(reader.settings.label.skip_dup_chapters)\" 选项已启用"
}
}
},
"settings": {
"backup": {
"label": {
"legacy_backup_unsupported": "不支持旧版的备份!",
"restore_backup_info": "您还可以在这里拖放备份文件进行恢复",
"restored_backup": "备份恢复完成!",
"restoring_backup": "正在恢复备份...",
"restored_backup": "备份恢复完成",
"restoring_backup": "正在恢复备份",
"create_backup_info": "将书架备份为Tachiyomi支持的备份",
"create_backup": "创建备份",
"backup_restore_failed": "恢复备份失败!",
"backup_restore_failed": "恢复备份失败",
"restore_backup": "恢复备份"
},
"title": "备份"
},
"label": {
"dark_theme": "暗黑主题",
"image_cache": "使用图片缓存",
"image_cache_description": "如果你的硬盘速度慢,禁用图像缓存可以使图像加载更快,但反过来会使用更多的流量",
"image_cache_description": "当已经请求的图像再次请求时,它可以减少数据消耗并提高性能",
"show_nsfw": "显示NSFW(工作场所不宜)内容",
"manga_item_width": "漫画单元格宽度",
"show_nsfw_description": "隐藏NSFW的插件和源图源",
@@ -425,11 +441,13 @@
},
"search": {
"title": {
"global_search": "全局搜索"
"global_search": "全局搜索",
"search": "搜索"
},
"error": {
"label": {
"failed_to_save_settings": "保存默认搜索设置到服务器时出错"
"failed_to_save_settings": "保存默认搜索设置到服务器时出错",
"source_search_failed": "无法搜索源"
}
},
"label": {