2022-04-26 22:48:17 +03:00
// s w i f t l i n t : d i s a b l e a l l
// G e n e r a t e d u s i n g S w i f t G e n — h t t p s : / / g i t h u b . c o m / S w i f t G e n / S w i f t G e n
import Foundation
// s w i f t l i n t : d i s a b l e s u p e r f l u o u s _ d i s a b l e _ c o m m a n d f i l e _ l e n g t h i m p l i c i t _ r e t u r n
// MARK: - S t r i n g s
// s w i f t l i n t : d i s a b l e e x p l i c i t _ t y p e _ i n t e r f a c e f u n c t i o n _ p a r a m e t e r _ c o u n t i d e n t i f i e r _ n a m e l i n e _ l e n g t h
// s w i f t l i n t : d i s a b l e n e s t i n g t y p e _ b o d y _ l e n g t h t y p e _ n a m e v e r t i c a l _ w h i t e s p a c e _ o p e n i n g _ b r a c e s
2023-03-17 16:17:45 +00:00
public enum L10n {
2023-08-16 17:48:12 +02:00
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func countSRoomsWeb ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " %(count)s rooms_web " , p1 )
}
2023-03-27 18:18:59 +01:00
// / H i d e p a s s w o r d
public static var a11yHidePassword : String { return L10n . tr ( " Localizable " , " a11y_hide_password " ) }
// / S e n d f i l e s
public static var a11ySendFiles : String { return L10n . tr ( " Localizable " , " a11y_send_files " ) }
// / S h o w p a s s w o r d
public static var a11yShowPassword : String { return L10n . tr ( " Localizable " , " a11y_show_password " ) }
// / U s e r m e n u
public static var a11yUserMenu : String { return L10n . tr ( " Localizable " , " a11y_user_menu " ) }
2023-04-12 12:03:11 +02:00
// / A c c e p t
public static var actionAccept : String { return L10n . tr ( " Localizable " , " action_accept " ) }
2023-03-27 18:18:59 +01:00
// / B a c k
public static var actionBack : String { return L10n . tr ( " Localizable " , " action_back " ) }
// / C a n c e l
public static var actionCancel : String { return L10n . tr ( " Localizable " , " action_cancel " ) }
2023-04-12 12:03:11 +02:00
// / C h o o s e p h o t o
public static var actionChoosePhoto : String { return L10n . tr ( " Localizable " , " action_choose_photo " ) }
2023-03-27 18:18:59 +01:00
// / C l e a r
public static var actionClear : String { return L10n . tr ( " Localizable " , " action_clear " ) }
// / C l o s e
public static var actionClose : String { return L10n . tr ( " Localizable " , " action_close " ) }
// / C o m p l e t e v e r i f i c a t i o n
public static var actionCompleteVerification : String { return L10n . tr ( " Localizable " , " action_complete_verification " ) }
2023-03-17 16:17:45 +00:00
// / C o n f i r m
public static var actionConfirm : String { return L10n . tr ( " Localizable " , " action_confirm " ) }
2023-03-27 18:18:59 +01:00
// / C o n t i n u e
public static var actionContinue : String { return L10n . tr ( " Localizable " , " action_continue " ) }
// / C o p y
public static var actionCopy : String { return L10n . tr ( " Localizable " , " action_copy " ) }
// / C o p y l i n k
public static var actionCopyLink : String { return L10n . tr ( " Localizable " , " action_copy_link " ) }
2023-06-16 17:41:25 +01:00
// / C o p y l i n k t o m e s s a g e
public static var actionCopyLinkToMessage : String { return L10n . tr ( " Localizable " , " action_copy_link_to_message " ) }
2023-04-12 12:03:11 +02:00
// / C r e a t e
public static var actionCreate : String { return L10n . tr ( " Localizable " , " action_create " ) }
2023-03-27 18:18:59 +01:00
// / C r e a t e a r o o m
public static var actionCreateARoom : String { return L10n . tr ( " Localizable " , " action_create_a_room " ) }
2023-04-12 12:03:11 +02:00
// / D e c l i n e
public static var actionDecline : String { return L10n . tr ( " Localizable " , " action_decline " ) }
2023-03-27 18:18:59 +01:00
// / D i s a b l e
public static var actionDisable : String { return L10n . tr ( " Localizable " , " action_disable " ) }
// / D o n e
public static var actionDone : String { return L10n . tr ( " Localizable " , " action_done " ) }
// / E d i t
public static var actionEdit : String { return L10n . tr ( " Localizable " , " action_edit " ) }
// / E n a b l e
public static var actionEnable : String { return L10n . tr ( " Localizable " , " action_enable " ) }
2023-05-29 00:03:26 +00:00
// / F o r g o t p a s s w o r d ?
public static var actionForgotPassword : String { return L10n . tr ( " Localizable " , " action_forgot_password " ) }
2023-06-16 15:36:27 +02:00
// / F o r w a r d
public static var actionForward : String { return L10n . tr ( " Localizable " , " action_forward " ) }
2023-03-27 18:18:59 +01:00
// / I n v i t e
public static var actionInvite : String { return L10n . tr ( " Localizable " , " action_invite " ) }
2023-05-22 00:03:24 +00:00
// / I n v i t e f r i e n d s
public static var actionInviteFriends : String { return L10n . tr ( " Localizable " , " action_invite_friends " ) }
2023-03-27 18:18:59 +01:00
// / I n v i t e f r i e n d s t o % 1 $ @
public static func actionInviteFriendsToApp ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " action_invite_friends_to_app " , String ( describing : p1 ) )
}
2023-06-20 18:31:40 +01:00
// / I n v i t e p e o p l e t o % 1 $ @
public static func actionInvitePeopleToApp ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " action_invite_people_to_app " , String ( describing : p1 ) )
}
2023-04-12 12:03:11 +02:00
// / I n v i t e s
public static var actionInvitesList : String { return L10n . tr ( " Localizable " , " action_invites_list " ) }
2023-03-27 18:18:59 +01:00
// / L e a r n m o r e
public static var actionLearnMore : String { return L10n . tr ( " Localizable " , " action_learn_more " ) }
// / L e a v e
public static var actionLeave : String { return L10n . tr ( " Localizable " , " action_leave " ) }
// / L e a v e r o o m
public static var actionLeaveRoom : String { return L10n . tr ( " Localizable " , " action_leave_room " ) }
// / N e x t
public static var actionNext : String { return L10n . tr ( " Localizable " , " action_next " ) }
// / N o
public static var actionNo : String { return L10n . tr ( " Localizable " , " action_no " ) }
// / N o t n o w
public static var actionNotNow : String { return L10n . tr ( " Localizable " , " action_not_now " ) }
// / O K
public static var actionOk : String { return L10n . tr ( " Localizable " , " action_ok " ) }
2023-06-07 17:04:42 +03:00
// / O p e n w i t h
public static var actionOpenWith : String { return L10n . tr ( " Localizable " , " action_open_with " ) }
2023-03-27 18:18:59 +01:00
// / Q u i c k r e p l y
public static var actionQuickReply : String { return L10n . tr ( " Localizable " , " action_quick_reply " ) }
// / Q u o t e
public static var actionQuote : String { return L10n . tr ( " Localizable " , " action_quote " ) }
2023-07-24 13:08:50 +01:00
// / R e a c t
public static var actionReact : String { return L10n . tr ( " Localizable " , " action_react " ) }
2023-03-27 18:18:59 +01:00
// / R e m o v e
public static var actionRemove : String { return L10n . tr ( " Localizable " , " action_remove " ) }
// / R e p l y
public static var actionReply : String { return L10n . tr ( " Localizable " , " action_reply " ) }
// / R e p o r t b u g
public static var actionReportBug : String { return L10n . tr ( " Localizable " , " action_report_bug " ) }
// / R e p o r t C o n t e n t
public static var actionReportContent : String { return L10n . tr ( " Localizable " , " action_report_content " ) }
// / R e t r y
public static var actionRetry : String { return L10n . tr ( " Localizable " , " action_retry " ) }
// / R e t r y d e c r y p t i o n
public static var actionRetryDecryption : String { return L10n . tr ( " Localizable " , " action_retry_decryption " ) }
// / S a v e
public static var actionSave : String { return L10n . tr ( " Localizable " , " action_save " ) }
// / S e a r c h
public static var actionSearch : String { return L10n . tr ( " Localizable " , " action_search " ) }
// / S e n d
public static var actionSend : String { return L10n . tr ( " Localizable " , " action_send " ) }
2023-04-12 12:03:11 +02:00
// / S e n d m e s s a g e
public static var actionSendMessage : String { return L10n . tr ( " Localizable " , " action_send_message " ) }
2023-04-03 13:18:19 +02:00
// / S h a r e
2023-04-04 10:47:41 +02:00
public static var actionShare : String { return L10n . tr ( " Localizable " , " action_share " ) }
// / S h a r e l i n k
2023-03-27 18:18:59 +01:00
public static var actionShareLink : String { return L10n . tr ( " Localizable " , " action_share_link " ) }
// / S k i p
public static var actionSkip : String { return L10n . tr ( " Localizable " , " action_skip " ) }
// / S t a r t
public static var actionStart : String { return L10n . tr ( " Localizable " , " action_start " ) }
// / S t a r t c h a t
public static var actionStartChat : String { return L10n . tr ( " Localizable " , " action_start_chat " ) }
// / S t a r t v e r i f i c a t i o n
public static var actionStartVerification : String { return L10n . tr ( " Localizable " , " action_start_verification " ) }
2023-06-16 15:36:27 +02:00
// / T a p t o l o a d m a p
public static var actionStaticMapLoad : String { return L10n . tr ( " Localizable " , " action_static_map_load " ) }
2023-04-12 12:03:11 +02:00
// / T a k e p h o t o
public static var actionTakePhoto : String { return L10n . tr ( " Localizable " , " action_take_photo " ) }
2023-03-27 18:18:59 +01:00
// / V i e w S o u r c e
public static var actionViewSource : String { return L10n . tr ( " Localizable " , " action_view_source " ) }
// / Y e s
public static var actionYes : String { return L10n . tr ( " Localizable " , " action_yes " ) }
// / A b o u t
public static var commonAbout : String { return L10n . tr ( " Localizable " , " common_about " ) }
2023-06-07 17:04:42 +03:00
// / A c c e p t a b l e u s e p o l i c y
public static var commonAcceptableUsePolicy : String { return L10n . tr ( " Localizable " , " common_acceptable_use_policy " ) }
2023-04-18 09:33:32 +02:00
// / A n a l y t i c s
public static var commonAnalytics : String { return L10n . tr ( " Localizable " , " common_analytics " ) }
2023-03-27 18:18:59 +01:00
// / A u d i o
public static var commonAudio : String { return L10n . tr ( " Localizable " , " common_audio " ) }
// / B u b b l e s
public static var commonBubbles : String { return L10n . tr ( " Localizable " , " common_bubbles " ) }
2023-06-07 17:04:42 +03:00
// / C o p y r i g h t
public static var commonCopyright : String { return L10n . tr ( " Localizable " , " common_copyright " ) }
2023-04-03 13:18:19 +02:00
// / C r e a t i n g r o o m …
public static var commonCreatingRoom : String { return L10n . tr ( " Localizable " , " common_creating_room " ) }
2023-04-05 10:36:02 +02:00
// / L e f t r o o m
public static var commonCurrentUserLeftRoom : String { return L10n . tr ( " Localizable " , " common_current_user_left_room " ) }
2023-03-27 18:18:59 +01:00
// / D e c r y p t i o n e r r o r
public static var commonDecryptionError : String { return L10n . tr ( " Localizable " , " common_decryption_error " ) }
// / D e v e l o p e r o p t i o n s
public static var commonDeveloperOptions : String { return L10n . tr ( " Localizable " , " common_developer_options " ) }
// / ( e d i t e d )
public static var commonEditedSuffix : String { return L10n . tr ( " Localizable " , " common_edited_suffix " ) }
// / E d i t i n g
public static var commonEditing : String { return L10n . tr ( " Localizable " , " common_editing " ) }
2023-05-09 16:09:38 +03:00
// / * % 1 $ @ % 2 $ @
public static func commonEmote ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " common_emote " , String ( describing : p1 ) , String ( describing : p2 ) )
}
2023-03-27 18:18:59 +01:00
// / E n c r y p t i o n e n a b l e d
public static var commonEncryptionEnabled : String { return L10n . tr ( " Localizable " , " common_encryption_enabled " ) }
// / E r r o r
public static var commonError : String { return L10n . tr ( " Localizable " , " common_error " ) }
// / F i l e
public static var commonFile : String { return L10n . tr ( " Localizable " , " common_file " ) }
2023-06-16 15:36:27 +02:00
// / F o r w a r d m e s s a g e
public static var commonForwardMessage : String { return L10n . tr ( " Localizable " , " common_forward_message " ) }
2023-03-27 18:18:59 +01:00
// / G I F
public static var commonGif : String { return L10n . tr ( " Localizable " , " common_gif " ) }
// / I m a g e
public static var commonImage : String { return L10n . tr ( " Localizable " , " common_image " ) }
2023-07-03 00:02:56 +00:00
// / T h i s M a t r i x I D c a n ' t b e f o u n d , s o t h e i n v i t e m i g h t n o t b e r e c e i v e d .
2023-05-26 15:47:12 +02:00
public static var commonInviteUnknownProfile : String { return L10n . tr ( " Localizable " , " common_invite_unknown_profile " ) }
2023-05-22 00:03:24 +00:00
// / L e a v i n g r o o m
public static var commonLeavingRoom : String { return L10n . tr ( " Localizable " , " common_leaving_room " ) }
2023-03-27 18:18:59 +01:00
// / L i n k c o p i e d t o c l i p b o a r d
public static var commonLinkCopiedToClipboard : String { return L10n . tr ( " Localizable " , " common_link_copied_to_clipboard " ) }
// / L o a d i n g …
public static var commonLoading : String { return L10n . tr ( " Localizable " , " common_loading " ) }
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func commonMemberCount ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " common_member_count " , p1 )
}
// / M e s s a g e
public static var commonMessage : String { return L10n . tr ( " Localizable " , " common_message " ) }
// / M e s s a g e l a y o u t
public static var commonMessageLayout : String { return L10n . tr ( " Localizable " , " common_message_layout " ) }
// / M e s s a g e r e m o v e d
public static var commonMessageRemoved : String { return L10n . tr ( " Localizable " , " common_message_removed " ) }
// / M o d e r n
public static var commonModern : String { return L10n . tr ( " Localizable " , " common_modern " ) }
2023-06-16 15:36:27 +02:00
// / M u t e
public static var commonMute : String { return L10n . tr ( " Localizable " , " common_mute " ) }
2023-03-29 14:29:25 +02:00
// / N o r e s u l t s
public static var commonNoResults : String { return L10n . tr ( " Localizable " , " common_no_results " ) }
2023-03-27 18:18:59 +01:00
// / O f f l i n e
public static var commonOffline : String { return L10n . tr ( " Localizable " , " common_offline " ) }
// / P a s s w o r d
public static var commonPassword : String { return L10n . tr ( " Localizable " , " common_password " ) }
// / P e o p l e
public static var commonPeople : String { return L10n . tr ( " Localizable " , " common_people " ) }
// / P e r m a l i n k
public static var commonPermalink : String { return L10n . tr ( " Localizable " , " common_permalink " ) }
2023-08-11 12:25:16 +02:00
// / F i n a l v o t e s : % 1 $ @
public static func commonPollFinalVotes ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " common_poll_final_votes " , String ( describing : p1 ) )
}
// / T o t a l v o t e s : % 1 $ @
public static func commonPollTotalVotes ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " common_poll_total_votes " , String ( describing : p1 ) )
}
// / R e s u l t s w i l l s h o w a f t e r t h e p o l l h a s e n d e d
public static var commonPollUndisclosedText : String { return L10n . tr ( " Localizable " , " common_poll_undisclosed_text " ) }
2023-07-27 15:34:27 +02:00
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func commonPollVotesCount ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " common_poll_votes_count " , p1 )
}
2023-06-07 17:04:42 +03:00
// / P r i v a c y p o l i c y
public static var commonPrivacyPolicy : String { return L10n . tr ( " Localizable " , " common_privacy_policy " ) }
2023-03-27 18:18:59 +01:00
// / R e a c t i o n s
public static var commonReactions : String { return L10n . tr ( " Localizable " , " common_reactions " ) }
2023-06-28 09:16:00 +01:00
// / R e f r e s h i n g …
public static var commonRefreshing : String { return L10n . tr ( " Localizable " , " common_refreshing " ) }
2023-03-27 18:18:59 +01:00
// / R e p l y i n g t o % 1 $ @
public static func commonReplyingTo ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " common_replying_to " , String ( describing : p1 ) )
}
// / R e p o r t a b u g
public static var commonReportABug : String { return L10n . tr ( " Localizable " , " common_report_a_bug " ) }
// / R e p o r t s u b m i t t e d
public static var commonReportSubmitted : String { return L10n . tr ( " Localizable " , " common_report_submitted " ) }
2023-05-26 15:47:12 +02:00
// / R o o m n a m e
public static var commonRoomName : String { return L10n . tr ( " Localizable " , " common_room_name " ) }
2023-06-06 10:03:38 +02:00
// / e . g . y o u r p r o j e c t n a m e
public static var commonRoomNamePlaceholder : String { return L10n . tr ( " Localizable " , " common_room_name_placeholder " ) }
2023-03-27 18:18:59 +01:00
// / S e a r c h f o r s o m e o n e
public static var commonSearchForSomeone : String { return L10n . tr ( " Localizable " , " common_search_for_someone " ) }
2023-05-15 00:03:30 +00:00
// / S e a r c h r e s u l t s
public static var commonSearchResults : String { return L10n . tr ( " Localizable " , " common_search_results " ) }
2023-03-27 18:18:59 +01:00
// / S e c u r i t y
public static var commonSecurity : String { return L10n . tr ( " Localizable " , " common_security " ) }
// / S e l e c t y o u r s e r v e r
public static var commonSelectYourServer : String { return L10n . tr ( " Localizable " , " common_select_your_server " ) }
// / S e n d i n g …
public static var commonSending : String { return L10n . tr ( " Localizable " , " common_sending " ) }
// / S e r v e r n o t s u p p o r t e d
public static var commonServerNotSupported : String { return L10n . tr ( " Localizable " , " common_server_not_supported " ) }
// / S e r v e r U R L
public static var commonServerUrl : String { return L10n . tr ( " Localizable " , " common_server_url " ) }
// / S e t t i n g s
public static var commonSettings : String { return L10n . tr ( " Localizable " , " common_settings " ) }
2023-06-23 12:49:35 +02:00
// / S h a r e d l o c a t i o n
public static var commonSharedLocation : String { return L10n . tr ( " Localizable " , " common_shared_location " ) }
2023-05-15 00:03:30 +00:00
// / S t a r t i n g c h a t …
public static var commonStartingChat : String { return L10n . tr ( " Localizable " , " common_starting_chat " ) }
2023-03-27 18:18:59 +01:00
// / S t i c k e r
public static var commonSticker : String { return L10n . tr ( " Localizable " , " common_sticker " ) }
// / S u c c e s s
public static var commonSuccess : String { return L10n . tr ( " Localizable " , " common_success " ) }
// / S u g g e s t i o n s
public static var commonSuggestions : String { return L10n . tr ( " Localizable " , " common_suggestions " ) }
2023-06-16 17:41:25 +01:00
// / S y n c i n g
public static var commonSyncing : String { return L10n . tr ( " Localizable " , " common_syncing " ) }
2023-06-07 17:04:42 +03:00
// / T h i r d - p a r t y n o t i c e s
public static var commonThirdPartyNotices : String { return L10n . tr ( " Localizable " , " common_third_party_notices " ) }
2023-03-27 18:18:59 +01:00
// / T o p i c
public static var commonTopic : String { return L10n . tr ( " Localizable " , " common_topic " ) }
2023-06-06 10:03:38 +02:00
// / W h a t i s t h i s r o o m a b o u t ?
public static var commonTopicPlaceholder : String { return L10n . tr ( " Localizable " , " common_topic_placeholder " ) }
2023-03-27 18:18:59 +01:00
// / U n a b l e t o d e c r y p t
public static var commonUnableToDecrypt : String { return L10n . tr ( " Localizable " , " common_unable_to_decrypt " ) }
2023-07-03 00:02:56 +00:00
// / I n v i t e s c o u l d n ' t b e s e n t t o o n e o r m o r e u s e r s .
2023-05-22 00:03:24 +00:00
public static var commonUnableToInviteMessage : String { return L10n . tr ( " Localizable " , " common_unable_to_invite_message " ) }
// / U n a b l e t o s e n d i n v i t e ( s )
public static var commonUnableToInviteTitle : String { return L10n . tr ( " Localizable " , " common_unable_to_invite_title " ) }
2023-06-16 15:36:27 +02:00
// / U n m u t e
public static var commonUnmute : String { return L10n . tr ( " Localizable " , " common_unmute " ) }
2023-03-27 18:18:59 +01:00
// / U n s u p p o r t e d e v e n t
public static var commonUnsupportedEvent : String { return L10n . tr ( " Localizable " , " common_unsupported_event " ) }
// / U s e r n a m e
public static var commonUsername : String { return L10n . tr ( " Localizable " , " common_username " ) }
// / V e r i f i c a t i o n c a n c e l l e d
public static var commonVerificationCancelled : String { return L10n . tr ( " Localizable " , " common_verification_cancelled " ) }
// / V e r i f i c a t i o n c o m p l e t e
public static var commonVerificationComplete : String { return L10n . tr ( " Localizable " , " common_verification_complete " ) }
// / V i d e o
public static var commonVideo : String { return L10n . tr ( " Localizable " , " common_video " ) }
// / W a i t i n g …
public static var commonWaiting : String { return L10n . tr ( " Localizable " , " common_waiting " ) }
// / % 1 $ @ c r a s h e d t h e l a s t t i m e i t w a s u s e d . W o u l d y o u l i k e t o s h a r e a c r a s h r e p o r t w i t h u s ?
public static func crashDetectionDialogContent ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " crash_detection_dialog_content " , String ( describing : p1 ) )
}
// / C o n f i r m a t i o n
public static var dialogTitleConfirmation : String { return L10n . tr ( " Localizable " , " dialog_title_confirmation " ) }
// / E r r o r
public static var dialogTitleError : String { return L10n . tr ( " Localizable " , " dialog_title_error " ) }
// / S u c c e s s
public static var dialogTitleSuccess : String { return L10n . tr ( " Localizable " , " dialog_title_success " ) }
// / W a r n i n g
public static var dialogTitleWarning : String { return L10n . tr ( " Localizable " , " dialog_title_warning " ) }
// / A c t i v i t i e s
public static var emojiPickerCategoryActivity : String { return L10n . tr ( " Localizable " , " emoji_picker_category_activity " ) }
// / F l a g s
public static var emojiPickerCategoryFlags : String { return L10n . tr ( " Localizable " , " emoji_picker_category_flags " ) }
// / F o o d & D r i n k
public static var emojiPickerCategoryFoods : String { return L10n . tr ( " Localizable " , " emoji_picker_category_foods " ) }
// / A n i m a l s & N a t u r e
public static var emojiPickerCategoryNature : String { return L10n . tr ( " Localizable " , " emoji_picker_category_nature " ) }
// / O b j e c t s
public static var emojiPickerCategoryObjects : String { return L10n . tr ( " Localizable " , " emoji_picker_category_objects " ) }
// / S m i l e y s & P e o p l e
public static var emojiPickerCategoryPeople : String { return L10n . tr ( " Localizable " , " emoji_picker_category_people " ) }
// / T r a v e l & P l a c e s
public static var emojiPickerCategoryPlaces : String { return L10n . tr ( " Localizable " , " emoji_picker_category_places " ) }
// / S y m b o l s
public static var emojiPickerCategorySymbols : String { return L10n . tr ( " Localizable " , " emoji_picker_category_symbols " ) }
// / F a i l e d c r e a t i n g t h e p e r m a l i n k
public static var errorFailedCreatingThePermalink : String { return L10n . tr ( " Localizable " , " error_failed_creating_the_permalink " ) }
2023-07-11 12:42:59 +02:00
// / % 1 $ @ c o u l d n o t l o a d t h e m a p . P l e a s e t r y a g a i n l a t e r .
public static func errorFailedLoadingMap ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " error_failed_loading_map " , String ( describing : p1 ) )
}
2023-03-27 18:18:59 +01:00
// / F a i l e d l o a d i n g m e s s a g e s
public static var errorFailedLoadingMessages : String { return L10n . tr ( " Localizable " , " error_failed_loading_messages " ) }
2023-07-11 12:42:59 +02:00
// / % 1 $ @ c o u l d n o t a c c e s s y o u r l o c a t i o n . P l e a s e t r y a g a i n l a t e r .
public static func errorFailedLocatingUser ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " error_failed_locating_user " , String ( describing : p1 ) )
}
// / % 1 $ @ d o e s n o t h a v e p e r m i s s i o n t o a c c e s s y o u r l o c a t i o n . Y o u c a n e n a b l e a c c e s s i n S e t t i n g s > L o c a t i o n
2023-07-17 15:19:28 +02:00
public static func errorMissingLocationAuthIos ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " error_missing_location_auth_ios " , String ( describing : p1 ) )
2023-07-11 12:42:59 +02:00
}
2023-04-03 13:18:19 +02:00
// / N o c o m p a t i b l e a p p w a s f o u n d t o h a n d l e t h i s a c t i o n .
public static var errorNoCompatibleAppFound : String { return L10n . tr ( " Localizable " , " error_no_compatible_app_found " ) }
2023-03-27 18:18:59 +01:00
// / S o m e m e s s a g e s h a v e n o t b e e n s e n t
public static var errorSomeMessagesHaveNotBeenSent : String { return L10n . tr ( " Localizable " , " error_some_messages_have_not_been_sent " ) }
// / S o r r y , a n e r r o r o c c u r r e d
public static var errorUnknown : String { return L10n . tr ( " Localizable " , " error_unknown " ) }
2023-05-22 00:03:24 +00:00
// / 🔐 ️ J o i n m e o n % 1 $ @
public static func inviteFriendsRichTitle ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " invite_friends_rich_title " , String ( describing : p1 ) )
}
2023-03-27 18:18:59 +01:00
// / H e y , t a l k t o m e o n % 1 $ @ : % 2 $ @
public static func inviteFriendsText ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " invite_friends_text " , String ( describing : p1 ) , String ( describing : p2 ) )
}
2023-07-03 00:02:56 +00:00
// / A r e y o u s u r e t h a t y o u w a n t t o l e a v e t h i s r o o m ? Y o u ' r e t h e o n l y p e r s o n h e r e . I f y o u l e a v e , n o o n e w i l l b e a b l e t o j o i n i n t h e f u t u r e , i n c l u d i n g y o u .
2023-03-27 18:18:59 +01:00
public static var leaveRoomAlertEmptySubtitle : String { return L10n . tr ( " Localizable " , " leave_room_alert_empty_subtitle " ) }
2023-07-03 00:02:56 +00:00
// / A r e y o u s u r e t h a t y o u w a n t t o l e a v e t h i s r o o m ? T h i s r o o m i s n o t p u b l i c a n d y o u w o n ' t b e a b l e t o r e j o i n w i t h o u t a n i n v i t e .
2023-03-27 18:18:59 +01:00
public static var leaveRoomAlertPrivateSubtitle : String { return L10n . tr ( " Localizable " , " leave_room_alert_private_subtitle " ) }
// / A r e y o u s u r e t h a t y o u w a n t t o l e a v e t h e r o o m ?
public static var leaveRoomAlertSubtitle : String { return L10n . tr ( " Localizable " , " leave_room_alert_subtitle " ) }
// / % 1 $ @ i O S
public static func loginInitialDeviceNameIos ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " login_initial_device_name_ios " , String ( describing : p1 ) )
}
// / N o t i f i c a t i o n
public static var notification : String { return L10n . tr ( " Localizable " , " Notification " ) }
2023-04-12 12:03:11 +02:00
// / C a l l
public static var notificationChannelCall : String { return L10n . tr ( " Localizable " , " notification_channel_call " ) }
// / L i s t e n i n g f o r e v e n t s
public static var notificationChannelListeningForEvents : String { return L10n . tr ( " Localizable " , " notification_channel_listening_for_events " ) }
// / N o i s y n o t i f i c a t i o n s
public static var notificationChannelNoisy : String { return L10n . tr ( " Localizable " , " notification_channel_noisy " ) }
// / S i l e n t n o t i f i c a t i o n s
public static var notificationChannelSilent : String { return L10n . tr ( " Localizable " , " notification_channel_silent " ) }
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func notificationCompatSummaryLineForRoom ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " notification_compat_summary_line_for_room " , p1 )
}
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func notificationCompatSummaryTitle ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " notification_compat_summary_title " , p1 )
}
2023-07-03 00:02:56 +00:00
// / N o t i f i c a t i o n
public static var notificationFallbackContent : String { return L10n . tr ( " Localizable " , " notification_fallback_content " ) }
2023-04-12 12:03:11 +02:00
// / * * F a i l e d t o s e n d - p l e a s e o p e n r o o m
public static var notificationInlineReplyFailed : String { return L10n . tr ( " Localizable " , " notification_inline_reply_failed " ) }
// / J o i n
public static var notificationInvitationActionJoin : String { return L10n . tr ( " Localizable " , " notification_invitation_action_join " ) }
// / R e j e c t
public static var notificationInvitationActionReject : String { return L10n . tr ( " Localizable " , " notification_invitation_action_reject " ) }
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func notificationInvitations ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " notification_invitations " , p1 )
}
2023-06-16 15:36:27 +02:00
// / I n v i t e d y o u t o c h a t
2023-06-07 13:01:05 +02:00
public static var notificationInviteBody : String { return L10n . tr ( " Localizable " , " notification_invite_body " ) }
2023-04-12 12:03:11 +02:00
// / N e w M e s s a g e s
public static var notificationNewMessages : String { return L10n . tr ( " Localizable " , " notification_new_messages " ) }
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func notificationNewMessagesForRoom ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " notification_new_messages_for_room " , p1 )
}
2023-06-28 09:16:00 +01:00
// / R e a c t e d w i t h % 1 $ @
public static func notificationReactionBody ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " notification_reaction_body " , String ( describing : p1 ) )
}
2023-04-12 12:03:11 +02:00
// / M a r k a s r e a d
public static var notificationRoomActionMarkAsRead : String { return L10n . tr ( " Localizable " , " notification_room_action_mark_as_read " ) }
// / Q u i c k r e p l y
public static var notificationRoomActionQuickReply : String { return L10n . tr ( " Localizable " , " notification_room_action_quick_reply " ) }
2023-06-16 15:36:27 +02:00
// / I n v i t e d y o u t o j o i n t h e r o o m
public static var notificationRoomInviteBody : String { return L10n . tr ( " Localizable " , " notification_room_invite_body " ) }
2023-04-12 12:03:11 +02:00
// / M e
public static var notificationSenderMe : String { return L10n . tr ( " Localizable " , " notification_sender_me " ) }
// / Y o u a r e v i e w i n g t h e n o t i f i c a t i o n ! C l i c k m e !
public static var notificationTestPushNotificationContent : String { return L10n . tr ( " Localizable " , " notification_test_push_notification_content " ) }
// / % 1 $ @ : % 2 $ @
public static func notificationTickerTextDm ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " notification_ticker_text_dm " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / % 1 $ @ : % 2 $ @ % 3 $ @
public static func notificationTickerTextGroup ( _ p1 : Any , _ p2 : Any , _ p3 : Any ) -> String {
return L10n . tr ( " Localizable " , " notification_ticker_text_group " , String ( describing : p1 ) , String ( describing : p2 ) , String ( describing : p3 ) )
}
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func notificationUnreadNotifiedMessages ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " notification_unread_notified_messages " , p1 )
}
// / % 1 $ @ a n d % 2 $ @
public static func notificationUnreadNotifiedMessagesAndInvitation ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " notification_unread_notified_messages_and_invitation " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / % 1 $ @ i n % 2 $ @
public static func notificationUnreadNotifiedMessagesInRoom ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " notification_unread_notified_messages_in_room " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / % 1 $ @ i n % 2 $ @ a n d % 3 $ @
public static func notificationUnreadNotifiedMessagesInRoomAndInvitation ( _ p1 : Any , _ p2 : Any , _ p3 : Any ) -> String {
return L10n . tr ( " Localizable " , " notification_unread_notified_messages_in_room_and_invitation " , String ( describing : p1 ) , String ( describing : p2 ) , String ( describing : p3 ) )
}
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func notificationUnreadNotifiedMessagesInRoomRooms ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " notification_unread_notified_messages_in_room_rooms " , p1 )
}
2023-03-27 18:18:59 +01:00
// / R a g e s h a k e t o r e p o r t b u g
public static var preferenceRageshake : String { return L10n . tr ( " Localizable " , " preference_rageshake " ) }
// / Y o u s e e m t o b e s h a k i n g t h e p h o n e i n f r u s t r a t i o n . W o u l d y o u l i k e t o o p e n t h e b u g r e p o r t s c r e e n ?
public static var rageshakeDetectionDialogContent : String { return L10n . tr ( " Localizable " , " rageshake_detection_dialog_content " ) }
// / Y o u s e e m t o b e s h a k i n g t h e p h o n e i n f r u s t r a t i o n . W o u l d y o u l i k e t o o p e n t h e b u g r e p o r t s c r e e n ?
public static var rageshakeDialogContent : String { return L10n . tr ( " Localizable " , " rageshake_dialog_content " ) }
2023-04-03 10:21:24 +01:00
// / T h i s m e s s a g e w i l l b e r e p o r t e d t o y o u r h o m e s e r v e r ’ s a d m i n i s t r a t o r . T h e y w i l l n o t b e a b l e t o r e a d a n y e n c r y p t e d m e s s a g e s .
2023-03-27 18:18:59 +01:00
public static var reportContentExplanation : String { return L10n . tr ( " Localizable " , " report_content_explanation " ) }
// / R e a s o n f o r r e p o r t i n g t h i s c o n t e n t
public static var reportContentHint : String { return L10n . tr ( " Localizable " , " report_content_hint " ) }
2023-07-19 12:15:26 +02:00
// / A d d a t t a c h m e n t
public static var richTextEditorA11yAddAttachment : String { return L10n . tr ( " Localizable " , " rich_text_editor_a11y_add_attachment " ) }
2023-03-27 18:18:59 +01:00
// / T o g g l e b u l l e t l i s t
public static var richTextEditorBulletList : String { return L10n . tr ( " Localizable " , " rich_text_editor_bullet_list " ) }
// / T o g g l e c o d e b l o c k
public static var richTextEditorCodeBlock : String { return L10n . tr ( " Localizable " , " rich_text_editor_code_block " ) }
// / M e s s a g e …
public static var richTextEditorComposerPlaceholder : String { return L10n . tr ( " Localizable " , " rich_text_editor_composer_placeholder " ) }
// / A p p l y b o l d f o r m a t
public static var richTextEditorFormatBold : String { return L10n . tr ( " Localizable " , " rich_text_editor_format_bold " ) }
// / A p p l y i t a l i c f o r m a t
public static var richTextEditorFormatItalic : String { return L10n . tr ( " Localizable " , " rich_text_editor_format_italic " ) }
// / A p p l y s t r i k e t h r o u g h f o r m a t
public static var richTextEditorFormatStrikethrough : String { return L10n . tr ( " Localizable " , " rich_text_editor_format_strikethrough " ) }
// / A p p l y u n d e r l i n e f o r m a t
public static var richTextEditorFormatUnderline : String { return L10n . tr ( " Localizable " , " rich_text_editor_format_underline " ) }
// / T o g g l e f u l l s c r e e n m o d e
public static var richTextEditorFullScreenToggle : String { return L10n . tr ( " Localizable " , " rich_text_editor_full_screen_toggle " ) }
// / I n d e n t
public static var richTextEditorIndent : String { return L10n . tr ( " Localizable " , " rich_text_editor_indent " ) }
// / A p p l y i n l i n e c o d e f o r m a t
public static var richTextEditorInlineCode : String { return L10n . tr ( " Localizable " , " rich_text_editor_inline_code " ) }
// / S e t l i n k
public static var richTextEditorLink : String { return L10n . tr ( " Localizable " , " rich_text_editor_link " ) }
// / T o g g l e n u m b e r e d l i s t
public static var richTextEditorNumberedList : String { return L10n . tr ( " Localizable " , " rich_text_editor_numbered_list " ) }
// / T o g g l e q u o t e
public static var richTextEditorQuote : String { return L10n . tr ( " Localizable " , " rich_text_editor_quote " ) }
// / U n i n d e n t
public static var richTextEditorUnindent : String { return L10n . tr ( " Localizable " , " rich_text_editor_unindent " ) }
// / T h i s i s t h e b e g i n n i n g o f % 1 $ @ .
public static func roomTimelineBeginningOfRoom ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " room_timeline_beginning_of_room " , String ( describing : p1 ) )
}
// / T h i s i s t h e b e g i n n i n g o f t h i s c o n v e r s a t i o n .
public static var roomTimelineBeginningOfRoomNoName : String { return L10n . tr ( " Localizable " , " room_timeline_beginning_of_room_no_name " ) }
// / N e w
public static var roomTimelineReadMarkerTitle : String { return L10n . tr ( " Localizable " , " room_timeline_read_marker_title " ) }
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func roomTimelineStateChanges ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " room_timeline_state_changes " , p1 )
}
2023-06-07 13:01:05 +02:00
// / C h a n g e a c c o u n t p r o v i d e r
public static var screenAccountProviderChange : String { return L10n . tr ( " Localizable " , " screen_account_provider_change " ) }
// / C o n t i n u e
public static var screenAccountProviderContinue : String { return L10n . tr ( " Localizable " , " screen_account_provider_continue " ) }
2023-06-07 17:04:42 +03:00
// / H o m e s e r v e r a d d r e s s
public static var screenAccountProviderFormHint : String { return L10n . tr ( " Localizable " , " screen_account_provider_form_hint " ) }
// / E n t e r a s e a r c h t e r m o r a d o m a i n a d d r e s s .
public static var screenAccountProviderFormNotice : String { return L10n . tr ( " Localizable " , " screen_account_provider_form_notice " ) }
// / S e a r c h f o r a c o m p a n y , c o m m u n i t y , o r p r i v a t e s e r v e r .
public static var screenAccountProviderFormSubtitle : String { return L10n . tr ( " Localizable " , " screen_account_provider_form_subtitle " ) }
// / F i n d a n a c c o u n t p r o v i d e r
public static var screenAccountProviderFormTitle : String { return L10n . tr ( " Localizable " , " screen_account_provider_form_title " ) }
2023-07-17 00:03:09 +00:00
// / T h i s i s w h e r e y o u r c o n v e r s a t i o n s w i l l l i v e — j u s t l i k e y o u w o u l d u s e a n e m a i l p r o v i d e r t o k e e p y o u r e m a i l s .
2023-06-21 12:10:14 +03:00
public static var screenAccountProviderSigninSubtitle : String { return L10n . tr ( " Localizable " , " screen_account_provider_signin_subtitle " ) }
2023-06-07 13:01:05 +02:00
// / Y o u ’ r e a b o u t t o s i g n i n t o % @
public static func screenAccountProviderSigninTitle ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_account_provider_signin_title " , String ( describing : p1 ) )
}
2023-07-17 00:03:09 +00:00
// / T h i s i s w h e r e y o u r c o n v e r s a t i o n s w i l l l i v e — j u s t l i k e y o u w o u l d u s e a n e m a i l p r o v i d e r t o k e e p y o u r e m a i l s .
2023-06-07 13:01:05 +02:00
public static var screenAccountProviderSignupSubtitle : String { return L10n . tr ( " Localizable " , " screen_account_provider_signup_subtitle " ) }
// / Y o u ’ r e a b o u t t o c r e a t e a n a c c o u n t o n % @
public static func screenAccountProviderSignupTitle ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_account_provider_signup_title " , String ( describing : p1 ) )
}
2023-06-21 12:10:14 +03:00
// / W e w o n ' t r e c o r d o r p r o f i l e a n y p e r s o n a l d a t a
2023-04-18 09:33:32 +02:00
public static var screenAnalyticsPromptDataUsage : String { return L10n . tr ( " Localizable " , " screen_analytics_prompt_data_usage " ) }
2023-06-21 12:10:14 +03:00
// / S h a r e a n o n y m o u s u s a g e d a t a t o h e l p u s i d e n t i f y i s s u e s .
public static var screenAnalyticsPromptHelpUsImprove : String { return L10n . tr ( " Localizable " , " screen_analytics_prompt_help_us_improve " ) }
2023-04-18 09:33:32 +02:00
// / Y o u c a n r e a d a l l o u r t e r m s % 1 $ @ .
public static func screenAnalyticsPromptReadTerms ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_analytics_prompt_read_terms " , String ( describing : p1 ) )
}
// / h e r e
public static var screenAnalyticsPromptReadTermsContentLink : String { return L10n . tr ( " Localizable " , " screen_analytics_prompt_read_terms_content_link " ) }
2023-06-21 12:10:14 +03:00
// / Y o u c a n t u r n t h i s o f f a n y t i m e
2023-04-18 09:33:32 +02:00
public static var screenAnalyticsPromptSettings : String { return L10n . tr ( " Localizable " , " screen_analytics_prompt_settings " ) }
2023-06-21 12:10:14 +03:00
// / W e w o n ' t s h a r e y o u r d a t a w i t h t h i r d p a r t i e s
2023-04-18 09:33:32 +02:00
public static var screenAnalyticsPromptThirdPartySharing : String { return L10n . tr ( " Localizable " , " screen_analytics_prompt_third_party_sharing " ) }
// / H e l p i m p r o v e % 1 $ @
public static func screenAnalyticsPromptTitle ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_analytics_prompt_title " , String ( describing : p1 ) )
}
2023-06-21 12:10:14 +03:00
// / S h a r e a n o n y m o u s u s a g e d a t a t o h e l p u s i d e n t i f y i s s u e s .
public static var screenAnalyticsSettingsHelpUsImprove : String { return L10n . tr ( " Localizable " , " screen_analytics_settings_help_us_improve " ) }
2023-04-18 09:33:32 +02:00
// / Y o u c a n r e a d a l l o u r t e r m s % 1 $ @ .
2023-04-24 10:25:30 +01:00
public static func screenAnalyticsSettingsReadTerms ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_analytics_settings_read_terms " , String ( describing : p1 ) )
2023-04-18 09:33:32 +02:00
}
// / h e r e
2023-04-24 10:25:30 +01:00
public static var screenAnalyticsSettingsReadTermsContentLink : String { return L10n . tr ( " Localizable " , " screen_analytics_settings_read_terms_content_link " ) }
2023-04-18 09:33:32 +02:00
// / S h a r e a n a l y t i c s d a t a
2023-04-24 10:25:30 +01:00
public static var screenAnalyticsSettingsShareData : String { return L10n . tr ( " Localizable " , " screen_analytics_settings_share_data " ) }
2023-03-27 18:18:59 +01:00
// / A t t a c h s c r e e n s h o t
public static var screenBugReportAttachScreenshot : String { return L10n . tr ( " Localizable " , " screen_bug_report_attach_screenshot " ) }
2023-07-17 00:03:09 +00:00
// / Y o u m a y c o n t a c t m e i f y o u h a v e a n y f o l l o w u p q u e s t i o n s .
2023-03-27 18:18:59 +01:00
public static var screenBugReportContactMe : String { return L10n . tr ( " Localizable " , " screen_bug_report_contact_me " ) }
2023-07-03 00:02:56 +00:00
// / C o n t a c t m e
public static var screenBugReportContactMeTitle : String { return L10n . tr ( " Localizable " , " screen_bug_report_contact_me_title " ) }
2023-03-27 18:18:59 +01:00
// / E d i t s c r e e n s h o t
public static var screenBugReportEditScreenshot : String { return L10n . tr ( " Localizable " , " screen_bug_report_edit_screenshot " ) }
// / P l e a s e d e s c r i b e t h e b u g . W h a t d i d y o u d o ? W h a t d i d y o u e x p e c t t o h a p p e n ? W h a t a c t u a l l y h a p p e n e d . P l e a s e g o i n t o a s m u c h d e t a i l a s y o u c a n .
public static var screenBugReportEditorDescription : String { return L10n . tr ( " Localizable " , " screen_bug_report_editor_description " ) }
// / D e s c r i b e t h e b u g …
public static var screenBugReportEditorPlaceholder : String { return L10n . tr ( " Localizable " , " screen_bug_report_editor_placeholder " ) }
// / I f p o s s i b l e , p l e a s e w r i t e t h e d e s c r i p t i o n i n E n g l i s h .
public static var screenBugReportEditorSupporting : String { return L10n . tr ( " Localizable " , " screen_bug_report_editor_supporting " ) }
// / S e n d c r a s h l o g s
public static var screenBugReportIncludeCrashLogs : String { return L10n . tr ( " Localizable " , " screen_bug_report_include_crash_logs " ) }
2023-07-03 00:02:56 +00:00
// / A l l o w l o g s
2023-03-27 18:18:59 +01:00
public static var screenBugReportIncludeLogs : String { return L10n . tr ( " Localizable " , " screen_bug_report_include_logs " ) }
// / S e n d s c r e e n s h o t
public static var screenBugReportIncludeScreenshot : String { return L10n . tr ( " Localizable " , " screen_bug_report_include_screenshot " ) }
2023-07-03 00:02:56 +00:00
// / L o g s w i l l b e i n c l u d e d w i t h y o u r m e s s a g e t o m a k e s u r e t h a t e v e r y t h i n g i s w o r k i n g p r o p e r l y . T o s e n d y o u r m e s s a g e w i t h o u t l o g s , t u r n o f f t h i s s e t t i n g .
2023-03-27 18:18:59 +01:00
public static var screenBugReportLogsDescription : String { return L10n . tr ( " Localizable " , " screen_bug_report_logs_description " ) }
// / % 1 $ @ c r a s h e d t h e l a s t t i m e i t w a s u s e d . W o u l d y o u l i k e t o s h a r e a c r a s h r e p o r t w i t h u s ?
public static func screenBugReportRashLogsAlertTitle ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_bug_report_rash_logs_alert_title " , String ( describing : p1 ) )
}
2023-06-07 13:01:05 +02:00
// / M a t r i x . o r g i s a n o p e n n e t w o r k f o r s e c u r e , d e c e n t r a l i z e d c o m m u n i c a t i o n .
public static var screenChangeAccountProviderMatrixOrgSubtitle : String { return L10n . tr ( " Localizable " , " screen_change_account_provider_matrix_org_subtitle " ) }
// / O t h e r
public static var screenChangeAccountProviderOther : String { return L10n . tr ( " Localizable " , " screen_change_account_provider_other " ) }
// / U s e a d i f f e r e n t a c c o u n t p r o v i d e r , s u c h a s y o u r o w n p r i v a t e s e r v e r o r a w o r k a c c o u n t .
public static var screenChangeAccountProviderSubtitle : String { return L10n . tr ( " Localizable " , " screen_change_account_provider_subtitle " ) }
// / C h a n g e a c c o u n t p r o v i d e r
public static var screenChangeAccountProviderTitle : String { return L10n . tr ( " Localizable " , " screen_change_account_provider_title " ) }
2023-03-27 18:18:59 +01:00
// / W e c o u l d n ' t r e a c h t h i s h o m e s e r v e r . P l e a s e c h e c k t h a t y o u h a v e e n t e r e d t h e h o m e s e r v e r U R L c o r r e c t l y . I f t h e U R L i s c o r r e c t , c o n t a c t y o u r h o m e s e r v e r a d m i n i s t r a t o r f o r f u r t h e r h e l p .
public static var screenChangeServerErrorInvalidHomeserver : String { return L10n . tr ( " Localizable " , " screen_change_server_error_invalid_homeserver " ) }
// / T h i s s e r v e r c u r r e n t l y d o e s n ’ t s u p p o r t s l i d i n g s y n c .
public static var screenChangeServerErrorNoSlidingSyncMessage : String { return L10n . tr ( " Localizable " , " screen_change_server_error_no_sliding_sync_message " ) }
// / H o m e s e r v e r U R L
public static var screenChangeServerFormHeader : String { return L10n . tr ( " Localizable " , " screen_change_server_form_header " ) }
// / Y o u c a n o n l y c o n n e c t t o a n e x i s t i n g s e r v e r t h a t s u p p o r t s s l i d i n g s y n c . Y o u r h o m e s e r v e r a d m i n w i l l n e e d t o c o n f i g u r e i t . % 1 $ @
public static func screenChangeServerFormNotice ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_change_server_form_notice " , String ( describing : p1 ) )
}
// / C o n t i n u e
public static var screenChangeServerSubmit : String { return L10n . tr ( " Localizable " , " screen_change_server_submit " ) }
// / W h a t i s t h e a d d r e s s o f y o u r s e r v e r ?
public static var screenChangeServerSubtitle : String { return L10n . tr ( " Localizable " , " screen_change_server_subtitle " ) }
// / S e l e c t y o u r s e r v e r
public static var screenChangeServerTitle : String { return L10n . tr ( " Localizable " , " screen_change_server_title " ) }
// / N e w r o o m
public static var screenCreateRoomActionCreateRoom : String { return L10n . tr ( " Localizable " , " screen_create_room_action_create_room " ) }
2023-06-21 12:10:14 +03:00
// / I n v i t e f r i e n d s t o E l e m e n t
public static var screenCreateRoomActionInvitePeople : String { return L10n . tr ( " Localizable " , " screen_create_room_action_invite_people " ) }
2023-06-06 10:03:38 +02:00
// / I n v i t e p e o p l e
2023-03-27 18:18:59 +01:00
public static var screenCreateRoomAddPeopleTitle : String { return L10n . tr ( " Localizable " , " screen_create_room_add_people_title " ) }
2023-04-17 00:05:10 +00:00
// / A n e r r o r o c c u r r e d w h e n c r e a t i n g t h e r o o m
public static var screenCreateRoomErrorCreatingRoom : String { return L10n . tr ( " Localizable " , " screen_create_room_error_creating_room " ) }
2023-04-12 12:03:11 +02:00
// / M e s s a g e s i n t h i s r o o m a r e e n c r y p t e d . E n c r y p t i o n c a n ’ t b e d i s a b l e d a f t e r w a r d s .
public static var screenCreateRoomPrivateOptionDescription : String { return L10n . tr ( " Localizable " , " screen_create_room_private_option_description " ) }
// / P r i v a t e r o o m ( i n v i t e o n l y )
public static var screenCreateRoomPrivateOptionTitle : String { return L10n . tr ( " Localizable " , " screen_create_room_private_option_title " ) }
// / M e s s a g e s a r e n o t e n c r y p t e d a n d a n y o n e c a n r e a d t h e m . Y o u c a n e n a b l e e n c r y p t i o n a t a l a t e r d a t e .
public static var screenCreateRoomPublicOptionDescription : String { return L10n . tr ( " Localizable " , " screen_create_room_public_option_description " ) }
// / P u b l i c r o o m ( a n y o n e )
public static var screenCreateRoomPublicOptionTitle : String { return L10n . tr ( " Localizable " , " screen_create_room_public_option_title " ) }
// / R o o m n a m e
public static var screenCreateRoomRoomNameLabel : String { return L10n . tr ( " Localizable " , " screen_create_room_room_name_label " ) }
// / C r e a t e a r o o m
public static var screenCreateRoomTitle : String { return L10n . tr ( " Localizable " , " screen_create_room_title " ) }
// / T o p i c ( o p t i o n a l )
public static var screenCreateRoomTopicLabel : String { return L10n . tr ( " Localizable " , " screen_create_room_topic_label " ) }
2023-04-03 13:18:19 +02:00
// / B l o c k
public static var screenDmDetailsBlockAlertAction : String { return L10n . tr ( " Localizable " , " screen_dm_details_block_alert_action " ) }
2023-07-03 00:02:56 +00:00
// / B l o c k e d u s e r s w o n ' t b e a b l e t o s e n d y o u m e s s a g e s a n d a l l t h e i r m e s s a g e s w i l l b e h i d d e n . Y o u c a n u n b l o c k t h e m a n y t i m e .
2023-04-03 13:18:19 +02:00
public static var screenDmDetailsBlockAlertDescription : String { return L10n . tr ( " Localizable " , " screen_dm_details_block_alert_description " ) }
// / B l o c k u s e r
public static var screenDmDetailsBlockUser : String { return L10n . tr ( " Localizable " , " screen_dm_details_block_user " ) }
// / U n b l o c k
public static var screenDmDetailsUnblockAlertAction : String { return L10n . tr ( " Localizable " , " screen_dm_details_unblock_alert_action " ) }
2023-07-03 00:02:56 +00:00
// / Y o u ' l l b e a b l e t o s e e a l l m e s s a g e s f r o m t h e m a g a i n .
2023-04-03 13:18:19 +02:00
public static var screenDmDetailsUnblockAlertDescription : String { return L10n . tr ( " Localizable " , " screen_dm_details_unblock_alert_description " ) }
// / U n b l o c k u s e r
public static var screenDmDetailsUnblockUser : String { return L10n . tr ( " Localizable " , " screen_dm_details_unblock_user " ) }
2023-07-03 00:02:56 +00:00
// / A r e y o u s u r e y o u w a n t t o d e c l i n e t h e i n v i t a t i o n t o j o i n % 1 $ @ ?
2023-04-18 09:33:32 +02:00
public static func screenInvitesDeclineChatMessage ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_invites_decline_chat_message " , String ( describing : p1 ) )
}
// / D e c l i n e i n v i t e
public static var screenInvitesDeclineChatTitle : String { return L10n . tr ( " Localizable " , " screen_invites_decline_chat_title " ) }
2023-07-03 00:02:56 +00:00
// / A r e y o u s u r e y o u w a n t t o d e c l i n e t h i s p r i v a t e c h a t w i t h % 1 $ @ ?
2023-04-18 09:33:32 +02:00
public static func screenInvitesDeclineDirectChatMessage ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_invites_decline_direct_chat_message " , String ( describing : p1 ) )
}
// / D e c l i n e c h a t
public static var screenInvitesDeclineDirectChatTitle : String { return L10n . tr ( " Localizable " , " screen_invites_decline_direct_chat_title " ) }
2023-04-12 17:03:25 +00:00
// / N o I n v i t e s
public static var screenInvitesEmptyList : String { return L10n . tr ( " Localizable " , " screen_invites_empty_list " ) }
2023-06-06 10:03:38 +02:00
// / % 1 $ @ ( % 2 $ @ ) i n v i t e d y o u
public static func screenInvitesInvitedYou ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_invites_invited_you " , String ( describing : p1 ) , String ( describing : p2 ) )
2023-04-12 12:03:11 +02:00
}
2023-03-27 18:18:59 +01:00
// / T h i s a c c o u n t h a s b e e n d e a c t i v a t e d .
public static var screenLoginErrorDeactivatedAccount : String { return L10n . tr ( " Localizable " , " screen_login_error_deactivated_account " ) }
// / I n c o r r e c t u s e r n a m e a n d / o r p a s s w o r d
public static var screenLoginErrorInvalidCredentials : String { return L10n . tr ( " Localizable " , " screen_login_error_invalid_credentials " ) }
// / T h i s i s n o t a v a l i d u s e r i d e n t i f i e r . E x p e c t e d f o r m a t : ‘ @ u s e r : h o m e s e r v e r . o r g ’
public static var screenLoginErrorInvalidUserId : String { return L10n . tr ( " Localizable " , " screen_login_error_invalid_user_id " ) }
// / T h e s e l e c t e d h o m e s e r v e r d o e s n ' t s u p p o r t p a s s w o r d o r O I D C l o g i n . P l e a s e c o n t a c t y o u r a d m i n o r c h o o s e a n o t h e r h o m e s e r v e r .
public static var screenLoginErrorUnsupportedAuthentication : String { return L10n . tr ( " Localizable " , " screen_login_error_unsupported_authentication " ) }
// / E n t e r y o u r d e t a i l s
public static var screenLoginFormHeader : String { return L10n . tr ( " Localizable " , " screen_login_form_header " ) }
// / P a s s w o r d
public static var screenLoginPasswordHint : String { return L10n . tr ( " Localizable " , " screen_login_password_hint " ) }
// / C o n t i n u e
public static var screenLoginSubmit : String { return L10n . tr ( " Localizable " , " screen_login_submit " ) }
2023-07-10 00:02:48 +00:00
// / M a t r i x i s a n o p e n n e t w o r k f o r s e c u r e , d e c e n t r a l i s e d c o m m u n i c a t i o n .
public static var screenLoginSubtitle : String { return L10n . tr ( " Localizable " , " screen_login_subtitle " ) }
2023-03-27 18:18:59 +01:00
// / W e l c o m e b a c k !
public static var screenLoginTitle : String { return L10n . tr ( " Localizable " , " screen_login_title " ) }
2023-05-29 00:03:26 +00:00
// / S i g n i n t o % 1 $ @
public static func screenLoginTitleWithHomeserver ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_login_title_with_homeserver " , String ( describing : p1 ) )
}
2023-03-27 18:18:59 +01:00
// / U s e r n a m e
public static var screenLoginUsernameHint : String { return L10n . tr ( " Localizable " , " screen_login_username_hint " ) }
2023-05-01 00:05:35 +00:00
// / F a i l e d s e l e c t i n g m e d i a , p l e a s e t r y a g a i n .
public static var screenMediaPickerErrorFailedSelection : String { return L10n . tr ( " Localizable " , " screen_media_picker_error_failed_selection " ) }
// / F a i l e d p r o c e s s i n g m e d i a t o u p l o a d , p l e a s e t r y a g a i n .
public static var screenMediaUploadPreviewErrorFailedProcessing : String { return L10n . tr ( " Localizable " , " screen_media_upload_preview_error_failed_processing " ) }
// / F a i l e d u p l o a d i n g m e d i a , p l e a s e t r y a g a i n .
public static var screenMediaUploadPreviewErrorFailedSending : String { return L10n . tr ( " Localizable " , " screen_media_upload_preview_error_failed_sending " ) }
2023-06-30 13:27:49 +01:00
// / T h i s i s a o n e t i m e p r o c e s s , t h a n k s f o r w a i t i n g .
public static var screenMigrationMessage : String { return L10n . tr ( " Localizable " , " screen_migration_message " ) }
// / S e t t i n g u p y o u r a c c o u n t .
public static var screenMigrationTitle : String { return L10n . tr ( " Localizable " , " screen_migration_title " ) }
2023-07-31 11:11:01 +02:00
// / A d d i t i o n a l s e t t i n g s
public static var screenNotificationSettingsAdditionalSettingsSectionTitle : String { return L10n . tr ( " Localizable " , " screen_notification_settings_additional_settings_section_title " ) }
// / A u d i o a n d v i d e o c a l l s
public static var screenNotificationSettingsCallsLabel : String { return L10n . tr ( " Localizable " , " screen_notification_settings_calls_label " ) }
// / D i r e c t c h a t s
public static var screenNotificationSettingsDirectChats : String { return L10n . tr ( " Localizable " , " screen_notification_settings_direct_chats " ) }
2023-08-11 16:10:23 +02:00
// / A n e r r o r o c c u r r e d w h i l e u p d a t i n g t h e n o t i f i c a t i o n s e t t i n g .
public static var screenNotificationSettingsEditFailedUpdatingDefaultMode : String { return L10n . tr ( " Localizable " , " screen_notification_settings_edit_failed_updating_default_mode " ) }
// / O n d i r e c t c h a t s , n o t i f y m e f o r
public static var screenNotificationSettingsEditScreenDirectSectionHeader : String { return L10n . tr ( " Localizable " , " screen_notification_settings_edit_screen_direct_section_header " ) }
// / O n g r o u p c h a t s , n o t i f y m e f o r
public static var screenNotificationSettingsEditScreenGroupSectionHeader : String { return L10n . tr ( " Localizable " , " screen_notification_settings_edit_screen_group_section_header " ) }
2023-07-10 00:02:48 +00:00
// / E n a b l e n o t i f i c a t i o n s o n t h i s d e v i c e
public static var screenNotificationSettingsEnableNotifications : String { return L10n . tr ( " Localizable " , " screen_notification_settings_enable_notifications " ) }
2023-07-31 11:11:01 +02:00
// / G r o u p c h a t s
public static var screenNotificationSettingsGroupChats : String { return L10n . tr ( " Localizable " , " screen_notification_settings_group_chats " ) }
// / M e n t i o n s
public static var screenNotificationSettingsMentionsSectionTitle : String { return L10n . tr ( " Localizable " , " screen_notification_settings_mentions_section_title " ) }
// / A l l
public static var screenNotificationSettingsModeAll : String { return L10n . tr ( " Localizable " , " screen_notification_settings_mode_all " ) }
// / M e n t i o n s
public static var screenNotificationSettingsModeMentions : String { return L10n . tr ( " Localizable " , " screen_notification_settings_mode_mentions " ) }
// / N o t i f y m e f o r
public static var screenNotificationSettingsNotificationSectionTitle : String { return L10n . tr ( " Localizable " , " screen_notification_settings_notification_section_title " ) }
// / N o t i f y m e o n @ r o o m
public static var screenNotificationSettingsRoomMentionLabel : String { return L10n . tr ( " Localizable " , " screen_notification_settings_room_mention_label " ) }
2023-07-10 00:02:48 +00:00
// / T o r e c e i v e n o t i f i c a t i o n s , p l e a s e c h a n g e y o u r % 1 $ @ .
public static func screenNotificationSettingsSystemNotificationsActionRequired ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_notification_settings_system_notifications_action_required " , String ( describing : p1 ) )
}
// / s y s t e m s e t t i n g s
public static var screenNotificationSettingsSystemNotificationsActionRequiredContentLink : String { return L10n . tr ( " Localizable " , " screen_notification_settings_system_notifications_action_required_content_link " ) }
// / S y s t e m n o t i f i c a t i o n s t u r n e d o f f
public static var screenNotificationSettingsSystemNotificationsTurnedOff : String { return L10n . tr ( " Localizable " , " screen_notification_settings_system_notifications_turned_off " ) }
// / N o t i f i c a t i o n s
public static var screenNotificationSettingsTitle : String { return L10n . tr ( " Localizable " , " screen_notification_settings_title " ) }
2023-06-06 10:03:38 +02:00
// / S i g n i n m a n u a l l y
public static var screenOnboardingSignInManually : String { return L10n . tr ( " Localizable " , " screen_onboarding_sign_in_manually " ) }
// / S i g n i n w i t h Q R c o d e
public static var screenOnboardingSignInWithQrCode : String { return L10n . tr ( " Localizable " , " screen_onboarding_sign_in_with_qr_code " ) }
// / C r e a t e a c c o u n t
public static var screenOnboardingSignUp : String { return L10n . tr ( " Localizable " , " screen_onboarding_sign_up " ) }
// / C o m m u n i c a t e a n d c o l l a b o r a t e s e c u r e l y
public static var screenOnboardingSubtitle : String { return L10n . tr ( " Localizable " , " screen_onboarding_subtitle " ) }
2023-06-22 14:37:47 +01:00
// / W e l c o m e t o t h e f a s t e s t E l e m e n t e v e r . S u p e r c h a r g e d f o r s p e e d a n d s i m p l i c i t y .
public static var screenOnboardingWelcomeMessage : String { return L10n . tr ( " Localizable " , " screen_onboarding_welcome_message " ) }
2023-06-07 17:04:42 +03:00
// / W e l c o m e t o % 1 $ @ . S u p e r c h a r g e d , f o r s p e e d a n d s i m p l i c i t y .
2023-03-27 18:18:59 +01:00
public static func screenOnboardingWelcomeSubtitle ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_onboarding_welcome_subtitle " , String ( describing : p1 ) )
}
2023-06-22 14:37:47 +01:00
// / B e i n y o u r e l e m e n t
2023-03-27 18:18:59 +01:00
public static var screenOnboardingWelcomeTitle : String { return L10n . tr ( " Localizable " , " screen_onboarding_welcome_title " ) }
2023-04-03 10:21:24 +01:00
// / B l o c k u s e r
public static var screenReportContentBlockUser : String { return L10n . tr ( " Localizable " , " screen_report_content_block_user " ) }
// / C h e c k i f y o u w a n t t o h i d e a l l c u r r e n t a n d f u t u r e m e s s a g e s f r o m t h i s u s e r
public static var screenReportContentBlockUserHint : String { return L10n . tr ( " Localizable " , " screen_report_content_block_user_hint " ) }
2023-05-04 16:09:29 +03:00
// / C a m e r a
public static var screenRoomAttachmentSourceCamera : String { return L10n . tr ( " Localizable " , " screen_room_attachment_source_camera " ) }
// / T a k e p h o t o
public static var screenRoomAttachmentSourceCameraPhoto : String { return L10n . tr ( " Localizable " , " screen_room_attachment_source_camera_photo " ) }
// / R e c o r d a v i d e o
public static var screenRoomAttachmentSourceCameraVideo : String { return L10n . tr ( " Localizable " , " screen_room_attachment_source_camera_video " ) }
// / A t t a c h m e n t
public static var screenRoomAttachmentSourceFiles : String { return L10n . tr ( " Localizable " , " screen_room_attachment_source_files " ) }
// / P h o t o & V i d e o L i b r a r y
public static var screenRoomAttachmentSourceGallery : String { return L10n . tr ( " Localizable " , " screen_room_attachment_source_gallery " ) }
2023-06-26 00:03:16 +00:00
// / L o c a t i o n
public static var screenRoomAttachmentSourceLocation : String { return L10n . tr ( " Localizable " , " screen_room_attachment_source_location " ) }
2023-08-16 17:48:12 +02:00
// / P o l l
public static var screenRoomAttachmentSourcePoll : String { return L10n . tr ( " Localizable " , " screen_room_attachment_source_poll " ) }
2023-05-26 15:47:12 +02:00
// / A d d t o p i c
public static var screenRoomDetailsAddTopicTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_add_topic_title " ) }
2023-05-15 00:03:30 +00:00
// / A l r e a d y a m e m b e r
public static var screenRoomDetailsAlreadyAMember : String { return L10n . tr ( " Localizable " , " screen_room_details_already_a_member " ) }
// / A l r e a d y i n v i t e d
public static var screenRoomDetailsAlreadyInvited : String { return L10n . tr ( " Localizable " , " screen_room_details_already_invited " ) }
2023-05-26 15:47:12 +02:00
// / E d i t R o o m
public static var screenRoomDetailsEditRoomTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_edit_room_title " ) }
2023-07-03 00:02:56 +00:00
// / T h e r e w a s a n u n k n o w n e r r o r a n d t h e i n f o r m a t i o n c o u l d n ' t b e c h a n g e d .
2023-05-22 00:03:24 +00:00
public static var screenRoomDetailsEditionError : String { return L10n . tr ( " Localizable " , " screen_room_details_edition_error " ) }
2023-05-26 15:47:12 +02:00
// / U n a b l e t o u p d a t e r o o m
public static var screenRoomDetailsEditionErrorTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_edition_error_title " ) }
2023-03-27 18:18:59 +01:00
// / M e s s a g e s a r e s e c u r e d w i t h l o c k s . O n l y y o u a n d t h e r e c i p i e n t s h a v e t h e u n i q u e k e y s t o u n l o c k t h e m .
public static var screenRoomDetailsEncryptionEnabledSubtitle : String { return L10n . tr ( " Localizable " , " screen_room_details_encryption_enabled_subtitle " ) }
// / M e s s a g e e n c r y p t i o n e n a b l e d
public static var screenRoomDetailsEncryptionEnabledTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_encryption_enabled_title " ) }
2023-07-14 11:43:19 +02:00
// / A n e r r o r o c c u r r e d w h e n l o a d i n g n o t i f i c a t i o n s e t t i n g s .
public static var screenRoomDetailsErrorLoadingNotificationSettings : String { return L10n . tr ( " Localizable " , " screen_room_details_error_loading_notification_settings " ) }
// / F a i l e d m u t i n g t h i s r o o m , p l e a s e t r y a g a i n .
public static var screenRoomDetailsErrorMuting : String { return L10n . tr ( " Localizable " , " screen_room_details_error_muting " ) }
// / F a i l e d u n m u t i n g t h i s r o o m , p l e a s e t r y a g a i n .
public static var screenRoomDetailsErrorUnmuting : String { return L10n . tr ( " Localizable " , " screen_room_details_error_unmuting " ) }
2023-03-27 18:18:59 +01:00
// / I n v i t e p e o p l e
public static var screenRoomDetailsInvitePeopleTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_invite_people_title " ) }
// / L e a v e r o o m
public static var screenRoomDetailsLeaveRoomTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_leave_room_title " ) }
2023-07-14 11:43:19 +02:00
// / C u s t o m
public static var screenRoomDetailsNotificationModeCustom : String { return L10n . tr ( " Localizable " , " screen_room_details_notification_mode_custom " ) }
// / D e f a u l t
public static var screenRoomDetailsNotificationModeDefault : String { return L10n . tr ( " Localizable " , " screen_room_details_notification_mode_default " ) }
2023-07-05 19:55:24 +02:00
// / N o t i f i c a t i o n s
2023-06-21 12:10:14 +03:00
public static var screenRoomDetailsNotificationTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_notification_title " ) }
2023-03-27 18:18:59 +01:00
// / P e o p l e
public static var screenRoomDetailsPeopleTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_people_title " ) }
2023-06-06 10:03:38 +02:00
// / R o o m n a m e
public static var screenRoomDetailsRoomNameLabel : String { return L10n . tr ( " Localizable " , " screen_room_details_room_name_label " ) }
2023-03-27 18:18:59 +01:00
// / S e c u r i t y
public static var screenRoomDetailsSecurityTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_security_title " ) }
2023-04-03 13:18:19 +02:00
// / S h a r e r o o m
public static var screenRoomDetailsShareRoomTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_share_room_title " ) }
2023-03-27 18:18:59 +01:00
// / T o p i c
public static var screenRoomDetailsTopicTitle : String { return L10n . tr ( " Localizable " , " screen_room_details_topic_title " ) }
2023-05-22 00:03:24 +00:00
// / U p d a t i n g r o o m …
public static var screenRoomDetailsUpdatingRoom : String { return L10n . tr ( " Localizable " , " screen_room_details_updating_room " ) }
2023-07-05 14:08:31 +01:00
// / M e s s a g e h i s t o r y i s c u r r e n t l y u n a v a i l a b l e i n t h i s r o o m
public static var screenRoomEncryptedHistoryBanner : String { return L10n . tr ( " Localizable " , " screen_room_encrypted_history_banner " ) }
2023-05-04 16:09:29 +03:00
// / F a i l e d p r o c e s s i n g m e d i a t o u p l o a d , p l e a s e t r y a g a i n .
public static var screenRoomErrorFailedProcessingMedia : String { return L10n . tr ( " Localizable " , " screen_room_error_failed_processing_media " ) }
2023-06-06 10:46:04 +02:00
// / C o u l d n o t r e t r i e v e u s e r d e t a i l s
public static var screenRoomErrorFailedRetrievingUserDetails : String { return L10n . tr ( " Localizable " , " screen_room_error_failed_retrieving_user_details " ) }
2023-06-16 15:36:27 +02:00
// / W o u l d y o u l i k e t o i n v i t e t h e m b a c k ?
public static var screenRoomInviteAgainAlertMessage : String { return L10n . tr ( " Localizable " , " screen_room_invite_again_alert_message " ) }
// / Y o u a r e a l o n e i n t h i s c h a t
public static var screenRoomInviteAgainAlertTitle : String { return L10n . tr ( " Localizable " , " screen_room_invite_again_alert_title " ) }
2023-03-27 18:18:59 +01:00
// / B l o c k
public static var screenRoomMemberDetailsBlockAlertAction : String { return L10n . tr ( " Localizable " , " screen_room_member_details_block_alert_action " ) }
2023-07-03 00:02:56 +00:00
// / B l o c k e d u s e r s w o n ' t b e a b l e t o s e n d y o u m e s s a g e s a n d a l l t h e i r m e s s a g e s w i l l b e h i d d e n . Y o u c a n u n b l o c k t h e m a n y t i m e .
2023-03-27 18:18:59 +01:00
public static var screenRoomMemberDetailsBlockAlertDescription : String { return L10n . tr ( " Localizable " , " screen_room_member_details_block_alert_description " ) }
// / B l o c k u s e r
public static var screenRoomMemberDetailsBlockUser : String { return L10n . tr ( " Localizable " , " screen_room_member_details_block_user " ) }
// / U n b l o c k
public static var screenRoomMemberDetailsUnblockAlertAction : String { return L10n . tr ( " Localizable " , " screen_room_member_details_unblock_alert_action " ) }
2023-07-03 00:02:56 +00:00
// / Y o u ' l l b e a b l e t o s e e a l l m e s s a g e s f r o m t h e m a g a i n .
2023-03-27 18:18:59 +01:00
public static var screenRoomMemberDetailsUnblockAlertDescription : String { return L10n . tr ( " Localizable " , " screen_room_member_details_unblock_alert_description " ) }
// / U n b l o c k u s e r
public static var screenRoomMemberDetailsUnblockUser : String { return L10n . tr ( " Localizable " , " screen_room_member_details_unblock_user " ) }
2023-04-03 13:18:19 +02:00
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func screenRoomMemberListHeaderTitle ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " screen_room_member_list_header_title " , p1 )
}
2023-05-08 00:03:01 +00:00
// / P e n d i n g
public static var screenRoomMemberListPendingHeaderTitle : String { return L10n . tr ( " Localizable " , " screen_room_member_list_pending_header_title " ) }
2023-05-22 00:03:24 +00:00
// / R o o m m e m b e r s
public static var screenRoomMemberListRoomMembersHeaderTitle : String { return L10n . tr ( " Localizable " , " screen_room_member_list_room_members_header_title " ) }
2023-06-26 00:03:16 +00:00
// / M e s s a g e c o p i e d
public static var screenRoomMessageCopied : String { return L10n . tr ( " Localizable " , " screen_room_message_copied " ) }
2023-06-21 12:10:14 +03:00
// / Y o u d o n o t h a v e p e r m i s s i o n t o p o s t t o t h i s r o o m
public static var screenRoomNoPermissionToPost : String { return L10n . tr ( " Localizable " , " screen_room_no_permission_to_post " ) }
2023-07-17 00:03:09 +00:00
// / A l l o w c u s t o m s e t t i n g
public static var screenRoomNotificationSettingsAllowCustom : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_allow_custom " ) }
// / T u r n i n g t h i s o n w i l l o v e r r i d e y o u r d e f a u l t s e t t i n g
public static var screenRoomNotificationSettingsAllowCustomFootnote : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_allow_custom_footnote " ) }
// / N o t i f y m e i n t h i s c h a t f o r
public static var screenRoomNotificationSettingsCustomSettingsTitle : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_custom_settings_title " ) }
// / Y o u c a n c h a n g e i t i n y o u r % 1 $ @ .
public static func screenRoomNotificationSettingsDefaultSettingFootnote ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_room_notification_settings_default_setting_footnote " , String ( describing : p1 ) )
}
// / g l o b a l s e t t i n g s
public static var screenRoomNotificationSettingsDefaultSettingFootnoteContentLink : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_default_setting_footnote_content_link " ) }
// / D e f a u l t s e t t i n g
public static var screenRoomNotificationSettingsDefaultSettingTitle : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_default_setting_title " ) }
// / A n e r r o r o c c u r r e d w h i l e l o a d i n g n o t i f i c a t i o n s e t t i n g s .
public static var screenRoomNotificationSettingsErrorLoadingSettings : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_error_loading_settings " ) }
// / F a i l e d r e s t o r i n g t h e d e f a u l t m o d e , p l e a s e t r y a g a i n .
public static var screenRoomNotificationSettingsErrorRestoringDefault : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_error_restoring_default " ) }
// / F a i l e d s e t t i n g t h e m o d e , p l e a s e t r y a g a i n .
public static var screenRoomNotificationSettingsErrorSettingMode : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_error_setting_mode " ) }
// / A l l m e s s a g e s
public static var screenRoomNotificationSettingsModeAllMessages : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_mode_all_messages " ) }
// / M e n t i o n s a n d K e y w o r d s o n l y
public static var screenRoomNotificationSettingsModeMentionsAndKeywords : String { return L10n . tr ( " Localizable " , " screen_room_notification_settings_mode_mentions_and_keywords " ) }
2023-07-10 00:02:48 +00:00
// / S h o w l e s s
public static var screenRoomReactionsShowLess : String { return L10n . tr ( " Localizable " , " screen_room_reactions_show_less " ) }
// / S h o w m o r e
public static var screenRoomReactionsShowMore : String { return L10n . tr ( " Localizable " , " screen_room_reactions_show_more " ) }
2023-06-16 11:00:54 +02:00
// / R e m o v e
public static var screenRoomRetrySendMenuRemoveAction : String { return L10n . tr ( " Localizable " , " screen_room_retry_send_menu_remove_action " ) }
// / S e n d a g a i n
public static var screenRoomRetrySendMenuSendAgainAction : String { return L10n . tr ( " Localizable " , " screen_room_retry_send_menu_send_again_action " ) }
// / Y o u r m e s s a g e f a i l e d t o s e n d
public static var screenRoomRetrySendMenuTitle : String { return L10n . tr ( " Localizable " , " screen_room_retry_send_menu_title " ) }
2023-07-11 12:42:59 +02:00
// / A d d e m o j i
public static var screenRoomTimelineAddReaction : String { return L10n . tr ( " Localizable " , " screen_room_timeline_add_reaction " ) }
// / S h o w l e s s
public static var screenRoomTimelineLessReactions : String { return L10n . tr ( " Localizable " , " screen_room_timeline_less_reactions " ) }
// / P l u r a l f o r m a t k e y : " % # @ C O U N T @ "
public static func screenRoomTimelineMoreReactions ( _ p1 : Int ) -> String {
return L10n . tr ( " Localizable " , " screen_room_timeline_more_reactions " , p1 )
}
2023-03-27 18:18:59 +01:00
// / C r e a t e a n e w c o n v e r s a t i o n o r r o o m
public static var screenRoomlistA11yCreateMessage : String { return L10n . tr ( " Localizable " , " screen_roomlist_a11y_create_message " ) }
2023-08-07 00:03:24 +00:00
// / G e t s t a r t e d b y m e s s a g i n g s o m e o n e .
public static var screenRoomlistEmptyMessage : String { return L10n . tr ( " Localizable " , " screen_roomlist_empty_message " ) }
// / N o c h a t s y e t .
public static var screenRoomlistEmptyTitle : String { return L10n . tr ( " Localizable " , " screen_roomlist_empty_title " ) }
2023-03-27 18:18:59 +01:00
// / A l l C h a t s
public static var screenRoomlistMainSpaceTitle : String { return L10n . tr ( " Localizable " , " screen_roomlist_main_space_title " ) }
2023-05-29 00:03:26 +00:00
// / C h a n g e a c c o u n t p r o v i d e r
public static var screenServerConfirmationChangeServer : String { return L10n . tr ( " Localizable " , " screen_server_confirmation_change_server " ) }
// / A p r i v a t e s e r v e r f o r E l e m e n t e m p l o y e e s .
public static var screenServerConfirmationMessageLoginElementDotIo : String { return L10n . tr ( " Localizable " , " screen_server_confirmation_message_login_element_dot_io " ) }
// / M a t r i x i s a n o p e n n e t w o r k f o r s e c u r e , d e c e n t r a l i s e d c o m m u n i c a t i o n .
public static var screenServerConfirmationMessageLoginMatrixDotOrg : String { return L10n . tr ( " Localizable " , " screen_server_confirmation_message_login_matrix_dot_org " ) }
// / T h i s i s w h e r e y o u r c o n v e r s a t i o n s w i l l l i v e — j u s t l i k e y o u w o u l d u s e a n e m a i l p r o v i d e r t o k e e p y o u r e m a i l s .
public static var screenServerConfirmationMessageRegister : String { return L10n . tr ( " Localizable " , " screen_server_confirmation_message_register " ) }
// / Y o u ’ r e a b o u t t o s i g n i n t o % 1 $ @
public static func screenServerConfirmationTitleLogin ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_server_confirmation_title_login " , String ( describing : p1 ) )
}
// / Y o u ’ r e a b o u t t o c r e a t e a n a c c o u n t o n % 1 $ @
public static func screenServerConfirmationTitleRegister ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_server_confirmation_title_register " , String ( describing : p1 ) )
}
2023-03-27 18:18:59 +01:00
// / S o m e t h i n g d o e s n ’ t s e e m r i g h t . E i t h e r t h e r e q u e s t t i m e d o u t o r t h e r e q u e s t w a s d e n i e d .
public static var screenSessionVerificationCancelledSubtitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_cancelled_subtitle " ) }
// / V e r i f i c a t i o n c a n c e l l e d
public static var screenSessionVerificationCancelledTitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_cancelled_title " ) }
// / C o n f i r m t h a t t h e e m o j i s b e l o w m a t c h t h o s e s h o w n o n y o u r o t h e r s e s s i o n .
public static var screenSessionVerificationCompareEmojisSubtitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_compare_emojis_subtitle " ) }
// / C o m p a r e e m o j i s
public static var screenSessionVerificationCompareEmojisTitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_compare_emojis_title " ) }
// / Y o u r n e w s e s s i o n i s n o w v e r i f i e d . I t h a s a c c e s s t o y o u r e n c r y p t e d m e s s a g e s , a n d o t h e r u s e r s w i l l s e e i t a s t r u s t e d .
public static var screenSessionVerificationCompleteSubtitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_complete_subtitle " ) }
// / P r o v e i t ’ s y o u i n o r d e r t o a c c e s s y o u r e n c r y p t e d m e s s a g e h i s t o r y .
public static var screenSessionVerificationOpenExistingSessionSubtitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_open_existing_session_subtitle " ) }
// / O p e n a n e x i s t i n g s e s s i o n
public static var screenSessionVerificationOpenExistingSessionTitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_open_existing_session_title " ) }
// / R e t r y v e r i f i c a t i o n
public static var screenSessionVerificationPositiveButtonCanceled : String { return L10n . tr ( " Localizable " , " screen_session_verification_positive_button_canceled " ) }
// / I a m r e a d y
public static var screenSessionVerificationPositiveButtonInitial : String { return L10n . tr ( " Localizable " , " screen_session_verification_positive_button_initial " ) }
// / S t a r t
public static var screenSessionVerificationPositiveButtonReady : String { return L10n . tr ( " Localizable " , " screen_session_verification_positive_button_ready " ) }
// / W a i t i n g t o m a t c h
public static var screenSessionVerificationPositiveButtonVerifyingOngoing : String { return L10n . tr ( " Localizable " , " screen_session_verification_positive_button_verifying_ongoing " ) }
// / C o m p a r e t h e u n i q u e e m o j i , e n s u r i n g t h e y a p p e a r i n t h e s a m e o r d e r .
public static var screenSessionVerificationRequestAcceptedSubtitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_request_accepted_subtitle " ) }
// / T h e y d o n ’ t m a t c h
public static var screenSessionVerificationTheyDontMatch : String { return L10n . tr ( " Localizable " , " screen_session_verification_they_dont_match " ) }
// / T h e y m a t c h
public static var screenSessionVerificationTheyMatch : String { return L10n . tr ( " Localizable " , " screen_session_verification_they_match " ) }
// / A c c e p t t h e r e q u e s t t o s t a r t t h e v e r i f i c a t i o n p r o c e s s i n y o u r o t h e r s e s s i o n t o c o n t i n u e .
public static var screenSessionVerificationWaitingToAcceptSubtitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_waiting_to_accept_subtitle " ) }
// / W a i t i n g t o a c c e p t r e q u e s t
public static var screenSessionVerificationWaitingToAcceptTitle : String { return L10n . tr ( " Localizable " , " screen_session_verification_waiting_to_accept_title " ) }
2023-06-26 00:03:16 +00:00
// / S h a r e l o c a t i o n
public static var screenShareLocationTitle : String { return L10n . tr ( " Localizable " , " screen_share_location_title " ) }
// / S h a r e m y l o c a t i o n
public static var screenShareMyLocationAction : String { return L10n . tr ( " Localizable " , " screen_share_my_location_action " ) }
2023-06-29 11:12:42 +02:00
// / O p e n i n A p p l e M a p s
public static var screenShareOpenAppleMaps : String { return L10n . tr ( " Localizable " , " screen_share_open_apple_maps " ) }
// / O p e n i n G o o g l e M a p s
public static var screenShareOpenGoogleMaps : String { return L10n . tr ( " Localizable " , " screen_share_open_google_maps " ) }
// / O p e n i n O p e n S t r e e t M a p
public static var screenShareOpenOsmMaps : String { return L10n . tr ( " Localizable " , " screen_share_open_osm_maps " ) }
2023-06-26 00:03:16 +00:00
// / S h a r e t h i s l o c a t i o n
public static var screenShareThisLocationAction : String { return L10n . tr ( " Localizable " , " screen_share_this_location_action " ) }
2023-03-27 18:18:59 +01:00
// / A r e y o u s u r e y o u w a n t t o s i g n o u t ?
public static var screenSignoutConfirmationDialogContent : String { return L10n . tr ( " Localizable " , " screen_signout_confirmation_dialog_content " ) }
// / S i g n o u t
public static var screenSignoutConfirmationDialogSubmit : String { return L10n . tr ( " Localizable " , " screen_signout_confirmation_dialog_submit " ) }
// / S i g n o u t
public static var screenSignoutConfirmationDialogTitle : String { return L10n . tr ( " Localizable " , " screen_signout_confirmation_dialog_title " ) }
// / S i g n i n g o u t …
public static var screenSignoutInProgressDialogContent : String { return L10n . tr ( " Localizable " , " screen_signout_in_progress_dialog_content " ) }
// / S i g n o u t
public static var screenSignoutPreferenceItem : String { return L10n . tr ( " Localizable " , " screen_signout_preference_item " ) }
// / A n e r r o r o c c u r r e d w h e n t r y i n g t o s t a r t a c h a t
public static var screenStartChatErrorStartingChat : String { return L10n . tr ( " Localizable " , " screen_start_chat_error_starting_chat " ) }
2023-06-29 11:12:42 +02:00
// / L o c a t i o n
public static var screenViewLocationTitle : String { return L10n . tr ( " Localizable " , " screen_view_location_title " ) }
2023-06-28 09:16:00 +01:00
// / T h e r e ' s a h i g h d e m a n d f o r % 1 $ @ o n % 2 $ @ a t t h e m o m e n t . C o m e b a c k t o t h e a p p i n a f e w d a y s a n d t r y a g a i n .
// /
// / T h a n k s f o r y o u r p a t i e n c e !
public static func screenWaitlistMessage ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_waitlist_message " , String ( describing : p1 ) , String ( describing : p2 ) )
}
2023-06-30 13:27:49 +01:00
// / W e l c o m e t o % 1 $ @ !
2023-06-28 09:16:00 +01:00
public static func screenWaitlistMessageSuccess ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_waitlist_message_success " , String ( describing : p1 ) )
}
2023-06-30 13:27:49 +01:00
// / Y o u ’ r e a l m o s t t h e r e .
2023-06-28 09:16:00 +01:00
public static var screenWaitlistTitle : String { return L10n . tr ( " Localizable " , " screen_waitlist_title " ) }
2023-06-30 13:27:49 +01:00
// / Y o u ' r e i n .
2023-06-28 09:16:00 +01:00
public static var screenWaitlistTitleSuccess : String { return L10n . tr ( " Localizable " , " screen_waitlist_title_success " ) }
2023-07-19 12:15:26 +02:00
// / C a l l s , p o l l s , s e a r c h a n d m o r e w i l l b e a d d e d l a t e r t h i s y e a r .
2023-07-05 19:55:24 +02:00
public static var screenWelcomeBullet1 : String { return L10n . tr ( " Localizable " , " screen_welcome_bullet_1 " ) }
// / M e s s a g e h i s t o r y f o r e n c r y p t e d r o o m s w o n ’ t b e a v a i l a b l e i n t h i s u p d a t e .
public static var screenWelcomeBullet2 : String { return L10n . tr ( " Localizable " , " screen_welcome_bullet_2 " ) }
// / W e ’ d l o v e t o h e a r f r o m y o u , l e t u s k n o w w h a t y o u t h i n k v i a t h e s e t t i n g s p a g e .
public static var screenWelcomeBullet3 : String { return L10n . tr ( " Localizable " , " screen_welcome_bullet_3 " ) }
// / L e t ' s g o !
public static var screenWelcomeButton : String { return L10n . tr ( " Localizable " , " screen_welcome_button " ) }
// / H e r e ’ s w h a t y o u n e e d t o k n o w :
public static var screenWelcomeSubtitle : String { return L10n . tr ( " Localizable " , " screen_welcome_subtitle " ) }
// / W e l c o m e t o % 1 $ @ !
public static func screenWelcomeTitle ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " screen_welcome_title " , String ( describing : p1 ) )
}
2023-07-05 14:08:31 +01:00
// / L o o k s l i k e y o u ’ r e u s i n g a n e w d e v i c e . V e r i f y w i t h a n o t h e r d e v i c e t o a c c e s s y o u r e n c r y p t e d m e s s a g e s m o v i n g f o r w a r d s .
2023-03-27 18:18:59 +01:00
public static var sessionVerificationBannerMessage : String { return L10n . tr ( " Localizable " , " session_verification_banner_message " ) }
2023-07-05 14:08:31 +01:00
// / V e r i f y i t ’ s y o u
2023-03-27 18:18:59 +01:00
public static var sessionVerificationBannerTitle : String { return L10n . tr ( " Localizable " , " session_verification_banner_title " ) }
// / R a g e s h a k e
public static var settingsRageshake : String { return L10n . tr ( " Localizable " , " settings_rageshake " ) }
// / D e t e c t i o n t h r e s h o l d
public static var settingsRageshakeDetectionThreshold : String { return L10n . tr ( " Localizable " , " settings_rageshake_detection_threshold " ) }
// / G e n e r a l
public static var settingsTitleGeneral : String { return L10n . tr ( " Localizable " , " settings_title_general " ) }
// / V e r s i o n : % 1 $ @ ( % 2 $ @ )
public static func settingsVersionNumber ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " settings_version_number " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / ( a v a t a r w a s c h a n g e d t o o )
public static var stateEventAvatarChangedToo : String { return L10n . tr ( " Localizable " , " state_event_avatar_changed_too " ) }
// / % 1 $ @ c h a n g e d t h e i r a v a t a r
public static func stateEventAvatarUrlChanged ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_avatar_url_changed " , String ( describing : p1 ) )
}
// / Y o u c h a n g e d y o u r a v a t a r
public static var stateEventAvatarUrlChangedByYou : String { return L10n . tr ( " Localizable " , " state_event_avatar_url_changed_by_you " ) }
// / % 1 $ @ c h a n g e d t h e i r d i s p l a y n a m e f r o m % 2 $ @ t o % 3 $ @
public static func stateEventDisplayNameChangedFrom ( _ p1 : Any , _ p2 : Any , _ p3 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_display_name_changed_from " , String ( describing : p1 ) , String ( describing : p2 ) , String ( describing : p3 ) )
}
// / Y o u c h a n g e d y o u r d i s p l a y n a m e f r o m % 1 $ @ t o % 2 $ @
public static func stateEventDisplayNameChangedFromByYou ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_display_name_changed_from_by_you " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / % 1 $ @ r e m o v e d t h e i r d i s p l a y n a m e ( i t w a s % 2 $ @ )
public static func stateEventDisplayNameRemoved ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_display_name_removed " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u r e m o v e d y o u r d i s p l a y n a m e ( i t w a s % 1 $ @ )
public static func stateEventDisplayNameRemovedByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_display_name_removed_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ s e t t h e i r d i s p l a y n a m e t o % 2 $ @
public static func stateEventDisplayNameSet ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_display_name_set " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u s e t y o u r d i s p l a y n a m e t o % 1 $ @
public static func stateEventDisplayNameSetByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_display_name_set_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ c h a n g e d t h e r o o m a v a t a r
public static func stateEventRoomAvatarChanged ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_avatar_changed " , String ( describing : p1 ) )
}
// / Y o u c h a n g e d t h e r o o m a v a t a r
public static var stateEventRoomAvatarChangedByYou : String { return L10n . tr ( " Localizable " , " state_event_room_avatar_changed_by_you " ) }
// / % 1 $ @ r e m o v e d t h e r o o m a v a t a r
public static func stateEventRoomAvatarRemoved ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_avatar_removed " , String ( describing : p1 ) )
}
// / Y o u r e m o v e d t h e r o o m a v a t a r
public static var stateEventRoomAvatarRemovedByYou : String { return L10n . tr ( " Localizable " , " state_event_room_avatar_removed_by_you " ) }
// / % 1 $ @ b a n n e d % 2 $ @
public static func stateEventRoomBan ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_ban " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u b a n n e d % 1 $ @
public static func stateEventRoomBanByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_ban_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ c r e a t e d t h e r o o m
public static func stateEventRoomCreated ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_created " , String ( describing : p1 ) )
}
// / Y o u c r e a t e d t h e r o o m
public static var stateEventRoomCreatedByYou : String { return L10n . tr ( " Localizable " , " state_event_room_created_by_you " ) }
// / % 1 $ @ i n v i t e d % 2 $ @
public static func stateEventRoomInvite ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_invite " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / % 1 $ @ a c c e p t e d t h e i n v i t e
public static func stateEventRoomInviteAccepted ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_invite_accepted " , String ( describing : p1 ) )
}
// / Y o u a c c e p t e d t h e i n v i t e
public static var stateEventRoomInviteAcceptedByYou : String { return L10n . tr ( " Localizable " , " state_event_room_invite_accepted_by_you " ) }
// / Y o u i n v i t e d % 1 $ @
public static func stateEventRoomInviteByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_invite_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ i n v i t e d y o u
public static func stateEventRoomInviteYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_invite_you " , String ( describing : p1 ) )
}
// / % 1 $ @ j o i n e d t h e r o o m
public static func stateEventRoomJoin ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_join " , String ( describing : p1 ) )
}
// / Y o u j o i n e d t h e r o o m
public static var stateEventRoomJoinByYou : String { return L10n . tr ( " Localizable " , " state_event_room_join_by_you " ) }
// / % 1 $ @ r e q u e s t e d t o j o i n
public static func stateEventRoomKnock ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_knock " , String ( describing : p1 ) )
}
// / % 1 $ @ a l l o w e d % 2 $ @ t o j o i n
public static func stateEventRoomKnockAccepted ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_knock_accepted " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / % 1 $ @ a l l o w e d y o u t o j o i n
public static func stateEventRoomKnockAcceptedByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_knock_accepted_by_you " , String ( describing : p1 ) )
}
// / Y o u r e q u e s t e d t o j o i n
public static var stateEventRoomKnockByYou : String { return L10n . tr ( " Localizable " , " state_event_room_knock_by_you " ) }
// / % 1 $ @ r e j e c t e d % 2 $ @ ' s r e q u e s t t o j o i n
public static func stateEventRoomKnockDenied ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_knock_denied " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u r e j e c t e d % 1 $ @ ' s r e q u e s t t o j o i n
public static func stateEventRoomKnockDeniedByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_knock_denied_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ r e j e c t e d y o u r r e q u e s t t o j o i n
public static func stateEventRoomKnockDeniedYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_knock_denied_you " , String ( describing : p1 ) )
}
// / % 1 $ @ i s n o l o n g e r i n t e r e s t e d i n j o i n i n g
public static func stateEventRoomKnockRetracted ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_knock_retracted " , String ( describing : p1 ) )
}
// / Y o u c a n c e l l e d y o u r r e q u e s t t o j o i n
public static var stateEventRoomKnockRetractedByYou : String { return L10n . tr ( " Localizable " , " state_event_room_knock_retracted_by_you " ) }
// / % 1 $ @ l e f t t h e r o o m
public static func stateEventRoomLeave ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_leave " , String ( describing : p1 ) )
}
// / Y o u l e f t t h e r o o m
public static var stateEventRoomLeaveByYou : String { return L10n . tr ( " Localizable " , " state_event_room_leave_by_you " ) }
// / % 1 $ @ c h a n g e d t h e r o o m n a m e t o : % 2 $ @
public static func stateEventRoomNameChanged ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_name_changed " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u c h a n g e d t h e r o o m n a m e t o : % 1 $ @
public static func stateEventRoomNameChangedByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_name_changed_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ r e m o v e d t h e r o o m n a m e
public static func stateEventRoomNameRemoved ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_name_removed " , String ( describing : p1 ) )
}
// / Y o u r e m o v e d t h e r o o m n a m e
public static var stateEventRoomNameRemovedByYou : String { return L10n . tr ( " Localizable " , " state_event_room_name_removed_by_you " ) }
// / % 1 $ @ r e j e c t e d t h e i n v i t a t i o n
public static func stateEventRoomReject ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_reject " , String ( describing : p1 ) )
}
// / Y o u r e j e c t e d t h e i n v i t a t i o n
public static var stateEventRoomRejectByYou : String { return L10n . tr ( " Localizable " , " state_event_room_reject_by_you " ) }
// / % 1 $ @ r e m o v e d % 2 $ @
public static func stateEventRoomRemove ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_remove " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u r e m o v e d % 1 $ @
public static func stateEventRoomRemoveByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_remove_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ s e n t a n i n v i t a t i o n t o % 2 $ @ t o j o i n t h e r o o m
public static func stateEventRoomThirdPartyInvite ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_third_party_invite " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u s e n t a n i n v i t a t i o n t o % 1 $ @ t o j o i n t h e r o o m
public static func stateEventRoomThirdPartyInviteByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_third_party_invite_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ r e v o k e d t h e i n v i t a t i o n f o r % 2 $ @ t o j o i n t h e r o o m
public static func stateEventRoomThirdPartyRevokedInvite ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_third_party_revoked_invite " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u r e v o k e d t h e i n v i t a t i o n f o r % 1 $ @ t o j o i n t h e r o o m
public static func stateEventRoomThirdPartyRevokedInviteByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_third_party_revoked_invite_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ c h a n g e d t h e t o p i c t o : % 2 $ @
public static func stateEventRoomTopicChanged ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_topic_changed " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u c h a n g e d t h e t o p i c t o : % 1 $ @
public static func stateEventRoomTopicChangedByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_topic_changed_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ r e m o v e d t h e r o o m t o p i c
public static func stateEventRoomTopicRemoved ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_topic_removed " , String ( describing : p1 ) )
}
// / Y o u r e m o v e d t h e r o o m t o p i c
public static var stateEventRoomTopicRemovedByYou : String { return L10n . tr ( " Localizable " , " state_event_room_topic_removed_by_you " ) }
// / % 1 $ @ u n b a n n e d % 2 $ @
public static func stateEventRoomUnban ( _ p1 : Any , _ p2 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_unban " , String ( describing : p1 ) , String ( describing : p2 ) )
}
// / Y o u u n b a n n e d % 1 $ @
public static func stateEventRoomUnbanByYou ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_unban_by_you " , String ( describing : p1 ) )
}
// / % 1 $ @ m a d e a n u n k n o w n c h a n g e t o t h e i r m e m b e r s h i p
public static func stateEventRoomUnknownMembershipChange ( _ p1 : Any ) -> String {
return L10n . tr ( " Localizable " , " state_event_room_unknown_membership_change " , String ( describing : p1 ) )
}
2023-04-05 10:36:02 +02:00
// / e n
public static var testLanguageIdentifier : String { return L10n . tr ( " Localizable " , " test_language_identifier " ) }
// / e n
public static var testUntranslatedDefaultLanguageIdentifier : String { return L10n . tr ( " Localizable " , " test_untranslated_default_language_identifier " ) }
2023-08-16 17:48:12 +02:00
public enum UseAnIdentityServerToInviteByEmail {
public enum DefaultUseTheDefaultDefaultIdentityServerNameSDefaultOrManageInSettingsSettingsSettings {
// / U s e a n i d e n t i t y s e r v e r t o i n v i t e b y e m a i l . < d e f a u l t > U s e t h e d e f a u l t ( % ( d e f a u l t I d e n t i t y S e r v e r N a m e ) s ) < / d e f a u l t > o r m a n a g e i n < s e t t i n g s > S e t t i n g s < / s e t t i n g s > .
public static var web : String { return L10n . tr ( " Localizable " , " Use an identity server to invite by email. <default>Use the default (%(defaultIdentityServerName)s)</default> or manage in <settings>Settings</settings>._web " ) }
}
}
2022-04-26 22:48:17 +03:00
}
// s w i f t l i n t : e n a b l e e x p l i c i t _ t y p e _ i n t e r f a c e f u n c t i o n _ p a r a m e t e r _ c o u n t i d e n t i f i e r _ n a m e l i n e _ l e n g t h
// s w i f t l i n t : e n a b l e n e s t i n g t y p e _ b o d y _ l e n g t h t y p e _ n a m e v e r t i c a l _ w h i t e s p a c e _ o p e n i n g _ b r a c e s
// MARK: - I m p l e m e n t a t i o n D e t a i l s
2023-03-17 16:17:45 +00:00
extension L10n {
2022-04-26 22:48:17 +03:00
static func tr ( _ table : String , _ key : String , _ args : CVarArg . . . ) -> String {
2023-04-17 15:58:39 +01:00
// U s e p r e f e r r e d L o c a l i z a t i o n s t o g e t a l a n g u a g e t h a t i s i n t h e b u n d l e a n d t h e u s e r ' s p r e f e r r e d l i s t o f l a n g u a g e s .
let languages = Bundle . overrideLocalizations ? ? Bundle . app . preferredLocalizations
2022-04-26 22:48:17 +03:00
for language in languages {
2023-04-05 10:36:02 +02:00
if let translation = trIn ( language , table , key , args ) {
2022-04-26 22:48:17 +03:00
return translation
}
2023-04-05 10:36:02 +02:00
}
2023-04-17 15:58:39 +01:00
return Bundle . app . developmentLocalization . flatMap { trIn ( $0 , table , key , args ) } ? ? key
}
2022-04-26 22:48:17 +03:00
2023-04-05 10:36:02 +02:00
private static func trIn ( _ language : String , _ table : String , _ key : String , _ args : CVarArg . . . ) -> String ? {
2023-04-17 15:58:39 +01:00
guard let bundle = Bundle . lprojBundle ( for : language ) else { return nil }
2022-04-26 22:48:17 +03:00
let format = NSLocalizedString ( key , tableName : table , bundle : bundle , comment : " " )
2023-04-17 15:58:39 +01:00
let translation = String ( format : format , locale : Locale ( identifier : language ) , arguments : args )
guard translation != key else { return nil }
return translation
2022-04-26 22:48:17 +03:00
}
}
2023-04-12 10:33:38 +01:00
// s w i f t l i n t : e n a b l e a l l