Files
suwayomi-material-you-webui/public/locales/ja.json
Hosted Weblate 2ef34210e2 Translations update from Hosted Weblate
Co-authored-by: Akhlak Ur Rahman <akhlak.pro.red@gmail.com>
Co-authored-by: Darkon Rabbit <dark.rabbit.set@gmail.com>
Co-authored-by: Fordas <fordas15@gmail.com>
Co-authored-by: Graham Morin <graham.morin@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: João Vitor Santos de Alencar <joaovitosanto132@gmail.com>
Co-authored-by: Nguyễn Trung Đức <vaicato16@gmail.com>
Co-authored-by: Yon <genjilolic@gmail.com>
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Василий <jintaxi97@gmail.com>
Co-authored-by: 張景富 <okpo2188513@gmail.com>
Co-authored-by: 清水汐音 <chenzhongjie19940725@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/bn/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/es/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/fr/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/ja/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/pt/
Translate-URL: https://hosted.weblate.org/projects/suwayomi/suwayomi-webui/ru/
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
2024-05-11 01:21:51 +02:00

80 lines
2.6 KiB
JSON

{
"category": {
"dialog": {
"title": {
"new_category": "新しいカテゴリー",
"edit_category": "カテゴリーを編集"
}
},
"error": {
"label": {
"empty": "カテゴリーは空です",
"request_failure": "カテゴリーを読み込めませんでした"
},
"no_categories_found": {
"label": {
"hint": "設定から作成してください。",
"info": "まだカテゴリーがありません。"
}
}
},
"label": {
"use_as_default_category": "ライブラリに新しい漫画を追加するときに使用するカテゴリーです",
"category_name": "カテゴリー名"
},
"settings": {
"inclusion": {
"label": {
"exclude": "この文字列を含まない: {{excludedCategoriesText}}",
"include": "この文字列を含む: {{includedCategoriesText}}"
}
}
},
"title": {
"set_categories": "カテゴリーを設定",
"category_other": "カテゴリー"
}
},
"chapter": {
"action": {
"bookmark": {
"add": {
"label": {
"error_other": "章をブックマークできませんでした",
"action": "ブックマークを追加"
},
"button": {
"selected": "選択したものをブックマーク"
}
},
"remove": {
"button": {
"selected": "選択したものをブックマークから削除"
},
"label": {
"action": "ブックマークを削除"
}
}
},
"download": {
"delete": {
"label": {
"action": "削除"
},
"button": {
"selected": "選択したものを削除"
}
},
"add": {
"button": {
"selected": "選択したものをダウンロード"
},
"label": {
"action": "ダウンロード"
}
}
}
}
}
}