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 9, 2024
1 parent f98b34d commit 0d4f6f2
Show file tree
Hide file tree
Showing 5 changed files with 340 additions and 41 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
172 changes: 159 additions & 13 deletions public/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"label": {
"downloading": "Đang tải xuống",
"error": "Lỗi",
"finished": "Hoàn thành",
"finished": "$t(global.label.finished)",
"queued": "Xếp hàng"
}
},
Expand Down 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 Expand Up @@ -395,7 +396,25 @@
"copied": "Đã sao chép",
"type": "Thể loại",
"are_you_sure": "Bạn đã chắc chắn chứ?",
"default": "Mặc định"
"default": "Mặc định",
"auto": "Tự động",
"both": "Cả hai",
"bottom": "Dưới",
"copied_clipboard": "Đã sao chép vào bảng nhớ tạm",
"desktop": "Máy tính",
"finished": "Hoàn thành",
"hidden": "Ẩn",
"horizontal": "Ngang",
"left": "Trái",
"menu": "Danh sách",
"mobile": "Di động",
"next": "Tiếp",
"previous": "Trước",
"profile_other": "Hồ sơ",
"right": "Phải",
"share": "Chia sẻ",
"standard": "Tiêu chuẩn",
"vertical": "Dọc"
},
"language": {
"label": {
Expand Down Expand Up @@ -447,7 +466,16 @@
"second_other": "Giây",
"value": "{{count}} $t(global.time.seconds.second, lowercase)"
}
}
},
"colors": {
"black": "Đen",
"gray": "Xám",
"white": "Trắng"
},
"unit": {
"px": "px"
},
"value": "{{value}}{{unit}}"
},
"library": {
"error": {
Expand Down Expand Up @@ -701,25 +729,31 @@
},
"reader": {
"button": {
"next_chapter": "Chương tiếp theo",
"next_chapter": "Chương sau",
"previous_chapter": "Chương trước",
"open_menu": "Mở bảng chọn",
"close_menu": "Đóng bảng chọn",
"exit": "Thoát khỏi trình đọc"
"exit": "Thoát khỏi trình đọc",
"previous_page": "Trang trước",
"retry_load_pages": "Thử lại các trang lỗi",
"chapter_list": "Danh sách chương",
"next_page": "Trang tiếp theo"
},
"error": {
"label": {
"unable_to_get_next_chapter_skip_dup": "Không thể tải chương tiếp theo - Đã bật tùy chọn \"$t(reader.settings.label.skip_dup_chapters)\"",
"unable_to_get_prev_chapter_skip_dup": "Không thể tải chương trước - Đã bật tùy chọn \"$t(reader.settings.label.skip_dup_chapters)\"",
"next_chapter_does_not_exist": "Không còn chương tiếp theo để mở",
"no_pages_found": "Không tìm thấy trang",
"prev_chapter_does_not_exist": "Không còn chương phía trước để mở"
"prev_chapter_does_not_exist": "Không còn chương phía trước để mở",
"chapter_not_found": "Chương không tồn tại"
}
},
"page_info": {
"label": {
"currently_on_page": "Trang hiện tại",
"of_max_pages": "/ {{maxPages}}"
"of_max_pages": "/ {{maxPages}}",
"page": "Trang"
}
},
"settings": {
Expand All @@ -738,26 +772,122 @@
"fit_page_to_window": "Vừa trang với cửa sổ",
"reader_width": "Độ dài trình đọc",
"scale_page": "Tỷ lệ kích thước trang",
"offset_first_page": "Bù khoảng trống phía trước trang đầu"
"offset_first_page": "Bù khoảng trống phía trước trang đầu",
"behaviour": "Hành vi",
"layout": "Bố cục",
"limit_reader_width": "Giới hạn chiều rộng trình đọc",
"offset_double_spread": "Bù trừ trang đôi",
"page_gap": "Khoảng cách trang",
"reading_direction": "Hướng đọc",
"reading_mode": "Kiểu đọc"
},
"reader_type": {
"label": {
"continuous_horizontal_ltr": "Ngang (trái sang phải) ➡️",
"continuous_vertical": "Cuộn dọc có khoảng cách",
"continuous_vertical": "Cuộn dọc",
"double_page_ltr": "Trang đôi (trái sang phải) ➡️",
"double_page_rtl": "Trang đôi (phải sang trái) ⬅️",
"single_page_rtl": "Trang đơn (phải sang trái) ⬅️",
"continuous_horizontal_rtl": "Ngang (phải sang trái) ⬅️",
"single_page_ltr": "Trang đơn (trái sang phải) ➡️",
"webtoon": "Cuộn dọc"
"webtoon": "Cuộn dọc",
"continuous_horizontal": "Cuộn ngang",
"double_page": "Trang đôi",
"single_page": "Trang đơn"
}
},
"title": {
"default_reader_settings": "Cài đặt trình đọc mặc định",
"reader_settings": "Cài đặt trình đọc"
},
"background_color": "Màu nền",
"custom_filter": {
"brightness": {
"title": "Tùy chỉnh độ sáng",
"value": "$t(reader.settings.custom_filter.brightness.title)"
},
"contrast": {
"title": "Tùy chỉnh độ tương phản",
"value": "$t(reader.settings.custom_filter.contrast.title)"
},
"grayscale": "Ảnh đen trắng",
"hue": {
"title": "Tùy chỉnh màu sắc",
"value": "$t(reader.settings.custom_filter.hue.title)"
},
"invert": "Đảo màu",
"rgba": {
"green": "Xanh lá",
"blue": "Xanh lam",
"red": "Đỏ",
"alpha": "Độ mờ đục",
"title": "Tùy chỉnh bộ lọc màu"
},
"saturate": {
"title": "Tùy chỉnh độ bão hòa màu sắc",
"value": "$t(reader.settings.custom_filter.saturate.title)"
},
"sepia": "Ảnh nâu đỏ",
"title": "Bộ lọc tùy chỉnh"
},
"hotkey": {
"scroll_backward": "Cuộn ngược lại",
"menu": "Bật/Tắt danh sách",
"next_chapter": "Chương sau",
"next_page": "Trang sau",
"previous_chapter": "Chương trước",
"previous_page": "Trang trước",
"scale_type": "Thay đổi tỉ lệ hình ảnh",
"scroll_forward": "Cuộn về phía trước",
"stretch_image": "Bật/Tắt kéo dãn hình ảnh",
"offset_spread_pages": "Bật/Tắt bù trừ trang đôi"
},
"exit_mode": "Mở trang khi thoát",
"image_preload_amount": "Tải trước hình ảnh",
"overlay_mode": "Kiểu lớp phủ",
"page_scale": {
"original": "Kích thước gốc",
"screen": "Vừa màn hình",
"stretch": "Kéo dãn các ảnh nhỏ",
"title": "Kiểu tỉ lệ",
"width": "Vừa chiều ngang",
"height": "Vừa chiều dọc"
},
"profiles": {
"placeholder": "Truyện tranh | độ dài: 16, ký tự: chữ cái, số, -, _",
"description": "Hồ sơ được sử dụng để xác định cài đặt trình đọc mặc định, sau đó có thể được sử dụng cho chế độ đọc và sê-ri"
},
"progress_bar": {
"position": "Vị trí thanh tiến trình",
"size": "Kích thước thanh tiến trình",
"style": "Kiểu thanh tiến trình"
},
"reading_direction": {
"ltr": "Từ trái sang phải",
"rtl": "Từ phải sang trái"
},
"tap_zones": {
"edge": "Góc cạnh",
"invert": "Đảo ngược vùng nhấn",
"kindle": "Dạng giống Kindle",
"l_shape": "Dạng chữ L",
"right_left": "Phải và trái",
"title": "Vùng nhấn"
}
},
"title": "Đọc - Truyện {{mangaId}} Chương {{chapterIndex}}"
"title": "Đọc - Truyện {{mangaId}} Chương {{chapterIndex}}",
"transition_page": {
"first_chapter": "Không có chương trước",
"current": "Hiện tại:",
"exit": {
"manga_page": "Thoát ra trang manga",
"previous_page": "Thoát về trang trước"
},
"finished": "$t(global.label.finished):",
"last_chapter": "Không có chương sau",
"next": "$t(global.label.next):",
"previous": "$t(global.label.previous):"
}
},
"search": {
"error": {
Expand Down Expand Up @@ -999,7 +1129,7 @@
"log_files": {
"file_cleanup": {
"title": "Dọn dẹp tập tin nhật ký",
"value": "Xóa các bản sao lưu cũ hơn $t(global.date.value.label.day)"
"value": "Xóa các tệp nhật ký cũ hơn $t(global.date.value.label.day)"
},
"file_size": {
"description": "Ví dụ về các giá trị có thể có: 1 (byte), 1KB (kilobyte), 1 MB (megabyte), 1GB (gigabyte)",
Expand Down Expand Up @@ -1331,5 +1461,21 @@
}
}
}
},
"hotkeys": {
"create": {
"dialog": {
"label": "Các phím đã ghi: <Keys/>",
"placeholder": "Nhấn phím",
"title": "Ghi phím tắt"
},
"error": {
"exists": "Phím đã tồn tại"
}
},
"info": {
"delete": "Nhấn vào phím để xóa ràng buộc"
},
"title_other": "Phím tắt"
}
}
Loading

0 comments on commit 0d4f6f2

Please sign in to comment.