intl: add strings for gift redeeming

This commit is contained in:
Abdullah Atta
2024-12-21 14:35:34 +05:00
committed by Abdullah Atta
parent e9f3037129
commit a628b3fd92
3 changed files with 313 additions and 286 deletions

View File

@@ -2339,6 +2339,10 @@ msgstr "Enter the 6 digit code sent to your email to continue logging in"
msgid "Enter the 6 digit code sent to your phone number to continue logging in" msgid "Enter the 6 digit code sent to your phone number to continue logging in"
msgstr "Enter the 6 digit code sent to your phone number to continue logging in" msgstr "Enter the 6 digit code sent to your phone number to continue logging in"
#: src/strings.ts:2395
msgid "Enter the gift code to redeem your subscription."
msgstr "Enter the gift code to redeem your subscription."
#: src/strings.ts:120 #: src/strings.ts:120
msgid "Enter the recovery code to continue logging in" msgid "Enter the recovery code to continue logging in"
msgstr "Enter the recovery code to continue logging in" msgstr "Enter the recovery code to continue logging in"
@@ -4580,6 +4584,14 @@ msgstr "Recovery key text file saved"
msgid "Recovery successful!" msgid "Recovery successful!"
msgstr "Recovery successful!" msgstr "Recovery successful!"
#: src/strings.ts:2394
msgid "Redeem gift code"
msgstr "Redeem gift code"
#: src/strings.ts:2396
msgid "Redeeming gift code"
msgstr "Redeeming gift code"
#: src/strings.ts:513 #: src/strings.ts:513
msgid "Redo" msgid "Redo"
msgstr "Redo" msgstr "Redo"

File diff suppressed because it is too large Load Diff

View File

@@ -2390,5 +2390,8 @@ Use this if changes from other devices are not appearing on this device. This wi
one: `Move all notes in this notebook to trash`, one: `Move all notes in this notebook to trash`,
other: `Move all notes in these notebooks to trash` other: `Move all notes in these notebooks to trash`
}), }),
emailCopied: () => t`Email copied` emailCopied: () => t`Email copied`,
redeemGiftCode: () => t`Redeem gift code`,
redeemGiftCodeDesc: () => t`Enter the gift code to redeem your subscription.`,
redeemingGiftCode: () => t`Redeeming gift code`
}; };