From 8fe3cf75627d5f202981adeac72f9d2efc094cfe Mon Sep 17 00:00:00 2001 From: Ryan ZHAO <> Date: Mon, 6 May 2024 14:44:27 +1000 Subject: [PATCH] update strings and minor fix --- Session/Conversations/ConversationVC.swift | 4 +++- Session/Meta/Translations/ar.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/be.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/bg.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/bn.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/cs.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/da.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/de.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/el.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/en.lproj/Localizable.strings | 5 ++--- Session/Meta/Translations/eo.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/es-ES.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/fa.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/fi.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/fil.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/fr.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/hi.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/hr.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/hu.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/id.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/it.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/ja.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/ko.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/ku.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/lt.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/lv.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/ne-NP.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/nl.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/no.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/pl.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/pt-BR.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/pt-PT.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/ro.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/ru.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/si-LK.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/sk.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/sl.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/sv-SE.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/th.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/tr.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/uk.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/vi.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/zh-CN.lproj/Localizable.strings | 2 ++ Session/Meta/Translations/zh-TW.lproj/Localizable.strings | 2 ++ Session/Settings/SettingsViewModel.swift | 4 ++-- 45 files changed, 91 insertions(+), 6 deletions(-) diff --git a/Session/Conversations/ConversationVC.swift b/Session/Conversations/ConversationVC.swift index c362b3819..12e084c5a 100644 --- a/Session/Conversations/ConversationVC.swift +++ b/Session/Conversations/ConversationVC.swift @@ -828,7 +828,9 @@ final class ConversationVC: BaseVC, SessionUtilRespondingViewController, Convers ) messageRequestDescriptionLabel.text = (updatedThreadData.threadRequiresApproval == false ? - "messageRequestsAcceptDescription".localized() : + "messageRequestsAcceptDescription" + .put(key: "app_name", value: Singleton.appName) + .localized() : "messageRequestPendingDescription".localized() ) diff --git a/Session/Meta/Translations/ar.lproj/Localizable.strings b/Session/Meta/Translations/ar.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/ar.lproj/Localizable.strings +++ b/Session/Meta/Translations/ar.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/be.lproj/Localizable.strings b/Session/Meta/Translations/be.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/be.lproj/Localizable.strings +++ b/Session/Meta/Translations/be.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/bg.lproj/Localizable.strings b/Session/Meta/Translations/bg.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/bg.lproj/Localizable.strings +++ b/Session/Meta/Translations/bg.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/bn.lproj/Localizable.strings b/Session/Meta/Translations/bn.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/bn.lproj/Localizable.strings +++ b/Session/Meta/Translations/bn.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/cs.lproj/Localizable.strings b/Session/Meta/Translations/cs.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/cs.lproj/Localizable.strings +++ b/Session/Meta/Translations/cs.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/da.lproj/Localizable.strings b/Session/Meta/Translations/da.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/da.lproj/Localizable.strings +++ b/Session/Meta/Translations/da.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/de.lproj/Localizable.strings b/Session/Meta/Translations/de.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/de.lproj/Localizable.strings +++ b/Session/Meta/Translations/de.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/el.lproj/Localizable.strings b/Session/Meta/Translations/el.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/el.lproj/Localizable.strings +++ b/Session/Meta/Translations/el.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/en.lproj/Localizable.strings b/Session/Meta/Translations/en.lproj/Localizable.strings index 6780232c7..ec3dcc517 100644 --- a/Session/Meta/Translations/en.lproj/Localizable.strings +++ b/Session/Meta/Translations/en.lproj/Localizable.strings @@ -682,6 +682,8 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; // ADDED BY ONBOARDING "start_conversation_screen_title" = "Start Conversation"; @@ -738,10 +740,7 @@ "CONVERSATION_SETTINGS_BLOCKED_CONTACTS_UNBLOCK_CONFIRMATION_TITLE_MULTIPLE_3" = "and %d others?"; "SETTINGS_AUDIO_DEFAULT_TONE_LABEL_FORMAT" = "%@ (default)"; "LOAD_RECOVERY_PASSWORD_ERROR" = "An error occurred when trying to load your recovery password.\n\nPlease export your logs, then upload the file though Session's Help Desk to help resolve this issue."; -"update_profile_modal_remove_error_title" = "Unable to remove avatar image"; "update_profile_modal_max_size_error_title" = "Maximum File Size Exceeded"; -"update_profile_modal_error_title" = "Couldn't Update Profile"; "IMAGE_PICKER_FAILED_TO_PROCESS_ATTACHMENTS" = "Failed to select attachment."; -"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"; diff --git a/Session/Meta/Translations/eo.lproj/Localizable.strings b/Session/Meta/Translations/eo.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/eo.lproj/Localizable.strings +++ b/Session/Meta/Translations/eo.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/es-ES.lproj/Localizable.strings b/Session/Meta/Translations/es-ES.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/es-ES.lproj/Localizable.strings +++ b/Session/Meta/Translations/es-ES.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/fa.lproj/Localizable.strings b/Session/Meta/Translations/fa.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/fa.lproj/Localizable.strings +++ b/Session/Meta/Translations/fa.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/fi.lproj/Localizable.strings b/Session/Meta/Translations/fi.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/fi.lproj/Localizable.strings +++ b/Session/Meta/Translations/fi.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/fil.lproj/Localizable.strings b/Session/Meta/Translations/fil.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/fil.lproj/Localizable.strings +++ b/Session/Meta/Translations/fil.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/fr.lproj/Localizable.strings b/Session/Meta/Translations/fr.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/fr.lproj/Localizable.strings +++ b/Session/Meta/Translations/fr.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/hi.lproj/Localizable.strings b/Session/Meta/Translations/hi.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/hi.lproj/Localizable.strings +++ b/Session/Meta/Translations/hi.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/hr.lproj/Localizable.strings b/Session/Meta/Translations/hr.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/hr.lproj/Localizable.strings +++ b/Session/Meta/Translations/hr.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/hu.lproj/Localizable.strings b/Session/Meta/Translations/hu.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/hu.lproj/Localizable.strings +++ b/Session/Meta/Translations/hu.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/id.lproj/Localizable.strings b/Session/Meta/Translations/id.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/id.lproj/Localizable.strings +++ b/Session/Meta/Translations/id.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/it.lproj/Localizable.strings b/Session/Meta/Translations/it.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/it.lproj/Localizable.strings +++ b/Session/Meta/Translations/it.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/ja.lproj/Localizable.strings b/Session/Meta/Translations/ja.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/ja.lproj/Localizable.strings +++ b/Session/Meta/Translations/ja.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/ko.lproj/Localizable.strings b/Session/Meta/Translations/ko.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/ko.lproj/Localizable.strings +++ b/Session/Meta/Translations/ko.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/ku.lproj/Localizable.strings b/Session/Meta/Translations/ku.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/ku.lproj/Localizable.strings +++ b/Session/Meta/Translations/ku.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/lt.lproj/Localizable.strings b/Session/Meta/Translations/lt.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/lt.lproj/Localizable.strings +++ b/Session/Meta/Translations/lt.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/lv.lproj/Localizable.strings b/Session/Meta/Translations/lv.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/lv.lproj/Localizable.strings +++ b/Session/Meta/Translations/lv.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/ne-NP.lproj/Localizable.strings b/Session/Meta/Translations/ne-NP.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/ne-NP.lproj/Localizable.strings +++ b/Session/Meta/Translations/ne-NP.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/nl.lproj/Localizable.strings b/Session/Meta/Translations/nl.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/nl.lproj/Localizable.strings +++ b/Session/Meta/Translations/nl.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/no.lproj/Localizable.strings b/Session/Meta/Translations/no.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/no.lproj/Localizable.strings +++ b/Session/Meta/Translations/no.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/pl.lproj/Localizable.strings b/Session/Meta/Translations/pl.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/pl.lproj/Localizable.strings +++ b/Session/Meta/Translations/pl.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/pt-BR.lproj/Localizable.strings b/Session/Meta/Translations/pt-BR.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/pt-BR.lproj/Localizable.strings +++ b/Session/Meta/Translations/pt-BR.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/pt-PT.lproj/Localizable.strings b/Session/Meta/Translations/pt-PT.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/pt-PT.lproj/Localizable.strings +++ b/Session/Meta/Translations/pt-PT.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/ro.lproj/Localizable.strings b/Session/Meta/Translations/ro.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/ro.lproj/Localizable.strings +++ b/Session/Meta/Translations/ro.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/ru.lproj/Localizable.strings b/Session/Meta/Translations/ru.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/ru.lproj/Localizable.strings +++ b/Session/Meta/Translations/ru.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/si-LK.lproj/Localizable.strings b/Session/Meta/Translations/si-LK.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/si-LK.lproj/Localizable.strings +++ b/Session/Meta/Translations/si-LK.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/sk.lproj/Localizable.strings b/Session/Meta/Translations/sk.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/sk.lproj/Localizable.strings +++ b/Session/Meta/Translations/sk.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/sl.lproj/Localizable.strings b/Session/Meta/Translations/sl.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/sl.lproj/Localizable.strings +++ b/Session/Meta/Translations/sl.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/sv-SE.lproj/Localizable.strings b/Session/Meta/Translations/sv-SE.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/sv-SE.lproj/Localizable.strings +++ b/Session/Meta/Translations/sv-SE.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/th.lproj/Localizable.strings b/Session/Meta/Translations/th.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/th.lproj/Localizable.strings +++ b/Session/Meta/Translations/th.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/tr.lproj/Localizable.strings b/Session/Meta/Translations/tr.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/tr.lproj/Localizable.strings +++ b/Session/Meta/Translations/tr.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/uk.lproj/Localizable.strings b/Session/Meta/Translations/uk.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/uk.lproj/Localizable.strings +++ b/Session/Meta/Translations/uk.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/vi.lproj/Localizable.strings b/Session/Meta/Translations/vi.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/vi.lproj/Localizable.strings +++ b/Session/Meta/Translations/vi.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/zh-CN.lproj/Localizable.strings b/Session/Meta/Translations/zh-CN.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/zh-CN.lproj/Localizable.strings +++ b/Session/Meta/Translations/zh-CN.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Meta/Translations/zh-TW.lproj/Localizable.strings b/Session/Meta/Translations/zh-TW.lproj/Localizable.strings index 8390cac26..565665aff 100644 --- a/Session/Meta/Translations/zh-TW.lproj/Localizable.strings +++ b/Session/Meta/Translations/zh-TW.lproj/Localizable.strings @@ -682,3 +682,5 @@ "attachmentsNotification" = "{emoji} Attachment"; "onsErrorNotRecognized" = "We couldn't recognize this ONS. Please check it and try again."; "communityJoinError" = "Failed to join {community_name}"; +"profileErrorUpdate" = "Failed to update profile."; +"profileDisplayPictureRemoveError" = "Failed to remove display picture."; diff --git a/Session/Settings/SettingsViewModel.swift b/Session/Settings/SettingsViewModel.swift index a4a71fb0d..c85532f03 100644 --- a/Session/Settings/SettingsViewModel.swift +++ b/Session/Settings/SettingsViewModel.swift @@ -619,11 +619,11 @@ class SettingsViewModel: SessionTableViewModel, NavigationItemSource, Navigatabl modalActivityIndicator.dismiss { let title: String = { switch (avatarUpdate, error) { - case (.remove, _): return "update_profile_modal_remove_error_title".localized() + case (.remove, _): return "profileDisplayPictureRemoveError".localized() case (_, .avatarUploadMaxFileSizeExceeded): return "update_profile_modal_max_size_error_title".localized() - default: return "update_profile_modal_error_title".localized() + default: return "profileErrorUpdate".localized() } }() let message: String? = {