diff options
| author | Fuwn <[email protected]> | 2024-07-08 19:11:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-08 19:11:47 -0700 |
| commit | e1af2369964e0e5eed8fed9d86a89b8547559251 (patch) | |
| tree | be70168527a44596b18a4d59142a48a6d4b52386 /src/lib/Locale/japanese.ts | |
| parent | feat(manifest.json): add orientation (diff) | |
| download | due.moe-e1af2369964e0e5eed8fed9d86a89b8547559251.tar.xz due.moe-e1af2369964e0e5eed8fed9d86a89b8547559251.zip | |
feat(pwa): anilist notifications
Diffstat (limited to 'src/lib/Locale/japanese.ts')
| -rw-r--r-- | src/lib/Locale/japanese.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Locale/japanese.ts b/src/lib/Locale/japanese.ts index 089946ef..cc094e07 100644 --- a/src/lib/Locale/japanese.ts +++ b/src/lib/Locale/japanese.ts @@ -76,7 +76,8 @@ const Japanese: Locale = { title: 'モーションとアクセシビリティ', fields: { disablePageTransitionAnimations: 'ページ遷移アニメーションを無効にする', - disableNotifications: '通知を無効にする', + disableNotifications: '詳細なサイト通知を無効にする', + disableAniListNotifications: 'AniListの通知を無効にする', limitPanelAreaToScreenHeight: 'メディアパネルの面積をスクリーンの高さに制限する', interfaceLanguage: 'インターフェース言語' } |