diff options
| author | 2025-10-23 13:37:50 +0700 | |
|---|---|---|
| committer | 2025-10-23 13:37:50 +0700 | |
| commit | 4b2da2abbc7376ce0de71a00b18b7091b00dbcd1 (patch) | |
| tree | 89e0aa5c62230ae91460231f521b6d7c5a19c740 /locale/localization.en.yaml | |
| parent | bdd7f88f8bdb951babd18883ae20e6dbd9632202 (diff) | |
| download | web-4b2da2abbc7376ce0de71a00b18b7091b00dbcd1.tar.gz web-4b2da2abbc7376ce0de71a00b18b7091b00dbcd1.zip | |
feat: subscription settings
Diffstat (limited to 'locale/localization.en.yaml')
| -rw-r--r-- | locale/localization.en.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/locale/localization.en.yaml b/locale/localization.en.yaml index 49d21ee..8816f2e 100644 --- a/locale/localization.en.yaml +++ b/locale/localization.en.yaml @@ -52,3 +52,13 @@ UserProfile: VerificationSuccess: 'Success! You are now able to subscribe with your new e-mail.' VerificationFailed: 'Verification code is invalid, please ask administrator for a more detailed cause.' VerificationEmpty: 'Verification code is unset or empty.' + SubscriptionHeader: 'Subscribe to...' + TagsNone: 'None' + TagsAll: 'All' + TagsSpecific: 'Specific' + TagDoesNotExist: 'The tag "{}" does not exist on the site.' + TagAlreadyAdded: 'The tag "{}" is already in your subscribed list.' + SaveButton: 'Save' + SubscribeInvalidType: 'Invalid subscription type.' + FailedToSubscribe: 'Failed to subscribe by new settings, please ask administrator for a more detailed cause.' + SubscribedSuccessfully: 'Successfully subscribed you by new settings!' |