From 90cee6b8026aaa78f49eaf3b589732c2070a1199 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 28 Apr 2023 12:21:23 +0400 Subject: [PATCH] ios: scroll address view on keyboard, translations (#2344) * ios: scroll address view on keyboard, translations * fix typo * revert text --------- Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> --- .../UserSettings/UserAddressLearnMore.swift | 6 +- .../Views/UserSettings/UserAddressView.swift | 56 ++++--- .../cs.xcloc/Localized Contents/cs.xliff | 114 +++++++++++--- .../de.xcloc/Localized Contents/de.xliff | 112 +++++++++++--- .../en.xcloc/Localized Contents/en.xliff | 140 ++++++++++++++---- .../es.xcloc/Localized Contents/es.xliff | 114 +++++++++++--- .../fr.xcloc/Localized Contents/fr.xliff | 114 +++++++++++--- .../it.xcloc/Localized Contents/it.xliff | 114 +++++++++++--- .../nl.xcloc/Localized Contents/nl.xliff | 114 +++++++++++--- .../pl.xcloc/Localized Contents/pl.xliff | 114 +++++++++++--- .../ru.xcloc/Localized Contents/ru.xliff | 112 +++++++++++--- .../Localized Contents/zh-Hans.xliff | 112 +++++++++++--- 12 files changed, 971 insertions(+), 251 deletions(-) diff --git a/apps/ios/Shared/Views/UserSettings/UserAddressLearnMore.swift b/apps/ios/Shared/Views/UserSettings/UserAddressLearnMore.swift index df7bcf2767..e944dcec95 100644 --- a/apps/ios/Shared/Views/UserSettings/UserAddressLearnMore.swift +++ b/apps/ios/Shared/Views/UserSettings/UserAddressLearnMore.swift @@ -12,9 +12,9 @@ struct UserAddressLearnMore: View { var body: some View { List { VStack(alignment: .leading, spacing: 18) { - Text("You can create a long term address that can be used by other people to connect with you.") - Text("Unlike 1-time invitation links, these addresses can be used many times, that makes them good to share online.") - Text("When people connect to you via this address, you will receive a connection request that you can accept or reject.") + Text("You can share your address as a link or QR code - anybody can connect to you.") + Text("You won't lose your contacts if you later delete your address.") + Text("When people request to connect, you can accept or reject it.") Text("Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address).") } .listRowBackground(Color.clear) diff --git a/apps/ios/Shared/Views/UserSettings/UserAddressView.swift b/apps/ios/Shared/Views/UserSettings/UserAddressView.swift index 1dbd466f50..802cf4d4a5 100644 --- a/apps/ios/Shared/Views/UserSettings/UserAddressView.swift +++ b/apps/ios/Shared/Views/UserSettings/UserAddressView.swift @@ -41,13 +41,14 @@ struct UserAddressView: View { var body: some View { ZStack { if viaCreateLinkView { - userAddressView() + userAddressScrollView() } else { - userAddressView() + userAddressScrollView() .modifier(BackButton { if savedAAS == aas { dismiss() } else { + keyboardVisible = false showSaveDialogue = true } }) @@ -73,7 +74,24 @@ struct UserAddressView: View { } } - @ViewBuilder private func userAddressView() -> some View { + @Namespace private var bottomID + + private func userAddressScrollView() -> some View { + ScrollViewReader { proxy in + userAddressView() + .onChange(of: keyboardVisible) { _ in + if keyboardVisible { + DispatchQueue.main.asyncAfter(deadline: .now() + 0.5) { + withAnimation { + proxy.scrollTo(bottomID, anchor: .top) + } + } + } + } + } + } + + private func userAddressView() -> some View { List { if let userAddress = chatModel.userAddress { existingAddressView(userAddress) @@ -187,6 +205,7 @@ struct UserAddressView: View { } footer: { Text("Your contacts will remain connected.") } + .id(bottomID) } private func createAddressButton() -> some View { @@ -247,7 +266,7 @@ struct UserAddressView: View { .navigationBarTitleDisplayMode(.large) } label: { settingsRow("info.circle") { - Text("Learn more") + Text("About SimpleX address") } } } @@ -327,7 +346,7 @@ struct UserAddressView: View { saveAASButton() .disabled(aas == savedAAS) } header: { - Text("Accept requests") + Text("Auto-accept") } } @@ -342,26 +361,25 @@ struct UserAddressView: View { private func welcomeMessageEditor() -> some View { ZStack { - if aas.welcomeText.isEmpty { - TextEditor(text: Binding.constant("Enter welcome message… (optional)")) - .foregroundColor(.secondary) - .disabled(true) - .padding(.horizontal, -5) - .padding(.top, -8) - .frame(height: 90, alignment: .topLeading) - .frame(maxWidth: .infinity, alignment: .leading) + Group { + if aas.welcomeText.isEmpty { + TextEditor(text: Binding.constant(NSLocalizedString("Enter welcome message… (optional)", comment: "placeholder"))) + .foregroundColor(.secondary) + .disabled(true) + } + TextEditor(text: $aas.welcomeText) + .focused($keyboardVisible) } - TextEditor(text: $aas.welcomeText) - .focused($keyboardVisible) - .padding(.horizontal, -5) - .padding(.top, -8) - .frame(height: 90, alignment: .topLeading) - .frame(maxWidth: .infinity, alignment: .leading) + .padding(.horizontal, -5) + .padding(.top, -8) + .frame(height: 90, alignment: .topLeading) + .frame(maxWidth: .infinity, alignment: .leading) } } private func saveAASButton() -> some View { Button { + keyboardVisible = false saveAAS() } label: { Text("Save") diff --git a/apps/ios/SimpleX Localizations/cs.xcloc/Localized Contents/cs.xliff b/apps/ios/SimpleX Localizations/cs.xcloc/Localized Contents/cs.xliff index 775e7c754d..0980517f78 100644 --- a/apps/ios/SimpleX Localizations/cs.xcloc/Localized Contents/cs.xliff +++ b/apps/ios/SimpleX Localizations/cs.xcloc/Localized Contents/cs.xliff @@ -361,6 +361,10 @@ Dostupné ve verzi 5.1 O SimpleX chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color Zbarvení @@ -387,9 +391,8 @@ Dostupné ve verzi 5.1 Přijmout inkognito No comment provided by engineer. - - Accept requests - Přijímat žádosti + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Dostupné ve verzi 5.1 Přidat uvítací zprávu No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. Správci mohou vytvářet odkazy pro připojení ke skupinám. @@ -447,9 +454,12 @@ Dostupné ve verzi 5.1 Všechny zprávy budou smazány – tuto akci nelze vrátit zpět! Zprávy budou smazány POUZE pro vás. No comment provided by engineer. - - All your contacts will remain connected - Všechny vaše kontakty zůstanou připojeny + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Dostupné ve verzi 5.1 Ověřování není k dispozici No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Automatické přijímání žádostí o kontakt @@ -622,11 +636,6 @@ Dostupné ve verzi 5.1 Automaticky přijímat obrázky No comment provided by engineer. - - Automatically - Automaticky - No comment provided by engineer. - Back Zpět @@ -992,11 +1001,6 @@ Dostupné ve verzi 5.1 Předvolby kontaktů No comment provided by engineer. - - Contact requests - Žádosti o kontakt - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. Kontakty mohou označit zprávy ke smazání; vy je budete moci zobrazit. @@ -1017,9 +1021,12 @@ Dostupné ve verzi 5.1 Vytvořit No comment provided by engineer. - - Create address - Vytvořit adresu + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Dostupné ve verzi 5.1 Zadejte server ručně No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error Chyba @@ -2343,6 +2354,10 @@ Dostupné ve verzi 5.1 Velký soubor! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Opustit @@ -2987,6 +3002,10 @@ Dostupné ve verzi 5.1 Heslo profilu No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Zákaz audio/video hovorů. @@ -3247,6 +3266,10 @@ Dostupné ve verzi 5.1 Uložit archiv No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile Uložení profilu skupiny @@ -3282,6 +3305,10 @@ Dostupné ve verzi 5.1 Uložit servery? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? Uložit uvítací zprávu? @@ -3472,6 +3499,14 @@ Dostupné ve verzi 5.1 Sdílet chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link Sdílet odkaz na pozvánku @@ -3487,6 +3522,10 @@ Dostupné ve verzi 5.1 Jednorázový zvací odkaz No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code Zobrazit QR kód @@ -3537,6 +3576,10 @@ Dostupné ve verzi 5.1 Zapnutý zámek SimpleX Lock No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address SimpleX kontaktní adresa @@ -3632,6 +3675,14 @@ Dostupné ve verzi 5.1 Zastavit odesílání souboru? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit Odeslat @@ -4228,6 +4279,10 @@ Chcete-li se připojit, požádejte svůj kontakt o vytvoření dalšího odkazu Když je k dispozici No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. Pokud s někým sdílíte inkognito profil, bude tento profil použit pro skupiny, do kterých vás pozve. @@ -4320,9 +4375,13 @@ SimpleX zámek musí být povolen. Můžete sdílet odkaz nebo QR kód - ke skupině se bude moci připojit kdokoli. O členy skupiny nepřijdete, pokud ji později odstraníte. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - Můžete sdílet svou adresu jako odkaz nebo jako QR kód - kdokoli se k vám bude moci připojit. O své kontakty nepřijdete, pokud ji později smažete. + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + Můžete sdílet svou adresu jako odkaz nebo jako QR kód - kdokoli se k vám bude moci připojit. No comment provided by engineer. @@ -4435,6 +4494,11 @@ SimpleX zámek musí být povolen. Přestanete dostávat zprávy z této skupiny. Historie chatu bude zachována. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + O své kontakty nepřijdete, pokud ji později smažete. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile Snažíte se pozvat kontakt, se kterým jste sdíleli inkognito profil, do skupiny, ve které používáte svůj hlavní profil @@ -4462,7 +4526,7 @@ SimpleX zámek musí být povolen. Your SimpleX contact address - Vaše kontaktní adresa SimpleX + Vaše adresa SimpleX No comment provided by engineer. @@ -4532,6 +4596,10 @@ Toto připojení můžete zrušit a kontakt odebrat (a zkusit to později s nov Vaše kontakty mohou povolit úplné mazání zpráv. No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. Vaše aktuální chat databáze bude ODSTRANĚNA a NAHRAZENA importovanou. diff --git a/apps/ios/SimpleX Localizations/de.xcloc/Localized Contents/de.xliff b/apps/ios/SimpleX Localizations/de.xcloc/Localized Contents/de.xliff index 14b40892cf..68ccbbb7a3 100644 --- a/apps/ios/SimpleX Localizations/de.xcloc/Localized Contents/de.xliff +++ b/apps/ios/SimpleX Localizations/de.xcloc/Localized Contents/de.xliff @@ -361,6 +361,10 @@ Verfügbar ab v5.1 Über SimpleX Chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color Akzentfarbe @@ -387,9 +391,8 @@ Verfügbar ab v5.1 Inkognito akzeptieren No comment provided by engineer. - - Accept requests - Anfragen annehmen + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Verfügbar ab v5.1 Begrüßungsmeldung hinzufügen No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. Administratoren können Links für den Beitritt zu Gruppen erzeugen. @@ -447,9 +454,12 @@ Verfügbar ab v5.1 Alle Nachrichten werden gelöscht - dies kann nicht rückgängig gemacht werden! Die Nachrichten werden NUR bei Ihnen gelöscht. No comment provided by engineer. - - All your contacts will remain connected - Alle Ihre Kontakte bleiben verbunden + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Verfügbar ab v5.1 Authentifizierung nicht verfügbar No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Kontaktanfragen automatisch annehmen @@ -622,11 +636,6 @@ Verfügbar ab v5.1 Bilder automatisch akzeptieren No comment provided by engineer. - - Automatically - Automatisch - No comment provided by engineer. - Back Zurück @@ -992,11 +1001,6 @@ Verfügbar ab v5.1 Kontakt Präferenzen No comment provided by engineer. - - Contact requests - Kontaktanfragen - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. Ihre Kontakte können Nachrichten zum Löschen markieren. Sie können diese Nachrichten trotzdem anschauen. @@ -1017,9 +1021,12 @@ Verfügbar ab v5.1 Erstellen No comment provided by engineer. - - Create address - Adresse erstellen + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Verfügbar ab v5.1 Geben Sie den Server manuell ein No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error Fehler @@ -2343,6 +2354,10 @@ Verfügbar ab v5.1 Große Datei! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Verlassen @@ -2987,6 +3002,10 @@ Verfügbar ab v5.1 Passwort für Profil No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Audio/Video Anrufe nicht erlauben. @@ -3247,6 +3266,10 @@ Verfügbar ab v5.1 Archiv speichern No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile Gruppenprofil speichern @@ -3282,6 +3305,10 @@ Verfügbar ab v5.1 Alle Server speichern? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? Begrüßungsmeldung speichern? @@ -3472,6 +3499,14 @@ Verfügbar ab v5.1 Teilen chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link Einladungslink teilen @@ -3487,6 +3522,10 @@ Verfügbar ab v5.1 Einmal-Einladungslink teilen No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code QR-Code anzeigen @@ -3537,6 +3576,10 @@ Verfügbar ab v5.1 SimpleX Sperre aktiviert No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address SimpleX Kontaktadressen-Link @@ -3632,6 +3675,14 @@ Verfügbar ab v5.1 Das Senden der Datei beenden? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit Übermitteln @@ -4228,6 +4279,10 @@ Bitten Sie Ihren Kontakt darum einen weiteren Verbindungs-Link zu erzeugen, um s Wenn verfügbar No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. Wenn Sie ein Inkognito-Profil mit Jemandem teilen, wird dieses Profil auch für die Gruppen verwendet, für die Sie von diesem Kontakt eingeladen werden. @@ -4320,9 +4375,13 @@ Dafür muss die SimpleX Sperre aktiviert sein. Sie können diesen Link oder QR-Code teilen - Damit kann jede Person der Gruppe beitreten. Wenn Sie den Link später löschen, werden Sie keine Gruppenmitglieder verlieren, die der Gruppe darüber beigetreten sind. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - Sie können Ihre Adresse als Link oder als QR-Code teilen – Jede Person kann sich darüber mit Ihnen verbinden. Sie werden Ihre mit dieser Adresse verbundenen Kontakte nicht verlieren, wenn Sie diese Adresse später löschen. + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + Sie können Ihre Adresse als Link oder als QR-Code teilen – Jede Person kann sich darüber mit Ihnen verbinden. No comment provided by engineer. @@ -4435,6 +4494,11 @@ Dafür muss die SimpleX Sperre aktiviert sein. Sie werden von dieser Gruppe keine Nachrichten mehr erhalten. Der Chatverlauf wird beibehalten. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + Sie werden Ihre mit dieser Adresse verbundenen Kontakte nicht verlieren, wenn Sie diese Adresse später löschen. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile Sie versuchen, einen Kontakt, mit dem Sie ein Inkognito-Profil geteilt haben, in die Gruppe einzuladen, in der Sie Ihr Hauptprofil verwenden @@ -4532,6 +4596,10 @@ Sie können diese Verbindung abbrechen und den Kontakt entfernen (und es später Ihre Kontakte können die unwiederbringliche Löschung von Nachrichten erlauben. No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. Ihre aktuelle Chat-Datenbank wird GELÖSCHT und durch die Importierte ERSETZT. diff --git a/apps/ios/SimpleX Localizations/en.xcloc/Localized Contents/en.xliff b/apps/ios/SimpleX Localizations/en.xcloc/Localized Contents/en.xliff index c0a0c7cfc1..d7c662591e 100644 --- a/apps/ios/SimpleX Localizations/en.xcloc/Localized Contents/en.xliff +++ b/apps/ios/SimpleX Localizations/en.xcloc/Localized Contents/en.xliff @@ -361,6 +361,11 @@ Available in v5.1 About SimpleX Chat No comment provided by engineer. + + About SimpleX address + About SimpleX address + No comment provided by engineer. + Accent color Accent color @@ -387,9 +392,9 @@ Available in v5.1 Accept incognito No comment provided by engineer. - - Accept requests - Accept requests + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +427,11 @@ Available in v5.1 Add welcome message No comment provided by engineer. + + Address + Address + No comment provided by engineer. + Admins can create the links to join groups. Admins can create the links to join groups. @@ -447,9 +457,14 @@ Available in v5.1 All messages will be deleted - this cannot be undone! The messages will be deleted ONLY for you. No comment provided by engineer. - - All your contacts will remain connected - All your contacts will remain connected + + All your contacts will remain connected. + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +627,11 @@ Available in v5.1 Authentication unavailable No comment provided by engineer. + + Auto-accept + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Auto-accept contact requests @@ -622,11 +642,6 @@ Available in v5.1 Auto-accept images No comment provided by engineer. - - Automatically - Automatically - No comment provided by engineer. - Back Back @@ -992,11 +1007,6 @@ Available in v5.1 Contact preferences No comment provided by engineer. - - Contact requests - Contact requests - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. Contacts can mark messages for deletion; you will be able to view them. @@ -1017,9 +1027,14 @@ Available in v5.1 Create No comment provided by engineer. - - Create address - Create address + + Create SimpleX address + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1605,11 @@ Available in v5.1 Enter server manually No comment provided by engineer. + + Enter welcome message… (optional) + Enter welcome message… (optional) + placeholder + Error Error @@ -2343,6 +2363,11 @@ Available in v5.1 Large file! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Leave @@ -2987,6 +3012,11 @@ Available in v5.1 Profile password No comment provided by engineer. + + Profile update will be sent to your contacts. + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Prohibit audio/video calls. @@ -3247,6 +3277,11 @@ Available in v5.1 Save archive No comment provided by engineer. + + Save auto-accept settings + Save auto-accept settings + No comment provided by engineer. + Save group profile Save group profile @@ -3282,6 +3317,11 @@ Available in v5.1 Save servers? No comment provided by engineer. + + Save settings? + Save settings? + No comment provided by engineer. + Save welcome message? Save welcome message? @@ -3472,6 +3512,16 @@ Available in v5.1 Share chat item action + + Share address + Share address + No comment provided by engineer. + + + Share address with contacts? + Share address with contacts? + No comment provided by engineer. + Share invitation link Share invitation link @@ -3487,6 +3537,11 @@ Available in v5.1 Share one-time invitation link No comment provided by engineer. + + Share with contacts + Share with contacts + No comment provided by engineer. + Show QR code Show QR code @@ -3537,6 +3592,11 @@ Available in v5.1 SimpleX Lock turned on No comment provided by engineer. + + SimpleX address + SimpleX address + No comment provided by engineer. + SimpleX contact address SimpleX contact address @@ -3632,6 +3692,16 @@ Available in v5.1 Stop sending file? No comment provided by engineer. + + Stop sharing + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + Stop sharing address? + No comment provided by engineer. + Submit Submit @@ -4228,6 +4298,11 @@ To connect, please ask your contact to create another connection link and check When available No comment provided by engineer. + + When people request to connect, you can accept or reject it. + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. @@ -4320,9 +4395,14 @@ SimpleX Lock must be enabled. You can share a link or a QR code - anybody will be able to join the group. You won't lose members of the group if you later delete it. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. + + You can share this address with your contacts to let them connect with **%@**. + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + You can share your address as a link or QR code - anybody can connect to you. No comment provided by engineer. @@ -4435,6 +4515,11 @@ SimpleX Lock must be enabled. You will stop receiving messages from this group. Chat history will be preserved. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + You won't lose your contacts if you later delete your address. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile @@ -4460,9 +4545,9 @@ SimpleX Lock must be enabled. Your SMP servers No comment provided by engineer. - - Your SimpleX contact address - Your SimpleX contact address + + Your SimpleX address + Your SimpleX address No comment provided by engineer. @@ -4532,6 +4617,11 @@ You can cancel this connection and remove the contact (and try later with a new Your contacts can allow full message deletion. No comment provided by engineer. + + Your contacts will remain connected. + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. Your current chat database will be DELETED and REPLACED with the imported one. diff --git a/apps/ios/SimpleX Localizations/es.xcloc/Localized Contents/es.xliff b/apps/ios/SimpleX Localizations/es.xcloc/Localized Contents/es.xliff index b87a02742f..148a814c74 100644 --- a/apps/ios/SimpleX Localizations/es.xcloc/Localized Contents/es.xliff +++ b/apps/ios/SimpleX Localizations/es.xcloc/Localized Contents/es.xliff @@ -361,6 +361,10 @@ Disponible en v5.1 Acerca de SimpleX Chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color Color @@ -387,9 +391,8 @@ Disponible en v5.1 Aceptar incógnito No comment provided by engineer. - - Accept requests - Aceptar solicitudes + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Disponible en v5.1 Agregar mensaje de bienvenida No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. Los administradores pueden crear los enlaces para unirse a los grupos. @@ -447,9 +454,12 @@ Disponible en v5.1 Se eliminarán todos los mensajes SOLO para tí. ¡No puede deshacerse! No comment provided by engineer. - - All your contacts will remain connected - Todos tus contactos permanecerán conectados + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Disponible en v5.1 Autenticación no disponible No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Aceptar automáticamente solicitudes del contacto @@ -622,11 +636,6 @@ Disponible en v5.1 Aceptar automáticamente imágenes No comment provided by engineer. - - Automatically - Automáticamente - No comment provided by engineer. - Back Volver @@ -992,11 +1001,6 @@ Disponible en v5.1 Preferencias de contacto No comment provided by engineer. - - Contact requests - Solicitud del contacto - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. El contacto solo puede marcar los mensajes para eliminar. Tu podrás verlos. @@ -1017,9 +1021,12 @@ Disponible en v5.1 Crear No comment provided by engineer. - - Create address - Crear dirección + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Disponible en v5.1 Introduce el servidor manualmente No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error Error @@ -2343,6 +2354,10 @@ Disponible en v5.1 ¡Archivo grande! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Salir @@ -2987,6 +3002,10 @@ Disponible en v5.1 Contraseña del perfil No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Prohibir las llamadas/videollamadas. @@ -3247,6 +3266,10 @@ Disponible en v5.1 Guardar archivo No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile Guardar perfil de grupo @@ -3282,6 +3305,10 @@ Disponible en v5.1 ¿Guardar servidores? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? ¿Guardar mensaje de bienvenida? @@ -3472,6 +3499,14 @@ Disponible en v5.1 Compartir chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link Compartir enlace de invitación @@ -3487,6 +3522,10 @@ Disponible en v5.1 Compartir enlace de invitación de un uso No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code Mostrar código QR @@ -3537,6 +3576,10 @@ Disponible en v5.1 Bloqueo SimpleX activado No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address Dirección de contacto SimpleX @@ -3632,6 +3675,14 @@ Disponible en v5.1 ¿Dejar de enviar el archivo? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit Enviar @@ -4229,6 +4280,10 @@ Para conectarte, pide a tu contacto que cree otro enlace de conexión y comprueb Cuando esté disponible No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. Cuando compartes un perfil incógnito con alguien, este perfil también se usará para los grupos a los que te inviten. @@ -4321,9 +4376,13 @@ Bloqueo SimpleX debe estar activado. Puedes compartir un enlace o un código QR: cualquiera podrá unirse al grupo. Si lo eliminas más tarde los miembros del grupo no se perderán. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - Puedes compartir tu dirección como enlace o como código QR: cualquiera podrá conectarse contigo. Si lo eliminas más tarde tus contactos no se perderán. + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + Puedes compartir tu dirección como enlace o como código QR: cualquiera podrá conectarse contigo. No comment provided by engineer. @@ -4436,6 +4495,11 @@ Bloqueo SimpleX debe estar activado. Dejarás de recibir mensajes de este grupo. El historial del chat se conservará. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + Si lo eliminas más tarde tus contactos no se perderán. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile Estás intentando invitar a un contacto con el que compartes un perfil incógnito a un grupo en el que usas tu perfil principal @@ -4463,7 +4527,7 @@ Bloqueo SimpleX debe estar activado. Your SimpleX contact address - Mi dirección de contacto SimpleX + Mi dirección SimpleX No comment provided by engineer. @@ -4533,6 +4597,10 @@ Puedes cancelar esta conexión y eliminar el contacto (e intentarlo más tarde c Tus contactos pueden permitir la eliminación completa de mensajes. No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. La base de datos actual será ELIMINADA y SUSTITUIDA por la importada. diff --git a/apps/ios/SimpleX Localizations/fr.xcloc/Localized Contents/fr.xliff b/apps/ios/SimpleX Localizations/fr.xcloc/Localized Contents/fr.xliff index 88d5bca63d..a5c44c9ff4 100644 --- a/apps/ios/SimpleX Localizations/fr.xcloc/Localized Contents/fr.xliff +++ b/apps/ios/SimpleX Localizations/fr.xcloc/Localized Contents/fr.xliff @@ -361,6 +361,10 @@ Disponible dans la v5.1 À propos de SimpleX Chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color Couleur principale @@ -387,9 +391,8 @@ Disponible dans la v5.1 Accepter en incognito No comment provided by engineer. - - Accept requests - Accepter les demandes + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Disponible dans la v5.1 Ajouter un message d'accueil No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. Les admins peuvent créer les liens qui permettent de rejoindre les groupes. @@ -447,9 +454,12 @@ Disponible dans la v5.1 Tous les messages seront supprimés - impossible de revenir en arrière ! Les messages seront supprimés UNIQUEMENT pour vous. No comment provided by engineer. - - All your contacts will remain connected - Tous vos contacts resteront connectés + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Disponible dans la v5.1 Authentification indisponible No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Demandes de contact auto-acceptées @@ -622,11 +636,6 @@ Disponible dans la v5.1 Images auto-acceptées No comment provided by engineer. - - Automatically - Automatiquement - No comment provided by engineer. - Back Retour @@ -992,11 +1001,6 @@ Disponible dans la v5.1 Préférences de contact No comment provided by engineer. - - Contact requests - Demandes de contact - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. Vos contacts peuvent marquer les messages pour les supprimer ; vous pourrez les consulter. @@ -1017,9 +1021,12 @@ Disponible dans la v5.1 Créer No comment provided by engineer. - - Create address - Créer une adresse + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Disponible dans la v5.1 Entrer un serveur manuellement No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error Erreur @@ -2343,6 +2354,10 @@ Disponible dans la v5.1 Fichier trop lourd ! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Quitter @@ -2987,6 +3002,10 @@ Disponible dans la v5.1 Mot de passe de profil No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Interdire les appels audio/vidéo. @@ -3247,6 +3266,10 @@ Disponible dans la v5.1 Sauvegarder l'archive No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile Sauvegarder le profil du groupe @@ -3282,6 +3305,10 @@ Disponible dans la v5.1 Sauvegarder les serveurs ? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? Sauvegarder le message d'accueil ? @@ -3472,6 +3499,14 @@ Disponible dans la v5.1 Partager chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link Partager le lien d'invitation @@ -3487,6 +3522,10 @@ Disponible dans la v5.1 Partager un lien d'invitation unique No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code Afficher le code QR @@ -3537,6 +3576,10 @@ Disponible dans la v5.1 SimpleX Lock activé No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address Adresse de contact SimpleX @@ -3632,6 +3675,14 @@ Disponible dans la v5.1 Arrêter l'envoi du fichier ? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit Soumettre @@ -4228,6 +4279,10 @@ Pour vous connecter, veuillez demander à votre contact de créer un autre lien Quand disponible No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. Lorsque vous partagez un profil incognito avec quelqu'un, ce profil sera utilisé pour les groupes auxquels il vous invite. @@ -4320,9 +4375,13 @@ SimpleX Lock doit être activé. Vous pouvez partager un lien ou un code QR - n'importe qui pourra rejoindre le groupe. Vous ne perdrez pas les membres du groupe si vous le supprimez par la suite. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - Vous pouvez partager votre adresse sous forme de lien ou de code QR - n'importe qui pourra se connecter à vous. Vous ne perdrez pas vos contacts si vous la supprimez par la suite. + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + Vous pouvez partager votre adresse sous forme de lien ou de code QR - n'importe qui pourra se connecter à vous. No comment provided by engineer. @@ -4435,6 +4494,11 @@ SimpleX Lock doit être activé. Vous ne recevrez plus de messages de ce groupe. L'historique du chat sera conservé. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + Vous ne perdrez pas vos contacts si vous la supprimez par la suite. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile Vous essayez d'inviter un contact avec lequel vous avez partagé un profil incognito à rejoindre le groupe dans lequel vous utilisez votre profil principal @@ -4462,7 +4526,7 @@ SimpleX Lock doit être activé. Your SimpleX contact address - Votre adresse de contact SimpleX + Votre adresse SimpleX No comment provided by engineer. @@ -4532,6 +4596,10 @@ Vous pouvez annuler la connexion et supprimer le contact (et réessayer plus tar Vos contacts peuvent autoriser la suppression complète des messages. No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. Votre base de données de chat actuelle va être SUPPRIMEE et REMPLACEE par celle importée. diff --git a/apps/ios/SimpleX Localizations/it.xcloc/Localized Contents/it.xliff b/apps/ios/SimpleX Localizations/it.xcloc/Localized Contents/it.xliff index 6c0ee81008..bb549d4e9f 100644 --- a/apps/ios/SimpleX Localizations/it.xcloc/Localized Contents/it.xliff +++ b/apps/ios/SimpleX Localizations/it.xcloc/Localized Contents/it.xliff @@ -361,6 +361,10 @@ Disponibile nella v5.1 Riguardo SimpleX Chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color Colore principale @@ -387,9 +391,8 @@ Disponibile nella v5.1 Accetta in incognito No comment provided by engineer. - - Accept requests - Accetta le richieste + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Disponibile nella v5.1 Aggiungi messaggio di benvenuto No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. Gli amministratori possono creare i link per entrare nei gruppi. @@ -447,9 +454,12 @@ Disponibile nella v5.1 Tutti i messaggi verranno eliminati, non è reversibile! I messaggi verranno eliminati SOLO per te. No comment provided by engineer. - - All your contacts will remain connected - Tutti i tuoi contatti resteranno connessi + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Disponibile nella v5.1 Autenticazione non disponibile No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Auto-accetta richieste di contatto @@ -622,11 +636,6 @@ Disponibile nella v5.1 Auto-accetta immagini No comment provided by engineer. - - Automatically - Automaticamente - No comment provided by engineer. - Back Indietro @@ -992,11 +1001,6 @@ Disponibile nella v5.1 Preferenze del contatto No comment provided by engineer. - - Contact requests - Richieste del contatto - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. I contatti possono contrassegnare i messaggi per l'eliminazione; potrai vederli. @@ -1017,9 +1021,12 @@ Disponibile nella v5.1 Crea No comment provided by engineer. - - Create address - Crea indirizzo + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Disponibile nella v5.1 Inserisci il server a mano No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error Errore @@ -2343,6 +2354,10 @@ Disponibile nella v5.1 File grande! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Esci @@ -2987,6 +3002,10 @@ Disponibile nella v5.1 Password del profilo No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Proibisci le chiamate audio/video. @@ -3247,6 +3266,10 @@ Disponibile nella v5.1 Salva archivio No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile Salva il profilo del gruppo @@ -3282,6 +3305,10 @@ Disponibile nella v5.1 Salvare i server? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? Salvare il messaggio di benvenuto? @@ -3472,6 +3499,14 @@ Disponibile nella v5.1 Condividi chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link Condividi link di invito @@ -3487,6 +3522,10 @@ Disponibile nella v5.1 Condividi link di invito una tantum No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code Mostra codice QR @@ -3537,6 +3576,10 @@ Disponibile nella v5.1 SimpleX Lock attivato No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address Indirizzo del contatto SimpleX @@ -3632,6 +3675,14 @@ Disponibile nella v5.1 Fermare l'invio del file? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit Invia @@ -4228,6 +4279,10 @@ Per connetterti, chiedi al tuo contatto di creare un altro link di connessione e Quando disponibili No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. Quando condividi un profilo in incognito con qualcuno, questo profilo verrà utilizzato per i gruppi a cui ti invitano. @@ -4320,9 +4375,13 @@ SimpleX Lock deve essere attivato. Puoi condividere un link o un codice QR: chiunque potrà unirsi al gruppo. Non perderai i membri del gruppo se in seguito lo elimini. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - Puoi condividere il tuo indirizzo come link o come codice QR: chiunque potrà connettersi a te. Non perderai i tuoi contatti se in seguito lo elimini. + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + Puoi condividere il tuo indirizzo come link o come codice QR: chiunque potrà connettersi a te. No comment provided by engineer. @@ -4435,6 +4494,11 @@ SimpleX Lock deve essere attivato. Non riceverai più messaggi da questo gruppo. La cronologia della chat verrà conservata. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + Non perderai i tuoi contatti se in seguito lo elimini. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile Stai tentando di invitare un contatto con cui hai condiviso un profilo in incognito nel gruppo in cui stai usando il tuo profilo principale @@ -4462,7 +4526,7 @@ SimpleX Lock deve essere attivato. Your SimpleX contact address - Il tuo indirizzo di contatto SimpleX + Il tuo indirizzo SimpleX No comment provided by engineer. @@ -4532,6 +4596,10 @@ Puoi annullare questa connessione e rimuovere il contatto (e riprovare più tard I tuoi contatti possono consentire l'eliminazione completa dei messaggi. No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. Il tuo attuale database della chat verrà ELIMINATO e SOSTITUITO con quello importato. diff --git a/apps/ios/SimpleX Localizations/nl.xcloc/Localized Contents/nl.xliff b/apps/ios/SimpleX Localizations/nl.xcloc/Localized Contents/nl.xliff index a144792be3..ff753124e3 100644 --- a/apps/ios/SimpleX Localizations/nl.xcloc/Localized Contents/nl.xliff +++ b/apps/ios/SimpleX Localizations/nl.xcloc/Localized Contents/nl.xliff @@ -361,6 +361,10 @@ Beschikbaar in v5.1 Over SimpleX Chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color Accent kleur @@ -387,9 +391,8 @@ Beschikbaar in v5.1 Accepteer incognito No comment provided by engineer. - - Accept requests - Verzoeken accepteren + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Beschikbaar in v5.1 Welkomst bericht toevoegen No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. Beheerders kunnen de uitnodiging links naar groepen aanmaken. @@ -447,9 +454,12 @@ Beschikbaar in v5.1 Alle berichten worden verwijderd, dit kan niet ongedaan worden gemaakt! De berichten worden ALLEEN voor jou verwijderd. No comment provided by engineer. - - All your contacts will remain connected - Al uw contacten blijven verbonden + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Beschikbaar in v5.1 Verificatie niet beschikbaar No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Contact verzoeken automatisch accepteren @@ -622,11 +636,6 @@ Beschikbaar in v5.1 Afbeeldingen automatisch accepteren No comment provided by engineer. - - Automatically - Automatisch - No comment provided by engineer. - Back Terug @@ -992,11 +1001,6 @@ Beschikbaar in v5.1 Contact voorkeuren No comment provided by engineer. - - Contact requests - Contact verzoeken - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. Contact personen kunnen berichten markeren voor verwijdering; u kunt ze wel bekijken. @@ -1017,9 +1021,12 @@ Beschikbaar in v5.1 Maak No comment provided by engineer. - - Create address - Adres aanmaken + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Beschikbaar in v5.1 Voer de server handmatig in No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error Fout @@ -2343,6 +2354,10 @@ Beschikbaar in v5.1 Groot bestand! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Verlaten @@ -2987,6 +3002,10 @@ Beschikbaar in v5.1 Profiel wachtwoord No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Audio/video gesprekken verbieden. @@ -3247,6 +3266,10 @@ Beschikbaar in v5.1 Bewaar archief No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile Groep profiel opslaan @@ -3282,6 +3305,10 @@ Beschikbaar in v5.1 Servers opslaan? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? Welkomst bericht opslaan? @@ -3472,6 +3499,14 @@ Beschikbaar in v5.1 Deel chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link Uitnodiging link delen @@ -3487,6 +3522,10 @@ Beschikbaar in v5.1 Eenmalige uitnodiging link delen No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code Toon QR-code @@ -3537,6 +3576,10 @@ Beschikbaar in v5.1 SimpleX Vergrendelen ingeschakeld No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address SimpleX contact adres @@ -3632,6 +3675,14 @@ Beschikbaar in v5.1 Bestand verzenden stoppen? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit Indienen @@ -4228,6 +4279,10 @@ Om verbinding te maken, vraagt u uw contactpersoon om een andere verbinding link Wanneer beschikbaar No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. Wanneer je een incognito profiel met iemand deelt, wordt dit profiel gebruikt voor de groepen waarvoor ze je uitnodigen. @@ -4320,9 +4375,13 @@ SimpleX Lock moet ingeschakeld zijn. U kunt een link of een QR-code delen. Iedereen kan lid worden van de groep. U verliest geen leden van de groep als u deze later verwijdert. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - U kunt uw adres delen als een link of als een QR-code. Iedereen kan verbinding met u maken. U verliest uw contacten niet als u deze later verwijdert. + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + U kunt uw adres delen als een link of als een QR-code. Iedereen kan verbinding met u maken. No comment provided by engineer. @@ -4435,6 +4494,11 @@ SimpleX Lock moet ingeschakeld zijn. Je ontvangt geen berichten meer van deze groep. Je gesprek geschiedenis blijft behouden. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + U verliest uw contacten niet als u deze later verwijdert. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile Je probeert een contact met wie je een incognito profiel hebt gedeeld, uit te nodigen voor de groep waarin je je hoofdprofiel gebruikt @@ -4462,7 +4526,7 @@ SimpleX Lock moet ingeschakeld zijn. Your SimpleX contact address - Uw SimpleX contact adres + Uw SimpleX adres No comment provided by engineer. @@ -4532,6 +4596,10 @@ U kunt deze verbinding verbreken en het contact verwijderen (en later proberen m Uw contacten kunnen volledige verwijdering van berichten toestaan. No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. Uw huidige chat database wordt VERWIJDERD en VERVANGEN door de geïmporteerde. diff --git a/apps/ios/SimpleX Localizations/pl.xcloc/Localized Contents/pl.xliff b/apps/ios/SimpleX Localizations/pl.xcloc/Localized Contents/pl.xliff index 78156e1239..3e71f25887 100644 --- a/apps/ios/SimpleX Localizations/pl.xcloc/Localized Contents/pl.xliff +++ b/apps/ios/SimpleX Localizations/pl.xcloc/Localized Contents/pl.xliff @@ -361,6 +361,10 @@ Dostępny w v5.1 O SimpleX Chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color Kolor akcentu @@ -387,9 +391,8 @@ Dostępny w v5.1 Akceptuj incognito No comment provided by engineer. - - Accept requests - Akceptuj prośby + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Dostępny w v5.1 Dodaj wiadomość powitalną No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. Administratorzy mogą tworzyć linki do dołączania do grup. @@ -447,9 +454,12 @@ Dostępny w v5.1 Wszystkie wiadomości zostaną usunięte - nie można tego cofnąć! Wiadomości zostaną usunięte TYLKO dla Ciebie. No comment provided by engineer. - - All your contacts will remain connected - Wszystkie Twoje kontakty pozostaną połączone + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Dostępny w v5.1 Uwierzytelnianie niedostępne No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Automatyczne akceptowanie próśb o kontakt @@ -622,11 +636,6 @@ Dostępny w v5.1 Automatyczne akceptowanie obrazów No comment provided by engineer. - - Automatically - Automatycznie - No comment provided by engineer. - Back Wstecz @@ -992,11 +1001,6 @@ Dostępny w v5.1 Preferencje kontaktu No comment provided by engineer. - - Contact requests - Prośby kontaktu - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. Kontakty mogą oznaczać wiadomości do usunięcia; będziesz mógł je zobaczyć. @@ -1017,9 +1021,12 @@ Dostępny w v5.1 Utwórz No comment provided by engineer. - - Create address - Utwórz adres + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Dostępny w v5.1 Wprowadź serwer ręcznie No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error Błąd @@ -2343,6 +2354,10 @@ Dostępny w v5.1 Duży plik! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Opuść @@ -2987,6 +3002,10 @@ Dostępny w v5.1 Hasło profilu No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Zabroń połączeń audio/wideo. @@ -3247,6 +3266,10 @@ Dostępny w v5.1 Zapisz archiwum No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile Zapisz profil grupy @@ -3282,6 +3305,10 @@ Dostępny w v5.1 Zapisać serwery? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? Zapisać wiadomość powitalną? @@ -3472,6 +3499,14 @@ Dostępny w v5.1 Udostępnij chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link Udostępnij link zaproszenia @@ -3487,6 +3522,10 @@ Dostępny w v5.1 Jednorazowy link zaproszenia No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code Pokaż kod QR @@ -3537,6 +3576,10 @@ Dostępny w v5.1 Blokada SimpleX włączona No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address Adres kontaktowy SimpleX @@ -3632,6 +3675,14 @@ Dostępny w v5.1 Przestać wysyłać plik? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit Zatwierdź @@ -4228,6 +4279,10 @@ Aby się połączyć, poproś Twój kontakt o utworzenie kolejnego linku połąc Gdy dostępny No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. Gdy udostępnisz komuś profil incognito, będzie on używany w grupach, do których Cię zaprosi. @@ -4320,9 +4375,13 @@ Funkcja blokady SimpleX musi być włączona. Możesz udostępnić link lub kod QR - każdy będzie mógł dołączyć do grupy. Nie stracisz członków grupy, jeśli później ją usuniesz. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - Możesz udostępnić swój adres jako link lub jako kod QR - każdy będzie mógł się z Tobą połączyć. Nie stracisz swoich kontaktów, jeśli później go usuniesz. + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + Możesz udostępnić swój adres jako link lub jako kod QR - każdy będzie mógł się z Tobą połączyć. No comment provided by engineer. @@ -4435,6 +4494,11 @@ Funkcja blokady SimpleX musi być włączona. Przestaniesz otrzymywać wiadomości od tej grupy. Historia czatu zostanie zachowana. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + Nie stracisz swoich kontaktów, jeśli później go usuniesz. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile Próbujesz zaprosić osobę, z którą masz wspólny profil incognito do grupy, w której używasz swojego głównego profilu @@ -4462,7 +4526,7 @@ Funkcja blokady SimpleX musi być włączona. Your SimpleX contact address - Twój adres kontaktowy SimpleX + Twój adres SimpleX No comment provided by engineer. @@ -4532,6 +4596,10 @@ Możesz anulować to połączenie i usunąć kontakt (i spróbować później z Twoje kontakty mogą zezwolić na pełne usunięcie wiadomości. No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. Twoja obecna baza danych czatu zostanie usunięta i zastąpiona zaimportowaną. diff --git a/apps/ios/SimpleX Localizations/ru.xcloc/Localized Contents/ru.xliff b/apps/ios/SimpleX Localizations/ru.xcloc/Localized Contents/ru.xliff index 6bb8229a32..a0e4c600b1 100644 --- a/apps/ios/SimpleX Localizations/ru.xcloc/Localized Contents/ru.xliff +++ b/apps/ios/SimpleX Localizations/ru.xcloc/Localized Contents/ru.xliff @@ -361,6 +361,10 @@ Available in v5.1 Информация о SimpleX Chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color Основной цвет @@ -387,9 +391,8 @@ Available in v5.1 Принять инкогнито No comment provided by engineer. - - Accept requests - Принимать запросы + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Available in v5.1 Добавить приветственное сообщение No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. Админы могут создать ссылки для вступления в группу. @@ -447,9 +454,12 @@ Available in v5.1 Все сообщения будут удалены - это действие нельзя отменить! Сообщения будут удалены только для Вас. No comment provided by engineer. - - All your contacts will remain connected - Все контакты, которые соединились через этот адрес, сохранятся. + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Available in v5.1 Аутентификация недоступна No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests Автоматически принимать запросы контактов @@ -622,11 +636,6 @@ Available in v5.1 Автоприем изображений No comment provided by engineer. - - Automatically - Автоматически - No comment provided by engineer. - Back Назад @@ -992,11 +1001,6 @@ Available in v5.1 Предпочтения контакта No comment provided by engineer. - - Contact requests - Запросы контактов - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. Контакты могут помечать сообщения для удаления; Вы сможете просмотреть их. @@ -1017,9 +1021,12 @@ Available in v5.1 Создать No comment provided by engineer. - - Create address - Создать адрес + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Available in v5.1 Ввести сервер вручную No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error Ошибка @@ -2343,6 +2354,10 @@ Available in v5.1 Большой файл! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave Выйти @@ -2987,6 +3002,10 @@ Available in v5.1 Пароль профиля No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. Запретить аудио/видео звонки. @@ -3247,6 +3266,10 @@ Available in v5.1 Сохранить архив No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile Сохранить профиль группы @@ -3282,6 +3305,10 @@ Available in v5.1 Сохранить серверы? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? Сохранить приветственное сообщение? @@ -3472,6 +3499,14 @@ Available in v5.1 Поделиться chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link Поделиться ссылкой @@ -3487,6 +3522,10 @@ Available in v5.1 Поделиться ссылкой-приглашением No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code Показать QR код @@ -3537,6 +3576,10 @@ Available in v5.1 Блокировка SimpleX включена No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address SimpleX ссылка-контакт @@ -3632,6 +3675,14 @@ Available in v5.1 Остановить отправку файла? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit Продолжить @@ -4228,6 +4279,10 @@ To connect, please ask your contact to create another connection link and check Когда возможно No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. Когда Вы соединены с контактом инкогнито, тот же самый инкогнито профиль будет использоваться для групп с этим контактом. @@ -4320,9 +4375,13 @@ SimpleX Lock must be enabled. Вы можете поделиться ссылкой или QR кодом - через них можно присоединиться к группе. Вы сможете удалить ссылку, сохранив членов группы, которые через нее соединились. No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - Вы можете использовать Ваш адрес как ссылку или как QR код - кто угодно сможет соединиться с Вами. Вы сможете удалить адрес, сохранив контакты, которые через него соединились. + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + Вы можете использовать Ваш адрес как ссылку или как QR код - кто угодно сможет соединиться с Вами. No comment provided by engineer. @@ -4435,6 +4494,11 @@ SimpleX Lock must be enabled. Вы перестанете получать сообщения от этой группы. История чата будет сохранена. No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + Вы сможете удалить адрес, сохранив контакты, которые через него соединились. + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile Вы пытаетесь пригласить инкогнито контакт в группу, где Вы используете свой основной профиль @@ -4532,6 +4596,10 @@ You can cancel this connection and remove the contact (and try later with a new Ваши контакты могут разрешить окончательное удаление сообщений. No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. Текущие данные Вашего чата будет УДАЛЕНЫ и ЗАМЕНЕНЫ импортированными. diff --git a/apps/ios/SimpleX Localizations/zh-Hans.xcloc/Localized Contents/zh-Hans.xliff b/apps/ios/SimpleX Localizations/zh-Hans.xcloc/Localized Contents/zh-Hans.xliff index a518d5f499..1a525f62b6 100644 --- a/apps/ios/SimpleX Localizations/zh-Hans.xcloc/Localized Contents/zh-Hans.xliff +++ b/apps/ios/SimpleX Localizations/zh-Hans.xcloc/Localized Contents/zh-Hans.xliff @@ -361,6 +361,10 @@ Available in v5.1 关于SimpleX Chat No comment provided by engineer. + + About SimpleX address + No comment provided by engineer. + Accent color 色调 @@ -387,9 +391,8 @@ Available in v5.1 接受隐身聊天 No comment provided by engineer. - - Accept requests - 接受请求 + + Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts. No comment provided by engineer. @@ -422,6 +425,10 @@ Available in v5.1 添加欢迎信息 No comment provided by engineer. + + Address + No comment provided by engineer. + Admins can create the links to join groups. 管理员可以创建链接以加入群组。 @@ -447,9 +454,12 @@ Available in v5.1 所有聊天记录和消息将被删除——这一行为无法撤销!只有您的消息会被删除。 No comment provided by engineer. - - All your contacts will remain connected - 您的所有联系人将保持连接 + + All your contacts will remain connected. + No comment provided by engineer. + + + All your contacts will remain connected. Profile update will be sent to your contacts. No comment provided by engineer. @@ -612,6 +622,10 @@ Available in v5.1 身份验证不可用 No comment provided by engineer. + + Auto-accept + No comment provided by engineer. + Auto-accept contact requests 自动接受联系人请求 @@ -622,11 +636,6 @@ Available in v5.1 自动接受图片 No comment provided by engineer. - - Automatically - 自动 - No comment provided by engineer. - Back 返回 @@ -992,11 +1001,6 @@ Available in v5.1 联系人偏好设置 No comment provided by engineer. - - Contact requests - 联系人请求 - No comment provided by engineer. - Contacts can mark messages for deletion; you will be able to view them. 联系人可以将信息标记为删除;您将可以查看这些信息。 @@ -1017,9 +1021,12 @@ Available in v5.1 创建 No comment provided by engineer. - - Create address - 创建地址 + + Create SimpleX address + No comment provided by engineer. + + + Create an address to let people connect with you. No comment provided by engineer. @@ -1590,6 +1597,10 @@ Available in v5.1 手动输入服务器 No comment provided by engineer. + + Enter welcome message… (optional) + placeholder + Error 错误 @@ -2343,6 +2354,10 @@ Available in v5.1 大文件! No comment provided by engineer. + + Read more in [User Guide](https://github.com/simplex-chat/simplex-chat/blob/stable/docs/guide/app-settings.md#your-simplex-contact-address). + No comment provided by engineer. + Leave 离开 @@ -2987,6 +3002,10 @@ Available in v5.1 个人资料密码 No comment provided by engineer. + + Profile update will be sent to your contacts. + No comment provided by engineer. + Prohibit audio/video calls. 禁止音频/视频通话。 @@ -3247,6 +3266,10 @@ Available in v5.1 保存存档 No comment provided by engineer. + + Save auto-accept settings + No comment provided by engineer. + Save group profile 保存群组资料 @@ -3282,6 +3305,10 @@ Available in v5.1 保存服务器? No comment provided by engineer. + + Save settings? + No comment provided by engineer. + Save welcome message? 保存欢迎信息? @@ -3472,6 +3499,14 @@ Available in v5.1 分享 chat item action + + Share address + No comment provided by engineer. + + + Share address with contacts? + No comment provided by engineer. + Share invitation link 分享邀请链接 @@ -3487,6 +3522,10 @@ Available in v5.1 分享一次性邀请链接 No comment provided by engineer. + + Share with contacts + No comment provided by engineer. + Show QR code 显示二维码 @@ -3537,6 +3576,10 @@ Available in v5.1 已开启 SimpleX 锁定 No comment provided by engineer. + + SimpleX address + No comment provided by engineer. + SimpleX contact address SimpleX 联系地址 @@ -3632,6 +3675,14 @@ Available in v5.1 停止发送文件? No comment provided by engineer. + + Stop sharing + No comment provided by engineer. + + + Stop sharing address? + No comment provided by engineer. + Submit 提交 @@ -4228,6 +4279,10 @@ To connect, please ask your contact to create another connection link and check 当可用时 No comment provided by engineer. + + When people request to connect, you can accept or reject it. + No comment provided by engineer. + When you share an incognito profile with somebody, this profile will be used for the groups they invite you to. 当您与某人共享隐身聊天资料时,该资料将用于他们邀请您加入的群组。 @@ -4320,9 +4375,13 @@ SimpleX Lock must be enabled. 您可以共享链接或二维码——任何人都可以加入该群组。如果您稍后将其删除,您不会失去该组的成员。 No comment provided by engineer. - - You can share your address as a link or as a QR code - anybody will be able to connect to you. You won't lose your contacts if you later delete it. - 您可以将您的地址作为链接或二维码共享——任何人都可以连接到您。 如果您以后删除它,您不会丢失您的联系人。 + + You can share this address with your contacts to let them connect with **%@**. + No comment provided by engineer. + + + You can share your address as a link or QR code - anybody can connect to you. + 您可以将您的地址作为链接或二维码共享——任何人都可以连接到您。 No comment provided by engineer. @@ -4435,6 +4494,11 @@ SimpleX Lock must be enabled. 您将停止接收来自该群组的消息。聊天记录将被保留。 No comment provided by engineer. + + You won't lose your contacts if you later delete your address. + 如果您以后删除它,您不会丢失您的联系人。 + No comment provided by engineer. + You're trying to invite contact with whom you've shared an incognito profile to the group in which you're using your main profile 您正在尝试邀请与您共享隐身个人资料的联系人加入您使用主要个人资料的群组 @@ -4532,6 +4596,10 @@ You can cancel this connection and remove the contact (and try later with a new 您的联系人可以允许完全删除消息。 No comment provided by engineer. + + Your contacts will remain connected. + No comment provided by engineer. + Your current chat database will be DELETED and REPLACED with the imported one. 您当前的聊天数据库将被删除并替换为导入的数据库。