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

@@ -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`,
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`
};