Files
suwayomi-material-you-webui/src/i18n/locale/ja.json
T

39 lines
1.3 KiB
JSON
Raw Normal View History

2023-06-22 15:57:25 +02:00
{
"category": {
"dialog": {
"title": {
"new_category": "新しいカテゴリー",
"edit_category": "カテゴリーを編集します"
}
},
"error": {
"label": {
"empty": "カテゴリーは空です",
"request_failure": "カテゴリーを読み込めませんでした"
},
"no_categories_found": {
"label": {
"hint": "設定から作成してください。",
"info": "カテゴリーが見つかりませんでした。"
}
}
+2
2024-03-08 23:32:33 +01:00
},
"label": {
"use_as_default_category": "ライブラリに新しい漫画を追加するときに使用するカテゴリーです",
"category_name": "カテゴリー名"
},
"settings": {
"inclusion": {
"label": {
"exclude": "この文字列を含まない: {{excludedCategoriesText}}",
"include": "この文字列を含む: {{includedCategoriesText}}"
}
}
},
"title": {
"set_categories": "カテゴリーを設定",
"category_other": "カテゴリー"
2023-06-22 15:57:25 +02:00
}
}
}