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 chatNo comment provided by engineer.
+
+ About SimpleX address
+ No comment provided by engineer.
+ Accent colorZbarvení
@@ -387,9 +391,8 @@ Dostupné ve verzi 5.1
Přijmout inkognitoNo 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ávuNo 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 dispoziciNo comment provided by engineer.
+
+ Auto-accept
+ No comment provided by engineer.
+ Auto-accept contact requestsAutomatické přijímání žádostí o kontakt
@@ -622,11 +636,6 @@ Dostupné ve verzi 5.1
Automaticky přijímat obrázkyNo comment provided by engineer.
-
- Automatically
- Automaticky
- No comment provided by engineer.
- BackZpě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řitNo 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
+ ErrorChyba
@@ -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.
+ LeaveOpustit
@@ -2987,6 +3002,10 @@ Dostupné ve verzi 5.1
Heslo profiluNo 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 archivNo comment provided by engineer.
+
+ Save auto-accept settings
+ No comment provided by engineer.
+ Save group profileUlož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íletchat item action
+
+ Share address
+ No comment provided by engineer.
+
+
+ Share address with contacts?
+ No comment provided by engineer.
+ Share invitation linkSdílet odkaz na pozvánku
@@ -3487,6 +3522,10 @@ Dostupné ve verzi 5.1
Jednorázový zvací odkazNo comment provided by engineer.
+
+ Share with contacts
+ No comment provided by engineer.
+ Show QR codeZobrazit QR kód
@@ -3537,6 +3576,10 @@ Dostupné ve verzi 5.1
Zapnutý zámek SimpleX LockNo comment provided by engineer.
+
+ SimpleX address
+ No comment provided by engineer.
+ SimpleX contact addressSimpleX 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.
+ SubmitOdeslat
@@ -4228,6 +4279,10 @@ Chcete-li se připojit, požádejte svůj kontakt o vytvoření dalšího odkazu
Když je k dispoziciNo 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 profileSnaží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 SimpleXNo 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 ChatNo comment provided by engineer.
+
+ About SimpleX address
+ No comment provided by engineer.
+ Accent colorAkzentfarbe
@@ -387,9 +391,8 @@ Verfügbar ab v5.1
Inkognito akzeptierenNo 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ügenNo 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ügbarNo comment provided by engineer.
+
+ Auto-accept
+ No comment provided by engineer.
+ Auto-accept contact requestsKontaktanfragen automatisch annehmen
@@ -622,11 +636,6 @@ Verfügbar ab v5.1
Bilder automatisch akzeptierenNo comment provided by engineer.
-
- Automatically
- Automatisch
- No comment provided by engineer.
- BackZurück
@@ -992,11 +1001,6 @@ Verfügbar ab v5.1
Kontakt PräferenzenNo 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
ErstellenNo 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 einNo comment provided by engineer.
+
+ Enter welcome message… (optional)
+ placeholder
+ ErrorFehler
@@ -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.
+ LeaveVerlassen
@@ -2987,6 +3002,10 @@ Verfügbar ab v5.1
Passwort für ProfilNo 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 speichernNo comment provided by engineer.
+
+ Save auto-accept settings
+ No comment provided by engineer.
+ Save group profileGruppenprofil 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
Teilenchat item action
+
+ Share address
+ No comment provided by engineer.
+
+
+ Share address with contacts?
+ No comment provided by engineer.
+ Share invitation linkEinladungslink teilen
@@ -3487,6 +3522,10 @@ Verfügbar ab v5.1
Einmal-Einladungslink teilenNo comment provided by engineer.
+
+ Share with contacts
+ No comment provided by engineer.
+ Show QR codeQR-Code anzeigen
@@ -3537,6 +3576,10 @@ Verfügbar ab v5.1
SimpleX Sperre aktiviertNo comment provided by engineer.
+
+ SimpleX address
+ No comment provided by engineer.
+ SimpleX contact addressSimpleX 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ügbarNo 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 profileSie 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 ChatNo comment provided by engineer.
+
+ About SimpleX address
+ About SimpleX address
+ No comment provided by engineer.
+ Accent colorAccent color
@@ -387,9 +392,9 @@ Available in v5.1
Accept incognitoNo 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 messageNo 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 unavailableNo comment provided by engineer.
+
+ Auto-accept
+ Auto-accept
+ No comment provided by engineer.
+ Auto-accept contact requestsAuto-accept contact requests
@@ -622,11 +642,6 @@ Available in v5.1
Auto-accept imagesNo comment provided by engineer.
-
- Automatically
- Automatically
- No comment provided by engineer.
- BackBack
@@ -992,11 +1007,6 @@ Available in v5.1
Contact preferencesNo 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
CreateNo 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 manuallyNo comment provided by engineer.
+
+ Enter welcome message… (optional)
+ Enter welcome message… (optional)
+ placeholder
+ ErrorError
@@ -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.
+ LeaveLeave
@@ -2987,6 +3012,11 @@ Available in v5.1
Profile passwordNo 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 archiveNo comment provided by engineer.
+
+ Save auto-accept settings
+ Save auto-accept settings
+ No comment provided by engineer.
+ Save group profileSave 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
Sharechat 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 linkShare invitation link
@@ -3487,6 +3537,11 @@ Available in v5.1
Share one-time invitation linkNo comment provided by engineer.
+
+ Share with contacts
+ Share with contacts
+ No comment provided by engineer.
+ Show QR codeShow QR code
@@ -3537,6 +3592,11 @@ Available in v5.1
SimpleX Lock turned onNo comment provided by engineer.
+
+ SimpleX address
+ SimpleX address
+ No comment provided by engineer.
+ SimpleX contact addressSimpleX 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.
+ SubmitSubmit
@@ -4228,6 +4298,11 @@ To connect, please ask your contact to create another connection link and check
When availableNo 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 profileYou'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 serversNo comment provided by engineer.
-
- Your SimpleX contact address
- Your SimpleX contact address
+
+ Your SimpleX address
+ Your SimpleX addressNo 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 ChatNo comment provided by engineer.
+
+ About SimpleX address
+ No comment provided by engineer.
+ Accent colorColor
@@ -387,9 +391,8 @@ Disponible en v5.1
Aceptar incógnitoNo 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 bienvenidaNo 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 disponibleNo comment provided by engineer.
+
+ Auto-accept
+ No comment provided by engineer.
+ Auto-accept contact requestsAceptar automáticamente solicitudes del contacto
@@ -622,11 +636,6 @@ Disponible en v5.1
Aceptar automáticamente imágenesNo comment provided by engineer.
-
- Automatically
- Automáticamente
- No comment provided by engineer.
- BackVolver
@@ -992,11 +1001,6 @@ Disponible en v5.1
Preferencias de contactoNo 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
CrearNo 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 manualmenteNo comment provided by engineer.
+
+ Enter welcome message… (optional)
+ placeholder
+ ErrorError
@@ -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.
+ LeaveSalir
@@ -2987,6 +3002,10 @@ Disponible en v5.1
Contraseña del perfilNo 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 archivoNo comment provided by engineer.
+
+ Save auto-accept settings
+ No comment provided by engineer.
+ Save group profileGuardar 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
Compartirchat item action
+
+ Share address
+ No comment provided by engineer.
+
+
+ Share address with contacts?
+ No comment provided by engineer.
+ Share invitation linkCompartir enlace de invitación
@@ -3487,6 +3522,10 @@ Disponible en v5.1
Compartir enlace de invitación de un usoNo comment provided by engineer.
+
+ Share with contacts
+ No comment provided by engineer.
+ Show QR codeMostrar código QR
@@ -3537,6 +3576,10 @@ Disponible en v5.1
Bloqueo SimpleX activadoNo comment provided by engineer.
+
+ SimpleX address
+ No comment provided by engineer.
+ SimpleX contact addressDirecció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.
+ SubmitEnviar
@@ -4229,6 +4280,10 @@ Para conectarte, pide a tu contacto que cree otro enlace de conexión y comprueb
Cuando esté disponibleNo 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 profileEstá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 SimpleXNo 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 ChatNo comment provided by engineer.
+
+ About SimpleX address
+ No comment provided by engineer.
+ Accent colorCouleur principale
@@ -387,9 +391,8 @@ Disponible dans la v5.1
Accepter en incognitoNo 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'accueilNo 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 indisponibleNo comment provided by engineer.
+
+ Auto-accept
+ No comment provided by engineer.
+ Auto-accept contact requestsDemandes de contact auto-acceptées
@@ -622,11 +636,6 @@ Disponible dans la v5.1
Images auto-acceptéesNo comment provided by engineer.
-
- Automatically
- Automatiquement
- No comment provided by engineer.
- BackRetour
@@ -992,11 +1001,6 @@ Disponible dans la v5.1
Préférences de contactNo 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éerNo 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 manuellementNo comment provided by engineer.
+
+ Enter welcome message… (optional)
+ placeholder
+ ErrorErreur
@@ -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.
+ LeaveQuitter
@@ -2987,6 +3002,10 @@ Disponible dans la v5.1
Mot de passe de profilNo 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'archiveNo comment provided by engineer.
+
+ Save auto-accept settings
+ No comment provided by engineer.
+ Save group profileSauvegarder 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
Partagerchat item action
+
+ Share address
+ No comment provided by engineer.
+
+
+ Share address with contacts?
+ No comment provided by engineer.
+ Share invitation linkPartager le lien d'invitation
@@ -3487,6 +3522,10 @@ Disponible dans la v5.1
Partager un lien d'invitation uniqueNo comment provided by engineer.
+
+ Share with contacts
+ No comment provided by engineer.
+ Show QR codeAfficher 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 addressAdresse 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.
+ SubmitSoumettre
@@ -4228,6 +4279,10 @@ Pour vous connecter, veuillez demander à votre contact de créer un autre lien
Quand disponibleNo 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 profileVous 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 SimpleXNo 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 ChatNo comment provided by engineer.
+
+ About SimpleX address
+ No comment provided by engineer.
+ Accent colorColore principale
@@ -387,9 +391,8 @@ Disponibile nella v5.1
Accetta in incognitoNo 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 benvenutoNo 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 disponibileNo comment provided by engineer.
+
+ Auto-accept
+ No comment provided by engineer.
+ Auto-accept contact requestsAuto-accetta richieste di contatto
@@ -622,11 +636,6 @@ Disponibile nella v5.1
Auto-accetta immaginiNo comment provided by engineer.
-
- Automatically
- Automaticamente
- No comment provided by engineer.
- BackIndietro
@@ -992,11 +1001,6 @@ Disponibile nella v5.1
Preferenze del contattoNo 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
CreaNo 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 manoNo comment provided by engineer.
+
+ Enter welcome message… (optional)
+ placeholder
+ ErrorErrore
@@ -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.
+ LeaveEsci
@@ -2987,6 +3002,10 @@ Disponibile nella v5.1
Password del profiloNo 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 archivioNo comment provided by engineer.
+
+ Save auto-accept settings
+ No comment provided by engineer.
+ Save group profileSalva 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
Condividichat item action
+
+ Share address
+ No comment provided by engineer.
+
+
+ Share address with contacts?
+ No comment provided by engineer.
+ Share invitation linkCondividi link di invito
@@ -3487,6 +3522,10 @@ Disponibile nella v5.1
Condividi link di invito una tantumNo comment provided by engineer.
+
+ Share with contacts
+ No comment provided by engineer.
+ Show QR codeMostra codice QR
@@ -3537,6 +3576,10 @@ Disponibile nella v5.1
SimpleX Lock attivatoNo comment provided by engineer.
+
+ SimpleX address
+ No comment provided by engineer.
+ SimpleX contact addressIndirizzo 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.
+ SubmitInvia
@@ -4228,6 +4279,10 @@ Per connetterti, chiedi al tuo contatto di creare un altro link di connessione e
Quando disponibiliNo 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 profileStai 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 SimpleXNo 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 ChatNo comment provided by engineer.
+
+ About SimpleX address
+ No comment provided by engineer.
+ Accent colorAccent kleur
@@ -387,9 +391,8 @@ Beschikbaar in v5.1
Accepteer incognitoNo 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 toevoegenNo 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 beschikbaarNo comment provided by engineer.
+
+ Auto-accept
+ No comment provided by engineer.
+ Auto-accept contact requestsContact verzoeken automatisch accepteren
@@ -622,11 +636,6 @@ Beschikbaar in v5.1
Afbeeldingen automatisch accepterenNo comment provided by engineer.
-
- Automatically
- Automatisch
- No comment provided by engineer.
- BackTerug
@@ -992,11 +1001,6 @@ Beschikbaar in v5.1
Contact voorkeurenNo 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
MaakNo 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 inNo comment provided by engineer.
+
+ Enter welcome message… (optional)
+ placeholder
+ ErrorFout
@@ -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.
+ LeaveVerlaten
@@ -2987,6 +3002,10 @@ Beschikbaar in v5.1
Profiel wachtwoordNo 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 archiefNo comment provided by engineer.
+
+ Save auto-accept settings
+ No comment provided by engineer.
+ Save group profileGroep 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
Deelchat item action
+
+ Share address
+ No comment provided by engineer.
+
+
+ Share address with contacts?
+ No comment provided by engineer.
+ Share invitation linkUitnodiging link delen
@@ -3487,6 +3522,10 @@ Beschikbaar in v5.1
Eenmalige uitnodiging link delenNo comment provided by engineer.
+
+ Share with contacts
+ No comment provided by engineer.
+ Show QR codeToon QR-code
@@ -3537,6 +3576,10 @@ Beschikbaar in v5.1
SimpleX Vergrendelen ingeschakeldNo comment provided by engineer.
+
+ SimpleX address
+ No comment provided by engineer.
+ SimpleX contact addressSimpleX 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.
+ SubmitIndienen
@@ -4228,6 +4279,10 @@ Om verbinding te maken, vraagt u uw contactpersoon om een andere verbinding link
Wanneer beschikbaarNo 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 profileJe 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 adresNo 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 ChatNo comment provided by engineer.
+
+ About SimpleX address
+ No comment provided by engineer.
+ Accent colorKolor akcentu
@@ -387,9 +391,8 @@ Dostępny w v5.1
Akceptuj incognitoNo 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ępneNo comment provided by engineer.
+
+ Auto-accept
+ No comment provided by engineer.
+ Auto-accept contact requestsAutomatyczne akceptowanie próśb o kontakt
@@ -622,11 +636,6 @@ Dostępny w v5.1
Automatyczne akceptowanie obrazówNo comment provided by engineer.
-
- Automatically
- Automatycznie
- No comment provided by engineer.
- BackWstecz
@@ -992,11 +1001,6 @@ Dostępny w v5.1
Preferencje kontaktuNo 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órzNo 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ęcznieNo comment provided by engineer.
+
+ Enter welcome message… (optional)
+ placeholder
+ ErrorBłą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.
+ LeaveOpuść
@@ -2987,6 +3002,10 @@ Dostępny w v5.1
Hasło profiluNo 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 archiwumNo comment provided by engineer.
+
+ Save auto-accept settings
+ No comment provided by engineer.
+ Save group profileZapisz 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ępnijchat item action
+
+ Share address
+ No comment provided by engineer.
+
+
+ Share address with contacts?
+ No comment provided by engineer.
+ Share invitation linkUdostępnij link zaproszenia
@@ -3487,6 +3522,10 @@ Dostępny w v5.1
Jednorazowy link zaproszeniaNo comment provided by engineer.
+
+ Share with contacts
+ No comment provided by engineer.
+ Show QR codePokaż kod QR
@@ -3537,6 +3576,10 @@ Dostępny w v5.1
Blokada SimpleX włączonaNo comment provided by engineer.
+
+ SimpleX address
+ No comment provided by engineer.
+ SimpleX contact addressAdres 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.
+ SubmitZatwierdź
@@ -4228,6 +4279,10 @@ Aby się połączyć, poproś Twój kontakt o utworzenie kolejnego linku połąc
Gdy dostępnyNo 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 profilePró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 SimpleXNo 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 ChatNo 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 addressSimpleX ссылка-контакт
@@ -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 ChatNo 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 addressSimpleX 联系地址
@@ -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.您当前的聊天数据库将被删除并替换为导入的数据库。