Skip to content

Commit 5b52393

Browse files
mpretty-cyrogithub-actions[bot]
authored andcommitted
[Automated] Update translations from Crowdin
1 parent e8aa35a commit 5b52393

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

run/localizer/locales.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export type TokenSimpleNoArgs =
5656
'accountIdYoursDescription' |
5757
'actualSize' |
5858
'add' |
59+
'addAdminSingular' |
5960
'addAdminsDescription' |
6061
'adminCannotBeDemoted' |
6162
'adminCannotBeRemoved' |
@@ -864,6 +865,7 @@ export type TokenSimpleNoArgs =
864865
'quitButton' |
865866
'rateSession' |
866867
'rateSessionApp' |
868+
'rateUs' |
867869
'read' |
868870
'readReceipts' |
869871
'readReceiptsDescription' |
@@ -974,6 +976,8 @@ export type TokenSimpleNoArgs =
974976
'shareExtensionNoAccountError' |
975977
'shareGroupMessageHistory' |
976978
'shareToSession' |
979+
'sharingSupportMultipleMedia' |
980+
'sharingSupportMultipleMediaExcluded' |
977981
'show' |
978982
'showAll' |
979983
'showLess' |
@@ -1270,6 +1274,7 @@ export type TokensSimpleAndArgs = {
12701274
proUpgradingTosPrivacy: WithIcon,
12711275
processingRefundRequest: { platform: string },
12721276
rateSessionModalDescription: WithStoreVariant,
1277+
rateSessionModalDescriptionUpdated: WithStoreVariant,
12731278
refundNonOriginatorApple: { platform_account: string },
12741279
remainingCharactersOverTooltip: WithCount,
12751280
requestRefundPlatformWebsite: { platform: string, platform_account: string },
@@ -1558,6 +1563,7 @@ export type TokenSimpleWithArgs =
15581563
'proUpgradingTosPrivacy' |
15591564
'processingRefundRequest' |
15601565
'rateSessionModalDescription' |
1566+
'rateSessionModalDescriptionUpdated' |
15611567
'refundNonOriginatorApple' |
15621568
'remainingCharactersOverTooltip' |
15631569
'requestRefundPlatformWebsite' |
@@ -1671,6 +1677,9 @@ export const simpleDictionaryNoArgs: Record<
16711677
add: {
16721678
en: "Add",
16731679
},
1680+
addAdminSingular: {
1681+
en: "Add Admin",
1682+
},
16741683
addAdminsDescription: {
16751684
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.",
16761685
},
@@ -4095,6 +4104,9 @@ export const simpleDictionaryNoArgs: Record<
40954104
rateSessionApp: {
40964105
en: "Rate App",
40974106
},
4107+
rateUs: {
4108+
en: "Rate Us",
4109+
},
40984110
read: {
40994111
en: "Read",
41004112
},
@@ -4425,6 +4437,12 @@ export const simpleDictionaryNoArgs: Record<
44254437
shareToSession: {
44264438
en: "Share to Session",
44274439
},
4440+
sharingSupportMultipleMedia: {
4441+
en: "Sorry, Session only supports sharing multiple images and videos at once",
4442+
},
4443+
sharingSupportMultipleMediaExcluded: {
4444+
en: "Sharing only supports media. Non-media files have been excluded",
4445+
},
44284446
show: {
44294447
en: "Show",
44304448
},
@@ -5313,6 +5331,9 @@ export const simpleDictionaryWithArgs: Record<
53135331
},
53145332
rateSessionModalDescription: {
53155333
en: "We're glad you're enjoying Session, if you have a moment, rating us in the {storevariant} helps others discover private, secure messaging!",
5334+
},
5335+
rateSessionModalDescriptionUpdated: {
5336+
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.",
53165337
},
53175338
refundNonOriginatorApple: {
53185339
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.",

0 commit comments

Comments
 (0)