aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/japanese.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-02-12 09:24:40 -0800
committerFuwn <[email protected]>2024-02-12 09:24:40 -0800
commita737a7483d77a1a61cb0303a75697a09c157da71 (patch)
treefcebad9d6f2a923cde7b7ab20938160c2223c90c /src/lib/Locale/japanese.ts
parentfeat(settings): settings sync category (diff)
downloaddue.moe-a737a7483d77a1a61cb0303a75697a09c157da71.tar.xz
due.moe-a737a7483d77a1a61cb0303a75697a09c157da71.zip
feat(settings): localise settings sync
Diffstat (limited to 'src/lib/Locale/japanese.ts')
-rw-r--r--src/lib/Locale/japanese.ts13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/Locale/japanese.ts b/src/lib/Locale/japanese.ts
index 33d4dc01..07bff6b9 100644
--- a/src/lib/Locale/japanese.ts
+++ b/src/lib/Locale/japanese.ts
@@ -141,7 +141,18 @@ const Japanese: Locale = {
japanese: '日本語'
},
settingsSync: {
- title: 'クロスプラットフォーム設定同期'
+ title: 'クロスプラットフォーム設定同期',
+ buttons: {
+ pull: {
+ title: 'リモート設定をプル',
+ hint: '設定同期を有効にして、ローカル設定をリモート設定で上書きします'
+ },
+ push: {
+ title: 'ローカル設定をプッシュ',
+ hint: '設定同期を有効にして、リモート設定をローカル設定で上書きします'
+ },
+ disable: '設定の同期を無効にし、ローカル設定を保持する'
+ }
}
},
user: {