intl: add other subscription providers

This commit is contained in:
Abdullah Atta
2024-12-21 15:05:25 +05:00
committed by Abdullah Atta
parent a628b3fd92
commit 523ae5b07b
3 changed files with 2947 additions and 2904 deletions

View File

@@ -678,6 +678,12 @@ $headline$: Use starting line of the note as title.`,
monthShort: () => t`mo`,
yearShort: () => t`yr`,
subscriptionProviderInfo: {
0: {
type: "Streetwriters",
title: () => t`Subscription awarded from Streetwriters`,
desc: () =>
t`You were awarded a subscription to Notesnook Pro by Streetwriters.`
},
1: {
type: "iOS",
title: () => t`Subscribed on iOS`,
@@ -697,6 +703,11 @@ $headline$: Use starting line of the note as title.`,
title: () => t`Subscribed on Web`,
desc: () => t`You subscribed to Notesnook Pro on the Web/Desktop App.`,
icon: "web"
},
4: {
type: "Gift card",
title: () => t`Subscribed using gift card`,
desc: () => t`You subscribed to Notesnook Pro using a gift card.`
}
},
dark: () => t`Dark`,