diff --git a/apps/ios/Shared/Theme/ThemeManager.swift b/apps/ios/Shared/Theme/ThemeManager.swift
index 55f9a08878..9d648750d1 100644
--- a/apps/ios/Shared/Theme/ThemeManager.swift
+++ b/apps/ios/Shared/Theme/ThemeManager.swift
@@ -53,7 +53,7 @@ class ThemeManager {
return perUserTheme
}
let defaultTheme = defaultActiveTheme(appSettingsTheme)
- return ThemeModeOverride(mode: CurrentColors.base.mode, colors: defaultTheme?.colors ?? ThemeColors(), wallpaper: defaultTheme?.wallpaper)
+ return ThemeModeOverride(mode: CurrentColors.base.mode, colors: defaultTheme?.colors ?? ThemeColors(), wallpaper: defaultTheme?.wallpaper ?? ThemeWallpaper.from(PresetWallpaper.school.toType(CurrentColors.base), nil, nil))
}
static func currentColors(_ themeOverridesForType: WallpaperType?, _ perChatTheme: ThemeModeOverride?, _ perUserTheme: ThemeModeOverrides?, _ appSettingsTheme: [ThemeOverrides]) -> ActiveTheme {
diff --git a/apps/ios/Shared/Views/Helpers/ChatWallpaper.swift b/apps/ios/Shared/Views/Helpers/ChatWallpaper.swift
index 9eea278d4e..cc5be9e7bb 100644
--- a/apps/ios/Shared/Views/Helpers/ChatWallpaper.swift
+++ b/apps/ios/Shared/Views/Helpers/ChatWallpaper.swift
@@ -100,7 +100,7 @@ extension PresetWallpaper {
scale
} else if let type = ChatModel.shared.currentUser?.uiThemes?.preferredMode(base.mode == DefaultThemeMode.dark)?.wallpaper?.toAppWallpaper().type, type.sameType(WallpaperType.preset(filename, nil)) {
type.scale
- } else if let scale = themeOverridesDefault.get().first(where: { $0.wallpaper != nil && $0.wallpaper!.preset == filename })?.wallpaper?.scale {
+ } else if let scale = themeOverridesDefault.get().first(where: { $0.wallpaper != nil && $0.wallpaper!.preset == filename && $0.base == base })?.wallpaper?.scale {
scale
} else {
Float(1.0)
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 8c8416857f..6e5ec0e85a 100644
--- a/apps/ios/SimpleX Localizations/es.xcloc/Localized Contents/es.xliff
+++ b/apps/ios/SimpleX Localizations/es.xcloc/Localized Contents/es.xliff
@@ -802,7 +802,7 @@
Allow to send SimpleX links.
- Permitir enviar enlaces SimpleX.
+ Se permite enviar enlaces SimpleX.
No comment provided by engineer.
@@ -2406,7 +2406,7 @@ This is your own one-time link!
Do not send history to new members.
- No enviar historial a miembros nuevos.
+ No se envía el historial a los miembros nuevos.
No comment provided by engineer.
@@ -5068,7 +5068,7 @@ Error: %@
Prohibit sending SimpleX links.
- No permitir el envío de enlaces SimpleX.
+ No se permite enviar enlaces SimpleX.
No comment provided by engineer.
@@ -5841,7 +5841,7 @@ Actívalo en ajustes de *Servidores y Redes*.
Send up to 100 last messages to new members.
- Enviar hasta 100 últimos mensajes a los miembros nuevos.
+ Se envían hasta 100 mensajes más recientes a los miembros nuevos.
No comment provided by engineer.
@@ -7449,7 +7449,7 @@ Repeat join request?
You can change it in Appearance settings.
- Puede cambiarlo desde el menú Apariencia.
+ Puedes cambiar la posición de la barra desde el menú Apariencia.
No 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 771c2f9405..f7328eed91 100644
--- a/apps/ios/SimpleX Localizations/hu.xcloc/Localized Contents/hu.xliff
+++ b/apps/ios/SimpleX Localizations/hu.xcloc/Localized Contents/hu.xliff
@@ -1042,7 +1042,7 @@
Bad message hash
- Téves üzenet hash
+ Hibás az üzenet ellenőrzőösszege
No comment provided by engineer.
@@ -2131,7 +2131,7 @@ Ez az egyszer használatos hivatkozása!
Delete member message?
- Csoporttag üzenet törlése?
+ Csoporttag üzenetének törlése?
No comment provided by engineer.
@@ -2221,7 +2221,7 @@ Ez az egyszer használatos hivatkozása!
Delivery receipts!
- Kézbesítési igazolások!
+ Üzenet kézbesítési jelentések!
No comment provided by engineer.
@@ -2681,12 +2681,12 @@ Ez az egyszer használatos hivatkozása!
Enter welcome message…
- Üdvözlő üzenetet megadása…
+ Üdvözlő üzenet megadása…
placeholder
Enter welcome message… (optional)
- Üdvözlő üzenetet megadása… (opcionális)
+ Üdvözlő üzenet megadása… (opcionális)
placeholder
@@ -4131,7 +4131,7 @@ Ez az ön hivatkozása a(z) %@ csoporthoz!
Message delivery receipts!
- Üzenetkézbesítési bizonylatok!
+ Üzenet kézbesítési jelentések!
No comment provided by engineer.
@@ -4176,7 +4176,7 @@ Ez az ön hivatkozása a(z) %@ csoporthoz!
Message reception
- Üzenetjelentés
+ Üzenet kézbesítési jelentés
No comment provided by engineer.
@@ -6573,7 +6573,7 @@ Ez valamilyen hiba, vagy sérült kapcsolat esetén fordulhat elő.
The hash of the previous message is different.
- Az előző üzenet hash-e más.
+ Az előző üzenet ellenőrzőösszege különbözik.
No comment provided by engineer.
@@ -7888,7 +7888,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
bad message hash
- téves üzenet hash
+ hibás az üzenet ellenőrzőösszege
integrity error chat item
@@ -8490,7 +8490,7 @@ A SimpleX kiszolgálók nem látjhatják profilját.
removed %@
- %@ eltávolítva
+ eltávolította őt: %@
rcv group event chat item
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 c7f9ad6e58..72eb3561e3 100644
--- a/apps/ios/SimpleX Localizations/it.xcloc/Localized Contents/it.xliff
+++ b/apps/ios/SimpleX Localizations/it.xcloc/Localized Contents/it.xliff
@@ -1617,7 +1617,7 @@ Questo è il tuo link una tantum!
Connection and servers status.
- Stato di connessione e server.
+ Stato della connessione e dei server.
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 dfec7b0b05..15a8c01a64 100644
--- a/apps/ios/SimpleX Localizations/nl.xcloc/Localized Contents/nl.xliff
+++ b/apps/ios/SimpleX Localizations/nl.xcloc/Localized Contents/nl.xliff
@@ -3906,7 +3906,7 @@ Dit is jouw link voor groep %@!
Keep conversation
- Blijf in gesprek
+ Behoud het gesprek
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 f0f4670dd6..525d30daa6 100644
--- a/apps/ios/SimpleX Localizations/pl.xcloc/Localized Contents/pl.xliff
+++ b/apps/ios/SimpleX Localizations/pl.xcloc/Localized Contents/pl.xliff
@@ -752,6 +752,7 @@
Allow calls?
+ Zezwolić na połączenia?
No comment provided by engineer.
@@ -791,6 +792,7 @@
Allow sharing
+ Zezwól na udostępnianie
No comment provided by engineer.
@@ -945,10 +947,12 @@
Archive contacts to chat later.
+ Archiwizuj kontakty aby porozmawiać później.
No comment provided by engineer.
Archived contacts
+ Zarchiwizowane kontakty
No comment provided by engineer.
@@ -1053,6 +1057,7 @@
Better networking
+ Lepsze sieciowanie
No comment provided by engineer.
@@ -1097,10 +1102,12 @@
Blur for better privacy.
+ Rozmycie dla lepszej prywatności.
No comment provided by engineer.
Blur media
+ Rozmycie mediów
No comment provided by engineer.
@@ -1150,6 +1157,7 @@
Calls prohibited!
+ Połączenia zakazane!
No comment provided by engineer.
@@ -1159,10 +1167,12 @@
Can't call contact
+ Nie można zadzwonić do kontaktu
No comment provided by engineer.
Can't call member
+ Nie można zadzwonić do członka
No comment provided by engineer.
@@ -1177,6 +1187,7 @@
Can't message member
+ Nie można wysłać wiadomości do członka
No comment provided by engineer.
@@ -1292,6 +1303,7 @@
Chat database exported
+ Wyeksportowano bazę danych czatu
No comment provided by engineer.
@@ -1316,6 +1328,7 @@
Chat list
+ Lista czatów
No comment provided by engineer.
@@ -1405,6 +1418,7 @@
Color chats with the new themes.
+ Koloruj czaty z nowymi motywami.
No comment provided by engineer.
@@ -1449,6 +1463,7 @@
Confirm contact deletion?
+ Potwierdzić usunięcie kontaktu?
No comment provided by engineer.
@@ -1508,6 +1523,7 @@
Connect to your friends faster.
+ Szybciej łącz się ze znajomymi.
No comment provided by engineer.
@@ -1586,6 +1602,7 @@ To jest twój jednorazowy link!
Connecting to contact, please wait or check later!
+ Łączenie z kontaktem, poczekaj lub sprawdź później!
No comment provided by engineer.
@@ -1600,6 +1617,7 @@ To jest twój jednorazowy link!
Connection and servers status.
+ Stan połączenia i serwerów.
No comment provided by engineer.
@@ -1614,6 +1632,7 @@ To jest twój jednorazowy link!
Connection notifications
+ Powiadomienia o połączeniu
No comment provided by engineer.
@@ -1653,6 +1672,7 @@ To jest twój jednorazowy link!
Contact deleted!
+ Kontakt usunięty!
No comment provided by engineer.
@@ -1667,6 +1687,7 @@ To jest twój jednorazowy link!
Contact is deleted.
+ Kontakt jest usunięty.
No comment provided by engineer.
@@ -1681,6 +1702,7 @@ To jest twój jednorazowy link!
Contact will be deleted - this cannot be undone!
+ Kontakt zostanie usunięty – nie można tego cofnąć!
No comment provided by engineer.
@@ -1700,6 +1722,7 @@ To jest twój jednorazowy link!
Conversation deleted!
+ Rozmowa usunięta!
No comment provided by engineer.
@@ -1978,6 +2001,7 @@ To jest twój jednorazowy link!
Delete %lld messages of members?
+ Usunąć %lld wiadomości członków?
No comment provided by engineer.
@@ -2042,6 +2066,7 @@ To jest twój jednorazowy link!
Delete contact?
+ Usunąć kontakt?
No comment provided by engineer.
@@ -2151,6 +2176,7 @@ To jest twój jednorazowy link!
Delete up to 20 messages at once.
+ Usuń do 20 wiadomości na raz.
No comment provided by engineer.
@@ -2160,6 +2186,7 @@ To jest twój jednorazowy link!
Delete without notification
+ Usuń bez powiadomienia
No comment provided by engineer.
@@ -2219,6 +2246,7 @@ To jest twój jednorazowy link!
Destination server address of %@ is incompatible with forwarding server %@ settings.
+ Adres serwera docelowego %@ jest niekompatybilny z ustawieniami serwera przekazującego %@.
No comment provided by engineer.
@@ -2228,6 +2256,7 @@ To jest twój jednorazowy link!
Destination server version of %@ is incompatible with forwarding server %@.
+ Wersja serwera docelowego %@ jest niekompatybilna z serwerem przekierowującym %@.
No comment provided by engineer.
@@ -2247,6 +2276,7 @@ To jest twój jednorazowy link!
Developer options
+ Opcje deweloperskie
No comment provided by engineer.
@@ -2301,6 +2331,7 @@ To jest twój jednorazowy link!
Disabled
+ Wyłączony
No comment provided by engineer.
@@ -2530,6 +2561,7 @@ To jest twój jednorazowy link!
Enabled
+ Włączony
No comment provided by engineer.
@@ -2704,6 +2736,7 @@ To jest twój jednorazowy link!
Error connecting to forwarding server %@. Please try later.
+ Błąd połączenia z serwerem przekierowania %@. Spróbuj ponownie później.
No comment provided by engineer.
@@ -3209,14 +3242,17 @@ To jest twój jednorazowy link!
Forwarding server %@ failed to connect to destination server %@. Please try later.
+ Serwer przekazujący %@ nie mógł połączyć się z serwerem docelowym %@. Spróbuj ponownie później.
No comment provided by engineer.
Forwarding server address is incompatible with network settings: %@.
+ Adres serwera przekierowującego jest niekompatybilny z ustawieniami sieciowymi: %@.
No comment provided by engineer.
Forwarding server version is incompatible with network settings: %@.
+ Wersja serwera przekierowującego jest niekompatybilna z ustawieniami sieciowymi: %@.
No comment provided by engineer.
@@ -3803,6 +3839,7 @@ Błąd: %2$@
It protects your IP address and connections.
+ Chroni Twój adres IP i połączenia.
No comment provided by engineer.
@@ -3869,6 +3906,7 @@ To jest twój link do grupy %@!
Keep conversation
+ Zachowaj rozmowę
No comment provided by engineer.
@@ -4048,10 +4086,12 @@ To jest twój link do grupy %@!
Media & file servers
+ Serwery mediów i plików
No comment provided by engineer.
Medium
+ Średni
blur media
@@ -4141,6 +4181,7 @@ To jest twój link do grupy %@!
Message servers
+ Serwery wiadomości
No comment provided by engineer.
@@ -4355,6 +4396,7 @@ To jest twój link do grupy %@!
New chat experience 🎉
+ Nowe możliwości czatu 🎉
No comment provided by engineer.
@@ -4389,6 +4431,7 @@ To jest twój link do grupy %@!
New media options
+ Nowe opcje mediów
No comment provided by engineer.
@@ -4483,6 +4526,7 @@ To jest twój link do grupy %@!
Nothing selected
+ Nic nie jest zaznaczone
No comment provided by engineer.
@@ -4560,6 +4604,7 @@ Wymaga włączenia VPN.
Only delete conversation
+ Usuń tylko rozmowę
No comment provided by engineer.
@@ -4799,10 +4844,12 @@ Wymaga włączenia VPN.
Play from the chat list.
+ Odtwórz z listy czatów.
No comment provided by engineer.
Please ask your contact to enable calls.
+ Poproś kontakt o włącznie połączeń.
No comment provided by engineer.
@@ -5108,6 +5155,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Reachable chat toolbar
+ Osiągalny pasek narzędzi czatu
No comment provided by engineer.
@@ -5383,6 +5431,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Reset all hints
+ Zresetuj wszystkie wskazówki
No comment provided by engineer.
@@ -5517,6 +5566,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Save and reconnect
+ Zapisz i połącz ponownie
No comment provided by engineer.
@@ -5681,6 +5731,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Selected %lld
+ Zaznaczono %lld
No comment provided by engineer.
@@ -5750,6 +5801,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Send message to enable calls.
+ Wyślij wiadomość aby włączyć połączenia.
No comment provided by engineer.
@@ -6039,6 +6091,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Share from other apps.
+ Udostępnij z innych aplikacji.
No comment provided by engineer.
@@ -6053,6 +6106,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Share to SimpleX
+ Udostępnij do SimpleX
No comment provided by engineer.
@@ -6207,10 +6261,12 @@ Włącz w ustawianiach *Sieć i serwery* .
Soft
+ Łagodny
blur media
Some file(s) were not exported:
+ Niektóre plik(i) nie zostały wyeksportowane:
No comment provided by engineer.
@@ -6220,6 +6276,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Some non-fatal errors occurred during import:
+ Podczas importu wystąpiły niekrytyczne błędy:
No comment provided by engineer.
@@ -6319,6 +6376,7 @@ Włącz w ustawianiach *Sieć i serwery* .
Strong
+ Silne
blur media
@@ -6358,6 +6416,7 @@ Włącz w ustawianiach *Sieć i serwery* .
TCP connection
+ Połączenie TCP
No comment provided by engineer.
@@ -6529,10 +6588,12 @@ Może się to zdarzyć z powodu jakiegoś błędu lub gdy połączenie jest skom
The messages will be deleted for all members.
+ Wiadomości zostaną usunięte dla wszystkich członków.
No comment provided by engineer.
The messages will be marked as moderated for all members.
+ Wiadomości zostaną oznaczone jako moderowane dla wszystkich członków.
No comment provided by engineer.
@@ -6719,6 +6780,7 @@ Przed włączeniem tej funkcji zostanie wyświetlony monit uwierzytelniania.
Toggle chat list:
+ Przełącz listę czatów:
No comment provided by engineer.
@@ -6728,6 +6790,7 @@ Przed włączeniem tej funkcji zostanie wyświetlony monit uwierzytelniania.
Toolbar opacity
+ Nieprzezroczystość paska narzędzi
No comment provided by engineer.
@@ -6914,6 +6977,7 @@ Aby się połączyć, poproś Twój kontakt o utworzenie kolejnego linku połąc
Update settings?
+ Zaktualizować ustawienia?
No comment provided by engineer.
@@ -7023,6 +7087,7 @@ Aby się połączyć, poproś Twój kontakt o utworzenie kolejnego linku połąc
Use the app with one hand.
+ Korzystaj z aplikacji jedną ręką.
No comment provided by engineer.
@@ -7384,6 +7449,7 @@ Powtórzyć prośbę dołączenia?
You can change it in Appearance settings.
+ Możesz to zmienić w ustawieniach wyglądu.
No comment provided by engineer.
@@ -7423,6 +7489,7 @@ Powtórzyć prośbę dołączenia?
You can send messages to %@ from Archived contacts.
+ Możesz wysyłać wiadomości do %@ ze zarchiwizowanych kontaktów.
No comment provided by engineer.
@@ -7452,6 +7519,7 @@ Powtórzyć prośbę dołączenia?
You can still view conversation with %@ in the list of chats.
+ Nadal możesz przeglądać rozmowę z %@ na liście czatów.
No comment provided by engineer.
@@ -7518,10 +7586,12 @@ Powtórzyć prośbę połączenia?
You may migrate the exported database.
+ Możesz zmigrować wyeksportowaną bazy danych.
No comment provided by engineer.
You may save the exported archive.
+ Możesz zapisać wyeksportowane archiwum.
No comment provided by engineer.
@@ -7531,6 +7601,7 @@ Powtórzyć prośbę połączenia?
You need to allow your contact to call to be able to call them.
+ Aby móc dzwonić, musisz zezwolić kontaktowi na połączenia.
No comment provided by engineer.
@@ -7842,6 +7913,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
call
+ zadzwoń
No comment provided by engineer.
@@ -8216,6 +8288,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
invite
+ zaproś
No comment provided by engineer.
@@ -8275,6 +8348,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
message
+ wiadomość
No comment provided by engineer.
@@ -8309,6 +8383,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
mute
+ wycisz
No comment provided by engineer.
@@ -8445,6 +8520,7 @@ Serwery SimpleX nie mogą zobaczyć Twojego profilu.
search
+ szukaj
No comment provided by engineer.
@@ -8533,6 +8609,7 @@ ostatnia otrzymana wiadomość: %2$@
unmute
+ wyłącz wyciszenie
No comment provided by engineer.
@@ -8582,6 +8659,7 @@ ostatnia otrzymana wiadomość: %2$@
video
+ wideo
No comment provided by engineer.
@@ -8762,14 +8840,17 @@ ostatnia otrzymana wiadomość: %2$@
SimpleX SE
+ SimpleX SE
Bundle display name
SimpleX SE
+ SimpleX SE
Bundle name
Copyright © 2024 SimpleX Chat. All rights reserved.
+ Copyright © 2024 SimpleX Chat. Wszelkie prawa zastrzeżone.
Copyright (human-readable)
@@ -8781,150 +8862,187 @@ ostatnia otrzymana wiadomość: %2$@
%@
+ %@
No comment provided by engineer.
App is locked!
+ Aplikacja zablokowana!
No comment provided by engineer.
Cancel
+ Anuluj
No comment provided by engineer.
Cannot access keychain to save database password
+ Nie można uzyskać dostępu do pęku kluczy aby zapisać hasło do bazy danych
No comment provided by engineer.
Cannot forward message
+ Nie można przekazać wiadomości
No comment provided by engineer.
Currently maximum supported file size is %@.
+ Obecnie maksymalny obsługiwany rozmiar pliku to %@.
No comment provided by engineer.
Database downgrade required
+ Wymagane obniżenie wersji bazy danych
No comment provided by engineer.
Database encrypted!
+ Baza danych zaszyfrowana!
No comment provided by engineer.
Database error
+ Błąd bazy danych
No comment provided by engineer.
Database passphrase is different from saved in the keychain.
+ Hasło bazy danych jest inne niż zapisane w pęku kluczy.
No comment provided by engineer.
Database passphrase is required to open chat.
+ Hasło do bazy danych jest wymagane do otwarcia czatu.
No comment provided by engineer.
Database upgrade required
+ Wymagana aktualizacja bazy danych
No comment provided by engineer.
Error preparing file
+ Błąd przygotowania pliku
No comment provided by engineer.
Error preparing message
+ Błąd przygotowania wiadomości
No comment provided by engineer.
Error: %@
+ Błąd: %@
No comment provided by engineer.
File error
+ Błąd pliku
No comment provided by engineer.
Incompatible database version
+ Niekompatybilna wersja bazy danych
No comment provided by engineer.
Invalid migration confirmation
+ Nieprawidłowe potwierdzenie migracji
No comment provided by engineer.
Keychain error
+ Błąd pęku kluczy
No comment provided by engineer.
Large file!
+ Duży plik!
No comment provided by engineer.
No active profile
+ Brak aktywnego profilu
No comment provided by engineer.
Ok
+ Ok
No comment provided by engineer.
Open the app to downgrade the database.
+ Otwórz aplikację aby obniżyć wersję bazy danych.
No comment provided by engineer.
Open the app to upgrade the database.
+ Otwórz aplikację aby zaktualizować bazę danych.
No comment provided by engineer.
Passphrase
+ Hasło
No comment provided by engineer.
Please create a profile in the SimpleX app
+ Proszę utworzyć profil w aplikacji SimpleX
No comment provided by engineer.
Selected chat preferences prohibit this message.
+ Wybrane preferencje czatu zabraniają tej wiadomości.
No comment provided by engineer.
Sending a message takes longer than expected.
+ Wysłanie wiadomości trwa dłużej niż oczekiwano.
No comment provided by engineer.
Sending message…
+ Wysyłanie wiadomości…
No comment provided by engineer.
Share
+ Udostępnij
No comment provided by engineer.
Slow network?
+ Wolna sieć?
No comment provided by engineer.
Unknown database error: %@
+ Nieznany błąd bazy danych: %@
No comment provided by engineer.
Unsupported format
+ Niewspierany format
No comment provided by engineer.
Wait
+ Czekaj
No comment provided by engineer.
Wrong database passphrase
+ Nieprawidłowe hasło bazy danych
No comment provided by engineer.
You can allow sharing in Privacy & Security / SimpleX Lock settings.
+ Możesz zezwolić na udostępnianie w ustawieniach Prywatność i bezpieczeństwo / Blokada SimpleX.
No comment provided by engineer.
diff --git a/apps/ios/SimpleX Localizations/pt-BR.xcloc/Localized Contents/pt-BR.xliff b/apps/ios/SimpleX Localizations/pt-BR.xcloc/Localized Contents/pt-BR.xliff
index 0abab468fd..5f6cbc3b8f 100644
--- a/apps/ios/SimpleX Localizations/pt-BR.xcloc/Localized Contents/pt-BR.xliff
+++ b/apps/ios/SimpleX Localizations/pt-BR.xcloc/Localized Contents/pt-BR.xliff
@@ -5234,6 +5234,274 @@ Isso pode acontecer por causa de algum bug ou quando a conexão está comprometi
%1$@ em %2$@:
copied message info, <sender> at <time>
+
+ Allow your contacts to irreversibly delete sent messages. (24 hours)
+ Permitir que seus contatos deletem mensagens enviadas de maneira irreversível. (24 horas)
+
+
+ %@ downloaded
+ baixado
+
+
+ %@ uploaded
+ transferido
+
+
+ A new random profile will be shared.
+ Um novo perfil aleatório será compartilhado.
+
+
+ Camera not available
+ Câmera indisponível
+
+
+ Admins can block a member for all.
+ Administradores podem bloquear um membro para todos.
+
+
+ Allow to irreversibly delete sent messages. (24 hours)
+ Permitir que mensagens enviadas sejam deletadas de maneira irreversível. (24 horas)
+
+
+ Apply
+ Aplicar
+
+
+ Accent
+ Esquema
+
+
+ Accept connection request?
+ Aceitar solicitação de conexão?
+
+
+ Active connections
+ Conexões ativas
+
+
+ Add contact
+ Adicionar contato
+
+
+ Additional accent
+ Esquema adicional
+
+
+ All new messages from %@ will be hidden!
+ Todas as novas mensagens de %@ serão ocultas!
+
+
+ All profiles
+ Todos perfis
+
+
+ Allow calls?
+ Permitir chamadas?
+
+
+ Archive contacts to chat later.
+ Arquivar contatos para conversar depois.
+
+
+ Blur media
+ Censurar mídia
+
+
+ Calls prohibited!
+ Chamadas proibidas!
+
+
+ Can't call contact
+ Não foi possível ligar para o contato
+
+
+ %lld messages marked deleted
+ mensagens deletadas
+
+
+ 0 sec
+ 0 seg
+
+
+ %lld messages blocked
+ mensagens bloqueadas
+
+
+ %lld messages blocked by admin
+ mensagens bloqueadas pelo administrador
+
+
+ **Please note**: using the same database on two devices will break the decryption of messages from your connections, as a security protection.
+ **Nota**: usar o mesmo banco de dados em dois dispositivos irá quebrar a desencriptação das mensagens de suas conexões como uma medida de segurança.
+
+
+ - more stable message delivery.
+- a bit better groups.
+- and more!
+ - entrega de mensagens mais estável.
+- grupos melhorados.
+- e muito mais!
+
+
+ All messages will be deleted - this cannot be undone!
+ Todas as mensagens serão deletadas - isto não pode ser desfeito!
+
+
+ Allow to send files and media.
+ Permitir o envio de arquivos e mídia.
+
+
+ Allow to send SimpleX links.
+ Permitir envio de links SimpleX.
+
+
+ Block for all
+ Bloquear para todos
+
+
+ Block member
+ Bloquear membro
+
+
+ Blocked by admin
+ Bloqueado por um administrador
+
+
+ Block group members
+ Bloquear membros de grupo
+
+
+ Block member for all?
+ Bloquear membro para todos?
+
+
+ Block member?
+ Bloquear membro?
+
+
+ Both you and your contact can irreversibly delete sent messages. (24 hours)
+ Você e seu contato podem apagar mensagens enviadas de maneira irreversível. (24 horas)
+
+
+ Can't call member
+ Não foi possível ligar para este membro
+
+
+ Can't message member
+ Não foi possível enviar mensagem para este membro
+
+
+ Cancel migration
+ Cancelar migração
+
+
+ Abort
+ Abortar
+
+
+ Abort changing address
+ Abortar troca de endereço
+
+
+ Abort changing address?
+ Abortar troca de endereço?
+
+
+ - optionally notify deleted contacts.
+- profile names with spaces.
+- and more!
+ - notificar contatos apagados de maneira opcional.
+- nome de perfil com espaços.
+- e muito mais!
+
+
+ Allow sharing
+ Permitir compartilhamento
+
+
+ Block
+ Bloquear
+
+
+ Additional accent 2
+ Esquema adicional 2
+
+
+ Address change will be aborted. Old receiving address will be used.
+ Alteração de endereço será abortada. O endereço antigo será utilizado.
+
+
+ Advanced settings
+ Configurações avançadas
+
+
+ All data is private to your device.
+ Toda informação é privada em seu dispositivo.
+
+
+ All your contacts, conversations and files will be securely encrypted and uploaded in chunks to configured XFTP relays.
+ Todos os seus contatos, conversas e arquivos serão encriptados e enviados em pedaços para nós XFTP.
+
+
+ Allow irreversible message deletion only if your contact allows it to you. (24 hours)
+ Permitir deletar mensagens de maneira irreversível apenas se seu contato permitir para você. (24 horas)
+
+
+ Already connecting!
+ Já está conectando!
+
+
+ Already joining the group!
+ Já está entrando no grupo!
+
+
+ Always use private routing.
+ Sempre use rotas privadas.
+
+
+ Apply to
+ Aplicar em
+
+
+ Archiving database
+ Arquivando banco de dados
+
+
+ Black
+ Preto
+
+
+ Cannot forward message
+ Não é possível encaminhar mensagem
+
+
+ (new)
+ (novo)
+
+
+ (this device v%@)
+ este dispositivo
+
+
+ **Add contact**: to create a new invitation link, or connect via a link you received.
+ **Adicionar contato**: criar um novo link de convite ou conectar via um link que você recebeu.
+
+
+ **Create group**: to create a new group.
+ **Criar grupo**: criar um novo grupo.
+
+
+ **Warning**: the archive will be removed.
+ **Aviso**: o arquivo será removido.
+
+
+ A few more things
+ E mais algumas coisas
+
+
+ Archived contacts
+ Contatos arquivados
+