Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions run/localizer/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export type TokenSimpleNoArgs =
'accountIdYoursDescription' |
'actualSize' |
'add' |
'addAdminSingular' |
'addAdminsDescription' |
'adminCannotBeDemoted' |
'adminCannotBeRemoved' |
Expand Down Expand Up @@ -864,6 +865,7 @@ export type TokenSimpleNoArgs =
'quitButton' |
'rateSession' |
'rateSessionApp' |
'rateUs' |
'read' |
'readReceipts' |
'readReceiptsDescription' |
Expand Down Expand Up @@ -974,6 +976,8 @@ export type TokenSimpleNoArgs =
'shareExtensionNoAccountError' |
'shareGroupMessageHistory' |
'shareToSession' |
'sharingSupportMultipleMedia' |
'sharingSupportMultipleMediaExcluded' |
'show' |
'showAll' |
'showLess' |
Expand Down Expand Up @@ -1270,6 +1274,7 @@ export type TokensSimpleAndArgs = {
proUpgradingTosPrivacy: WithIcon,
processingRefundRequest: { platform: string },
rateSessionModalDescription: WithStoreVariant,
rateSessionModalDescriptionUpdated: WithStoreVariant,
refundNonOriginatorApple: { platform_account: string },
remainingCharactersOverTooltip: WithCount,
requestRefundPlatformWebsite: { platform: string, platform_account: string },
Expand Down Expand Up @@ -1558,6 +1563,7 @@ export type TokenSimpleWithArgs =
'proUpgradingTosPrivacy' |
'processingRefundRequest' |
'rateSessionModalDescription' |
'rateSessionModalDescriptionUpdated' |
'refundNonOriginatorApple' |
'remainingCharactersOverTooltip' |
'requestRefundPlatformWebsite' |
Expand Down Expand Up @@ -1671,6 +1677,9 @@ export const simpleDictionaryNoArgs: Record<
add: {
en: "Add",
},
addAdminSingular: {
en: "Add Admin",
},
addAdminsDescription: {
en: "Enter the Account ID of the user you are promoting to admin.<br/><br/>To add multiple users, enter each Account ID separated by a comma. Up to 20 Account IDs can be specified at a time.",
},
Expand Down Expand Up @@ -4095,6 +4104,9 @@ export const simpleDictionaryNoArgs: Record<
rateSessionApp: {
en: "Rate App",
},
rateUs: {
en: "Rate Us",
},
read: {
en: "Read",
},
Expand Down Expand Up @@ -4425,6 +4437,12 @@ export const simpleDictionaryNoArgs: Record<
shareToSession: {
en: "Share to Session",
},
sharingSupportMultipleMedia: {
en: "Sorry, Session only supports sharing multiple images and videos at once",
},
sharingSupportMultipleMediaExcluded: {
en: "Sharing only supports media. Non-media files have been excluded",
},
show: {
en: "Show",
},
Expand Down Expand Up @@ -5313,6 +5331,9 @@ export const simpleDictionaryWithArgs: Record<
},
rateSessionModalDescription: {
en: "We're glad you're enjoying Session, if you have a moment, rating us in the {storevariant} helps others discover private, secure messaging!",
},
rateSessionModalDescriptionUpdated: {
en: "Session runs no ads, sells no data, and answers only to its users. Your {storevariant} rating helps more people find messaging that actually respects their privacy.",
},
refundNonOriginatorApple: {
en: "Because you originally signed up for Session Pro via a different {platform_account}, you'll need to use that <b><span>{platform_account}</span></b> to update your Pro access.",
Expand Down
Loading