diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a5a07a8722..c41fb4646a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -65,6 +65,11 @@ jobs:
asset_name: simplex-chat-ubuntu-22_04-x86-64
desktop_asset_name: simplex-desktop-ubuntu-22_04-x86_64.deb
- os: macos-latest
+ ghc: "9.6.3"
+ cache_path: ~/.cabal/store
+ asset_name: simplex-chat-macos-aarch64
+ desktop_asset_name: simplex-desktop-macos-aarch64.dmg
+ - os: macos-13
ghc: "9.6.3"
cache_path: ~/.cabal/store
asset_name: simplex-chat-macos-x86-64
@@ -107,18 +112,36 @@ jobs:
if: matrix.os == 'macos-latest'
shell: bash
run: |
- echo "ignore-project: False" >> cabal.project.local
- echo "package direct-sqlcipher" >> cabal.project.local
- echo " extra-include-dirs: /usr/local/opt/openssl@1.1/include" >> cabal.project.local
- echo " extra-lib-dirs: /usr/local/opt/openssl@1.1/lib" >> cabal.project.local
- echo " flags: +openssl" >> cabal.project.local
+ echo "ignore-project: False" >> cabal.project.local
+ echo "package simplexmq" >> cabal.project.local
+ echo " extra-include-dirs: /opt/homebrew/opt/openssl@1.1/include" >> cabal.project.local
+ echo " extra-lib-dirs: /opt/homebrew/opt/openssl@1.1/lib" >> cabal.project.local
+ echo "" >> cabal.project.local
+ echo "package direct-sqlcipher" >> cabal.project.local
+ echo " extra-include-dirs: /opt/homebrew/opt/openssl@1.1/include" >> cabal.project.local
+ echo " extra-lib-dirs: /opt/homebrew/opt/openssl@1.1/lib" >> cabal.project.local
+ echo " flags: +openssl" >> cabal.project.local
+
+ - name: Unix prepare cabal.project.local for Mac
+ if: matrix.os == 'macos-13'
+ shell: bash
+ run: |
+ echo "ignore-project: False" >> cabal.project.local
+ echo "package simplexmq" >> cabal.project.local
+ echo " extra-include-dirs: /usr/local/opt/openssl@1.1/include" >> cabal.project.local
+ echo " extra-lib-dirs: /usr/local/opt/openssl@1.1/lib" >> cabal.project.local
+ echo "" >> cabal.project.local
+ echo "package direct-sqlcipher" >> cabal.project.local
+ echo " extra-include-dirs: /usr/local/opt/openssl@1.1/include" >> cabal.project.local
+ echo " extra-lib-dirs: /usr/local/opt/openssl@1.1/lib" >> cabal.project.local
+ echo " flags: +openssl" >> cabal.project.local
- name: Install AppImage dependencies
if: startsWith(github.ref, 'refs/tags/v') && matrix.asset_name && matrix.os == 'ubuntu-20.04'
run: sudo apt install -y desktop-file-utils
- name: Install pkg-config for Mac
- if: matrix.os == 'macos-latest'
+ if: matrix.os == 'macos-latest' || matrix.os == 'macos-13'
run: brew install pkg-config
- name: Unix prepare cabal.project.local for Ubuntu
@@ -190,7 +213,7 @@ jobs:
- name: Mac build desktop
id: mac_desktop_build
- if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'macos-latest'
+ if: startsWith(github.ref, 'refs/tags/v') && (matrix.os == 'macos-latest' || matrix.os == 'macos-13')
shell: bash
env:
APPLE_SIMPLEX_SIGNING_KEYCHAIN: ${{ secrets.APPLE_SIMPLEX_SIGNING_KEYCHAIN }}
@@ -241,7 +264,7 @@ jobs:
${{ steps.linux_appimage_build.outputs.appimage_hash }}
- name: Mac upload desktop package to release
- if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'macos-latest'
+ if: startsWith(github.ref, 'refs/tags/v') && (matrix.os == 'macos-latest' || matrix.os == 'macos-13')
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
@@ -250,7 +273,7 @@ jobs:
tag: ${{ github.ref }}
- name: Mac update desktop package hash
- if: startsWith(github.ref, 'refs/tags/v') && matrix.os == 'macos-latest'
+ if: startsWith(github.ref, 'refs/tags/v') && (matrix.os == 'macos-latest' || matrix.os == 'macos-13')
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/apps/ios/Shared/Views/Chat/ChatItem/FramedItemView.swift b/apps/ios/Shared/Views/Chat/ChatItem/FramedItemView.swift
index ed724599be..95c3347f90 100644
--- a/apps/ios/Shared/Views/Chat/ChatItem/FramedItemView.swift
+++ b/apps/ios/Shared/Views/Chat/ChatItem/FramedItemView.swift
@@ -248,7 +248,10 @@ struct FramedItemView: View {
Group {
if let sender = qi.getSender(membership()) {
VStack(alignment: .leading, spacing: 2) {
- Text(sender).font(.caption).foregroundColor(.secondary)
+ Text(sender)
+ .font(.caption)
+ .foregroundColor(.secondary)
+ .lineLimit(1)
ciQuotedMsgTextView(qi, lines: 2)
}
} else {
diff --git a/apps/ios/Shared/Views/Chat/ChatView.swift b/apps/ios/Shared/Views/Chat/ChatView.swift
index 5ec69412a6..4055ca2b28 100644
--- a/apps/ios/Shared/Views/Chat/ChatView.swift
+++ b/apps/ios/Shared/Views/Chat/ChatView.swift
@@ -593,6 +593,7 @@ struct ChatView: View {
Text(memberNames(member, prevMember, memCount))
.font(.caption)
.foregroundStyle(.secondary)
+ .lineLimit(2)
.padding(.leading, memberImageSize + 14)
.padding(.top, 7)
}
diff --git a/apps/ios/SimpleX Localizations/bg.xcloc/Localized Contents/bg.xliff b/apps/ios/SimpleX Localizations/bg.xcloc/Localized Contents/bg.xliff
index 2887496f78..3d0bb2bf2c 100644
--- a/apps/ios/SimpleX Localizations/bg.xcloc/Localized Contents/bg.xliff
+++ b/apps/ios/SimpleX Localizations/bg.xcloc/Localized Contents/bg.xliff
@@ -2805,6 +2805,7 @@ This cannot be undone!
Forward and save messages
+ Препращане и запазване на съобщенияNo comment provided by engineer.
@@ -3174,6 +3175,7 @@ This cannot be undone!
In-call sounds
+ Звуци по време на разговорNo comment provided by engineer.
@@ -3653,6 +3655,7 @@ This is your link for group %@!
Message source remains private.
+ Източникът на съобщението остава скрит.No comment provided by engineer.
@@ -3772,6 +3775,7 @@ This is your link for group %@!
More reliable network connection.
+ По-надеждна мрежова връзка.No comment provided by engineer.
@@ -3816,6 +3820,7 @@ This is your link for group %@!
Network management
+ Управление на мрежатаNo comment provided by engineer.
@@ -4371,6 +4376,7 @@ Error: %@
Profile images
+ Профилни изображенияNo comment provided by engineer.
@@ -5195,6 +5201,7 @@ Error: %@
Shape profile images
+ Променете формата на профилните изображенияNo comment provided by engineer.
@@ -5364,6 +5371,7 @@ Error: %@
Square, circle, or anything in between.
+ Квадрат, кръг или нещо между тях.No comment provided by engineer.
@@ -6244,6 +6252,7 @@ To connect, please ask your contact to create another connection link and check
When connecting audio and video calls.
+ При свързване на аудио и видео разговори.No comment provided by engineer.
@@ -6263,6 +6272,7 @@ To connect, please ask your contact to create another connection link and check
Will be enabled in direct chats!
+ Ще бъде активирано в личните чатове!No comment provided by engineer.
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 4f22a82e09..29384aecc4 100644
--- a/apps/ios/SimpleX Localizations/de.xcloc/Localized Contents/de.xliff
+++ b/apps/ios/SimpleX Localizations/de.xcloc/Localized Contents/de.xliff
@@ -4376,6 +4376,7 @@ Fehler: %@
Profile images
+ Profil-BilderNo comment provided by engineer.
@@ -5200,6 +5201,7 @@ Fehler: %@
Shape profile images
+ Form der Profil-BilderNo comment provided by engineer.
@@ -5369,6 +5371,7 @@ Fehler: %@
Square, circle, or anything in between.
+ Quadratisch, kreisförmig oder irgendetwas dazwischen.No comment provided by engineer.
@@ -6029,7 +6032,7 @@ Bitten Sie Ihren Kontakt darum einen weiteren Verbindungs-Link zu erzeugen, um s
Use current profile
- Nutzen Sie das aktuelle Profil
+ Das aktuelle Profil nutzenNo comment provided by engineer.
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 61a5e235bc..5d2482ae27 100644
--- a/apps/ios/SimpleX Localizations/es.xcloc/Localized Contents/es.xliff
+++ b/apps/ios/SimpleX Localizations/es.xcloc/Localized Contents/es.xliff
@@ -4376,6 +4376,7 @@ Error: %@
Profile images
+ Imágenes del perfilNo comment provided by engineer.
@@ -5200,6 +5201,7 @@ Error: %@
Shape profile images
+ Dar forma a las imágenes de perfilNo comment provided by engineer.
@@ -5369,6 +5371,7 @@ Error: %@
Square, circle, or anything in between.
+ Cuadrada, circular o cualquier forma intermedia.No comment provided by engineer.
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 d0e3babe6f..ac7fc8cc8b 100644
--- a/apps/ios/SimpleX Localizations/fr.xcloc/Localized Contents/fr.xliff
+++ b/apps/ios/SimpleX Localizations/fr.xcloc/Localized Contents/fr.xliff
@@ -745,6 +745,7 @@
Allow to send SimpleX links.
+ Autorise l'envoi de liens SimpleX.No comment provided by engineer.
@@ -1089,6 +1090,7 @@
Cellular
+ CellulaireNo comment provided by engineer.
@@ -2088,6 +2090,7 @@ Cette opération ne peut être annulée !
Download
+ Téléchargerchat item action
@@ -2202,6 +2205,7 @@ Cette opération ne peut être annulée !
Enabled for
+ Activé pourNo comment provided by engineer.
@@ -2726,6 +2730,7 @@ Cette opération ne peut être annulée !
Files and media not allowed
+ Fichiers et médias non autorisésNo comment provided by engineer.
@@ -2795,18 +2800,22 @@ Cette opération ne peut être annulée !
Forward
+ Transférerchat item actionForward and save messages
+ Transférer et sauvegarder des messagesNo comment provided by engineer.Forwarded
+ TransféréNo comment provided by engineer.Forwarded from
+ Transféré depuisNo comment provided by engineer.
@@ -2921,6 +2930,7 @@ Cette opération ne peut être annulée !
Group members can send SimpleX links.
+ Les membres du groupe peuvent envoyer des liens SimpleX.No comment provided by engineer.
@@ -3165,6 +3175,7 @@ Cette opération ne peut être annulée !
In-call sounds
+ Sons d'appelNo comment provided by engineer.
@@ -3644,6 +3655,7 @@ Voici votre lien pour le groupe %@ !
Message source remains private.
+ La source du message reste privée.No comment provided by engineer.
@@ -3763,6 +3775,7 @@ Voici votre lien pour le groupe %@ !
More reliable network connection.
+ Connexion réseau plus fiable.No comment provided by engineer.
@@ -3802,10 +3815,12 @@ Voici votre lien pour le groupe %@ !
Network connection
+ Connexion au réseauNo comment provided by engineer.Network management
+ Gestion du réseauNo comment provided by engineer.
@@ -3920,6 +3935,7 @@ Voici votre lien pour le groupe %@ !
No network connection
+ Pas de connexion au réseauNo comment provided by engineer.
@@ -4138,6 +4154,7 @@ Voici votre lien pour le groupe %@ !
Other
+ AutresNo comment provided by engineer.
@@ -4359,6 +4376,7 @@ Erreur : %@
Profile images
+ Images de profilNo comment provided by engineer.
@@ -4403,6 +4421,7 @@ Erreur : %@
Prohibit sending SimpleX links.
+ Interdire l'envoi de liens SimpleX.No comment provided by engineer.
@@ -4537,6 +4556,7 @@ Erreur : %@
Receiving concurrency
+ Réception simultanéeNo comment provided by engineer.
@@ -4556,6 +4576,7 @@ Erreur : %@
Recipient(s) can't see who this message is from.
+ Le(s) destinataire(s) ne peut(vent) pas voir de qui provient ce message.No comment provided by engineer.
@@ -4860,6 +4881,7 @@ Erreur : %@
Saved
+ EnregistréNo comment provided by engineer.
@@ -4869,6 +4891,7 @@ Erreur : %@
Saved from
+ Enregistré depuisNo comment provided by engineer.
@@ -5178,6 +5201,7 @@ Erreur : %@
Shape profile images
+ Images de profil modelableNo comment provided by engineer.
@@ -5302,10 +5326,12 @@ Erreur : %@
SimpleX links are prohibited in this group.
+ Les liens SimpleX sont interdits dans ce groupe.No comment provided by engineer.SimpleX links not allowed
+ Les liens SimpleX ne sont pas autorisésNo comment provided by engineer.
@@ -5345,6 +5371,7 @@ Erreur : %@
Square, circle, or anything in between.
+ Carré, circulaire, ou toute autre forme intermédiaire.No comment provided by engineer.
@@ -6150,6 +6177,7 @@ Pour vous connecter, veuillez demander à votre contact de créer un autre lien
Voice messages not allowed
+ Les messages vocaux ne sont pas autorisésNo comment provided by engineer.
@@ -6224,6 +6252,7 @@ Pour vous connecter, veuillez demander à votre contact de créer un autre lien
When connecting audio and video calls.
+ Lors des appels audio et vidéo.No comment provided by engineer.
@@ -6238,14 +6267,17 @@ Pour vous connecter, veuillez demander à votre contact de créer un autre lien
WiFi
+ WiFiNo comment provided by engineer.Will be enabled in direct chats!
+ Activé dans les discussions directes !No comment provided by engineer.Wired ethernet
+ Ethernet câbléNo comment provided by engineer.
@@ -6733,6 +6765,7 @@ Les serveurs SimpleX ne peuvent pas voir votre profil.
admins
+ adminsfeature role
@@ -6747,6 +6780,7 @@ Les serveurs SimpleX ne peuvent pas voir votre profil.
all members
+ tous les membresfeature role
@@ -7081,6 +7115,7 @@ Les serveurs SimpleX ne peuvent pas voir votre profil.
forwarded
+ transféréNo comment provided by engineer.
@@ -7292,6 +7327,7 @@ Les serveurs SimpleX ne peuvent pas voir votre profil.
owners
+ propriétairesfeature role
@@ -7346,10 +7382,12 @@ Les serveurs SimpleX ne peuvent pas voir votre profil.
saved
+ enregistréNo comment provided by engineer.saved from %@
+ enregistré à partir de %@No comment provided by engineer.
@@ -7494,6 +7532,7 @@ Les serveurs SimpleX ne peuvent pas voir votre profil.
you
+ vousNo comment provided by engineer.
diff --git a/apps/ios/SimpleX Localizations/hu.xcloc/Localized Contents/hu.xliff b/apps/ios/SimpleX Localizations/hu.xcloc/Localized Contents/hu.xliff
index 791f21a440..9618bab95a 100644
--- a/apps/ios/SimpleX Localizations/hu.xcloc/Localized Contents/hu.xliff
+++ b/apps/ios/SimpleX Localizations/hu.xcloc/Localized Contents/hu.xliff
@@ -94,17 +94,17 @@
%@ and %@ connected
- %@ és %@ csatlakozott
+ %@ és %@ kapcsolódottNo comment provided by engineer.%1$@ at %2$@:
- %1$@ %2$@-kor:
+ %1$@ ekkor: %2$@copied message info, <sender> at <time>%@ connected
- %@ csatlakozott
+ %@ kapcsolódottNo comment provided by engineer.
@@ -114,7 +114,7 @@
%@ is connected!
- %@ csatlakozott!
+ %@ kapcsolódott!notification title
@@ -139,7 +139,7 @@
%@ wants to connect!
- %@ csatlakozni szeretne!
+ %@ kapcsolódni szeretne!notification title
@@ -149,7 +149,7 @@
%@, %@ and %lld other members connected
- %@, %@ és további %lld tag csatlakozott
+ %@, %@ és további %lld tag kapcsolódottNo comment provided by engineer.
@@ -319,7 +319,7 @@
(this device v%@)
- (ez az eszköz v%@)
+ (ez az eszköz: v%@)No comment provided by engineer.
@@ -329,7 +329,7 @@
**Add contact**: to create a new invitation link, or connect via a link you received.
- **Ismerős hozzáadása**: új meghívó hivatkozás létrehozásához, vagy egy kapott hivatkozáson keresztül történő csatlakozáshoz.
+ **Ismerős hozzáadása**: új meghívó hivatkozás létrehozásához, vagy egy kapott hivatkozáson keresztül történő kapcsolódáshoz.No comment provided by engineer.
@@ -585,7 +585,7 @@
Add address to your profile, so that your contacts can share it with other people. Profile update will be sent to your contacts.
- Azonosító hozzáadása a profilhoz, hogy az ismerősök megoszthassák másokkal. A profilfrissítés elküldésre kerül ismerősők számára.
+ Azonosító hozzáadása a profilhoz, hogy az ismerősei megoszthassák másokkal. A profilfrissítés elküldésre kerül az ismerősei számára.No comment provided by engineer.
@@ -640,7 +640,7 @@
Admins can create the links to join groups.
- Az adminok hivatkozásokat hozhatnak létre a csoportokhoz való csatlakozáshoz.
+ Az adminok hivatkozásokat hozhatnak létre a csoportokhoz való kapcsolódáshoz.No comment provided by engineer.
@@ -665,7 +665,7 @@
All group members will remain connected.
- Minden csoporttag csatlakoztatva marad.
+ Minden csoporttag kapcsolódva marad.No comment provided by engineer.
@@ -685,7 +685,7 @@
All your contacts will remain connected.
- Minden ismerős csatlakoztatva marad.
+ Minden ismerős kapcsolódva marad.No comment provided by engineer.
@@ -795,7 +795,7 @@
Already connected?
- Csatlakoztatva?
+ Már kapcsolódott?No comment provided by engineer.
@@ -805,7 +805,7 @@
Already joining the group!
- Csatlakozás folyamatban!
+ A csatlakozás folyamatban van a csoporthoz!No comment provided by engineer.
@@ -920,7 +920,7 @@
Authentication is required before the call is connected, but you may miss calls.
- A hívás csatlakoztatása előtt hitelesítésre van szükség, de előfordulhat, hogy nem tud hívásokat fogadni.
+ A hívás összekapcsolása előtt hitelesítésre van szükség, de előfordulhat, hogy lemarad a hívásokról.No comment provided by engineer.
@@ -1070,12 +1070,12 @@
Cancel
- Megszakítás
+ MégseNo comment provided by engineer.Cancel migration
- Átköltöztetés megszakítása
+ Átköltöztetés visszavonásaNo comment provided by engineer.
@@ -1350,17 +1350,17 @@ Ez az egyszer használatos hivatkozása!
Connect via contact address
- Csatlakozás ismerős azonosítója által
+ Kapcsolódás a kapcsolattartási azonosítón keresztülNo comment provided by engineer.Connect via link
- Csatlakozás egy hivatkozáson keresztül
+ Kapcsolódás egy hivatkozáson keresztülNo comment provided by engineer.Connect via one-time link
- Csatlakozás egyszer használatos hivatkozáson keresztül
+ Kapcsolódás egyszer használatos hivatkozáson keresztülNo comment provided by engineer.
@@ -1440,12 +1440,12 @@ Ez az egyszer használatos hivatkozása!
Contact is connected
- Ismerős csatlakozott
+ Ismerőse kapcsolódottnotificationContact is not connected yet!
- Az ismerős még nem csatlakozott!
+ Az ismerőse még nem kapcsolódott!No comment provided by engineer.
@@ -2570,7 +2570,7 @@ Ez a művelet nem vonható vissza!
Error stopping chat
- Hiba a csevegés megszakításakor
+ Hiba a csevegés megállításakorNo comment provided by engineer.
@@ -2700,12 +2700,12 @@ Ez a művelet nem vonható vissza!
File will be received when your contact completes uploading it.
- A fájl akkor érkezik meg, amikor ismerőse befejezte annak feltöltést.
+ A fájl akkor érkezik meg, amikor a küldője befejezte annak feltöltését.No comment provided by engineer.File will be received when your contact is online, please wait or check later!
- A fájl akkor érkezik meg, amint ismerőse online lesz, várjon, vagy ellenőrizze később!
+ A fájl akkor érkezik meg, amikor a küldője elérhető lesz, várjon, vagy ellenőrizze később!No comment provided by engineer.
@@ -3105,12 +3105,12 @@ Ez a művelet nem vonható vissza!
Image will be received when your contact completes uploading it.
- A kép akkor érkezik meg, amikor ismerőse befejezte annak feltöltését.
+ A kép akkor érkezik meg, amikor a küldője befejezte annak feltöltését.No comment provided by engineer.Image will be received when your contact is online, please wait or check later!
- A kép akkor érkezik meg, amikor ismerős elérhető lesz, várjon vagy ellenőrizze később!
+ A kép akkor érkezik meg, amikor a küldője elérhető lesz, várjon, vagy ellenőrizze később!No comment provided by engineer.
@@ -3368,7 +3368,7 @@ Ez a művelet nem vonható vissza!
It seems like you are already connected via this link. If it is not the case, there was an error (%@).
- Úgy tűnik, már csatlakozott ezen a hivatkozáson keresztül. Ha ez nem így van, akkor hiba történt (%@).
+ Úgy tűnik, már kapcsolódott ezen a hivatkozáson keresztül. Ha ez nem így van, akkor hiba történt (%@).No comment provided by engineer.
@@ -4004,17 +4004,17 @@ Ez az ön hivatkozása a(z) %@ csoporthoz!
Onion hosts will be required for connection. Requires enabling VPN.
- A csatlakozáshoz Onion host-okra lesz szükség. VPN engedélyezése szükséges.
+ A kapcsolódáshoz Onion kiszolgálókra lesz szükség. VPN engedélyezése szükséges.No comment provided by engineer.Onion hosts will be used when available. Requires enabling VPN.
- Onion host-ok használata, ha azok rendelkezésre állnak. VPN engedélyezése szükséges.
+ Onion kiszolgálók használata, ha azok rendelkezésre állnak. VPN engedélyezése szükséges.No comment provided by engineer.Onion hosts will not be used.
- Onion host-ok nem lesznek használva.
+ Onion kiszolgálók nem lesznek használva.No comment provided by engineer.
@@ -4214,7 +4214,7 @@ Ez az ön hivatkozása a(z) %@ csoporthoz!
Paste link to connect!
- Hivatkozás beillesztése a csatlakozáshoz!
+ Hivatkozás beillesztése a kapcsolódáshoz!No comment provided by engineer.
@@ -4376,6 +4376,7 @@ Hiba: %@
Profile images
+ ProfilképekNo comment provided by engineer.
@@ -4585,12 +4586,12 @@ Hiba: %@
Reconnect all connected servers to force message delivery. It uses additional traffic.
- Az összes csatlakoztatott kiszolgáló újrakapcsolása az üzenetek kézbesítésének kikényszerítéséhez. Ez további forgalmat használ.
+ Újrakapcsolódás az összes kiszolgálóhoz az üzenetek kézbesítésének kikényszerítéséhez. Ez további forgalmat használ.No comment provided by engineer.Reconnect servers?
- Kiszolgálók újracsatlakoztatása?
+ Újrakapcsolódás a kiszolgálókhoz?No comment provided by engineer.
@@ -5000,7 +5001,7 @@ Hiba: %@
Send direct message to connect
- Közvetlen üzenet küldése a csatlakozáshoz
+ Közvetlen üzenet küldése a kapcsolódáshozNo comment provided by engineer.
@@ -5200,6 +5201,7 @@ Hiba: %@
Shape profile images
+ Profilkép alakzatNo comment provided by engineer.
@@ -5219,7 +5221,7 @@ Hiba: %@
Share address with contacts?
- Megosztja az azonosítót az ismerősökkel?
+ Megosztja az azonosítót az ismerőseivel?No comment provided by engineer.
@@ -5304,7 +5306,7 @@ Hiba: %@
SimpleX contact address
- SimpleX ismerős azonosítója
+ SimpleX kapcsolattartási azonosítósimplex link type
@@ -5369,6 +5371,7 @@ Hiba: %@
Square, circle, or anything in between.
+ Négyzet, kör vagy bármi a kettő között.No comment provided by engineer.
@@ -5388,62 +5391,62 @@ Hiba: %@
Stop
- Megszakítás
+ MegállításNo comment provided by engineer.Stop SimpleX
- A SimpleX megszakítása
+ SimpleX megállításaauthentication reasonStop chat
- Csevegési szolgáltatás megszakítása
+ Csevegési szolgáltatás megállításaNo comment provided by engineer.Stop chat to enable database actions
- Csevegés megszakítása az adatbázis-műveletek engedélyezéséhez
+ Csevegés megállítása az adatbázis-műveletek engedélyezéséhezNo comment provided by engineer.Stop chat to export, import or delete chat database. You will not be able to receive and send messages while the chat is stopped.
- A csevegés megszakítása a csevegőadatbázis exportálásához, importálásához vagy törléséhez. A csevegés megszakítása alatt nem tud üzeneteket fogadni és küldeni.
+ A csevegés megállítása a csevegő adatbázis exportálásához, importálásához vagy törléséhez. A csevegés megállítása alatt nem tud üzeneteket fogadni és küldeni.No comment provided by engineer.Stop chat?
- Csevegési szolgáltatás megszakítása?
+ Csevegési szolgáltatás megállítása?No comment provided by engineer.Stop file
- Fájl megszakítása
+ Fájl megállításacancel file actionStop receiving file?
- Fájl fogadás megszakítása?
+ Fájl fogadás megállítása?No comment provided by engineer.Stop sending file?
- Fájl küldés megszakítása?
+ Fájl küldés megállítása?No comment provided by engineer.Stop sharing
- Megosztás megszakítása
+ Megosztás megállításaNo comment provided by engineer.Stop sharing address?
- Címmegosztás megszakítása?
+ Címmegosztás megállítása?No comment provided by engineer.Stopping chat
- Csevegés megszakítása
+ Csevegés megállítása folyamatbanNo comment provided by engineer.
@@ -5498,7 +5501,7 @@ Hiba: %@
Tap to Connect
- Koppintson a csatlakozáshoz
+ Koppintson a kapcsolódáshozNo comment provided by engineer.
@@ -5600,7 +5603,7 @@ Ez valamilyen hiba, vagy sérült kapcsolat esetén fordulhat elő.
The contact you shared this link with will NOT be able to connect!
- Ismerőse NEM fog tudni csatlakozni, akivel megosztotta ezt a hivatkozást!
+ Ismerőse, akivel megosztotta ezt a hivatkozást, NEM fog tudni kapcsolódni!No comment provided by engineer.
@@ -5640,7 +5643,7 @@ Ez valamilyen hiba, vagy sérült kapcsolat esetén fordulhat elő.
The profile is only shared with your contacts.
- Profilja csak az ismerősök számára kerül megosztásra.
+ Profilja csak az ismerőseivel kerül megosztásra.No comment provided by engineer.
@@ -5745,7 +5748,7 @@ Ez valamilyen hiba, vagy sérült kapcsolat esetén fordulhat elő.
To connect, your contact can scan QR code or use the link in the app.
- A csatlakozáshoz az ismerős beolvashatja a QR-kódot, vagy használhatja az alkalmazásban található hivatkozást.
+ A kapcsolódáshoz az ismerőse beolvashatja a QR-kódot, vagy használhatja az alkalmazásban található hivatkozást.No comment provided by engineer.
@@ -5797,7 +5800,7 @@ A funkció engedélyezése előtt a rendszer felszólítja a hitelesítés befej
Toggle incognito when connecting.
- Inkognító mód csatlakozáskor.
+ Inkognitó mód kapcsolódáskor.No comment provided by engineer.
@@ -5807,12 +5810,12 @@ A funkció engedélyezése előtt a rendszer felszólítja a hitelesítés befej
Trying to connect to the server used to receive messages from this contact (error: %@).
- Csatlakozási kísérlet a kapcsolat üzeneteinek fogadására használt kiszolgálóhoz (hiba: %@).
+ Kapcsolódási kísérlet ahhoz a kiszolgálóhoz, amely az adott ismerőstől érkező üzenetek fogadására szolgál (hiba: %@).No comment provided by engineer.Trying to connect to the server used to receive messages from this contact.
- Csatlakozási kísérlet a kapcsolat üzeneteinek fogadására használt kiszolgálóhoz ettől az ismerőstől.
+ Kapcsolódási kísérlet ahhoz a kiszolgálóhoz, amely az adott ismerőstől érkező üzenetek fogadására szolgál.No comment provided by engineer.
@@ -5918,8 +5921,8 @@ A funkció engedélyezése előtt a rendszer felszólítja a hitelesítés befej
Unless your contact deleted the connection or this link was already used, it might be a bug - please report it.
To connect, please ask your contact to create another connection link and check that you have a stable network connection.
- Hacsak az ismerős nem törölte a kapcsolatot, vagy ez a hivatkozás már használatban volt, hiba lehet – kérjük, jelentse.
-A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsolati hivatkozást, és ellenőrizze, hogy a hálózati kapcsolat stabil-e.
+ Hacsak az ismerőse nem törölte a kapcsolatot, vagy ez a hivatkozás már használatban volt, lehet hogy ez egy hiba – jelentse a problémát.
+A kapcsolódáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsolati hivatkozást, és ellenőrizze, hogy a hálózati kapcsolat stabil-e.No comment provided by engineer.
@@ -5964,7 +5967,7 @@ A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsola
Update .onion hosts setting?
- Tor .onion host beállítások frissítése?
+ Tor .onion kiszolgálók beállításainak frissítése?No comment provided by engineer.
@@ -5989,7 +5992,7 @@ A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsola
Updating this setting will re-connect the client to all servers.
- A beállítás frissítésével a kliens újracsatlakozik az összes kiszolgálóhoz.
+ A beállítás frissítésével a kliens újrakapcsolódik az összes kiszolgálóhoz.No comment provided by engineer.
@@ -6014,7 +6017,7 @@ A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsola
Use .onion hosts
- Tor .onion hostok használata
+ Tor .onion kiszolgálók használataNo comment provided by engineer.
@@ -6074,7 +6077,7 @@ A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsola
Using .onion hosts requires compatible VPN provider.
- A .onion hosztok használatához kompatibilis VPN szolgáltatóra van szükség.
+ A .onion kiszolgálók használatához kompatibilis VPN szolgáltatóra van szükség.No comment provided by engineer.
@@ -6134,12 +6137,12 @@ A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsola
Video will be received when your contact completes uploading it.
- A videó akkor érkezik meg, amikor az ismerőse befejezte annak feltöltését.
+ A videó akkor érkezik meg, amikor a küldője befejezte annak feltöltését.No comment provided by engineer.Video will be received when your contact is online, please wait or check later!
- A videó akkor érkezik meg, amikor az ismerős elérhető, várjon, vagy ellenőrizze később!
+ A videó akkor érkezik meg, amikor a küldője elérhető lesz, várjon, vagy ellenőrizze később!No comment provided by engineer.
@@ -6254,7 +6257,7 @@ A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsola
When people request to connect, you can accept or reject it.
- Csatlakozási kérelmek esetében, elfogadhatja vagy elutasíthatja azokat.
+ Amikor az emberek kapcsolódást kérelmeznek, ön elfogadhatja vagy elutasíthatja azokat.No comment provided by engineer.
@@ -6339,12 +6342,12 @@ A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsola
You are already connecting to %@.
- Már folyamatban van a csatlakozás ehhez: %@.
+ Már folyamatban van a kapcsolódás ehhez: %@.No comment provided by engineer.You are already connecting via this one-time link!
- Már csatlakozik ezen az egyszer használatos hivatkozáson keresztül!
+ A kapcsolódás már folyamatban van ezen az egyszer használatos hivatkozáson keresztül!No comment provided by engineer.
@@ -6354,17 +6357,17 @@ A csatlakozáshoz kérje meg ismerősét, hogy hozzon létre egy másik kapcsola
You are already joining the group %@.
- Már folyamatban van a csatlakozás a csoporthoz %@.
+ A csatlakozás már folyamatban van a(z) %@ csoporthoz.No comment provided by engineer.You are already joining the group via this link!
- Már csatlakozott a csoporthoz ezen a hivatkozáson keresztül!
+ A csatlakozás már folyamatban van a csoporthoz ezen a hivatkozáson keresztül!No comment provided by engineer.You are already joining the group via this link.
- Ezen a hivatkozáson keresztül már csatlakozik a csoporthoz.
+ A csatlakozás már folyamatban van a csoporthoz ezen a hivatkozáson keresztül.No comment provided by engineer.
@@ -6376,7 +6379,7 @@ Csatlakozási kérés megismétlése?
You are connected to the server used to receive messages from this contact.
- Kiszolgálóhoz történő csatlakozás, mely az adott ismerőstől érkező üzenetek fogadására szolgál.
+ Már kapcsolódott ahhoz a kiszolgálóhoz, amely az adott ismerőstől érkező üzenetek fogadására szolgál.No comment provided by engineer.
@@ -6436,12 +6439,12 @@ Csatlakozási kérés megismétlése?
You can share this address with your contacts to let them connect with **%@**.
- Megoszthatja ezt a hivatkozást ismerőseivel, hogy kapcsolatba léphessenek önnel a **%@** nevű profilján keresztül.
+ Megoszthatja ezt az azonosítót az ismerőseivel, hogy kapcsolatba léphessenek önnel a **%@** nevű profilján keresztül.No comment provided by engineer.You can share your address as a link or QR code - anybody can connect to you.
- Megoszthatja azonosítóját hivatkozásként vagy QR-kódként – így bárki csatlakozhat önhöz.
+ Megoszthatja azonosítóját hivatkozásként vagy QR-kódként – így bárki kapcsolódhat önhöz.No comment provided by engineer.
@@ -6481,13 +6484,13 @@ Csatlakozási kérés megismétlése?
You have already requested connection via this address!
- Már kért egy csatlakozást ezen az azonosítón keresztül!
+ Már kért egy kapcsolódási kérelmet ezen az azonosítón keresztül!No comment provided by engineer.You have already requested connection!
Repeat connection request?
- Már kérelmezte a csatlakozást!
+ Már kért egy kapcsolódási kérelmet!
Kapcsolódási kérés megismétlése?No comment provided by engineer.
@@ -6538,22 +6541,22 @@ Kapcsolódási kérés megismétlése?
You will be connected to group when the group host's device is online, please wait or check later!
- Akkor tud csatlakozni a csoporthoz, amikor a csoport tulajdonosának eszköze online lesz, várjon, vagy ellenőrizze később!
+ Akkor lesz kapcsolódva a csoporthoz, amikor a csoport tulajdonosának eszköze online lesz, várjon, vagy ellenőrizze később!No comment provided by engineer.You will be connected when group link host's device is online, please wait or check later!
- Akkor lesz csatlakoztatva, amikor a csoportos hivatkozás tulajdonosának eszköze online lesz, várjon, vagy ellenőrizze később!
+ Akkor lesz kapcsolódva, amikor a csoportos hivatkozás tulajdonosának eszköze online lesz, várjon, vagy ellenőrizze később!No comment provided by engineer.You will be connected when your connection request is accepted, please wait or check later!
- Akkor lesz csatlakoztatva, ha a csatlakozási kérelme elfogadásra került, várjon, vagy ellenőrizze később!
+ Akkor lesz kapcsolódva, ha a kapcsolódási kérelme elfogadásra kerül, várjon, vagy ellenőrizze később!No comment provided by engineer.You will be connected when your contact's device is online, please wait or check later!
- Akkor csatlakozik, amikor az ismerős eszköze online lesz, várjon, vagy ellenőrizze később!
+ Akkor le kapcsolódva, amikor az ismerőse eszköze online lesz, várjon, vagy ellenőrizze később!No comment provided by engineer.
@@ -6563,7 +6566,7 @@ Kapcsolódási kérés megismétlése?
You will connect to all group members.
- Csatlakozni fog a csoport összes tagjához.
+ Kapcsolódni fog a csoport összes tagjához.No comment provided by engineer.
@@ -6578,7 +6581,7 @@ Kapcsolódási kérés megismétlése?
You won't lose your contacts if you later delete your address.
- Nem veszíti el ismerőseit, ha később törli az azonosítóját.
+ Nem veszíti el az ismerőseit, ha később törli az azonosítóját.No comment provided by engineer.
@@ -6655,7 +6658,7 @@ Megszakíthatja ezt a kapcsolatfelvételt és törölheti az ismerőst (ezt kés
Your contacts will remain connected.
- Az ismerősök továbbra is csatlakoztatva maradnak.
+ Az ismerősei továbbra is kapcsolódva maradnak.No comment provided by engineer.
@@ -6857,7 +6860,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
changed role of %1$@ to %2$@
- %1$@ szerepköre megváltozott erre: %2$@
+ %1$@ szerepkörét megváltoztatta erre: %2$@rcv group event chat item
@@ -6887,7 +6890,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
connect to SimpleX Chat developers.
- Csatlakozás a SimpleX Chat fejlesztőkhöz.
+ Kapcsolódás a SimpleX Chat fejlesztőkhöz.No comment provided by engineer.
@@ -6922,7 +6925,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
connecting (introduction invitation)
- csatlakozás (bemutatkozás meghívás)
+ kapcsolódás (bemutatkozó meghívó)No comment provided by engineer.
@@ -6947,7 +6950,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
contact %1$@ changed to %2$@
- %1$@ ismerősének neve megváltozott erre: %2$@
+ %1$@ megváltoztatta a nevét erre: %2$@profile update event chat item
@@ -7207,7 +7210,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
join as %@
- csatlakozás mint %@
+ csatlakozás mint: %@No comment provided by engineer.
@@ -7227,7 +7230,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
member %1$@ changed to %2$@
- %1$@ tag megváltoztatta a nevét erre: %2$@
+ %1$@ megváltoztatta a nevét erre: %2$@profile update event chat item
@@ -7364,7 +7367,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
removed contact address
- törölt csatlakozási cím
+ törölt kapcsolattartási azonosítóprofile update event chat item
@@ -7404,7 +7407,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
security code changed
- biztonsági kód megváltozott
+ a biztonsági kód megváltozottchat item text
@@ -7414,7 +7417,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
set new contact address
- új kapcsolattartási cím beállítása
+ új kapcsolattartási azonosító beállításaprofile update event chat item
@@ -7479,7 +7482,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
via contact address link
- ismerős azonosítójának hivatkozásán keresztül
+ kapcsolattartási azonosító-hivatkozáson keresztülchat list item description
@@ -7564,7 +7567,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
you changed role of %1$@ to %2$@
- megváltoztatta %1$@ szerepkörét erre: %@
+ %1$@ szerepkörét megváltoztatta erre: %@snd group event chat item
@@ -7616,7 +7619,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
SimpleX needs camera access to scan QR codes to connect to other users and for video calls.
- A SimpleX-nek kamera-hozzáférésre van szüksége a QR-kódok beolvasásához, hogy csatlakozhasson más felhasználókhoz és videohívásokhoz.
+ A SimpleX-nek kamera-hozzáférésre van szüksége a QR-kódok beolvasásához, hogy kapcsolódhasson más felhasználókhoz és videohívásokhoz.Privacy - Camera Usage Description
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 9bb90886f8..a5fe0ec830 100644
--- a/apps/ios/SimpleX Localizations/it.xcloc/Localized Contents/it.xliff
+++ b/apps/ios/SimpleX Localizations/it.xcloc/Localized Contents/it.xliff
@@ -2805,6 +2805,7 @@ Non è reversibile!
Forward and save messages
+ Inoltra e salva i messaggiNo comment provided by engineer.
@@ -3174,6 +3175,7 @@ Non è reversibile!
In-call sounds
+ Suoni nelle chiamateNo comment provided by engineer.
@@ -3653,6 +3655,7 @@ Questo è il tuo link per il gruppo %@!
Message source remains private.
+ La fonte del messaggio resta privata.No comment provided by engineer.
@@ -3772,6 +3775,7 @@ Questo è il tuo link per il gruppo %@!
More reliable network connection.
+ Connessione di rete più affidabile.No comment provided by engineer.
@@ -3816,6 +3820,7 @@ Questo è il tuo link per il gruppo %@!
Network management
+ Gestione della reteNo comment provided by engineer.
@@ -4371,6 +4376,7 @@ Errore: %@
Profile images
+ Immagini del profiloNo comment provided by engineer.
@@ -5195,6 +5201,7 @@ Errore: %@
Shape profile images
+ Forma delle immagini del profiloNo comment provided by engineer.
@@ -5364,6 +5371,7 @@ Errore: %@
Square, circle, or anything in between.
+ Quadrata, circolare o qualsiasi forma tra le due.No comment provided by engineer.
@@ -6244,6 +6252,7 @@ Per connetterti, chiedi al tuo contatto di creare un altro link di connessione e
When connecting audio and video calls.
+ Quando si connettono le chiamate audio e video.No comment provided by engineer.
@@ -6263,6 +6272,7 @@ Per connetterti, chiedi al tuo contatto di creare un altro link di connessione e
Will be enabled in direct chats!
+ Viene attivata nelle chat dirette!No comment provided by engineer.
diff --git a/apps/ios/SimpleX Localizations/ja.xcloc/Localized Contents/ja.xliff b/apps/ios/SimpleX Localizations/ja.xcloc/Localized Contents/ja.xliff
index 9f9915c0f9..3f32998707 100644
--- a/apps/ios/SimpleX Localizations/ja.xcloc/Localized Contents/ja.xliff
+++ b/apps/ios/SimpleX Localizations/ja.xcloc/Localized Contents/ja.xliff
@@ -379,12 +379,12 @@
**e2e encrypted** audio call
- **e2e 暗号化**音声通話
+ **エンドツーエンド暗号化済み**の音声通話No comment provided by engineer.**e2e encrypted** video call
- **e2e暗号化**ビデオ通話
+ **エンドツーエンド暗号化済み**の テレビ電話 通話No comment provided by engineer.
@@ -434,6 +434,7 @@
0 sec
+ 0 秒time to disappear
@@ -684,6 +685,7 @@
All your contacts, conversations and files will be securely encrypted and uploaded in chunks to configured XFTP relays.
+ すべての連絡先、会話、ファイルは安全に暗号化され、設定されたXFTPリレーに分割でアップロードされます。No comment provided by engineer.
@@ -733,6 +735,7 @@
Allow to send SimpleX links.
+ SimpleXリンクの送信を許可。No comment provided by engineer.
@@ -787,10 +790,12 @@
Already connecting!
+ 既に接続中です!No comment provided by engineer.Already joining the group!
+ すでにグループに参加しています!No comment provided by engineer.
@@ -815,6 +820,7 @@
App data migration
+ アプリデータの移行No comment provided by engineer.
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 f4056e359e..c5a9ba4ea8 100644
--- a/apps/ios/SimpleX Localizations/nl.xcloc/Localized Contents/nl.xliff
+++ b/apps/ios/SimpleX Localizations/nl.xcloc/Localized Contents/nl.xliff
@@ -4376,6 +4376,7 @@ Fout: %@
Profile images
+ Profiel afbeeldingenNo comment provided by engineer.
@@ -5200,6 +5201,7 @@ Fout: %@
Shape profile images
+ Vorm profiel afbeeldingenNo comment provided by engineer.
@@ -5369,6 +5371,7 @@ Fout: %@
Square, circle, or anything in between.
+ Vierkant, cirkel of iets daartussenin.No comment provided by engineer.
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 b5c60c2e1e..d71bd5843a 100644
--- a/apps/ios/SimpleX Localizations/pl.xcloc/Localized Contents/pl.xliff
+++ b/apps/ios/SimpleX Localizations/pl.xcloc/Localized Contents/pl.xliff
@@ -745,6 +745,7 @@
Allow to send SimpleX links.
+ Zezwól na wysyłanie linków SimpleX.No comment provided by engineer.
@@ -1089,6 +1090,7 @@
Cellular
+ Sieć komórkowaNo comment provided by engineer.
@@ -2088,6 +2090,7 @@ To nie może być cofnięte!
Download
+ Pobierzchat item action
@@ -2202,6 +2205,7 @@ To nie może być cofnięte!
Enabled for
+ Włączony dlaNo comment provided by engineer.
@@ -2726,6 +2730,7 @@ To nie może być cofnięte!
Files and media not allowed
+ Pliki i multimedia nie są dozwoloneNo comment provided by engineer.
@@ -2795,18 +2800,22 @@ To nie może być cofnięte!
Forward
+ Przekaż dalejchat item actionForward and save messages
+ Przesyłaj dalej i zapisuj wiadomościNo comment provided by engineer.Forwarded
+ Przekazane dalejNo comment provided by engineer.Forwarded from
+ Przekazane dalej odNo comment provided by engineer.
@@ -2921,6 +2930,7 @@ To nie może być cofnięte!
Group members can send SimpleX links.
+ Członkowie grupy mogą wysyłać linki SimpleX.No comment provided by engineer.
@@ -3165,6 +3175,7 @@ To nie może być cofnięte!
In-call sounds
+ Dźwięki w rozmowieNo comment provided by engineer.
@@ -3644,6 +3655,7 @@ To jest twój link do grupy %@!
Message source remains private.
+ Źródło wiadomości pozostaje prywatne.No comment provided by engineer.
@@ -3763,6 +3775,7 @@ To jest twój link do grupy %@!
More reliable network connection.
+ Bardziej niezawodne połączenia sieciowe.No comment provided by engineer.
@@ -3802,10 +3815,12 @@ To jest twój link do grupy %@!
Network connection
+ Połączenie z sieciąNo comment provided by engineer.Network management
+ Zarządzenie siecioweNo comment provided by engineer.
@@ -3920,6 +3935,7 @@ To jest twój link do grupy %@!
No network connection
+ Brak połączenia z sieciąNo comment provided by engineer.
@@ -4138,6 +4154,7 @@ To jest twój link do grupy %@!
Other
+ InneNo comment provided by engineer.
@@ -4359,6 +4376,7 @@ Błąd: %@
Profile images
+ Zdjęcia profiloweNo comment provided by engineer.
@@ -4403,6 +4421,7 @@ Błąd: %@
Prohibit sending SimpleX links.
+ Zabroń wysyłania linków SimpleX.No comment provided by engineer.
@@ -4537,6 +4556,7 @@ Błąd: %@
Receiving concurrency
+ Konkurencyjne odbieranieNo comment provided by engineer.
@@ -4556,6 +4576,7 @@ Błąd: %@
Recipient(s) can't see who this message is from.
+ Odbiorca/y nie mogą zobaczyć od kogo jest ta wiadomość.No comment provided by engineer.
@@ -4860,6 +4881,7 @@ Błąd: %@
Saved
+ ZapisaneNo comment provided by engineer.
@@ -4869,6 +4891,7 @@ Błąd: %@
Saved from
+ Zapisane odNo comment provided by engineer.
@@ -5178,6 +5201,7 @@ Błąd: %@
Shape profile images
+ Kształtuj obrazy profiloweNo comment provided by engineer.
@@ -5302,10 +5326,12 @@ Błąd: %@
SimpleX links are prohibited in this group.
+ Linki SimpleX są zablokowane na tej grupie.No comment provided by engineer.SimpleX links not allowed
+ Linki SimpleX są niedozwoloneNo comment provided by engineer.
@@ -5345,6 +5371,7 @@ Błąd: %@
Square, circle, or anything in between.
+ Kwadrat, okrąg lub cokolwiek pomiędzy.No comment provided by engineer.
@@ -6150,6 +6177,7 @@ Aby się połączyć, poproś Twój kontakt o utworzenie kolejnego linku połąc
Voice messages not allowed
+ Wiadomości głosowe są niedozwoloneNo comment provided by engineer.
@@ -6224,6 +6252,7 @@ Aby się połączyć, poproś Twój kontakt o utworzenie kolejnego linku połąc
When connecting audio and video calls.
+ Podczas łączenia połączeń audio i wideo.No comment provided by engineer.
@@ -6238,14 +6267,17 @@ Aby się połączyć, poproś Twój kontakt o utworzenie kolejnego linku połąc
WiFi
+ WiFiNo comment provided by engineer.Will be enabled in direct chats!
+ Zostanie włączone w czatach bezpośrednich!No comment provided by engineer.Wired ethernet
+ Połączenie ethernet (po kablu)No comment provided by engineer.
@@ -6733,6 +6765,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
admins
+ administratorzyfeature role
@@ -6747,6 +6780,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
all members
+ wszyscy członkowiefeature role
@@ -7081,6 +7115,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
forwarded
+ przekazane dalejNo comment provided by engineer.
@@ -7292,6 +7327,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
owners
+ właścicielefeature role
@@ -7346,10 +7382,12 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
saved
+ zapisaneNo comment provided by engineer.saved from %@
+ zapisane od %@No comment provided by engineer.
@@ -7494,6 +7532,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
you
+ TyNo comment provided by engineer.
diff --git a/apps/ios/SimpleX Localizations/tr.xcloc/Localized Contents/tr.xliff b/apps/ios/SimpleX Localizations/tr.xcloc/Localized Contents/tr.xliff
index 1d0783c5e5..62c6f39d80 100644
--- a/apps/ios/SimpleX Localizations/tr.xcloc/Localized Contents/tr.xliff
+++ b/apps/ios/SimpleX Localizations/tr.xcloc/Localized Contents/tr.xliff
@@ -4376,6 +4376,7 @@ Hata: %@
Profile images
+ Profil resimleriNo comment provided by engineer.
@@ -4525,7 +4526,7 @@ Hata: %@
Receipts are disabled
- Makbuzlar devre dışı bırakıldı
+ Gönderildi bilgisi devre dışı bırakıldıNo comment provided by engineer.
@@ -5065,7 +5066,7 @@ Hata: %@
Sending delivery receipts will be enabled for all contacts.
- Teslimat makbuzlarının gönderilmesi tüm kişiler için etkinleştirilecektir.
+ Gönderildi bilgisi tüm kişiler için etkinleştirilecektir.No comment provided by engineer.
@@ -5200,6 +5201,7 @@ Hata: %@
Shape profile images
+ Profil resimlerini şekillendirNo comment provided by engineer.
@@ -5369,6 +5371,7 @@ Hata: %@
Square, circle, or anything in between.
+ Kare,daire, veya aralarında herhangi birşey.No comment provided by engineer.
diff --git a/apps/ios/SimpleX.xcodeproj/project.pbxproj b/apps/ios/SimpleX.xcodeproj/project.pbxproj
index c5d3665824..a5a222f13f 100644
--- a/apps/ios/SimpleX.xcodeproj/project.pbxproj
+++ b/apps/ios/SimpleX.xcodeproj/project.pbxproj
@@ -68,11 +68,6 @@
5C9329412929248A0090FFF9 /* ScanProtocolServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9329402929248A0090FFF9 /* ScanProtocolServer.swift */; };
5C971E1D27AEBEF600C8A3CE /* ChatInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C971E1C27AEBEF600C8A3CE /* ChatInfoView.swift */; };
5C971E2127AEBF8300C8A3CE /* ChatInfoImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C971E2027AEBF8300C8A3CE /* ChatInfoImage.swift */; };
- 5C9731F72BDC0C4F000538F2 /* libffi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C9731F22BDC0C4F000538F2 /* libffi.a */; };
- 5C9731F82BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C9731F32BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB.a */; };
- 5C9731F92BDC0C4F000538F2 /* libgmpxx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C9731F42BDC0C4F000538F2 /* libgmpxx.a */; };
- 5C9731FA2BDC0C4F000538F2 /* libgmp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C9731F52BDC0C4F000538F2 /* libgmp.a */; };
- 5C9731FB2BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB-ghc9.6.3.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C9731F62BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB-ghc9.6.3.a */; };
5C9A5BDB2871E05400A5B906 /* SetNotificationsMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9A5BDA2871E05400A5B906 /* SetNotificationsMode.swift */; };
5C9C2DA52894777E00CC63B1 /* GroupProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9C2DA42894777E00CC63B1 /* GroupProfileView.swift */; };
5C9C2DA7289957AE00CC63B1 /* AdvancedNetworkSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C9C2DA6289957AE00CC63B1 /* AdvancedNetworkSettings.swift */; };
@@ -120,6 +115,11 @@
5CD67B8F2B0E858A00C510B1 /* hs_init.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CD67B8D2B0E858A00C510B1 /* hs_init.h */; settings = {ATTRIBUTES = (Public, ); }; };
5CD67B902B0E858A00C510B1 /* hs_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 5CD67B8E2B0E858A00C510B1 /* hs_init.c */; };
5CDCAD482818589900503DA2 /* NotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5CDCAD472818589900503DA2 /* NotificationService.swift */; };
+ 5CE0E8972BE7F144008D6E06 /* libgmp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CE0E8922BE7F144008D6E06 /* libgmp.a */; };
+ 5CE0E8982BE7F144008D6E06 /* libgmpxx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CE0E8932BE7F144008D6E06 /* libgmpxx.a */; };
+ 5CE0E8992BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW-ghc9.6.3.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CE0E8942BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW-ghc9.6.3.a */; };
+ 5CE0E89A2BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CE0E8952BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW.a */; };
+ 5CE0E89B2BE7F144008D6E06 /* libffi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CE0E8962BE7F144008D6E06 /* libffi.a */; };
5CE2BA702845308900EC33A6 /* SimpleXChat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5CE2BA682845308900EC33A6 /* SimpleXChat.framework */; };
5CE2BA712845308900EC33A6 /* SimpleXChat.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 5CE2BA682845308900EC33A6 /* SimpleXChat.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
5CE2BA77284530BF00EC33A6 /* SimpleXChat.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE2BA76284530BF00EC33A6 /* SimpleXChat.h */; };
@@ -346,11 +346,6 @@
5C9329402929248A0090FFF9 /* ScanProtocolServer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScanProtocolServer.swift; sourceTree = ""; };
5C971E1C27AEBEF600C8A3CE /* ChatInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatInfoView.swift; sourceTree = ""; };
5C971E2027AEBF8300C8A3CE /* ChatInfoImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChatInfoImage.swift; sourceTree = ""; };
- 5C9731F22BDC0C4F000538F2 /* libffi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libffi.a; sourceTree = ""; };
- 5C9731F32BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB.a"; sourceTree = ""; };
- 5C9731F42BDC0C4F000538F2 /* libgmpxx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgmpxx.a; sourceTree = ""; };
- 5C9731F52BDC0C4F000538F2 /* libgmp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgmp.a; sourceTree = ""; };
- 5C9731F62BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB-ghc9.6.3.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB-ghc9.6.3.a"; sourceTree = ""; };
5C9A5BDA2871E05400A5B906 /* SetNotificationsMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SetNotificationsMode.swift; sourceTree = ""; };
5C9C2DA42894777E00CC63B1 /* GroupProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GroupProfileView.swift; sourceTree = ""; };
5C9C2DA6289957AE00CC63B1 /* AdvancedNetworkSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AdvancedNetworkSettings.swift; sourceTree = ""; };
@@ -425,6 +420,11 @@
5CDCAD7428188D2900503DA2 /* APITypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APITypes.swift; sourceTree = ""; };
5CDCAD7D2818941F00503DA2 /* API.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = API.swift; sourceTree = ""; };
5CDCAD80281A7E2700503DA2 /* Notifications.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notifications.swift; sourceTree = ""; };
+ 5CE0E8922BE7F144008D6E06 /* libgmp.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgmp.a; sourceTree = ""; };
+ 5CE0E8932BE7F144008D6E06 /* libgmpxx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libgmpxx.a; sourceTree = ""; };
+ 5CE0E8942BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW-ghc9.6.3.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW-ghc9.6.3.a"; sourceTree = ""; };
+ 5CE0E8952BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = "libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW.a"; sourceTree = ""; };
+ 5CE0E8962BE7F144008D6E06 /* libffi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libffi.a; sourceTree = ""; };
5CE1330328E118CC00FFFD8C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = "de.lproj/SimpleX--iOS--InfoPlist.strings"; sourceTree = ""; };
5CE1330428E118CC00FFFD8C /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = ""; };
5CE2BA682845308900EC33A6 /* SimpleXChat.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SimpleXChat.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -529,13 +529,13 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 5CE0E8992BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW-ghc9.6.3.a in Frameworks */,
+ 5CE0E8982BE7F144008D6E06 /* libgmpxx.a in Frameworks */,
5CE2BA93284534B000EC33A6 /* libiconv.tbd in Frameworks */,
- 5C9731F92BDC0C4F000538F2 /* libgmpxx.a in Frameworks */,
- 5C9731F82BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB.a in Frameworks */,
- 5C9731F72BDC0C4F000538F2 /* libffi.a in Frameworks */,
- 5C9731FA2BDC0C4F000538F2 /* libgmp.a in Frameworks */,
+ 5CE0E89A2BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW.a in Frameworks */,
+ 5CE0E89B2BE7F144008D6E06 /* libffi.a in Frameworks */,
+ 5CE0E8972BE7F144008D6E06 /* libgmp.a in Frameworks */,
5CE2BA94284534BB00EC33A6 /* libz.tbd in Frameworks */,
- 5C9731FB2BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB-ghc9.6.3.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -601,11 +601,11 @@
5C764E5C279C70B7000C6508 /* Libraries */ = {
isa = PBXGroup;
children = (
- 5C9731F22BDC0C4F000538F2 /* libffi.a */,
- 5C9731F52BDC0C4F000538F2 /* libgmp.a */,
- 5C9731F42BDC0C4F000538F2 /* libgmpxx.a */,
- 5C9731F62BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB-ghc9.6.3.a */,
- 5C9731F32BDC0C4F000538F2 /* libHSsimplex-chat-5.7.0.5-KRbIOKUzDlJ3qPYhEOgsVB.a */,
+ 5CE0E8962BE7F144008D6E06 /* libffi.a */,
+ 5CE0E8922BE7F144008D6E06 /* libgmp.a */,
+ 5CE0E8932BE7F144008D6E06 /* libgmpxx.a */,
+ 5CE0E8942BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW-ghc9.6.3.a */,
+ 5CE0E8952BE7F144008D6E06 /* libHSsimplex-chat-5.7.1.0-dbWFHyA3wYHsyiwKvX3TW.a */,
);
path = Libraries;
sourceTree = "";
@@ -1552,7 +1552,7 @@
CLANG_TIDY_MISC_REDUNDANT_EXPRESSION = YES;
CODE_SIGN_ENTITLEMENTS = "SimpleX (iOS).entitlements";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 212;
+ CURRENT_PROJECT_VERSION = 213;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 5NN7GUYB6T;
ENABLE_BITCODE = NO;
@@ -1577,7 +1577,7 @@
"@executable_path/Frameworks",
);
LLVM_LTO = YES_THIN;
- MARKETING_VERSION = 5.7;
+ MARKETING_VERSION = 5.7.1;
PRODUCT_BUNDLE_IDENTIFIER = chat.simplex.app;
PRODUCT_NAME = SimpleX;
SDKROOT = iphoneos;
@@ -1601,7 +1601,7 @@
CLANG_TIDY_MISC_REDUNDANT_EXPRESSION = YES;
CODE_SIGN_ENTITLEMENTS = "SimpleX (iOS).entitlements";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 212;
+ CURRENT_PROJECT_VERSION = 213;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 5NN7GUYB6T;
ENABLE_BITCODE = NO;
@@ -1626,7 +1626,7 @@
"@executable_path/Frameworks",
);
LLVM_LTO = YES;
- MARKETING_VERSION = 5.7;
+ MARKETING_VERSION = 5.7.1;
PRODUCT_BUNDLE_IDENTIFIER = chat.simplex.app;
PRODUCT_NAME = SimpleX;
SDKROOT = iphoneos;
@@ -1687,7 +1687,7 @@
CODE_SIGN_ENTITLEMENTS = "SimpleX NSE/SimpleX NSE.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 212;
+ CURRENT_PROJECT_VERSION = 213;
DEVELOPMENT_TEAM = 5NN7GUYB6T;
ENABLE_BITCODE = NO;
GCC_OPTIMIZATION_LEVEL = s;
@@ -1702,7 +1702,7 @@
"@executable_path/../../Frameworks",
);
LLVM_LTO = YES;
- MARKETING_VERSION = 5.7;
+ MARKETING_VERSION = 5.7.1;
PRODUCT_BUNDLE_IDENTIFIER = "chat.simplex.app.SimpleX-NSE";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1724,7 +1724,7 @@
CODE_SIGN_ENTITLEMENTS = "SimpleX NSE/SimpleX NSE.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 212;
+ CURRENT_PROJECT_VERSION = 213;
DEVELOPMENT_TEAM = 5NN7GUYB6T;
ENABLE_BITCODE = NO;
ENABLE_CODE_COVERAGE = NO;
@@ -1739,7 +1739,7 @@
"@executable_path/../../Frameworks",
);
LLVM_LTO = YES;
- MARKETING_VERSION = 5.7;
+ MARKETING_VERSION = 5.7.1;
PRODUCT_BUNDLE_IDENTIFIER = "chat.simplex.app.SimpleX-NSE";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1761,7 +1761,7 @@
CLANG_TIDY_BUGPRONE_REDUNDANT_BRANCH_CONDITION = YES;
CLANG_TIDY_MISC_REDUNDANT_EXPRESSION = YES;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 212;
+ CURRENT_PROJECT_VERSION = 213;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 5NN7GUYB6T;
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1787,7 +1787,7 @@
"$(PROJECT_DIR)/Libraries/sim",
);
LLVM_LTO = YES;
- MARKETING_VERSION = 5.7;
+ MARKETING_VERSION = 5.7.1;
PRODUCT_BUNDLE_IDENTIFIER = chat.simplex.SimpleXChat;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
@@ -1812,7 +1812,7 @@
CLANG_TIDY_BUGPRONE_REDUNDANT_BRANCH_CONDITION = YES;
CLANG_TIDY_MISC_REDUNDANT_EXPRESSION = YES;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 212;
+ CURRENT_PROJECT_VERSION = 213;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 5NN7GUYB6T;
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -1838,7 +1838,7 @@
"$(PROJECT_DIR)/Libraries/sim",
);
LLVM_LTO = YES;
- MARKETING_VERSION = 5.7;
+ MARKETING_VERSION = 5.7.1;
PRODUCT_BUNDLE_IDENTIFIER = chat.simplex.SimpleXChat;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
diff --git a/apps/ios/bg.lproj/Localizable.strings b/apps/ios/bg.lproj/Localizable.strings
index 7f37591861..06d9f1f43e 100644
--- a/apps/ios/bg.lproj/Localizable.strings
+++ b/apps/ios/bg.lproj/Localizable.strings
@@ -1893,6 +1893,9 @@
/* chat item action */
"Forward" = "Препрати";
+/* No comment provided by engineer. */
+"Forward and save messages" = "Препращане и запазване на съобщения";
+
/* No comment provided by engineer. */
"forwarded" = "препратено";
@@ -2124,6 +2127,9 @@
/* No comment provided by engineer. */
"In reply to" = "В отговор на";
+/* No comment provided by engineer. */
+"In-call sounds" = "Звуци по време на разговор";
+
/* No comment provided by engineer. */
"Incognito" = "Инкогнито";
@@ -2469,6 +2475,9 @@
/* notification */
"message received" = "получено съобщение";
+/* No comment provided by engineer. */
+"Message source remains private." = "Източникът на съобщението остава скрит.";
+
/* No comment provided by engineer. */
"Message text" = "Текст на съобщението";
@@ -2553,6 +2562,9 @@
/* No comment provided by engineer. */
"More improvements are coming soon!" = "Очаквайте скоро още подобрения!";
+/* No comment provided by engineer. */
+"More reliable network connection." = "По-надеждна мрежова връзка.";
+
/* item status description */
"Most likely this connection is deleted." = "Най-вероятно тази връзка е изтрита.";
@@ -2577,6 +2589,9 @@
/* No comment provided by engineer. */
"Network connection" = "Мрежова връзка";
+/* No comment provided by engineer. */
+"Network management" = "Управление на мрежата";
+
/* No comment provided by engineer. */
"Network settings" = "Мрежови настройки";
@@ -2945,6 +2960,9 @@
/* No comment provided by engineer. */
"Profile image" = "Профилно изображение";
+/* No comment provided by engineer. */
+"Profile images" = "Профилни изображения";
+
/* No comment provided by engineer. */
"Profile name" = "Име на профила";
@@ -3488,6 +3506,9 @@
/* No comment provided by engineer. */
"Settings" = "Настройки";
+/* No comment provided by engineer. */
+"Shape profile images" = "Променете формата на профилните изображения";
+
/* chat item action */
"Share" = "Сподели";
@@ -3590,6 +3611,9 @@
/* notification title */
"Somebody" = "Някой";
+/* No comment provided by engineer. */
+"Square, circle, or anything in between." = "Квадрат, кръг или нещо между тях.";
+
/* chat item text */
"standard end-to-end encryption" = "стандартно криптиране от край до край";
@@ -4172,6 +4196,9 @@
/* No comment provided by engineer. */
"When available" = "Когато са налични";
+/* No comment provided by engineer. */
+"When connecting audio and video calls." = "При свързване на аудио и видео разговори.";
+
/* No comment provided by engineer. */
"When people request to connect, you can accept or reject it." = "Когато хората искат да се свържат с вас, можете да ги приемете или отхвърлите.";
@@ -4181,6 +4208,9 @@
/* No comment provided by engineer. */
"WiFi" = "WiFi";
+/* No comment provided by engineer. */
+"Will be enabled in direct chats!" = "Ще бъде активирано в личните чатове!";
+
/* No comment provided by engineer. */
"Wired ethernet" = "Кабелен Ethernet";
diff --git a/apps/ios/de.lproj/Localizable.strings b/apps/ios/de.lproj/Localizable.strings
index 933bb5e02b..5fc393fa1f 100644
--- a/apps/ios/de.lproj/Localizable.strings
+++ b/apps/ios/de.lproj/Localizable.strings
@@ -2960,6 +2960,9 @@
/* No comment provided by engineer. */
"Profile image" = "Profilbild";
+/* No comment provided by engineer. */
+"Profile images" = "Profil-Bilder";
+
/* No comment provided by engineer. */
"Profile name" = "Profilname";
@@ -3503,6 +3506,9 @@
/* No comment provided by engineer. */
"Settings" = "Einstellungen";
+/* No comment provided by engineer. */
+"Shape profile images" = "Form der Profil-Bilder";
+
/* chat item action */
"Share" = "Teilen";
@@ -3605,6 +3611,9 @@
/* notification title */
"Somebody" = "Jemand";
+/* No comment provided by engineer. */
+"Square, circle, or anything in between." = "Quadratisch, kreisförmig oder irgendetwas dazwischen.";
+
/* chat item text */
"standard end-to-end encryption" = "Standard-Ende-zu-Ende-Verschlüsselung";
@@ -4020,7 +4029,7 @@
"Use chat" = "Verwenden Sie Chat";
/* No comment provided by engineer. */
-"Use current profile" = "Nutzen Sie das aktuelle Profil";
+"Use current profile" = "Das aktuelle Profil nutzen";
/* No comment provided by engineer. */
"Use for new connections" = "Für neue Verbindungen nutzen";
diff --git a/apps/ios/es.lproj/Localizable.strings b/apps/ios/es.lproj/Localizable.strings
index 3482dfe262..8a61d6c438 100644
--- a/apps/ios/es.lproj/Localizable.strings
+++ b/apps/ios/es.lproj/Localizable.strings
@@ -2960,6 +2960,9 @@
/* No comment provided by engineer. */
"Profile image" = "Imagen del perfil";
+/* No comment provided by engineer. */
+"Profile images" = "Imágenes del perfil";
+
/* No comment provided by engineer. */
"Profile name" = "Nombre del perfil";
@@ -3503,6 +3506,9 @@
/* No comment provided by engineer. */
"Settings" = "Configuración";
+/* No comment provided by engineer. */
+"Shape profile images" = "Dar forma a las imágenes de perfil";
+
/* chat item action */
"Share" = "Compartir";
@@ -3605,6 +3611,9 @@
/* notification title */
"Somebody" = "Alguien";
+/* No comment provided by engineer. */
+"Square, circle, or anything in between." = "Cuadrada, circular o cualquier forma intermedia.";
+
/* chat item text */
"standard end-to-end encryption" = "cifrado estándar de extremo a extremo";
diff --git a/apps/ios/fr.lproj/Localizable.strings b/apps/ios/fr.lproj/Localizable.strings
index 264a0b1299..5e6c9c1b40 100644
--- a/apps/ios/fr.lproj/Localizable.strings
+++ b/apps/ios/fr.lproj/Localizable.strings
@@ -389,6 +389,9 @@
/* member role */
"admin" = "admin";
+/* feature role */
+"admins" = "admins";
+
/* No comment provided by engineer. */
"Admins can block a member for all." = "Les admins peuvent bloquer un membre pour tous.";
@@ -416,6 +419,9 @@
/* No comment provided by engineer. */
"All group members will remain connected." = "Tous les membres du groupe resteront connectés.";
+/* feature role */
+"all members" = "tous les membres";
+
/* No comment provided by engineer. */
"All messages will be deleted - this cannot be undone!" = "Tous les messages seront supprimés - il n'est pas possible de revenir en arrière !";
@@ -464,6 +470,9 @@
/* No comment provided by engineer. */
"Allow to send files and media." = "Permet l'envoi de fichiers et de médias.";
+/* No comment provided by engineer. */
+"Allow to send SimpleX links." = "Autorise l'envoi de liens SimpleX.";
+
/* No comment provided by engineer. */
"Allow to send voice messages." = "Autoriser l'envoi de messages vocaux.";
@@ -707,6 +716,9 @@
/* No comment provided by engineer. */
"Cannot receive file" = "Impossible de recevoir le fichier";
+/* No comment provided by engineer. */
+"Cellular" = "Cellulaire";
+
/* No comment provided by engineer. */
"Change" = "Changer";
@@ -1401,6 +1413,9 @@
/* No comment provided by engineer. */
"Downgrade and open chat" = "Rétrograder et ouvrir le chat";
+/* chat item action */
+"Download" = "Télécharger";
+
/* No comment provided by engineer. */
"Download failed" = "Échec du téléchargement";
@@ -1476,6 +1491,9 @@
/* enabled status */
"enabled" = "activé";
+/* No comment provided by engineer. */
+"Enabled for" = "Activé pour";
+
/* enabled status */
"enabled for contact" = "activé pour le contact";
@@ -1830,6 +1848,9 @@
/* No comment provided by engineer. */
"Files and media are prohibited in this group." = "Les fichiers et les médias sont interdits dans ce groupe.";
+/* No comment provided by engineer. */
+"Files and media not allowed" = "Fichiers et médias non autorisés";
+
/* No comment provided by engineer. */
"Files and media prohibited!" = "Fichiers et médias interdits !";
@@ -1869,6 +1890,21 @@
/* No comment provided by engineer. */
"For console" = "Pour la console";
+/* chat item action */
+"Forward" = "Transférer";
+
+/* No comment provided by engineer. */
+"Forward and save messages" = "Transférer et sauvegarder des messages";
+
+/* No comment provided by engineer. */
+"forwarded" = "transféré";
+
+/* No comment provided by engineer. */
+"Forwarded" = "Transféré";
+
+/* No comment provided by engineer. */
+"Forwarded from" = "Transféré depuis";
+
/* No comment provided by engineer. */
"Found desktop" = "Bureau trouvé";
@@ -1947,6 +1983,9 @@
/* No comment provided by engineer. */
"Group members can send files and media." = "Les membres du groupe peuvent envoyer des fichiers et des médias.";
+/* No comment provided by engineer. */
+"Group members can send SimpleX links." = "Les membres du groupe peuvent envoyer des liens SimpleX.";
+
/* No comment provided by engineer. */
"Group members can send voice messages." = "Les membres du groupe peuvent envoyer des messages vocaux.";
@@ -2088,6 +2127,9 @@
/* No comment provided by engineer. */
"In reply to" = "En réponse à";
+/* No comment provided by engineer. */
+"In-call sounds" = "Sons d'appel";
+
/* No comment provided by engineer. */
"Incognito" = "Incognito";
@@ -2433,6 +2475,9 @@
/* notification */
"message received" = "message reçu";
+/* No comment provided by engineer. */
+"Message source remains private." = "La source du message reste privée.";
+
/* No comment provided by engineer. */
"Message text" = "Texte du message";
@@ -2517,6 +2562,9 @@
/* No comment provided by engineer. */
"More improvements are coming soon!" = "Plus d'améliorations à venir !";
+/* No comment provided by engineer. */
+"More reliable network connection." = "Connexion réseau plus fiable.";
+
/* item status description */
"Most likely this connection is deleted." = "Connexion probablement supprimée.";
@@ -2538,6 +2586,12 @@
/* No comment provided by engineer. */
"Network & servers" = "Réseau et serveurs";
+/* No comment provided by engineer. */
+"Network connection" = "Connexion au réseau";
+
+/* No comment provided by engineer. */
+"Network management" = "Gestion du réseau";
+
/* No comment provided by engineer. */
"Network settings" = "Paramètres réseau";
@@ -2616,6 +2670,9 @@
/* No comment provided by engineer. */
"No history" = "Aucun historique";
+/* No comment provided by engineer. */
+"No network connection" = "Pas de connexion au réseau";
+
/* No comment provided by engineer. */
"No permission to record voice message" = "Pas l'autorisation d'enregistrer un message vocal";
@@ -2762,9 +2819,15 @@
/* No comment provided by engineer. */
"Or show this code" = "Ou présenter ce code";
+/* No comment provided by engineer. */
+"Other" = "Autres";
+
/* member role */
"owner" = "propriétaire";
+/* feature role */
+"owners" = "propriétaires";
+
/* No comment provided by engineer. */
"Passcode" = "Code d'accès";
@@ -2897,6 +2960,9 @@
/* No comment provided by engineer. */
"Profile image" = "Image de profil";
+/* No comment provided by engineer. */
+"Profile images" = "Images de profil";
+
/* No comment provided by engineer. */
"Profile name" = "Nom du profil";
@@ -2930,6 +2996,9 @@
/* No comment provided by engineer. */
"Prohibit sending files and media." = "Interdire l'envoi de fichiers et de médias.";
+/* No comment provided by engineer. */
+"Prohibit sending SimpleX links." = "Interdire l'envoi de liens SimpleX.";
+
/* No comment provided by engineer. */
"Prohibit sending voice messages." = "Interdire l'envoi de messages vocaux.";
@@ -3008,6 +3077,9 @@
/* No comment provided by engineer. */
"Receiving address will be changed to a different server. Address change will complete after sender comes online." = "L'adresse de réception sera changée pour un autre serveur. Le changement d'adresse sera terminé lorsque l'expéditeur sera en ligne.";
+/* No comment provided by engineer. */
+"Receiving concurrency" = "Réception simultanée";
+
/* No comment provided by engineer. */
"Receiving file will be stopped." = "La réception du fichier sera interrompue.";
@@ -3017,6 +3089,9 @@
/* No comment provided by engineer. */
"Recent history and improved [directory bot](simplex:/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion)." = "Historique récent et amélioration du [bot annuaire](simplex:/contact#/?v=1-4&smp=smp%3A%2F%2Fu2dS9sG8nMNURyZwqASV4yROM28Er0luVTx5X1CsMrU%3D%40smp4.simplex.im%2FeXSPwqTkKyDO3px4fLf1wx3MvPdjdLW3%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEAaiv6MkMH44L2TcYrt_CsX3ZvM11WgbMEUn0hkIKTOho%253D%26srv%3Do5vmywmrnaxalvz6wi3zicyftgio6psuvyniis6gco6bp6ekl4cqj4id.onion).";
+/* No comment provided by engineer. */
+"Recipient(s) can't see who this message is from." = "Le(s) destinataire(s) ne peut(vent) pas voir de qui provient ce message.";
+
/* No comment provided by engineer. */
"Recipients see updates as you type them." = "Les destinataires voient les mises à jour au fur et à mesure que vous leur écrivez.";
@@ -3212,6 +3287,18 @@
/* No comment provided by engineer. */
"Save welcome message?" = "Enregistrer le message d'accueil ?";
+/* No comment provided by engineer. */
+"saved" = "enregistré";
+
+/* No comment provided by engineer. */
+"Saved" = "Enregistré";
+
+/* No comment provided by engineer. */
+"Saved from" = "Enregistré depuis";
+
+/* No comment provided by engineer. */
+"saved from %@" = "enregistré à partir de %@";
+
/* message info title */
"Saved message" = "Message enregistré";
@@ -3419,6 +3506,9 @@
/* No comment provided by engineer. */
"Settings" = "Paramètres";
+/* No comment provided by engineer. */
+"Shape profile images" = "Images de profil modelable";
+
/* chat item action */
"Share" = "Partager";
@@ -3479,6 +3569,12 @@
/* chat feature */
"SimpleX links" = "Liens SimpleX";
+/* No comment provided by engineer. */
+"SimpleX links are prohibited in this group." = "Les liens SimpleX sont interdits dans ce groupe.";
+
+/* No comment provided by engineer. */
+"SimpleX links not allowed" = "Les liens SimpleX ne sont pas autorisés";
+
/* No comment provided by engineer. */
"SimpleX Lock" = "SimpleX Lock";
@@ -3515,6 +3611,9 @@
/* notification title */
"Somebody" = "Quelqu'un";
+/* No comment provided by engineer. */
+"Square, circle, or anything in between." = "Carré, circulaire, ou toute autre forme intermédiaire.";
+
/* chat item text */
"standard end-to-end encryption" = "chiffrement de bout en bout standard";
@@ -4043,6 +4142,9 @@
/* No comment provided by engineer. */
"Voice messages are prohibited in this group." = "Les messages vocaux sont interdits dans ce groupe.";
+/* No comment provided by engineer. */
+"Voice messages not allowed" = "Les messages vocaux ne sont pas autorisés";
+
/* No comment provided by engineer. */
"Voice messages prohibited!" = "Messages vocaux interdits !";
@@ -4094,12 +4196,24 @@
/* No comment provided by engineer. */
"When available" = "Quand disponible";
+/* No comment provided by engineer. */
+"When connecting audio and video calls." = "Lors des appels audio et vidéo.";
+
/* No comment provided by engineer. */
"When people request to connect, you can accept or reject it." = "Vous pouvez accepter ou refuser les demandes de contacts.";
/* 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.";
+/* No comment provided by engineer. */
+"WiFi" = "WiFi";
+
+/* No comment provided by engineer. */
+"Will be enabled in direct chats!" = "Activé dans les discussions directes !";
+
+/* No comment provided by engineer. */
+"Wired ethernet" = "Ethernet câblé";
+
/* No comment provided by engineer. */
"With encrypted files and media." = "Avec les fichiers et les médias chiffrés.";
@@ -4121,6 +4235,9 @@
/* pref value */
"yes" = "oui";
+/* No comment provided by engineer. */
+"you" = "vous";
+
/* No comment provided by engineer. */
"You" = "Vous";
diff --git a/apps/ios/hu.lproj/Localizable.strings b/apps/ios/hu.lproj/Localizable.strings
index deb4e02a51..303b48b6be 100644
--- a/apps/ios/hu.lproj/Localizable.strings
+++ b/apps/ios/hu.lproj/Localizable.strings
@@ -50,7 +50,7 @@
"(new)" = "(új)";
/* No comment provided by engineer. */
-"(this device v%@)" = "(ez az eszköz v%@)";
+"(this device v%@)" = "(ez az eszköz: v%@)";
/* No comment provided by engineer. */
")" = ")";
@@ -65,7 +65,7 @@
"[Star on GitHub](https://github.com/simplex-chat/simplex-chat)" = "[Csillag a GitHubon](https://github.com/simplex-chat/simplex-chat)";
/* No comment provided by engineer. */
-"**Add contact**: to create a new invitation link, or connect via a link you received." = "**Ismerős hozzáadása**: új meghívó hivatkozás létrehozásához, vagy egy kapott hivatkozáson keresztül történő csatlakozáshoz.";
+"**Add contact**: to create a new invitation link, or connect via a link you received." = "**Ismerős hozzáadása**: új meghívó hivatkozás létrehozásához, vagy egy kapott hivatkozáson keresztül történő kapcsolódáshoz.";
/* No comment provided by engineer. */
"**Add new contact**: to create your one-time QR Code for your contact." = "**Új ismerős hozzáadása**: egyszer használatos QR-kód vagy hivatkozás létrehozása a kapcsolattartóhoz.";
@@ -134,19 +134,19 @@
"%@ and %@" = "%@ és %@";
/* No comment provided by engineer. */
-"%@ and %@ connected" = "%@ és %@ csatlakozott";
+"%@ and %@ connected" = "%@ és %@ kapcsolódott";
/* copied message info, at