-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Indonesian)
Indonesian: currently translated at 8.9% (18 of 201 strings) Translated using Weblate (Chinese (Simplified)) Chinese (Simplified): currently translated at 100.0% (201 of 201 strings) Added translation using Weblate (Indonesian) Translated using Weblate (Japanese) Japanese: currently translated at 3.0% (6 of 200 strings) Translated using Weblate (Ukrainian) Ukrainian: currently translated at 100.0% (200 of 200 strings) Translated using Weblate (Ukrainian) Ukrainian: currently translated at 100.0% (199 of 199 strings) Translated using Weblate (Chinese (Simplified)) Chinese (Simplified): currently translated at 61.1% (121 of 198 strings) Translated using Weblate (Ukrainian) Ukrainian: currently translated at 100.0% (198 of 198 strings) Translated using Weblate (Ukrainian) Ukrainian: currently translated at 100.0% (197 of 197 strings) Translated using Weblate (Chinese (Simplified)) Chinese (Simplified): currently translated at 60.7% (119 of 196 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (196 of 196 strings) Translated using Weblate Co-authored-by: Dan <[email protected]> Co-authored-by: Dan <[email protected]> Co-authored-by: Hosted Weblate <[email protected]> Co-authored-by: Rafie Rafie <[email protected]> Co-authored-by: Super Mario <[email protected]> Co-authored-by: misaka10843 <[email protected]> Co-authored-by: schroda <[email protected]> Co-authored-by: 娃哈哈 <[email protected]> Co-authored-by: 蓝云Reyes <[email protected]> Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/de/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/id/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/ja/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/uk/ Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/zh_Hans/ Translation: Suwayomi/Tachidesk-WebUI
- Loading branch information
1 parent
ed9c51c
commit a4d7160
Showing
5 changed files
with
210 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
{} | ||
{ | ||
"category": { | ||
"dialog": { | ||
"title": { | ||
"new_category": "新しいカテゴリー", | ||
"edit_category": "カテゴリーを編集します" | ||
} | ||
}, | ||
"error": { | ||
"label": { | ||
"empty": "カテゴリーは空です", | ||
"request_failure": "カテゴリーを読み込めませんでした" | ||
}, | ||
"no_categories_found": { | ||
"label": { | ||
"hint": "設定から作成してください。", | ||
"info": "カテゴリーが見つかりませんでした。" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.