aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/english.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/english.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/english.ts')
-rw-r--r--src/lib/Locale/english.ts13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts
index c12187fe..831018a7 100644
--- a/src/lib/Locale/english.ts
+++ b/src/lib/Locale/english.ts
@@ -140,7 +140,18 @@ const English: Locale = {
japanese: 'Japanese'
},
settingsSync: {
- title: 'Settings Sync'
+ title: 'Settings Sync',
+ buttons: {
+ pull: {
+ title: 'Pull Remote Configuration',
+ hint: 'Enable settings sync and overwrite any local settings with your remote configuration'
+ },
+ push: {
+ title: 'Push Local Configuration',
+ hint: 'Enable settings sync and overwrite any remote configuration with your local settings'
+ },
+ disable: 'Disable & Keep Local Configuration'
+ }
}
},
user: {