summaryrefslogtreecommitdiff
path: root/locale/localization.en.yaml
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2025-10-25 23:25:31 +0700
committerGravatar GitHub <noreply@github.com> 2025-10-25 23:25:31 +0700
commitdd69b45d3a41be2b5c38892c3b107770a0f859f2 (patch)
treed2b6ed2bd645eef448f987e57b97ff918909ea48 /locale/localization.en.yaml
parent69b868a7655a25c82ce4a2bd444812be69c8b998 (diff)
parent629e275e5270ed146f9cd6dba25383cf80022909 (diff)
downloadweb-dd69b45d3a41be2b5c38892c3b107770a0f859f2.tar.gz
web-dd69b45d3a41be2b5c38892c3b107770a0f859f2.zip
v0.11.0 (#17)v0.11.0
- [feat: send new blog posts to subscribers](https://github.com/SayaAndy/saya-today-web/commit/adcd8cf82f7ec4027701643c545b1f27a7cfc221) - [feat: email linking](https://github.com/SayaAndy/saya-today-web/commit/0d261d2f7d080b610f50102576073e334a89e8cb) - [feat: subscription settings](https://github.com/SayaAndy/saya-today-web/commit/4b2da2abbc7376ce0de71a00b18b7091b00dbcd1) - [feat: allow to unsubscribe from an email](https://github.com/SayaAndy/saya-today-web/commit/df7a0ae1c0fc177cba2eae8cc73fe21d2afdd229)
Diffstat (limited to 'locale/localization.en.yaml')
-rw-r--r--locale/localization.en.yaml47
1 files changed, 47 insertions, 0 deletions
diff --git a/locale/localization.en.yaml b/locale/localization.en.yaml
index e93ab00..c7f2df8 100644
--- a/locale/localization.en.yaml
+++ b/locale/localization.en.yaml
@@ -22,6 +22,53 @@ HomePage:
Hymn2: "We've been expecting you!"
Hymn3: 'You bring such joy in Sayasite!'
Hymn4: 'No matter where you roam, know our love is true!~'
+UnsubscribePage:
+ Header: 'Cancelling the Subscription'
+ UnsetCode: 'Your cancel code is not set. You just having a walk around the site?'
+ InvalidCode: "Your cancel code could not be verified. Maybe, the code expired after a day. Or maybe, you've already unsubscribed."
+ OnServerError: "We couldn't unsubscribe you, the problem is on our side! We will solve this problem as soon as possible."
+ Success: 'Cancelled your subscription successfully! We do hope we will engage you again someday.'
Metadata:
Published: 'Published'
Action: 'Took place on'
+Mail:
+ UnsubscribeFooter: 'If this letter got you in a bad mood, you can unsubscribe from my blog by {}this link{/}.'
+ VerifyEmail:
+ Subject: 'Verification Link for SAYA.TODAY is waiting for you!'
+ Welcome: 'Greetings!'
+ Intro: 'There are 2 ways for us to validate your profile:'
+ GotoLink: 'Go by this link:'
+ InputCode: "Or input this code on the personal page:"
+ IfRandom: 'If you are unsure what this letter this, you can ignore it, and also, if you are interested, you may visit my site :)'
+ NewPost:
+ Subject: 'A new post arrived at SAYA.TODAY!'
+ Intro: 'A new post came!'
+ CapturedOn: 'Captured on'
+UserProfile:
+ Header: 'Personal Settings'
+ EmailHeader: 'E-Mail'
+ VerificationCodeHeader: 'Verification Code'
+ TypeEmail: 'Please type your email'
+ SendCodeButton: 'Send Code'
+ VerifyButton: 'Verify'
+ VerificationCodeSent: 'Verification code sent! Please check your e-mail. Your next verification attempt will be possible on {}.'
+ DelayTilVerification: 'You have already requested the verification before! Please wait until {} for a new verification request.'
+ FailedEmailRender: 'Failed to render the email status message, please ask administrator for a more detailed cause.'
+ VerificationCodeSendingError: 'Failed to send a verification code, please ask administrator for a more detailed cause.'
+ EmailAlreadyValidated: 'You already have this E-Mail validated.'
+ EmailTaken: 'This E-Mail is already taken.'
+ EmailEmpty: 'E-Mail is unset or empty.'
+ 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!'
+ RefreshPage: 'Please refresh the profile page on the device, where you requested the code.'