diff options
| author | Fuwn <[email protected]> | 2024-02-17 01:32:59 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-17 01:32:59 -0800 |
| commit | ae14e8263a9d42c539b748c9781d3c249f94af59 (patch) | |
| tree | e04754cc3815203aa5bdaef804d697e0b103a917 /src/lib/Locale/japanese.ts | |
| parent | fix(hololive): wait for pinned streams (diff) | |
| download | due.moe-ae14e8263a9d42c539b748c9781d3c249f94af59.tar.xz due.moe-ae14e8263a9d42c539b748c9781d3c249f94af59.zip | |
feat(settings): delete remote configuration
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 07bff6b9..28c8f9bb 100644 --- a/src/lib/Locale/japanese.ts +++ b/src/lib/Locale/japanese.ts @@ -151,7 +151,8 @@ const Japanese: Locale = { title: 'ローカル設定をプッシュ', hint: '設定同期を有効にして、リモート設定をローカル設定で上書きします' }, - disable: '設定の同期を無効にし、ローカル設定を保持する' + disable: '設定の同期を無効にし、ローカル設定を保持する', + delete: 'リモート設定を削除' } } }, |