Skip to content

Commit 0d57550

Browse files
ThomasSessiongithub-actions[bot]
authored andcommitted
[Automated] Update translations from Crowdin
1 parent e8aa35a commit 0d57550

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

run/localizer/locales.ts

Lines changed: 12 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' |
@@ -974,6 +975,8 @@ export type TokenSimpleNoArgs =
974975
'shareExtensionNoAccountError' |
975976
'shareGroupMessageHistory' |
976977
'shareToSession' |
978+
'sharingSupportMultipleMedia' |
979+
'sharingSupportMultipleMediaExcluded' |
977980
'show' |
978981
'showAll' |
979982
'showLess' |
@@ -1671,6 +1674,9 @@ export const simpleDictionaryNoArgs: Record<
16711674
add: {
16721675
en: "Add",
16731676
},
1677+
addAdminSingular: {
1678+
en: "Add Admin",
1679+
},
16741680
addAdminsDescription: {
16751681
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.",
16761682
},
@@ -4425,6 +4431,12 @@ export const simpleDictionaryNoArgs: Record<
44254431
shareToSession: {
44264432
en: "Share to Session",
44274433
},
4434+
sharingSupportMultipleMedia: {
4435+
en: "Sorry, Session only supports sharing multiple images and videos at once",
4436+
},
4437+
sharingSupportMultipleMediaExcluded: {
4438+
en: "Sharing only supports media. Non-media files have been excluded",
4439+
},
44284440
show: {
44294441
en: "Show",
44304442
},

0 commit comments

Comments
 (0)