Skip to content

Commit 490b58e

Browse files
committed
fixed i18n.d.ts types
1 parent 2840a61 commit 490b58e

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

apps/webapp/src/types/i18n.d.ts

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -717,13 +717,6 @@ declare module 'I18n/en-US.json' {
717717
'conversationFileUploadOverlayDescription': `Drag & drop to add files`;
718718
'conversationFileUploadOverlayTitle': `Upload files`;
719719
'conversationFileVideoPreviewLabel': `Video file preview for: {src}`;
720-
'conversationFilterDrafts': `Drafts`;
721-
'conversationFilterMentions': `Mentions`;
722-
'conversationFilterNone': `No filter`;
723-
'conversationFilterPings': `Pings`;
724-
'conversationFilterReplies': `Replies`;
725-
'conversationFilterTooltip': `Filter conversations`;
726-
'conversationFilterUnread': `Unread`;
727720
'conversationFoldersEmptyText': `Add your conversations to folders to stay organized.`;
728721
'conversationFoldersEmptyTextLearnMore': `Learn more`;
729722
'conversationFooterArchive': `Archive`;
@@ -1798,6 +1791,7 @@ declare module 'I18n/en-US.json' {
17981791
'searchCreateGroup': `Create group`;
17991792
'searchCreateGuestRoom': `Create guest room`;
18001793
'searchDirectConversations': `Search 1:1 conversations`;
1794+
'searchDraftsConversations': `Search in drafts`;
18011795
'searchFavoriteConversations': `Search favorites`;
18021796
'searchFederatedDomainNotAvailable': `The federated domain is currently not available.`;
18031797
'searchFederatedDomainNotAvailableLearnMore': `Learn more`;
@@ -1816,6 +1810,7 @@ declare module 'I18n/en-US.json' {
18161810
'searchManageServices': `Manage Apps`;
18171811
'searchManageServicesNoResults': `Manage apps`;
18181812
'searchMemberInvite': `Invite people to join the team`;
1813+
'searchMentionsConversations': `Search in mentions`;
18191814
'searchNoContactsOnWire': `You have no contacts on {brandName}.\nTry finding people by\nname or username.`;
18201815
'searchNoMatchesPartner': `No results`;
18211816
'searchNoServicesManager': `Apps are helpers that can improve your workflow.`;
@@ -1826,6 +1821,8 @@ declare module 'I18n/en-US.json' {
18261821
'searchPeople': `People`;
18271822
'searchPeopleOnlyPlaceholder': `Search people`;
18281823
'searchPeoplePlaceholder': `Search for people and conversations`;
1824+
'searchPingsConversations': `Search in pings`;
1825+
'searchRepliesConversations': `Search in replies`;
18291826
'searchServiceConfirmButton': `Open Conversation`;
18301827
'searchServicePlaceholder': `Search by name`;
18311828
'searchServices': `Apps`;
@@ -1835,6 +1832,7 @@ declare module 'I18n/en-US.json' {
18351832
'searchTrySearch': `Find people by\nname or username`;
18361833
'searchTrySearchFederation': `Find people in Wire by name or\n@username\n\nFind people from another domain\nby @username@domainname`;
18371834
'searchTrySearchLearnMore': `Learn more`;
1835+
'searchUnreadConversations': `Search in unread`;
18381836
'selectAccountTypeHeading': `How will you use Wire?`;
18391837
'selectPersonalAccountTypeOptionButtonText': `Create Personal Account`;
18401838
'selectPersonalAccountTypeOptionDescription': `Chat with friends and family.`;
@@ -1849,6 +1847,8 @@ declare module 'I18n/en-US.json' {
18491847
'selfNotSupportMLSMsgPart1': `You can\'t communicate with {selfUserName}, as your device doesn\'t support the suitable protocol.`;
18501848
'selfNotSupportMLSMsgPart2': `to call, and send messages and files.`;
18511849
'selfProfileImageAlt': `Your profile picture`;
1850+
'servicesNotEnabledNoteTitle': `Your team doesn\'t use apps yet`;
1851+
'servicesNotEnabledBody': `To improve your workflow with apps, your team needs configuration. Please contact your team admin.`;
18521852
'servicesOptionsTitle': `Apps`;
18531853
'servicesRoomToggleInfo': `Open this conversation to apps.`;
18541854
'servicesRoomToggleInfoExtended': `Open this conversation to apps. You can always change it later.`;
@@ -1885,6 +1885,8 @@ declare module 'I18n/en-US.json' {
18851885
'success.openWebAppText': `Open Wire for web`;
18861886
'success.subheader': `What do you want to do next?`;
18871887
'systemMessageLearnMore': `Learn more`;
1888+
'tabsFilterHeader': `Show filters`;
1889+
'tabsFilterTooltip': `Customize visible tabs`;
18881890
'takeoverButtonChoose': `Choose your own`;
18891891
'takeoverButtonKeep': `Keep this one`;
18901892
'takeoverLink': `Learn more`;

0 commit comments

Comments
 (0)