update strings

pull/963/head
Ryan ZHAO 1 month ago
parent 1cda8887dc
commit 6f6521c9ca

@ -1648,7 +1648,7 @@ extension ConversationVC:
let sheet = UIAlertController(
title: (cellViewModel.state == .failedToSync ?
"MESSAGE_DELIVERY_FAILED_SYNC_TITLE".localized() :
"MESSAGE_DELIVERY_FAILED_TITLE".localized()
"messageStatusFailedToSend".localized()
),
message: cellViewModel.mostRecentFailureText,
preferredStyle: .actionSheet
@ -2176,52 +2176,50 @@ extension ConversationVC:
self?.showInputAccessoryView()
})
actionSheet.addAction(UIAlertAction(
title: {
switch cellViewModel.threadVariant {
case .legacyGroup, .group: return "clearMessagesForEveryone".localized()
default:
return (cellViewModel.threadId == userPublicKey ?
"delete_message_for_me_and_my_devices".localized() :
"clearMessagesForEveryone".localized()
)
if cellViewModel.threadId != userPublicKey {
actionSheet.addAction(UIAlertAction(
title: {
switch cellViewModel.threadVariant {
case .legacyGroup, .group: return "clearMessagesForEveryone".localized()
default: return "clearMessagesForEveryone".localized()
}
}(),
accessibilityIdentifier: "Delete for everyone",
style: .destructive
) { [weak self] _ in
let completeServerDeletion = { [weak self] in
Storage.shared.writeAsync { db in
try MessageSender
.send(
db,
message: unsendRequest,
interactionId: nil,
threadId: cellViewModel.threadId,
threadVariant: cellViewModel.threadVariant,
using: dependencies
)
}
self?.showInputAccessoryView()
}
}(),
accessibilityIdentifier: "Delete for everyone",
style: .destructive
) { [weak self] _ in
let completeServerDeletion = { [weak self] in
Storage.shared.writeAsync { db in
try MessageSender
.send(
db,
message: unsendRequest,
interactionId: nil,
threadId: cellViewModel.threadId,
threadVariant: cellViewModel.threadVariant,
using: dependencies
)
// We can only delete messages on the server for `contact` and `group` conversations
guard cellViewModel.threadVariant == .contact || cellViewModel.threadVariant == .group else {
return completeServerDeletion()
}
self?.showInputAccessoryView()
}
// We can only delete messages on the server for `contact` and `group` conversations
guard cellViewModel.threadVariant == .contact || cellViewModel.threadVariant == .group else {
return completeServerDeletion()
}
deleteRemotely(
from: self,
request: SnodeAPI
.deleteMessages(
publicKey: targetPublicKey,
serverHashes: [serverHash]
)
.map { _ in () }
.eraseToAnyPublisher()
) { completeServerDeletion() }
})
deleteRemotely(
from: self,
request: SnodeAPI
.deleteMessages(
publicKey: targetPublicKey,
serverHashes: [serverHash]
)
.map { _ in () }
.eraseToAnyPublisher()
) { completeServerDeletion() }
})
}
actionSheet.addAction(UIAlertAction.init(title: "cancel".localized(), style: .cancel) { [weak self] _ in
self?.showInputAccessoryView()

@ -221,7 +221,7 @@ struct MessageInfoScreen: View {
}
if isMessageFailed {
let failureText: String = messageViewModel.mostRecentFailureText ?? "SEND_FAILED_NOTIFICATION_BODY".localized()
let failureText: String = messageViewModel.mostRecentFailureText ?? "messageStatusFailedToSend".localized()
InfoBlock(title: "error".localized() + ":") {
Text(failureText)
.font(.system(size: Values.mediumFontSize))

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";
@ -717,8 +717,6 @@
"ATTACHMENT_ERROR_COULD_NOT_PARSE_IMAGE" = "Unable to parse image.";
"ATTACHMENT_ERROR_COULD_NOT_CONVERT_TO_MP4" = "Unable to process video.";
"ATTACHMENT_ERROR_COULD_NOT_RESIZE_IMAGE" = "Unable to resize image.";
"GROUP_CREATED" = "Group created";
"DISAPPERING_MESSAGES_INFO_ENABLE" = "%@ has set messages to disappear %@ after they have been %@";
"USER_CONFIG_OUTDATED_WARNING" = "Some of your devices are using outdated versions. Syncing may be unreliable until they are updated.";
"DATE_NOW" = "Now";
"CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK_CONFIRMATION_TITLE_FALLBACK" = "this contact";
@ -749,6 +747,3 @@
"ATTACHMENT_PICKER_DOCUMENTS_FAILED_ALERT_TITLE" = "Failed to choose document.";
"CONFIRM_BUTTON_TITLE" = "Confirm";
"MESSAGE_DELIVERY_FAILED_SYNC_TITLE" = "Failed to sync message to your other devices";
"MESSAGE_DELIVERY_FAILED_TITLE" = "Failed to send message";
"delete_message_for_me_and_my_devices" = "Delete from all of my devices";
"SEND_FAILED_NOTIFICATION_BODY" = "Your message failed to send.";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -282,7 +282,7 @@
"groupLeave" = "Leave Group";
"notificationsLedColor" = "LED color";
"linkPreviews" = "Link Previews";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"recoveryPasswordDescription" = "Use your recovery password to load your account on new devices. <br/>Your account cannot be recovered without your recovery password. Make sure it\'s stored somewhere safe and secure — and don\'t share it with anyone.";
"attachmentsLoadingNewer" = "Loading Newer Media...";
"attachmentsLoadingOlder" = "Loading Older Media...";
"loadAccountProgressMessage" = "Loading your account";

@ -1035,7 +1035,7 @@ public extension Interaction {
.put(key: "name", value: authorDisplayName)
.localized()
case .infoClosedGroupCreated: return "GROUP_CREATED".localized()
case .infoClosedGroupCreated: return (body ?? "") // Deprecated
case .infoClosedGroupCurrentUserLeft: return "groupMemberYouLeft".localized()
case .infoClosedGroupCurrentUserLeaving: return "leaving".localized()
case .infoClosedGroupCurrentUserErrorLeaving: return (body ?? "")

Loading…
Cancel
Save