diff options
| author | Fuwn <[email protected]> | 2024-02-05 19:19:43 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-05 19:19:43 -0800 |
| commit | 82159caf25fa79a8d50d9175ba6b9d436eb8231c (patch) | |
| tree | ceff4e1c1bdc08fb7bcdb7279e3f368fd3f9f446 /src/lib/Locale/english.ts | |
| parent | feat(badges): delete all (diff) | |
| download | due.moe-82159caf25fa79a8d50d9175ba6b9d436eb8231c.tar.xz due.moe-82159caf25fa79a8d50d9175ba6b9d436eb8231c.zip | |
feat(locale): localise import mode
Diffstat (limited to 'src/lib/Locale/english.ts')
| -rw-r--r-- | src/lib/Locale/english.ts | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index f3ea3c76..c31f79c7 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -148,15 +148,25 @@ const English: Locale = { add: 'Add', update: 'Update', or: 'or', - delete: 'Delete (Click Twice)', - deleteAll: 'Delete All Badges (Click {times} Times)' + delete: 'Delete (Click Twice)' }, importMode: { enable: 'Import from AniList', disable: 'Disable Import Mode', cancel: 'Cancel', import: 'Import', - fetch: 'Fetch' + fetch: 'Fetch', + deleteAll: { + title: 'Delete All Badges (Click {times} Times)', + hint: 'This will delete all of your badges from Badge Wall. This action cannot be undone.' + }, + dangerous: 'Dangerous', + importLinks: { + title: 'Import Links', + hint: 'If your badges are nested in links, enable this option to attach the links to the badges.' + }, + importReplies: 'Import Replies', + title: 'Import badges from an activity post' } }, profile: { |