mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-01-31 08:03:31 -05:00
Co-authored-by: Felipe Martin <me@fmartingr.com> Co-authored-by: François <franbelle.langres@gmail.com> Co-authored-by: Hans Kalisvaart <hans.kalisvaart@gmail.com> Co-authored-by: LeeWan1210 <dldhks456@live.com> Co-authored-by: aleixcox <18121624@qq.com> Co-authored-by: kuroikana <kuroikana@outlook.com> Co-authored-by: liimee <alt3753.7@gmail.com> Co-authored-by: 無情天 <kofzhanganguo@126.com>
108 lines
3.2 KiB
JSON
108 lines
3.2 KiB
JSON
{
|
|
"login": {
|
|
"title": "ログイン",
|
|
"username": "{{common.username}}",
|
|
"password": "{{common.password}}",
|
|
"password-validation": "{{validation.password-validation}}",
|
|
"forgot-password": "パスワードを忘れた方",
|
|
"submit": "{{common.submit}}"
|
|
},
|
|
"dashboard": {
|
|
"server-settings-link": "サーバー設定",
|
|
"recently-updated-title": "最近更新されたシリーズ",
|
|
"recently-added-title": "最近追加されたシリーズ"
|
|
},
|
|
"edit-user": {
|
|
"edit": "{{common.edit}}",
|
|
"close": "{{common.close}}",
|
|
"username": "{{common.username}}",
|
|
"required": "{{validation.required-field}}",
|
|
"email": "{{common.email}}",
|
|
"not-valid-email": "{{validation.valid-email}}",
|
|
"cancel": "{{common.cancel}}",
|
|
"saving": "保存中。。。",
|
|
"update": "更新"
|
|
},
|
|
"user-scrobble-history": {
|
|
"series-header": "シリーズ",
|
|
"no-data": "データなし"
|
|
},
|
|
"scrobble-event-type-pipe": {
|
|
"want-to-read-add": "読みたい:追加",
|
|
"want-to-read-remove": "読みたい:消除"
|
|
},
|
|
"review-series-modal": {
|
|
"review-label": "レビュー"
|
|
},
|
|
"review-card": {
|
|
"local-review": "レビュー"
|
|
},
|
|
"change-password": {
|
|
"password-label": "{{common.password}}",
|
|
"current-password-label": "現在のパスワード",
|
|
"new-password-label": "新しいパスワード",
|
|
"confirm-password-label": "新しいパスワード(確認)",
|
|
"reset": "{{common.reset}}",
|
|
"edit": "{{common.edit}}",
|
|
"cancel": "{{common.cancel}}",
|
|
"save": "{{common.save}}",
|
|
"required-field": "{{validation.required-field}}"
|
|
},
|
|
"api-key": {
|
|
"copy": "コピー"
|
|
},
|
|
"directory-picker": {
|
|
"name-header": "名前"
|
|
},
|
|
"day-of-week-pipe": {
|
|
"monday": "月曜日",
|
|
"tuesday": "火曜日",
|
|
"wednesday": "水曜日",
|
|
"thursday": "木曜日",
|
|
"friday": "金曜日",
|
|
"saturday": "土曜日",
|
|
"sunday": "日曜日"
|
|
},
|
|
"relationship-pipe": {
|
|
"character": "キャラクター",
|
|
"doujinshi": "同人誌"
|
|
},
|
|
"book-reader": {
|
|
"settings-header": "設定",
|
|
"next": "次へ"
|
|
},
|
|
"confirm-email": {
|
|
"password-label": "{{common.password}}"
|
|
},
|
|
"confirm-reset-password": {
|
|
"password-label": "{{common.password}}"
|
|
},
|
|
"register": {
|
|
"title": "登録",
|
|
"password-label": "{{common.password}}"
|
|
},
|
|
"series-detail": {
|
|
"downloading-status": "ダウンロード中。。。"
|
|
},
|
|
"entity-info-cards": {
|
|
"isbn-title": "ISBN"
|
|
},
|
|
"publication-status-stats": {
|
|
"year-header": "年"
|
|
},
|
|
"actionable": {
|
|
"edit": "編集",
|
|
"delete": "削除",
|
|
"download": "ダウンロード"
|
|
},
|
|
"common": {
|
|
"close": "閉じる",
|
|
"cancel": "キャンセル",
|
|
"delete": "削除",
|
|
"email": "メールアドレス",
|
|
"loading": "読み込み中。。。",
|
|
"username": "ユーザーネーム",
|
|
"password": "パスワード"
|
|
}
|
|
}
|