Compare commits

...

28 Commits
main ... 7.28.x

Author SHA1 Message Date
ayumi-signal
4f5ae537c3 7.28.0
Some checks failed
On Release / Create release event in datadog (push) Has been cancelled
Benchmark / linux (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / Sticker Creator (push) Has been cancelled
Commits Check / linux (push) Has been cancelled
Stories / test (push) Has been cancelled
CI / macos (push) Has been cancelled
CI / linux (push) Has been cancelled
CI / windows (push) Has been cancelled
CI / mock-tests (push) Has been cancelled
2024-10-09 09:41:44 -07:00
ayumi-signal
e8632aa755 Update strings 2024-10-09 09:41:44 -07:00
automated-signal
9d785b2718
Simplify about string logic
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2024-10-08 14:55:18 -07:00
Fedor Indutny
7964f70c44
Remove desktop.calling.raiseHand flag 2024-10-03 11:17:02 -07:00
Scott Nonnenberg
e09c669357 7.28.0-beta.1
Some checks failed
On Release / Create release event in datadog (push) Has been cancelled
2024-10-03 10:30:31 +10:00
Scott Nonnenberg
e721317aac Update strings 2024-10-03 10:30:15 +10:00
Scott Nonnenberg
1f5d3b2b58 Release notes for 7.28 2024-10-03 10:19:03 +10:00
automated-signal
94051be60d
Avoid race condition of group updates overwriting unread counts
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2024-10-02 15:05:41 -07:00
automated-signal
89e6fc6283
Remove unnecessary dialog on macOS Sequoia
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-10-02 14:01:49 -07:00
automated-signal
4b185d4883
Handle stopping screensharing from native UI
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-10-02 12:44:55 -07:00
automated-signal
b461942837
Use authorization header for websocket authentication
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2024-10-02 08:30:17 -07:00
automated-signal
15f57ded17
Compute from embedded contact's displayName
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-10-02 08:29:55 -07:00
automated-signal
979acc7d4a
Reuse html element for local preview visuals
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-10-02 08:29:45 -07:00
automated-signal
cc99e7f22f
Disable storage service while importing backup
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-10-02 08:29:36 -07:00
automated-signal
e90d987e27
Storage Service: Fetch updates on any group record merge
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2024-10-02 08:29:26 -07:00
automated-signal
23a95ccea2
Update backup tests to 996daf691d4162ce
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-10-01 13:30:21 -07:00
automated-signal
1fafd912eb
Fix adding sticker in media editor
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-10-01 10:50:51 -07:00
automated-signal
106158feec
Deduplicate and cancel unneeded retry requests
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2024-10-01 10:50:28 -07:00
automated-signal
6baa4a7739
Fix screenshare resolution
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-09-30 10:08:13 -07:00
automated-signal
c5e5b54561
Update to RingRTC v2.48.1
Co-authored-by: Jim Gustafson <jim@signal.org>
2024-09-27 16:41:01 -07:00
automated-signal
4d3338c5ca
Update mac-screen-share to 1.0.11
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-09-27 16:40:52 -07:00
automated-signal
0fd9c3faa7
Update text of button when unhiding a story
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2024-09-27 12:40:14 -07:00
automated-signal
bfc72084ca
Clarify behavior of name and profile sharing when joining a group via restricted link
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
2024-09-27 12:39:54 -07:00
automated-signal
3e37fa1163
MediaGallery: Only update if changed message is within time range
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2024-09-27 12:39:42 -07:00
automated-signal
60984376f4
Update mac-screen-share to 1.0.8
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-09-27 11:51:08 -07:00
automated-signal
d5177797e5
Update mac-screen-share to 1.0.5
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-09-27 10:24:30 -07:00
automated-signal
9db8e5f3b5
Update simple-windows-notifications to 2.0.7
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-09-26 21:25:28 -07:00
automated-signal
69e1326b40
Native macOS Sequoia screen sharing
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-09-26 16:47:44 -07:00
138 changed files with 2499 additions and 1736 deletions

View File

@ -194,7 +194,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'signalapp/Signal-Message-Backup-Tests'
ref: 'a18c9146e07441827a9b7c2e54ec0a5e6f2aa5bd'
ref: '996daf691d4162ce854845dc883c62adb1a3fe55'
path: 'backup-integration-tests'
- run: xvfb-run --auto-servernum npm run test-electron

View File

@ -63,6 +63,28 @@ Signal Desktop makes use of the following open source projects.
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
## @indutny/mac-screen-share
Copyright Fedor Indutny, 2024.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
## @indutny/range-finder
Copyright Fedor Indutny, 2022.
@ -11756,7 +11778,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
```
## libsignal-core 0.1.0, mrp 2.48.0, protobuf 2.48.0, ringrtc 2.48.0, regex-aot 0.1.0, partial-default-derive 0.1.0
## libsignal-core 0.1.0, mrp 2.48.1, protobuf 2.48.1, ringrtc 2.48.1, regex-aot 0.1.0, partial-default-derive 0.1.0
```
GNU AFFERO GENERAL PUBLIC LICENSE
@ -12540,6 +12562,25 @@ THIS SOFTWARE.
```
## cubeb-core 0.14.0, cubeb-sys 0.14.0, cubeb 0.14.0
```
Copyright © 2017 Mozilla Foundation
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```
## windows-sys 0.45.0, windows-sys 0.52.0, windows-targets 0.42.2, windows-targets 0.52.6, windows_aarch64_msvc 0.42.2, windows_aarch64_msvc 0.52.6, windows_x86_64_gnu 0.52.6, windows_x86_64_msvc 0.42.2, windows_x86_64_msvc 0.52.6
```
@ -12688,7 +12729,7 @@ SOFTWARE.
```
## cfg-if 1.0.0
## cc 1.1.5, cfg-if 1.0.0, cmake 0.1.50, pkg-config 0.3.30
```
Copyright (c) 2014 Alex Crichton
@ -12750,7 +12791,7 @@ DEALINGS IN THE SOFTWARE.
```
## bitflags 2.6.0, log 0.4.22, regex-automata 0.4.7, regex-syntax 0.8.4, regex 1.10.5
## bitflags 1.3.2, bitflags 2.6.0, log 0.4.22, regex-automata 0.4.7, regex-syntax 0.8.4, regex 1.10.5
```
Copyright (c) 2014 The Rust Project Developers
@ -14197,7 +14238,7 @@ SOFTWARE.
```
## cesu8 1.1.0, neon 1.0.0, windows-core 0.57.0, windows-implement 0.57.0, windows-interface 0.57.0, windows-result 0.1.2, windows 0.57.0
## cesu8 1.1.0, neon 1.0.0, windows-core 0.57.0, windows-core 0.58.0, windows-implement 0.57.0, windows-implement 0.58.0, windows-interface 0.57.0, windows-interface 0.58.0, windows-result 0.1.2, windows-result 0.2.0, windows-strings 0.1.0, windows 0.57.0, windows 0.58.0
```
MIT License

View File

@ -516,7 +516,7 @@
"messageformat": "Vind meer uit"
},
"icu:verified": {
"messageformat": "Geverifiëer"
"messageformat": "Geverifieer"
},
"icu:newIdentity": {
"messageformat": "Nuwe veiligheidsnommer"
@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Nota"
},
"icu:viewRecentMedia": {
"messageformat": "Kyk na onlangse media"
},
"icu:allMediaMenuItem": {
"messageformat": "Alle media"
},
@ -1416,7 +1413,7 @@
"messageformat": "Kan nie oudio en video van {name} ontvang nie"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Kan nie oudio en video ontvang nie"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Dit kan wees omdat hulle die verandering in jou veiligheidsnommer nog nie geverifieer het nie, of hulle toestel gee probleme, of hulle het jou versper."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal is besig om {window} te deel."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal-skermdeling is aktief"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Besig om te herkonnekteer…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Gister {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Sein kan moontlik nie 'n inkomende boodskap verwerk nie."
},
"icu:messageBodyTooLong": {
"messageformat": "Die boodskapteks is te lank."
@ -2976,7 +2976,7 @@
"messageformat": "Jy kan nie d.m.v. die groepskakel by hierdie groep aansluit nie, want 'n admin het jou verwyder."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "'n Admin van hierdie groep moet jou versoek goedkeur voordat jy by die groep kan aansluit. Indien goedgekeur, sal jou naam en foto met die groeplede gedeel word."
"messageformat": "'n Admin van hierdie groep moet jou versoek goedkeur voordat jy by die groep kan aansluit. Wanneer jy versoek om aan te sluit, sal jou naam en foto met die groeplede gedeel word."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Sluit aan"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Verwyder uit groep"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Jy is reeds in 'n oproep"
},
"icu:ContactModal--voice": {
"messageformat": "Stem"
},
@ -4449,10 +4446,10 @@
"messageformat": "U profiel kan nie bygewerk word nie. Probeer asb. weer."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Ongeldige karakters"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Een of meer karakters wat jy ingevoer het, kan nie gebruik word nie. Probeer weer."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Stuur n boodskap aan admin"
@ -5202,7 +5199,7 @@
"messageformat": "Storie"
},
"icu:StoryListItem__unhide": {
"messageformat": "Wys stories"
"messageformat": "Maak storie sigbaar"
},
"icu:StoryListItem__hide": {
"messageformat": "Versteek storie"
@ -5681,6 +5678,12 @@
"messageformat": "Hierdie opdatering stel 'n fout reg wat dit moeilik gemaak het om vir 'n groep te soek nadat jy daardie groep verlaat het."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Nou kan jy aangehaalde antwoorde uit geredigeerde boodskappe verwyder."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Ons het 'n fout reggemaak wat verhoed het dat plakkers in die mediaredigeerder korrek werk."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Hierdie opdatering bevat ook ondersteuning vir die nuwe skermdeling-koppelvlak in macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "مُلاحظة"
},
"icu:viewRecentMedia": {
"messageformat": "رؤية الوسائط الحديثة"
},
"icu:allMediaMenuItem": {
"messageformat": "جميع الوسائط"
},
@ -1416,7 +1413,7 @@
"messageformat": "لا يُمكن تلقي الصوت والصورة من {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "يتعذَّر تلقّي الصوت والصورة."
},
"icu:calling__missing-media-keys-info": {
"messageformat": "رُبما يكون هذا بسبب عدم تحقُّقه مِن تغيُّر رقم الأمان الخاص بك أو بسبب وجود مُشكلة في جِهازه أو أنهُ قد حَظرك."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "يشارك سيجنال {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "ميزة مشاركة الشاشة على سيجنال مُفعَّلة"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "جارٍ إعادة الاتصال…"
},
@ -1626,7 +1626,7 @@
"messageformat": "البارحة {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "قد يكون سيجنال غير قادر على معالجة رسالة واردة."
},
"icu:messageBodyTooLong": {
"messageformat": "إن الرسالة طويلة جداً."
@ -2976,7 +2976,7 @@
"messageformat": "لا يمكنك الانضمام لهذه المجموعة من خلال الرابط لأن أحد المشرفين أزالك."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": يصبح بإمكانك الانضمام إلى هذه المجموعة، يجب أن يوافق مشرف من هذه المجموعة على طلب انضمامك. إذا تم ذلك، سيتم مشاركة اسمك وصورتك مع أعضاء المجموعة."
"messageformat": تستطيع الانضمام إلى هذه المجموعة، يجب أن يوافق مُشرِف من هذه المجموعة على طلب انضمامك. عندما ترسل طلب انضمام، سيتم مشاركة اسمك وصورتك مع أعضاء المجموعة."
},
"icu:GroupV2--join--join-button": {
"messageformat": "الانضمام"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "الإزالة من المجموعة"
},
"icu:ContactModal--already-in-call": {
"messageformat": "إنك بالفعل في مكالمة"
},
"icu:ContactModal--voice": {
"messageformat": "الصوت"
},
@ -4449,10 +4446,10 @@
"messageformat": "لقد تعذر تحديث حسابك الشخصي. يُرجى المحاولة مرة أخرى."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "رموز غير صالحة"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "رمز واحد أو أكثر من الرموز التي أدخلتها غير صالح. حاوِل مرّة أخرى."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "مراسلة مشرف على المجموعة"
@ -5202,7 +5199,7 @@
"messageformat": "القصص"
},
"icu:StoryListItem__unhide": {
"messageformat": "إظهار القصص"
"messageformat": "إظهار قصة"
},
"icu:StoryListItem__hide": {
"messageformat": "إخفاء قصة"
@ -5681,6 +5678,12 @@
"messageformat": "يُصلح هذا التحديث خطأ كان يُصعّب عملية البحث عن مجموعة بعد مغادرتها."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "يُمكنك الآن إزالة الردود المقتبَسة من الرسائل المُعدَّلة."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "أصلحنا خطأ كان يَمنع الملصقات من العمل بشكل صحيح في مُحرِّر الوسائط."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "يتضمّن هذا التحديث أيضًا دعم الميزة الجديدة لمشاركة الشاشة في macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Qeyd"
},
"icu:viewRecentMedia": {
"messageformat": "Son mediaya bax"
},
"icu:allMediaMenuItem": {
"messageformat": "Bütün media faylları"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} əlaqəsindən səs və ya görüntü alına bilmir"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Audio və video fayl qəbul etmək mümkün deyil"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Bu, qarşı tərəf güvənlik nömrəsi dəyişikliyinizi təsdiqləmədiyi, cihazında bir problem olduğu və ya sizi blokladığı üçün baş verə bilər."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal, {window} pəncərəsini paylaşır."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal ekran paylaşımı aktivdir"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Yenidən bağlantı qurulur..."
},
@ -1626,7 +1626,7 @@
"messageformat": "Dünən {time} radələrində"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal gələn mesajı emal edə bilmir."
},
"icu:messageBodyTooLong": {
"messageformat": "Mesaj gövdəsi çox uzundur."
@ -2976,7 +2976,7 @@
"messageformat": "Bir admin sizi çıxartdığı üçün bu qrupa qrup bağlantısı vasitəsilə qoşula bilməzsiniz."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Bu qrupa qoşula bilməyiniz üçün qrupdan bir admin tələbinizi təsdiqləməlidir. Əgər təsdiqləsə, adınız və fotonuz üzvlərlə paylaşılacaq."
"messageformat": "Bu qrupa qoşula bilməyiniz üçün qrupdan bir admin tələbinizi təsdiqləməlidir. Siz qoşulma tələbi göndərəndə, adınız və fotonuz üzvlərlə paylaşılacaq."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Qoşul"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Qrupdan çıxart"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Artıq zəngdəsiniz"
},
"icu:ContactModal--voice": {
"messageformat": "Səsli"
},
@ -4449,10 +4446,10 @@
"messageformat": "Profiliniz yenilənə bilmir. Zəhmət olmasa yenidən sınayın."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Səhv simvollar"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Daxil etdiyiniz bir və ya daha çox simvol istifadə oluna bilmir. Yenidən cəhd edin."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Bir adminə mesaj yazın"
@ -5202,7 +5199,7 @@
"messageformat": "Hekayə"
},
"icu:StoryListItem__unhide": {
"messageformat": "Hekayələri göstər"
"messageformat": "Hekayəni göstər"
},
"icu:StoryListItem__hide": {
"messageformat": "Hekayəni gizlət"
@ -5681,6 +5678,12 @@
"messageformat": "Bəzən nəyisə geridə qoymaq onu yenidən tapmaq istəyini aşkarlamağın ən yaxşı üsuludur, buna görə də artıq üzvü olmadığınız, lakin hələ də söhbət siyahınızda (və çox güman ki, ürəyinizdə) qalan qrupları axtarmağı çətinləşdirən xətanı aradan qaldırdıq."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Artıq sitatlı cavabları redaktə edilmiş mesajlardan silə bilərsiniz. Artıq cavabınızın kifayət qədər dolğun olduğu və bir sitata ehtiyacı olmadığını hiss etdiyiniz, o cümlədən də səhvən birisinə \"Mən də səni sevirəm\" mesajı göndərdiyiniz anlarda mesajınızı asanlıqla dəyişə bilərsiniz."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Media redaktorunda stikerin düzgün işləməsinə mane olan nasazlığı aradan qaldırdıq və artıq selektor ilə stikeri şəklin üzərinə asanlıqla yapışdıra bilərsiniz."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Bu yeniləmə həm də macOS Sequoia-da yeni ekran paylaşma interfeysinin dəstəklənməsini əhatə edir."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Бележка"
},
"icu:viewRecentMedia": {
"messageformat": "Разгледай последната мултимедия"
},
"icu:allMediaMenuItem": {
"messageformat": "Всички мултимедия файлове"
},
@ -1416,7 +1413,7 @@
"messageformat": "Не може да приемате аудио и видео от {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Не можете да приемете аудио и видео"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Може потребителят да не е потвърдил промяната на номера ви за безопасност, да има проблем с устройството си или да ви е блокирал."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal споделя {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Споделянето на екрана в Signal е активно"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Повторно свързване…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Вчера {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Възможно е Signal да не успява да обработи входящо съобщение."
},
"icu:messageBodyTooLong": {
"messageformat": "Съобщението е твърде дълго."
@ -2976,7 +2976,7 @@
"messageformat": "Не можете да се присъедините към тази група чрез линка за групата, тъй като сте премахнати от администратор."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Администратор на тази група трябва да одобри заявката ви, преди да можете да се присъедините към групата. Ако бъдете одобрени, името и снимката ви ще бъдат споделени с членовете ѝ."
"messageformat": "Администратор на тази група трябва да одобри заявката ви, преди да можете да се присъедините към нея. Когато поискате да се присъедините, вашето име и снимка ще бъдат споделени с нейните членове."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Присъедини се"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Премахване от групата"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Вече сте в обаждане"
},
"icu:ContactModal--voice": {
"messageformat": "Обаждане"
},
@ -4449,10 +4446,10 @@
"messageformat": "Грешка при обновяване на профила ви. Моля, опитайте пак."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Невалидни знаци"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Един или повече от въведените знаци не могат да бъдат използвани. Опитайте отново."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Пиши на администратор"
@ -5202,7 +5199,7 @@
"messageformat": "История"
},
"icu:StoryListItem__unhide": {
"messageformat": "Показване на истории"
"messageformat": "Откриване на история"
},
"icu:StoryListItem__hide": {
"messageformat": "Скриване на история"
@ -5681,6 +5678,12 @@
"messageformat": "Тази актуализация коригира грешка, която затрудняваше търсенето на дадена група, след като сте я напуснали."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Вече можете да премахвате цитираните отговори от редактираните съобщения."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Поправихме грешка, която пречеше на стикерите да се показват правилно в редактора за мултимедия."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Тази актуализация включва и поддръжка на новия интерфейс за споделяне на екрана в macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "নোট"
},
"icu:viewRecentMedia": {
"messageformat": "সাম্প্রতিক মিডিয়া দেখুন"
},
"icu:allMediaMenuItem": {
"messageformat": "সকল মিডিয়া"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name}-এর কাছ থেকে অডিও ও ভিডিও গ্রহণ করা যাবে না"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "অডিও ও ভিডিও গ্রহণ করা যাচ্ছে না"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "এর কারণ হতে পারে যে- হয়তো তারা আপনার পরিবর্তিত নিরাপত্তা নাম্বার যাচাই করেননি, তাদের ডিভাইসে কোনো সমস্যা হয়েছে বা তারা আপনাকে ব্লক করেছেন।"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} শেয়ার করছে।"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal স্ক্রিন শেয়ারিং সক্রিয় আছে"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "আবারো সংযুক্ত করা হচ্ছে…"
},
@ -1626,7 +1626,7 @@
"messageformat": "গতকাল {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal একটি আগত মেসেজ প্রক্রিয়া করতে ব্যর্থ হতে পারে।"
},
"icu:messageBodyTooLong": {
"messageformat": "বার্তার মূল অংশটি অনেক দীর্ঘ।"
@ -2976,7 +2976,7 @@
"messageformat": "আপনি এই লিংকের মাধ্যমে গ্ৰুপে যোগ দিতে পারবেন না, কারণ একজন অ্যাডমিন আপনাকে সরিয়ে দিয়েছেন।"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "আপনি এই গ্রুপে যোগ দেওয়ার আগে গ্রুপের অ্যাডমিনকে অবশ্যই আপনার যোগ দেওয়ার অনুরোধ অনুমোদন করতে হবে। অনুমোদিত হলে, আপনার নাম ও ফটো গ্রুপের সদস্যদের সাথে শেয়ার করা হবে।"
"messageformat": "আপনি এই গ্রুপে যোগদানের আগে এই গ্রুপের একজন এডমিন অবশ্যই আপনার অনুরোধটি অনুমোদন করতে হবে। আপনি যখন যোগদানের জন্য অনুরোধ করবেন তখন আপনার নাম এবং ফটো এর সদস্যদের সাথে শেয়ার করা হবে।"
},
"icu:GroupV2--join--join-button": {
"messageformat": "যোগদান করুন"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "গ্রুপ থেকে সরিয়ে ফেলুন"
},
"icu:ContactModal--already-in-call": {
"messageformat": "আপনি ইতিমধ্যেই একটি কলে আছেন"
},
"icu:ContactModal--voice": {
"messageformat": "ভয়েস"
},
@ -4449,10 +4446,10 @@
"messageformat": "আপনার প্রোফাইলটি আপডেট করা যায়নি। অনুগ্রহ করে আবার চেষ্টা করুন।"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "অকার্যকর ক্যারেক্টার"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "আপনার প্রদত্ত এক বা একাধিক ক্যারেক্টার ব্যবহার করা যাচ্ছে না। আবার চেষ্টা করুন।"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "একজন অ্যাডমিনকে মেসেজ পাঠান"
@ -5202,7 +5199,7 @@
"messageformat": "স্টোরি"
},
"icu:StoryListItem__unhide": {
"messageformat": "স্টোরি দেখান"
"messageformat": "স্টোরি দৃশ্যমান করুন"
},
"icu:StoryListItem__hide": {
"messageformat": "স্টোরি লুকান"
@ -5681,6 +5678,12 @@
"messageformat": "এই আপডেটটি একটি বাগ সংশোধন করে যা একটি গ্ৰুপ ছেড়ে যাওয়ার পর সেই গ্ৰুপটিকে খুঁজে বের করা কঠিন করে তুলেছিল।"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "এখন আপনি এডিটকৃত মেসেজ থেকে উদ্ধৃত উত্তর মুছে ফেলতে পারবেন।"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "আমরা এমন একটি বাগ সংশোধন করেছি যা স্টিকারগুলোকে মিডিয়া এডিটরে সঠিকভাবে কাজ করতে বাধা দেয়।"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "এই আপডেটে macOS Sequoia-এ নতুন স্ক্রিন শেয়ারিং ইন্টারফেসের জন্য সমর্থনও অন্তর্ভুক্ত রয়েছে।"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Napomena"
},
"icu:viewRecentMedia": {
"messageformat": "Prikaž nedavni medijski sadržaj"
},
"icu:allMediaMenuItem": {
"messageformat": "Svi medijski sadržaji"
},
@ -1416,7 +1413,7 @@
"messageformat": "Nije moguće primiti zvuk i sliku od {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nije moguće primati audio ni video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Mogući razlog jeste taj što nisu potvrdili promjenu vašeg sigurnosnog broja, ili postoji problem s njihovim uređajem, ili su vas blokirali."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal dijeli {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Dijeljenje ekrana Signala je aktivno"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Ponovno povezivanje…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Jučer {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal možda ne uspijeva obraditi dolaznu poruku."
},
"icu:messageBodyTooLong": {
"messageformat": "Tijelo poruke je preveliko."
@ -2976,7 +2976,7 @@
"messageformat": "Ovoj grupi ne možete se pridružiti putem linka za grupu jer Vas je administrator odstranio."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Administrator ove grupe mora odobriti vaš zahtjev prije pridruživanja. Ako ga odobri, vaše ime i fotografija će se podijeliti s članovima grupe."
"messageformat": "Administrator ove grupe mora odobriti Vaš zahtjev da biste mogli pristupiti grupi. Kad podnesete zahtjev, Vaše ime i slika bit će dostupni članovima grupe."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Pristupi"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Udalji iz grupe"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Već učestvujete u pozivu"
},
"icu:ContactModal--voice": {
"messageformat": "Glas"
},
@ -4449,10 +4446,10 @@
"messageformat": "Ažuriranje vašeg profila nije uspjelo. Pokušajte ponovo."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Nevažeći znakovi"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Jedan ili više znakova koje ste unijeli se ne mogu koristiti. Pokušajte ponovo."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Pošalji poruku administratoru"
@ -5202,7 +5199,7 @@
"messageformat": "Priča"
},
"icu:StoryListItem__unhide": {
"messageformat": "Prikaži priče"
"messageformat": "Prikaži priču"
},
"icu:StoryListItem__hide": {
"messageformat": "Sakrij priču"
@ -5681,6 +5678,12 @@
"messageformat": "Ovo ažuriranje ispravlja grešku koja je otežavala traženje grupe nakon napuštanja te grupe."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Sada možete ukloniti citirane odgovore iz uređenih poruka."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Ispravili smo grešku koja je sprječavala ispravan rad naljepnica u uređivaču medija."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Ovo ažuriranje takođe uključuje podršku za novo sučelje za dijeljenje ekrana u macOS Sequoii."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Nota"
},
"icu:viewRecentMedia": {
"messageformat": "Mostra el contingut recent"
},
"icu:allMediaMenuItem": {
"messageformat": "Tot el contingut"
},
@ -1416,7 +1413,7 @@
"messageformat": "No es pot rebre ni àudio ni vídeo de {name}."
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "No es pot rebre ni àudio ni vídeo"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Això pot ser degut al fet que no han verificat el canvi del teu número de seguretat, hi ha un problema al seu dispositiu o t'han bloquejat."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "El Signal comparteix {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "La funció compartir pantalla de Signal està activada"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Tornant a connectar…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Ahir {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "És possible que Signal no processi un missatge entrant."
},
"icu:messageBodyTooLong": {
"messageformat": "El cos del missatge és massa llarg."
@ -2976,7 +2976,7 @@
"messageformat": "No pots afegir-t'hi mitjançant l'enllaç de grup perquè un administrador t'ha esborrat."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Un administrador d'aquest grup ha d'aprovar la sol·licitud abans de poder-vos-hi afegir. Si s'aprova, el vostre nom i la fotografia es compartiran amb els seus membres."
"messageformat": "Un administrador d'aquest grup ha d'aprovar la sol·licitud abans de poder-vos afegir-hi. Quan demaneu afegir-vos-hi, el vostre nom i la fotografia es compartiran amb els seus membres."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Afegeix-m'hi"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Esborra del grup"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Ja ets a una trucada."
},
"icu:ContactModal--voice": {
"messageformat": "Veu"
},
@ -4449,10 +4446,10 @@
"messageformat": "No s'ha pogut actualitzar el perfil. Torneu-ho a provar més tard."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Caràcters no vàlids"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Un o més caràcters que has introduït no es poden utilitzar. Torna a provar-ho."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Envia un missatge a un administrador"
@ -5202,7 +5199,7 @@
"messageformat": "Història"
},
"icu:StoryListItem__unhide": {
"messageformat": "Mostra les històries"
"messageformat": "Mostra la història"
},
"icu:StoryListItem__hide": {
"messageformat": "Amaga la història"
@ -5681,6 +5678,12 @@
"messageformat": "Aquesta actualització corregeix un error que dificultava trobar un grup després d'haver-ne sortit."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Ara pots eliminar les respostes citades dels missatges editats."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Hem corregit un error que impedia que els stickers funcionessin correctament a l'editor de contingut."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Aquesta actualització també inclou suport per a la nova interfície per a compartir pantalla en macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Poznámka"
},
"icu:viewRecentMedia": {
"messageformat": "Zobrazit nedávná média"
},
"icu:allMediaMenuItem": {
"messageformat": "Všechna média"
},
@ -1416,7 +1413,7 @@
"messageformat": "Nemohu přijmout audio ani video od {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nelze přijímat audiohovor ani video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Důvodem může být to, že uživatel neověřil změnu vašeho bezpečnostního čísla, vyskytl se problém s jeho zařízením nebo vás zablokoval."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal sdílí {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Funkce sdílení obrazovky aplikace Signal je aktivní"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Opětovné připojování…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Včera v {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Aplikaci Signal se pravděpodobně nedaří zpracovat příchozí zprávu."
},
"icu:messageBodyTooLong": {
"messageformat": "Text zprávy je příliš dlouhý."
@ -2976,7 +2976,7 @@
"messageformat": "K této skupině se nemůžete připojit přes odkaz na skupinu, protože vás odebral správce."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Správce skupiny musí schválit vaši žádost, abyste se mohli k této skupině připojit. V případě schválení budou vaše jméno a fotografie sdíleny s jejími členy."
"messageformat": "Správce této skupiny musí schválit váš požadavek na přístup, než budete moci do této skupiny vstoupit. Součástí požadavku je poskytnutí vašeho jména a fotografie členům skupiny."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Připojit"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Odebrat ze skupiny"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Již jste v hovoru"
},
"icu:ContactModal--voice": {
"messageformat": "Hlasový"
},
@ -4449,10 +4446,10 @@
"messageformat": "Váš profil se nepodařilo aktualizovat. Zkuste to prosím znovu."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Neplatné znaky"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Jeden nebo více zadaných znaků nelze použít. Zkuste to znovu."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Poslat zprávu správci"
@ -5202,7 +5199,7 @@
"messageformat": "Příběh"
},
"icu:StoryListItem__unhide": {
"messageformat": "Zobrazit příběhy"
"messageformat": "Zrušit skrytí příběhu"
},
"icu:StoryListItem__hide": {
"messageformat": "Skrýt příběh"
@ -5681,6 +5678,12 @@
"messageformat": "Tato aktualizace opravuje chybu, která ztěžovala vyhledávání skupiny po opuštění této skupiny."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Nyní můžete z upravených zpráv odstranit citované odpovědi."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Opravili jsme chybu, která bránila správnému fungování nálepek v editoru médií."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Tato aktualizace také zahrnuje podporu nového rozhraní pro sdílení obrazovky v systému macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Note"
},
"icu:viewRecentMedia": {
"messageformat": "Vis seneste medier"
},
"icu:allMediaMenuItem": {
"messageformat": "Alle medier"
},
@ -1416,7 +1413,7 @@
"messageformat": "Der modtages ikke lyd og video fra {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Kan ikke modtage lyd og video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Dette kan skyldes at personen ikke har bekræftet ændringen i dit sikkerhedsnummer, at der er et problem med deres enhed eller at de har blokeret dig."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal deler {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal-skærmdelingen er aktiv"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Forbinder igen…"
},
@ -1626,7 +1626,7 @@
"messageformat": "I går {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signalet kan muligvis ikke behandle en indgående besked."
},
"icu:messageBodyTooLong": {
"messageformat": "Beskeden er for langt."
@ -2976,7 +2976,7 @@
"messageformat": "Du kan ikke deltage i denne gruppe via gruppelinket, fordi en administrator har fjernet dig."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "En administrator af gruppen skal godkende din anmodning før du kan deltage. Hvis det er godkendt, deles dit navn og billede med dens medlemmer."
"messageformat": "En administrator af gruppen skal godkende din anmodning, inden du kan deltage. Når du anmoder om at deltage, vil dit navn og billede blive delt med dens medlemmer"
},
"icu:GroupV2--join--join-button": {
"messageformat": "Deltag"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Fjern fra gruppe"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Du er allerede i et opkald"
},
"icu:ContactModal--voice": {
"messageformat": "Stemme"
},
@ -4449,10 +4446,10 @@
"messageformat": "Din profil kunne ikke opdateres. Prøv venligst igen."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Ugyldige tegn"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Et eller flere tegn, du har angivet, må ikke bruges. Prøv igen."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Send en besked til en administrator"
@ -5202,7 +5199,7 @@
"messageformat": "Historie"
},
"icu:StoryListItem__unhide": {
"messageformat": "Vis historier"
"messageformat": "Vis historie igen"
},
"icu:StoryListItem__hide": {
"messageformat": "Skjul historie"
@ -5681,6 +5678,12 @@
"messageformat": "Nogle gange er det at efterlade noget den bedste måde at opdage, at du gerne vil finde det igen, så vi har rettet en fejl, der gjorde det svært at søge efter grupper, som du ikke længere er en del af længere, men som stadig forbliver på din samtaleliste (og muligvis i dit hjerte)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Nu kan du fjerne citerede svar fra redigerede beskeder. Det er perfekt til de øjeblikke, hvor du indser, at dit svar var så godt, at det faktisk ikke behøver at stå på en anden beskeds skuldre, eller når du ved et uheld svarer på den forkerte besked med \"Jeg elsker også dig.\""
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Vi har rettet en fejl, der forhindrede klistermærker i at fungere korrekt i medieværktøjet, og nu sidder vælgeren ikke længere fast, når du forsøger at sætte et klistermærke på et billede."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Denne opdatering inkluderer også understøttelse af den nye skærmdelingsgrænseflade i macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Notiz"
},
"icu:viewRecentMedia": {
"messageformat": "Letzte Medieninhalte anzeigen"
},
"icu:allMediaMenuItem": {
"messageformat": "Medienübersicht"
},
@ -1416,7 +1413,7 @@
"messageformat": "Audio- und Videodaten von {name} können nicht empfangen werden"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Audio und Video können nicht empfangen werden"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Dies kann daran liegen, dass der Teilnehmer die Änderung deiner Sicherheitsnummer nicht verifiziert hat, ein Problem mit dessen Gerät besteht oder er dich blockiert hat."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal teilt gerade {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Die Signal-Bildschirmfreigabe ist aktiviert"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Neu verbinden …"
},
@ -1626,7 +1626,7 @@
"messageformat": "Gestern, {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal kann eine eingehende Nachricht möglicherweise nicht verarbeiten."
},
"icu:messageBodyTooLong": {
"messageformat": "Nachricht ist zu lang."
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Aus Gruppe entfernen"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Du nimmst bereits an einem Anruf teil"
},
"icu:ContactModal--voice": {
"messageformat": "Audio"
},
@ -4449,10 +4446,10 @@
"messageformat": "Dein Profil konnte nicht aktualisiert werden. Bitte versuche es erneut."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Ungültige Zeichen"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Ein oder mehrere Zeichen, die du eingegeben hast, können nicht verwendet werden. Bitte erneut versuchen."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Schreib einem Admin"
@ -5202,7 +5199,7 @@
"messageformat": "Story"
},
"icu:StoryListItem__unhide": {
"messageformat": "Storys anzeigen"
"messageformat": "Story einblenden"
},
"icu:StoryListItem__hide": {
"messageformat": "Story ausblenden"
@ -5681,6 +5678,12 @@
"messageformat": "Manchmal ist es am besten, etwas zurückzulassen, um zu erkennen, dass man es wiederfinden möchte. Deshalb haben wir einen Fehler behoben, der die Suche nach Gruppen erschwerte, denen du nicht mehr angehörst, die aber immer noch in deiner Unterhaltungsliste (und bestimmt auch in deinem Herzen) sind."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Jetzt kannst du zitierte Antworten aus bearbeiteten Nachrichten entfernen. Das ist super für die Momente, in denen deine Antwort so gut war, dass sie eigentlich nicht auf den Schultern einer anderen Nachricht stehen sollte. Oder wenn du aus Versehen auf die falsche Nachricht mit »Ich liebe dich auch« antwortest."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Wir haben einen Fehler behoben, der verhinderte, dass Sticker im Medien-Editor richtig funktionierten und jetzt bleibt das Auswahlmenü nicht länger hängen, wenn du versuchst, einen Sticker auf ein Bild zu kleben."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Dieses Update bietet auch Unterstützung für die neue Bildschirmfreigabe-Benutzeroberfläche in macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Σημείωση"
},
"icu:viewRecentMedia": {
"messageformat": "Προβολή πρόσφατων πολυμέσων"
},
"icu:allMediaMenuItem": {
"messageformat": "Όλα τα πολυμέσα"
},
@ -1416,7 +1413,7 @@
"messageformat": "Αδυναμία λήψης ήχου και εικόνας από τον/την {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Αδυναμία λήψης ήχου και βίντεο"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Αυτό ίσως οφείλεται στο ότι δεν έχει επιβεβαιώσει την αλλαγή του αριθμού ασφαλείας σου, ότι υπάρχει πρόβλημα με τη συσκευή του/της ή ότι σε έχει αποκλείσει."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Το Signal διαμοιράζεται το {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Η κοινή χρήση οθόνης Signal είναι ενεργή"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Επανασύνδεση…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Χθες {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Το Signal ενδέχεται να αποτυγχάνει να επεξεργαστεί ένα εισερχόμενο μήνυμα."
},
"icu:messageBodyTooLong": {
"messageformat": "Το περιεχόμενο του μηνύματος είναι πολύ μεγάλο."
@ -2976,7 +2976,7 @@
"messageformat": "Δεν μπορείς να μπεις στην ομάδα μέσω του συνδέσμου της ομάδας, επειδή κάποιος διαχειριστής σε αφαίρεσε."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Κάποιος διαχειριστής της ομάδας πρέπει να εγκρίνει το αίτημά σου πριν μπορέσεις να μπεις στην ομάδα. Αν εγκριθεί, το όνομα και η φωτογραφία σου θα μοιραστούν στα μέλη της."
"messageformat": "Κάποιος διαχειριστής/τρια αυτής της ομάδας θα πρέπει να εγκρίνει το αίτημά σου για να μπορέσεις να μπεις στην ομάδα. Όταν ζητήσεις να μπεις, το όνομα και η φωτογραφία σου θα μοιραστούν με τα μέλη της."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Μπες στη κλήση"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Αφαίρεση από την ομάδα"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Είσαι ήδη σε κάποια κλήση"
},
"icu:ContactModal--voice": {
"messageformat": "Φωνή"
},
@ -4449,10 +4446,10 @@
"messageformat": "Το προφίλ σου δεν μπόρεσε να ανανεωθεί. Παρακαλώ προσπάθησε ξανά."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Μη έγκυροι χαρακτήρες"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Ένας ή περισσότεροι χαρακτήρες που έχεις εισαγάγει δεν μπορούν να χρησιμοποιηθούν. Ξαναπροσπάθησε."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Μήνυμα σε διαχειριστή"
@ -5202,7 +5199,7 @@
"messageformat": "Ιστορία"
},
"icu:StoryListItem__unhide": {
"messageformat": "Εμφάνιση ιστοριών"
"messageformat": "Επανεμφάνιση ιστορίας"
},
"icu:StoryListItem__hide": {
"messageformat": "Απόκρυψη ιστορίας"
@ -5681,6 +5678,12 @@
"messageformat": "Αυτή η ενημέρωση διορθώνει ένα σφάλμα που καθιστούσε δύσκολη την αναζήτηση μιας ομάδας μετά την αποχώρησή σου από αυτήν."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Τώρα μπορείς να αφαιρέσεις τις αναφερόμενες απαντήσεις από τα επεξεργασμένα μηνύματα."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Διορθώσαμε ένα σφάλμα που εμπόδιζε τα αυτοκόλλητα να λειτουργούν σωστά στο πρόγραμμα επεξεργασίας πολυμέσων."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Αυτή η ενημέρωση περιλαμβάνει επίσης υποστήριξη για τη νέα διεπαφή κοινής χρήσης οθόνης στο macOS Sequoia."
}
}

View File

@ -1258,10 +1258,6 @@
"messageformat": "Note",
"description": "Title of Note Preview modal"
},
"icu:viewRecentMedia": {
"messageformat": "View recent media",
"description": "(Deleted 2024/09/03) This is a menu item for viewing all media (images + video) in a conversation, using the imperative case, as in a command."
},
"icu:allMediaMenuItem": {
"messageformat": "All media",
"description": "This is a menu item for viewing all media (images + video) in a conversation"
@ -3952,7 +3948,7 @@
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "An admin of this group must approve your request before you can join this group. If approved, your name and photo will be shared with its members.",
"messageformat": "An admin of this group must approve your request before you can join this group. When you request to join, your name and photo will be shared with its members.",
"description": "Shown when you click on a group link to confirm, if it requires admin approval"
},
"icu:GroupV2--join--join-button": {
@ -4839,10 +4835,6 @@
"messageformat": "Remove from group",
"description": "Button text for remove from group button in Group Contact Details modal"
},
"icu:ContactModal--already-in-call": {
"messageformat": "You are already in a call",
"description": "(Deleted 2024/08/28) Tooltip text for video or voice call button in Contact Details modal"
},
"icu:ContactModal--voice": {
"messageformat": "Voice",
"description": "Text for button to start a new voice call in the Contact Details modal"
@ -5917,11 +5909,11 @@
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters",
"description": "Title of the confirmation model for profile editor when about text contains invalid characters"
"description": "(Deleted 2024/10/09) Title of the confirmation model for profile editor when about text contains invalid characters"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again.",
"description": "Body of the confirmation model for profile editor when about text contains invalid characters"
"description": "(Deleted 2024/10/09) Body of the confirmation model for profile editor when about text contains invalid characters"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Message an admin",
@ -6918,7 +6910,7 @@
"description": "aria-label for the story list button"
},
"icu:StoryListItem__unhide": {
"messageformat": "Show stories",
"messageformat": "Unhide story",
"description": "Label for menu item to un-hide the story"
},
"icu:StoryListItem__hide": {
@ -7554,6 +7546,14 @@
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\"",
"description": "Release notes for version 7.27"
"description": "(Deleted 2024/10/03) Release notes for version 7.27"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "We fixed a bug that prevented stickers from working correctly in the media editor, and now the picker no longer gets stuck when you're trying to stick a sticker on a picture.",
"description": "Release notes for version 7.28"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "This update also includes support for the new screen sharing interface in macOS Sequoia.",
"description": "Release notes for version 7.28"
}
}

View File

@ -393,7 +393,7 @@
"messageformat": "Desplazarse al final del chat"
},
"icu:messagesBelow": {
"messageformat": "Mensajes nuevos abajo"
"messageformat": "Mensajes nuevos más abajo"
},
"icu:mentionsBelow": {
"messageformat": "Nuevas menciones abajo"
@ -477,7 +477,7 @@
"messageformat": "Registro de depuración enviado"
},
"icu:debugLogSuccessNextSteps": {
"messageformat": "Se ha completado la carga del registro de depuración. Cuando contactes con el equipo de asistencia, copia la URL debajo y envíala junto con una descripción del problema que has tenido y los pasos para reproducirlo."
"messageformat": "Se ha completado la carga del registro de depuración. Cuando contactes con el equipo de asistencia, copia la URL que se muestra más abajo y envíala junto con una descripción del problema que has tenido y los pasos para reproducirlo."
},
"icu:debugLogLogIsIncomplete": {
"messageformat": "… para ver el registro de depuración completo, haz clic en Guardar"
@ -504,7 +504,7 @@
"messageformat": "Retirar marca de verificación"
},
"icu:SafetyNumberViewer__hint": {
"messageformat": "Para verificar el cifrado con {name}, compara las cifras de arriba con las del dispositivo de esa persona. También puede escanear tu código con su dispositivo."
"messageformat": "Para confirmar que tu comunicación con {name} está cifrada, compara los números que aparecen arriba con los de su dispositivo. También puedes escanear el código que se muestra en su dispositivo."
},
"icu:SafetyNumberViewer__learn_more": {
"messageformat": "Más información"
@ -531,7 +531,7 @@
"messageformat": "No hay ningún archivo multimedia en este chat"
},
"icu:allMedia": {
"messageformat": "Todos los archivos multimedia"
"messageformat": "Todos los archivos"
},
"icu:documents": {
"messageformat": "Documentos"
@ -933,7 +933,7 @@
"messageformat": "Solicitud de mensaje pendiente"
},
"icu:AboutContactModal__no-dms": {
"messageformat": "No tienes mensajes directos con {name}"
"messageformat": "No tienes mensajes privados con {name}"
},
"icu:AboutContactModal__signal-connection": {
"messageformat": "Contacto de Signal"
@ -944,11 +944,8 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Notas"
},
"icu:viewRecentMedia": {
"messageformat": "Ver archivos multimedia recientes"
},
"icu:allMediaMenuItem": {
"messageformat": "Todos los archivos multimedia"
"messageformat": "Archivos multimedia"
},
"icu:back": {
"messageformat": "Atrás"
@ -1032,7 +1029,7 @@
"messageformat": "Más información"
},
"icu:ChatRefresh--summary": {
"messageformat": "Signal usa cifrado de extremo a extremo y puede necesitar reiniciar la sesión de un chat en determinados casos. Este reinicio no afecta a la seguridad, pero puede ocurrir que el último mensaje de esta persona antes del reinicio sea ilegible. Solicita que lo envíe de nuevo, si se da el caso."
"messageformat": "Signal usa el cifrado de extremo a extremo y es posible que en determinados casos deba reiniciarse la sesión de un chat. Este reinicio no afecta a la seguridad, pero puede ocurrir que no hayas recibido el último mensaje que esta persona te envió antes del reinicio. Si es así, pídele que vuelva a enviarte el mensaje."
},
"icu:ChatRefresh--contactSupport": {
"messageformat": "Contactar con asistencia"
@ -1416,7 +1413,7 @@
"messageformat": "No se puede recibir audio ni vídeo de {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "No se puede recibir audio ni vídeo"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Esto puede deberse a que no han verificado el cambio de tu número de seguridad, hay un problema con su dispositivo o te han bloqueado."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal está compartiendo {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Estás compartiendo tu pantalla en Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Volviendo a conectar…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Ayer {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Es posible que Signal no pueda procesar un mensaje entrante."
},
"icu:messageBodyTooLong": {
"messageformat": "Mensaje demasiado largo."
@ -1791,13 +1791,13 @@
"messageformat": "Siguiente"
},
"icu:chooseGroupMembers__maximum-group-size__title": {
"messageformat": "Se alcanzó el número máximo de participantes en el grupo"
"messageformat": "El grupo ha alcanzado el número máximo de participantes"
},
"icu:chooseGroupMembers__maximum-group-size__body": {
"messageformat": "Los grupos de Signal pueden tener hasta un máximo de {max,number} participantes."
},
"icu:chooseGroupMembers__maximum-recommended-group-size__title": {
"messageformat": "Se alcanzó el límite máximo recomendado"
"messageformat": "Se ha alcanzado el límite recomendado de participantes"
},
"icu:chooseGroupMembers__maximum-recommended-group-size__body": {
"messageformat": "Los grupos de Signal funcionan mejor con {max,number} o menos participantes. Añadir más participantes causará retrasos al enviar y recibir mensajes."
@ -2271,7 +2271,7 @@
"messageformat": "Mostrar responder al mensaje seleccionado"
},
"icu:Keyboard--toggle-reaction-picker": {
"messageformat": "Mostrar el selector de stickers para reaccionar al mensaje seleccionado"
"messageformat": "Activar selector de stickers para reaccionar al mensaje seleccionado"
},
"icu:Keyboard--save-attachment": {
"messageformat": "Guardar archivo adjunto del mensaje seleccionado"
@ -2976,7 +2976,7 @@
"messageformat": "No puedes volver a unirte a este grupo mediante enlace porque un admin te ha eliminado."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Alguien que sea admin del grupo debe aprobar tu solicitud antes de poder unirte al grupo. Al unirte, tu nombre y foto se compartirán con sus participantes."
"messageformat": "Alguien que sea admin de este grupo debe aprobar tu solicitud antes de poder unirte. Al solicitar unirte al grupo, tu nombre y foto se compartirán con sus participantes."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Unirse"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Eliminar del grupo"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Ya participas en una llamada"
},
"icu:ContactModal--voice": {
"messageformat": "Audio"
},
@ -3699,13 +3696,13 @@
"messageformat": "Quién puede añadir participantes"
},
"icu:ConversationDetails--add-members-info": {
"messageformat": "Selecciona quién puede añadir participantes a este grupo."
"messageformat": "Elige quién puede añadir participantes a este grupo."
},
"icu:ConversationDetails--announcement-label": {
"messageformat": "Quién puede enviar mensajes"
},
"icu:ConversationDetails--announcement-info": {
"messageformat": "Selecciona quién puede enviar mensajes en este grupo."
"messageformat": "Elige quién puede enviar mensajes en este grupo."
},
"icu:ConversationDetails--requests-and-invites": {
"messageformat": "Solicitudes e invitaciones"
@ -4062,7 +4059,7 @@
"messageformat": "Revisar solicitud"
},
"icu:ContactSpoofingReviewDialog__description": {
"messageformat": "Si no sabes quién te ha enviado esta solicitud, revisa la lista de personas debajo y selecciona la opción que desees."
"messageformat": "Si no sabes quién te ha enviado esta solicitud, revisa la siguiente lista de personas y selecciona la opción que desees."
},
"icu:ContactSpoofingReviewDialog__possibly-unsafe-title": {
"messageformat": "Solicitud"
@ -4074,7 +4071,7 @@
"messageformat": "Revisar participantes"
},
"icu:ContactSpoofingReviewDialog__group__description": {
"messageformat": "{count, plural, one {{count,number} participante del grupo usa el mismo nombre. Revisa la lista de participantes debajo y selecciona la opción que desees.} other {{count,number} participantes del grupo usan el mismo nombre. Revisa la lista de participantes debajo y selecciona la opción que desees.}}"
"messageformat": "{count, plural, one {{count,number} participante del grupo usa el mismo nombre. Revisa la siguiente lista de participantes y selecciona la opción que desees.} other {{count,number} participantes del grupo usan el mismo nombre. Revisa la siguiente lista de participantes y selecciona la opción que desees.}}"
},
"icu:ContactSpoofingReviewDialog__group__multiple-conflicts__description": {
"messageformat": "{count, plural, one {Se encontró {count,number} conflicto de nombre en este grupo. Revisa los participantes más abajo o elige tomar medidas.} other {Se encontraron {count,number} conflictos de nombre en este grupo. Revisa los participantes más abajo o elige tomar medidas.}}"
@ -4137,7 +4134,7 @@
"messageformat": "Restablecer color del chat"
},
"icu:ChatColorPicker__resetDefault": {
"messageformat": "Restablecer colores del chat"
"messageformat": "Restablecer colores de los chats"
},
"icu:ChatColorPicker__resetAll": {
"messageformat": "Restablecer todos"
@ -4149,7 +4146,7 @@
"messageformat": "Restablecer"
},
"icu:ChatColorPicker__confirm-reset-message": {
"messageformat": "¿Quieres cambiar los colores de todos tus chats?"
"messageformat": "¿Quieres reemplazar los colores de todos tus chats?"
},
"icu:ChatColorPicker__custom-color--label": {
"messageformat": "Mostrar el editor de colores"
@ -4449,10 +4446,10 @@
"messageformat": "Fallo al actualizar tu perfil. Inténtalo de nuevo más tarde."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Caracteres no válidos"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Uno o más caracteres de los que has introducido no pueden utilizarse. Vuelve a intentarlo."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Enviar mensaje a un admin"
@ -4959,7 +4956,7 @@
"messageformat": "Privacidad de las historias"
},
"icu:StoriesSettings__description": {
"messageformat": "Las historias desaparecerán automáticamente después de 24 horas. Elige quién puede ver tu historia o crea historias nuevas para compartir con personas o grupos específicos."
"messageformat": "Las historias desaparecerán automáticamente después de 24 horas. Elige quién puede ver tus historias o crea historias nuevas para compartir con personas o grupos específicos."
},
"icu:StoriesSettings__my_stories": {
"messageformat": "Mis historias"
@ -5028,7 +5025,7 @@
"messageformat": "Compartir solo con…"
},
"icu:StoriesSettings__mine__disclaimer--link": {
"messageformat": "Elige quién puede ver tu historia. Los cambios no afectarán a las historias que ya hayas enviado. <learnMoreLink>Más información.</learnMoreLink>"
"messageformat": "Elige quién puede ver tu historia. Los cambios no afectarán a las historias que ya hayas compartido.<learnMoreLink>Más información.</learnMoreLink>"
},
"icu:StoriesSettings__context-menu": {
"messageformat": "Privacidad de las historias"
@ -5097,7 +5094,7 @@
"messageformat": "Privacidad de mis historias"
},
"icu:SendStoryModal__privacy-disclaimer--link": {
"messageformat": "Elige qué contactos de Signal pueden ver tu historia.'{'0'}' Siempre podrás cambiarlo en los Ajustes de privacidad. <learnMoreLink>Más información.</learnMoreLink>"
"messageformat": "Elige quiénes de tus contactos de Signal pueden ver tus historias.'{'0'}' Siempre podrás cambiarlo en los Ajustes de privacidad. <learnMoreLink>Más información.</learnMoreLink>"
},
"icu:SendStoryModal__delete-story": {
"messageformat": "Eliminar historia"
@ -5202,7 +5199,7 @@
"messageformat": "Historia"
},
"icu:StoryListItem__unhide": {
"messageformat": "Mostrar historias"
"messageformat": "Mostrar historia"
},
"icu:StoryListItem__hide": {
"messageformat": "Ocultar historia"
@ -5681,6 +5678,12 @@
"messageformat": "A veces, para valorar lo que tienes, primero debes dejarlo marchar… y luego salir a buscarlo de nuevo. Por eso hemos corregido un error que dificultaba encontrar aquellos grupos de los que ya no formas parte, pero que siguen estando en tu lista de chats (y, posiblemente, en tu corazón)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Ahora puedes eliminar las respuestas citadas de los mensajes editados. Es ideal para esas ocasiones en las que te das cuenta de que tu respuesta era tan buena que funciona por sí sola, o para evitar la incomodidad de haber respondido \"Yo también te quiero\" al mensaje equivocado."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Hemos corregido un error que hacía que se bloqueara el selector de stickers en el editor de contenido. ¡Adiós al error! Ya no te pegarás un disgusto cuando intentes pegar un sticker en una foto."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Eso no es todo… Esta actualización también es compatible con la nueva interfaz para compartir pantalla en macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Märkus"
},
"icu:viewRecentMedia": {
"messageformat": "Näita hiljutist meediat"
},
"icu:allMediaMenuItem": {
"messageformat": "Kogu meedia"
},
@ -1416,7 +1413,7 @@
"messageformat": "Kasutajalt {name} heli ja video saamine ei õnnestu"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Heli ja video saamine ei õnnestu"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "See võib olla tingitud sellest, et ta ei ole sinu turvanumbri muutmist kinnitanud, tema seadmes on probleem või ta on su blokeerinud."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal jagab {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signali ekraanijagamine on aktiivne"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Ühenduse taastamine…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Eile {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signalil võib olla probleeme sissetuleva sõnumi töötlemisega."
},
"icu:messageBodyTooLong": {
"messageformat": "Sõnumi sisu on liiga pikk."
@ -2976,7 +2976,7 @@
"messageformat": "Sa ei saa grupiga grupilingi kaudu liituda, sest administraator on su eemaldanud."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Selle grupi administraator peab kinnitama sinu taotluse enne kui saad selle grupiga liituda. Kui taotlus kinnitatakse, siis jagatakse sinu nime ja fotot grupi liikmetega."
"messageformat": "Selle grupi administraator peab kinnitama sinu taotluse enne kui saad selle grupiga liituda. Kui esitad taotluse liituda, siis jagatakse sinu nime ja fotot grupi liikmetega."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Liitu"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Eemalda grupist"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Sa oled juba kõnes"
},
"icu:ContactModal--voice": {
"messageformat": "Hääl"
},
@ -4449,10 +4446,10 @@
"messageformat": "Sinu profiili uuendamine ei õnnestunud. Palun proovi uuesti."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Kehtetud tähemärgid"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Üks või rohkem tähemärke, mille sisestasid, ei ole kasutatavad. Proovi uuesti."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Sõnum administraatorile"
@ -5202,7 +5199,7 @@
"messageformat": "Lugu"
},
"icu:StoryListItem__unhide": {
"messageformat": "Näita lugusid"
"messageformat": "Too lugu peidust välja"
},
"icu:StoryListItem__hide": {
"messageformat": "Peida lugu"
@ -5681,6 +5678,12 @@
"messageformat": "Selle uuendusega parandatakse viga, mis muutis keeruliseks grupi otsimise pärast grupist lahkumist."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Nüüd saad muudetud sõnumitest tsiteeritud vastused eemaldada."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Parandasime vea, mis ei lasknud kleebistel meediaredaktoris korralikult töötada."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Selle uuendusega kaasneb ka uue macOS Sequoia ekraanijagamise liidese toetus."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Oharra"
},
"icu:viewRecentMedia": {
"messageformat": "Ikusi arestiko medioak"
},
"icu:allMediaMenuItem": {
"messageformat": "Ikusi denak"
},
@ -1416,7 +1413,7 @@
"messageformat": "Ezin da {name} erabiltzailearen audio eta bideorik jaso."
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Ezin dira jaso audioa eta bideoa"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Beharbada ez duzu egiaztatu segurtasun-zenbakiaren aldaketa, arazoren bat du gailuan, edo blokeatu egin zaituzte."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} partekatzen ari da."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal-eko pantaila partekatzen"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Berriro konektatzen…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Atzo {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Agian Signal-ek ezin du prozesatu sarrerako mezu bat."
},
"icu:messageBodyTooLong": {
"messageformat": "Mezuaren gorputza luzeegia da."
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Kendu taldetik"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Deian zaude"
},
"icu:ContactModal--voice": {
"messageformat": "Ahotsa"
},
@ -4449,10 +4446,10 @@
"messageformat": "Ezin izan da zure profila eguneratu. Saiatu berriro mesedez."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Karaktere baliogabeak"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Idatzitako karaktere bat edo gehiago ezin dira erabili. Saiatu berriro."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Mezua administratzailean"
@ -5202,7 +5199,7 @@
"messageformat": "Istorioa"
},
"icu:StoryListItem__unhide": {
"messageformat": "Erakutsi istorioak"
"messageformat": "Erakutsi istorioa"
},
"icu:StoryListItem__hide": {
"messageformat": "Ezkutatu istorioa"
@ -5681,6 +5678,12 @@
"messageformat": "Eguneratze honen bidez, talde batetik irtetean talde hori bilatzea zailtzen zuen akats bat konpondu da."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Orain, editatutako mezuetatik erantzun aipudunak ken ditzakezu."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Multimedia-editorean eranskailuek gaizki funtzionatzea eragiten zuen akats bat konpondu dugu."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Halaber, eguneratze honen bidez, macOS Sequoia-n pantaila partekatzeko interfaze berria erabiltzeko aukera gehitu dugu."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "یادداشت"
},
"icu:viewRecentMedia": {
"messageformat": "مشاهدهٔ رسانه‌های اخیر"
},
"icu:allMediaMenuItem": {
"messageformat": "همه رسانه‌ها"
},
@ -1416,7 +1413,7 @@
"messageformat": "دریافت صدا و تصویر از {name} ممکن نیست"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "دریافت صدا و تصویر ممکن نیست"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "این می‌تواند به این دلیل باشد که او تغییر شماره امنیتی شما را تأیید نکرده، مشکلی برای دستگاهش پیش آمده یا شما را مسدود کرده است."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "سیگنال در حال اشتراک {window} است."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "اشتراک‌گذاری صفحه در سیگنال فعال است"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "در حال اتصال دوباره..."
},
@ -1626,7 +1626,7 @@
"messageformat": "دیروز {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "سیگنال ممکن است پیام دریافتی را پردازش نکند."
},
"icu:messageBodyTooLong": {
"messageformat": "متن پیام بیش از حد طولانی می باشد."
@ -1722,7 +1722,7 @@
"messageformat": "سیستم"
},
"icu:noteToSelf": {
"messageformat": "یادداشت به خود"
"messageformat": "یادداشت برای خود"
},
"icu:noteToSelfHero": {
"messageformat": "می‌توانید برای خودتان در این گفتگو یادداشت اضافه کنید. اگر حساب شما هرگونه دستگاه پیوندداده‌شده داشته باشد، یادداشت‌های جدید همگام‌سازی خواهند شد."
@ -2976,7 +2976,7 @@
"messageformat": "شما نمی‌توانید از طریق پیوند گروه به این گروه بپیوندید، چون یک مدیر شما را حذف کرده است."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "یک مدیر از این گروه باید با درخواست شما قبل از پیوستن به گروه، موافقت کند. در صورت موافقت، نام و عکس شما با اعضای گروه به اشتراک گذاشته خواهد شد."
"messageformat": "یک مدیر از این گروه باید با درخواست شما قبل از پیوستن به گروه، موافقت کند. هنگامی که درخواست عضویت می‌دهید، نام و عکس شما با اعضای گروه به اشتراک گذاشته خواهد شد."
},
"icu:GroupV2--join--join-button": {
"messageformat": "پیوستن"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "حذف از گروه"
},
"icu:ContactModal--already-in-call": {
"messageformat": "شما در حال حاضر در یک تماس هستید"
},
"icu:ContactModal--voice": {
"messageformat": "صوتی"
},
@ -3828,7 +3825,7 @@
"messageformat": "بازنشانی پیوند"
},
"icu:GroupLinkManagement--approve-label": {
"messageformat": "الزام تأیید مدیر"
"messageformat": "نیازمند تأیید مدیر"
},
"icu:GroupLinkManagement--approve-info": {
"messageformat": "نیاز به یک مدیر برای تأیید اعضای جدیدی که از طریق پیوند گروه می‌پیوندند"
@ -4449,10 +4446,10 @@
"messageformat": "امکان به‌روزرسانی پروفایل شما وجود نداشت. لطفاً دوباره امتحان کنید."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "نویسه‌های نامعتبر"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "یک یا چند نویسه که وارد کرده‌اید قابل استفاده نیست. دوباره امتحان کنید."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "به یک مدیر پیام دهید"
@ -5202,7 +5199,7 @@
"messageformat": "استوری"
},
"icu:StoryListItem__unhide": {
"messageformat": "نمایش استوری‌ها"
"messageformat": "نمایان کردن استوری"
},
"icu:StoryListItem__hide": {
"messageformat": "پنهان کردن استوری"
@ -5572,7 +5569,7 @@
"messageformat": "ویرایش نام تماس"
},
"icu:CallLinkDetails__ApproveAllMembersLabel": {
"messageformat": "الزام تأیید مدیر"
"messageformat": "نیازمند تأیید مدیر"
},
"icu:CallLinkDetails__SettingTooltip--disabled-for-active-call": {
"messageformat": "وقتی تماس فعال است، این تنظیم قابل تغییر نیست"
@ -5614,7 +5611,7 @@
"messageformat": "ویرایش نام تماس"
},
"icu:CallLinkEditModal__InputLabel--ApproveAllMembers": {
"messageformat": "الزام تأیید مدیر"
"messageformat": "نیازمند تأیید مدیر"
},
"icu:CallLinkPendingParticipantModal__ApproveButtonLabel": {
"messageformat": "تأیید ورود"
@ -5681,6 +5678,12 @@
"messageformat": "در این به‌روزرسانی، اشکالی را برطرف کردیم که جستجوی گروه را پس از ترک آن گروه دشوار می‌کرد."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "اکنون می‌توانید پاسخ‌های نقل‌قول را از پیام‌های ویرایش‌شده حذف کنید."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "ما اشکالی را برطرف کردیم که مانع از کارکرد صحیح استیکرها در ویرایشگر رسانه می‌شد."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "این به‌روزرسانی همچنین از رابط جدید اشتراک‌گذاری صفحه در macOS Sequoia پشتیبانی می‌کند."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Huomautus"
},
"icu:viewRecentMedia": {
"messageformat": "Näytä äskeinen media"
},
"icu:allMediaMenuItem": {
"messageformat": "Kaikki mediatiedostot"
},
@ -1416,7 +1413,7 @@
"messageformat": "Ääni- ja videoviestin vastaanottaminen käyttäjältä {name} epäonnistui"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Ääntä ja videota ei voi vastaanottaa"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Tämä saattaa johtua siitä, että he eivät ole vahvistaneet uutta turvanumeroasi, laitteiden teknisistä ongelmista, tai siitä, että sinut on estetty."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal jakaa {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signalin näytönjako on aktiivinen"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Yhdistetään uudelleen…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Eilen {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal ei ehkä pysty käsittelemään saapuvaa viestiä."
},
"icu:messageBodyTooLong": {
"messageformat": "Viestin teksti on liian pitkä."
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Poista ryhmästä"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Olet jo puhelussa"
},
"icu:ContactModal--voice": {
"messageformat": "Ääni"
},
@ -4449,10 +4446,10 @@
"messageformat": "Profiiliasi ei voitu päivittää. Ole hyvä ja yritä uudelleen."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Virheellisiä merkkejä"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Yhtä tai useampaa syöttämääsi merkkiä ei voi käyttää. Yritä uudelleen."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Lähetä viesti ylläpitäjälle"
@ -5202,7 +5199,7 @@
"messageformat": "Tarina"
},
"icu:StoryListItem__unhide": {
"messageformat": "Näytä tarinat"
"messageformat": "Näytä tarina"
},
"icu:StoryListItem__hide": {
"messageformat": "Piilota tarina"
@ -5681,6 +5678,12 @@
"messageformat": "Päivitys korjaa virheen, joka vaikeutti ryhmän hakemista ryhmästä eroamisen jälkeen."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Nyt voit poistaa lainatut vastaukset muokatuista viesteistä."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Korjasimme virheen, joka esti tarroja toimimasta oikein mediaeditorissa."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Päivitys sisältää myös tuen uudelle näytönjakoliittymälle macOS Sequoiassa."
}
}

View File

@ -843,7 +843,7 @@
"messageformat": "Annuler"
},
"icu:discard": {
"messageformat": "Abandonner"
"messageformat": "Supprimer"
},
"icu:error": {
"messageformat": "Erreur"
@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Notes"
},
"icu:viewRecentMedia": {
"messageformat": "Afficher les médias récents"
},
"icu:allMediaMenuItem": {
"messageformat": "Tous les médias"
},
@ -1416,7 +1413,7 @@
"messageformat": "Impossible de recevoir laudio et la vidéo de {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Impossible de recevoir l'audio et la vidéo"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Cette personne na peut-être pas confirmé le changement de votre numéro de sécurité, il y a peut-être un problème avec son appareil ou elle vous a bloqué."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal est en train de partager {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Vous partagez votre écran sur Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Reconnexion…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Hier {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Il se peut que Signal ne parvienne pas à traiter un message entrant."
},
"icu:messageBodyTooLong": {
"messageformat": "Le corps du message est trop long."
@ -2013,7 +2013,7 @@
"messageformat": "Merci pour votre soutien !"
},
"icu:modal--donation--description": {
"messageformat": "Vous avez effectué un don à Signal de la part de {name}. Il/elle aura la possibilité dafficher son soutien sur son profil."
"messageformat": "Vous avez fait un don à Signal pour {name}. Cette personne aura la possibilité d'afficher son soutien sur son profil."
},
"icu:stickers--toast--InstallFailed": {
"messageformat": "Impossible dinstaller le pack de stickers"
@ -2469,7 +2469,7 @@
"messageformat": "Les messages contenant des liens"
},
"icu:SafetyTipsModal__TipDescription--Links": {
"messageformat": "Soyez vigilant lorsque des inconnus vous envoient des messages contenant des liens vers des sites Internet. Ne consultez jamais les liens envoyés par des personnes en qui vous navez pas confiance."
"messageformat": "Soyez vigilant lorsque des inconnus vous envoient des messages contenant des liens vers des sites web. Ne consultez jamais les liens envoyés par des personnes en qui vous navez pas confiance."
},
"icu:SafetyTipsModal__TipTitle--Business": {
"messageformat": "Les fausses entreprises et institutions"
@ -2976,7 +2976,7 @@
"messageformat": "Impossible de rejoindre le groupe via le lien, car un admin vous a retiré."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Pour rejoindre ce groupe, un administrateur doit dabord approuver votre demande. Si elle est approuvée, vos nom et photo seront partagés avec ses membres."
"messageformat": "Pour rejoindre ce groupe, un administrateur doit d'abord approuver votre demande. Vos nom et photo seront partagés avec les membres du groupe si vous demandez à le rejoindre."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Rejoindre"
@ -3519,7 +3519,7 @@
"messageformat": "Faire un don à Signal"
},
"icu:BadgeSustainerInstructions__subheader": {
"messageformat": "Signal dépend de personnes comme vous. Donnez-nous un coup de pouce et recevez un macaron."
"messageformat": "Signal dépend de personnes comme vous. Donnez-nous un coup de pouce et gagnez un macaron."
},
"icu:BadgeSustainerInstructions__instructions__1": {
"messageformat": "Ouvrez Signal sur votre téléphone."
@ -3528,7 +3528,7 @@
"messageformat": "Touchez votre photo de profil dans le coin supérieur gauche pour ouvrir les paramètres."
},
"icu:BadgeSustainerInstructions__instructions__3": {
"messageformat": "Appuyez sur \"Faire un don à Signal\" et inscrivez-vous."
"messageformat": "Sélectionnez \"Faire un don à Signal\" et inscrivez-vous."
},
"icu:BackupImportScreen__title": {
"messageformat": "Synchronisation des messages"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Retirer du groupe"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Vous êtes déjà en communication"
},
"icu:ContactModal--voice": {
"messageformat": "Audio"
},
@ -3666,10 +3663,10 @@
"messageformat": "Messages éphémères"
},
"icu:ConversationDetails--disappearing-messages-info--group": {
"messageformat": "Si cette option est activée, les messages envoyés et reçus dans ce groupe disparaîtront après avoir été lus."
"messageformat": "Si vous activez cette option, les nouveaux messages que vous enverrez et recevrez dans ce groupe disparaîtront une fois lus. "
},
"icu:ConversationDetails--disappearing-messages-info--direct": {
"messageformat": "Si cette option est activée, les messages envoyés et reçus dans cette conversation disparaîtront après avoir été lus."
"messageformat": "Si vous activez cette option, les nouveaux messages que vous enverrez et recevrez dans cette conversation disparaîtront une fois lus."
},
"icu:ConversationDetails--nickname-label": {
"messageformat": "Pseudo"
@ -4395,7 +4392,7 @@
"messageformat": "Nom de famille (facultatif)"
},
"icu:ConfirmDiscardDialog--discard": {
"messageformat": "Voulez-vous abandonner ces changements?"
"messageformat": "Voulez-vous supprimer ces modifications ?"
},
"icu:ConfirmationDialog__Title--in-call-close-requested": {
"messageformat": "Fermer Signal et mettre fin à lappel ?"
@ -4449,10 +4446,10 @@
"messageformat": "Votre profil na pas pu être mis à jour. Veuillez réessayer."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Caractères non valides."
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Au moins un des caractères saisis n'est pas autorisé. Veuillez réessayer."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Envoyer un message à un administrateur"
@ -5202,7 +5199,7 @@
"messageformat": "Story"
},
"icu:StoryListItem__unhide": {
"messageformat": "Montrer les Stories"
"messageformat": "Afficher la story"
},
"icu:StoryListItem__hide": {
"messageformat": "Masquer la story"
@ -5509,7 +5506,7 @@
"messageformat": "Aucun résultat ne correspond à votre recherche : \"{query}\""
},
"icu:CallsList__CreateCallLink": {
"messageformat": "Générer un lien dappel"
"messageformat": "Créer un lien d'appel"
},
"icu:CallsList__ItemCallInfo--Incoming": {
"messageformat": "Entrant"
@ -5681,6 +5678,12 @@
"messageformat": "Vous avez quitté un groupe, mais vous le regrettez ? Vos amis vous manquent et vous ne retrouvez pas ce groupe pour le réintégrer ? Réjouissez-vous : nous avons corrigé ce bug. L'expression \"se séparer pour mieux se retrouver\" prend enfin tout son sens."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Lorsque vous avez répondu à un message, vous pouvez maintenant modifier votre réponse pour en supprimer le message d'origine. Pratique les jours où votre réponse mérite son heure de gloire  ou quand vous répondez \"Je t'aime aussi <3\" après avoir cliqué sur le mauvais message."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Fini le bug de l'éditeur de médias ! Vous avez peut-être remarqué que le sélecteur se bloquait lorsque vous tentiez d'ajouter un sticker. Tout ça, c'est du passé. Désormais, les stickers ne vous feront plus tiquer !"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Cette version de Signal prend également en charge la nouvelle interface de partage d'écran sur macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Nóta"
},
"icu:viewRecentMedia": {
"messageformat": "Amharc ar na meáin le déanaí"
},
"icu:allMediaMenuItem": {
"messageformat": "Na meáin go léir"
},
@ -1416,7 +1413,7 @@
"messageformat": "Can't receive audio and video from {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Ní féidir fuaim agus físeáin a fháil"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Seans nár fhíoraigh an duine sin athrú ar d'uimhir sábháilteachta, go bhfuil fadhb leis an ngléas aige/aici, nó gur chuir sé/sí bac ort."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Tá {window} á chomhroinnt ag Signal."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Tá comhroinnt scáileáin Signal gníomhach"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Athnascadh…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Inné {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Is féidir nach mbeidh Signal in ann an teachtaireacht isteach a phróiseas."
},
"icu:messageBodyTooLong": {
"messageformat": "Tá corp na teachtaireachta rófhada."
@ -2976,7 +2976,7 @@
"messageformat": "Ní féidir leat dul isteach sa ghrúpa seo trí nasc an ghrúpa toisc gur bhain riarthóir thú."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Ní mór do riarthóir an ghrúpa seo d'iarratas a fhaomhadh sular féidir leat dul isteach sa ghrúpa seo. Agus é faofa, comhroinnfear d'ainm agus grianghraf lena bhaill."
"messageformat": "Ní mór do riarthóir an ghrúpa seo d'iarratas a fhaomhadh sular féidir leat dul isteach sa ghrúpa seo. Nuair a iarrann tú dul isteach ann, comhroinnfear dainm agus do ghrianghraf lena bhaill."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Téigh le"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Bain den ghrúpa"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Tá tú i mbun glao cheana féin"
},
"icu:ContactModal--voice": {
"messageformat": "Guthghlao"
},
@ -4449,10 +4446,10 @@
"messageformat": "Níorbh fhéidir do phróifíl a nuashonrú. Triail arís."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Carachtair neamhbhailí"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Ní féidir carachtar amháin nó níos mó a d'iontráil tú a úsáid. Triail arís."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Message an Admin"
@ -5202,7 +5199,7 @@
"messageformat": "Scéal"
},
"icu:StoryListItem__unhide": {
"messageformat": "Taispeáin scéalta"
"messageformat": "Dífholaigh scéal"
},
"icu:StoryListItem__hide": {
"messageformat": "Folaigh an scéal"
@ -5681,6 +5678,12 @@
"messageformat": "Réitíonn an nuashonrú seo fabht a rinne cuardach grúpa deacair, tar éis duit imeacht as an ngrúpa sin."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Anois is féidir leat freagraí luaite a bhaint ó theachtaireachtaí a cuireadh in eagar."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Réitíomar fabht trínar coisceadh ar ghreamáin oibriú i gceart san eagarthóir meán. Ní ghreamóidh an roghnóir níos mó nuair a bheidh tú ag iarraidh greamán a ghreamú de phictiúr."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Áirítear freisin leis an nuashonrú seo tacaíocht don chomhéadan comhroinnte scáileáin nua in macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Nota"
},
"icu:viewRecentMedia": {
"messageformat": "Ver contido multimedia recente"
},
"icu:allMediaMenuItem": {
"messageformat": "Todo o contido multimedia"
},
@ -1416,7 +1413,7 @@
"messageformat": "Non se pode recibir o audio e vídeo de {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Non podes recibir nin audio nin vídeo"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Pode ser que non verificasen o cambio do teu número de seguridade, que haxa un problema co seu dispositivo ou que te bloqueasen."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal está a compartir {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "A función de Signal para compartir pantalla está activada."
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Volvendo conectar…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Onte {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal pode non estar a procesar correctamente unha mensaxe entrante."
},
"icu:messageBodyTooLong": {
"messageformat": "A mensaxe de texto é demasiado longa."
@ -2976,7 +2976,7 @@
"messageformat": "Non podes unirte ao grupo a través da ligazón grupal porque te eliminou un administrador."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Un administrador deste grupo debe aceptar a túa solicitude para que poidas unirte ao grupo. Unha vez aceptada, o teu nome e foto compartiranse cos membros."
"messageformat": "Un administrador deste grupo debe aprobar a túa petición antes de poder incorporarte. Cando solicites participar, o teu nome e foto compartiranse cos seus membros."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Unirse"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Eliminar do grupo"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Estás xa nunha chamada"
},
"icu:ContactModal--voice": {
"messageformat": "Voz"
},
@ -4449,10 +4446,10 @@
"messageformat": "Non se actualizou o teu perfil. Inténtao de novo."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Caracteres non válidos"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Un ou máis caracteres que empregaches non poden usarse. Téntao de novo."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Enviar mensaxe a un administrador"
@ -5202,7 +5199,7 @@
"messageformat": "Historia"
},
"icu:StoryListItem__unhide": {
"messageformat": "Mostrar historias"
"messageformat": "Facer visible a historia"
},
"icu:StoryListItem__hide": {
"messageformat": "Ocultar historia"
@ -5681,6 +5678,12 @@
"messageformat": "Esta actualización soluciona un erro que dificultaba a busca dun grupo despois de abandonalo."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Agora podes eliminar as respostas citadas das mensaxes editadas."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Corriximos un erro que impedía que os stickers funcionasen correctamente no editor de multimedia."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Esta actualización tamén inclúe soporte para a nova interface para compartir pantalla en macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "નોંધ"
},
"icu:viewRecentMedia": {
"messageformat": "તાજેતરના મીડિયા જુઓ"
},
"icu:allMediaMenuItem": {
"messageformat": "બધા મીડિયા"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} તરફથી ઓડિયો અને વિડિયો પ્રાપ્ત કરી શકતા નથી"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ઓડિયો અને વીડિયો પ્રાપ્ત કરી શકતાં નથી"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "આ એટલા માટે હોઈ શકે છે કારણ કે તેઓએ તમારા સલામતી નંબર બદલાવની ચકાસણી કરી નથી, તેમના ડિવાઇસમાં સમસ્યા છે, અથવા તેઓએ તમને બ્લૉક કર્યા છે."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} શેર કરી રહ્યું છે."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal સ્ક્રીન શેરિંગ એક્ટિવ છે"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "ફરીથી કનેક્ટ થઈ રહ્યું છે..."
},
@ -1626,7 +1626,7 @@
"messageformat": "ગઈકાલે {time} વાગ્યે"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal ઇનકમિંગ મેસેજની પ્રક્રિયા કરવામાં નિષ્ફળ થઈ શકે છે."
},
"icu:messageBodyTooLong": {
"messageformat": "મેસેજનો મુખ્ય ભાગ ખૂબ લાંબો છે."
@ -2976,7 +2976,7 @@
"messageformat": "તમે ગ્રુપ લિંક દ્વારા આ ગ્રુપમાં જોડાઈ શકતા નથી કારણ કે એક એડમિને તમને દૂર કર્યા."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "તમે આ ગ્રુપમાં જોડાઈ શકો તે પહેલા આ ગ્રુપના એડમીને તમારી વિનંતી મંજૂર કરવી જોઈએ. જો મંજૂર થાય, તો તમારું નામ અને ફોટો તેના મેમ્બર્સ સાથે શેર કરવામાં આવશે."
"messageformat": "તમે આ ગ્રૂપમાં જોડાઈ શકો તે પહેલાં આ ગ્રૂપના એડમિને તમારી વિનંતી મંજૂર કરવી જોઈએ. જ્યારે તમે જોડાવાની વિતંતી કરો છો, ત્યારે તમારું નામ અને ફોટો તેના સભ્યો સાથે શેર કરવામાં આવશે."
},
"icu:GroupV2--join--join-button": {
"messageformat": "જોડાઓ"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ગ્રુપમાંથી દૂર કરો"
},
"icu:ContactModal--already-in-call": {
"messageformat": "તમે પહેલેથી જ કૉલમાં છો"
},
"icu:ContactModal--voice": {
"messageformat": "વૉઇસ"
},
@ -4449,10 +4446,10 @@
"messageformat": "તમારી પ્રોફાઇલ અપડેટ કરી શકાઈ નથી. મેહરબાની કરીને ફરીથી પ્રયાસ કરો."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "અમાન્ય અક્ષરો"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "તમે દાખલ કરેલ એક કે વધુ અક્ષરોનો ઉપયોગ કરી શકાતો નથી. ફરીથી પ્રયત્ન કરો."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "એડમિનને મેસેજ કરો"
@ -5681,6 +5678,12 @@
"messageformat": "આ અપડેટમાં એ બગને ઠીક કરવામાં આવ્યો છે જે કોઈ ગ્રૂપને છોડ્યા પછી તેને શોધવાનું મુશ્કેલ બનાવતો હતો."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "હવે તમે એડિટ કરેલા મેસેજમાંથી ક્વોટ કરેલા જવાબો દૂર કરી શકો છો."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "અમે બગને ઠીક કર્યો છે જે મીડિયા એડિટરમાં સ્ટીકરોને યોગ્ય રીતે કામ કરતા અટકાવતો હતો."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "આ અપડેટમાં macOS Sequoiaમાં નવા સ્ક્રીન શેરિંગ ઇન્ટરફેસ માટે સપોર્ટ પણ સામેલ છે."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "הערה"
},
"icu:viewRecentMedia": {
"messageformat": "הצג מדיה אחרונה"
},
"icu:allMediaMenuItem": {
"messageformat": "כל המדיה"
},
@ -1416,7 +1413,7 @@
"messageformat": "לא ניתן לקבל שמע ווידאו מאת {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "לא ניתן לקבל אודיו ווידאו"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "זה יכול להיות בגלל שהיא או הוא לא אישרו את שינוי מספר הבטיחות שלך, או שיש בעיה עם המכשיר שלהם, או שהם חסמו אותך."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal משתף את {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "שיתוף המסך של Signal פעיל"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "מתחבר מחדש…"
},
@ -1626,7 +1626,7 @@
"messageformat": "אתמול {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "יתכן שSignal לא מצליחה לעבד הודעה נכנסת."
},
"icu:messageBodyTooLong": {
"messageformat": "גוף ההודעה ארוך מדי."
@ -2976,7 +2976,7 @@
"messageformat": "אי אפשר להצטרף אל הקבוצה הזאת באמצעות קישור קבוצה מאחר שמנהל/ת הסיר/ה אותך."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "מנהלן של קבוצה זו חייב לאשר את בקשתך לפני שתוכל להצטרף אל קבוצה זו. במקרה שבקשתך אושרה, השם והתמונה שלך ישותפו עם חברי הקבוצה."
"messageformat": "מנהלן של קבוצה זו חייב לאשר את בקשתך לפני שתוכל להצטרף אל קבוצה זו. כאשר אתה מבקש להצטרף, השם והתמונה שלך ישותפו עם חברי הקבוצה."
},
"icu:GroupV2--join--join-button": {
"messageformat": "הצטרף"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "הסרה מהקבוצה"
},
"icu:ContactModal--already-in-call": {
"messageformat": "אתה כבר בשיחה"
},
"icu:ContactModal--voice": {
"messageformat": "שיחה קולית"
},
@ -4449,10 +4446,10 @@
"messageformat": "הפרופיל שלך לא היה יכול להתעדכן. אנא נסה שוב."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "תווים לא חוקיים"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "לא ניתן להשתמש בתו אחד או יותר שהזנת. יש לנסות שוב."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "שלח הודעה אל מנהלן"
@ -5202,7 +5199,7 @@
"messageformat": "סטורי"
},
"icu:StoryListItem__unhide": {
"messageformat": "הצגת סטוריז"
"messageformat": "ביטול הסתרת סטורי"
},
"icu:StoryListItem__hide": {
"messageformat": "הסתרת סטורי"
@ -5681,6 +5678,12 @@
"messageformat": "העדכון הזה מתקן באג שהקשה על חיפוש קבוצה מסוימת אחרי שעזבת אותה."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "עכשיו אפשר להסיר תגובות מצוטטות מהודעות ערוכות."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "תיקנו באג שמנע מסטיקרים לפעול כהלכה בעורך המדיה."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "העדכון הזה כולל גם תמיכה בממשק שיתוף המסך החדש של macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "नोट"
},
"icu:viewRecentMedia": {
"messageformat": "हाल का मीडिया देखें"
},
"icu:allMediaMenuItem": {
"messageformat": "सभी मीडिया"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} से ऑडियो और वीडियो नहीं प्राप्त की जा सकती"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ऑडियो और वीडियो नहीं पाया जा सकता"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "यह इसलिए हो सकता है क्योंकि उन्होंने आपके सुरक्षा नंबर में परिवर्तन को वेरिफाई नहीं किया है, उनके डिवाइस के साथ कोई समस्या है, या उन्होंने आपको ब्लॉक कर दिया है।"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} साझा कर रहा है।"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal की स्क्रीन शेयरिंग चालू है"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "फिर से जोड़ रहे हैं..."
},
@ -1626,7 +1626,7 @@
"messageformat": "कल {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal किसी आने वाले संदेश को प्रोसेस करने में असफल हो सकता है।"
},
"icu:messageBodyTooLong": {
"messageformat": "मेसेज बहुत लंबा है"
@ -2976,7 +2976,7 @@
"messageformat": "आप ग्रुप लिंक द्वारा इस ग्रुप में शामिल नहीं हो सकते क्योंकि एक ऐडमिन ने आपको हटा दिया है।"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "इससे पहले कि आप इस समूह में शामिल हो सकें, इस समूह के एक व्यवस्थापक को आपके अनुरोध को स्वीकार करना होगा। स्वीकृत होने पर, आपका नाम और फोटो इसके सदस्यों के साथ साझा किया जाएगा।"
"messageformat": "इस ग्रुप में जुड़ने से पहले एक एडमिन को आपका अनुरोध स्वीकार करना होगा। जब आप जुड़ने के लिए अनुरोध करते हैं, आपके नाम और तस्वीर को इसके सदस्यों के साथ साझा किया जाएगा।"
},
"icu:GroupV2--join--join-button": {
"messageformat": "जुड़ें"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ग्रूप से हटाएँ"
},
"icu:ContactModal--already-in-call": {
"messageformat": "आप पहले ही एक कॉल में हैं"
},
"icu:ContactModal--voice": {
"messageformat": "वॉयस"
},
@ -4449,10 +4446,10 @@
"messageformat": "आपकी प्रोफ़ाइल को अपडेट नहीं किया जा सका। कृपया दोबारा प्रयास करें।"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "अमान्य वर्ण"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "आपके दर्ज किए गए एक या ज़्यादा वर्णों को इस्तेमाल नहीं किया जा सकता। फिर से कोशिश करें।"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "व्यवस्थापक को संदेश भेजें"
@ -5202,7 +5199,7 @@
"messageformat": "स्टोरी"
},
"icu:StoryListItem__unhide": {
"messageformat": "स्टोरीज़ दिखाएँ"
"messageformat": "स्टोरी छिपाना रद्द करें"
},
"icu:StoryListItem__hide": {
"messageformat": "स्टोरी छिपाएँ"
@ -5681,6 +5678,12 @@
"messageformat": "कभी-कभी, किसी चीज़ को पीछे छोड़ने पर इस बात का एहसास होता है कि आप इसे फिर से पाना चाहते हैं, इसलिए हमने एक ऐसी गड़बड़ी को ठीक किया है जिसकी वजह से ऐसे ग्रुप्स को खोजना मुश्किल हो जाता था जिनका हिस्सा अब आप नहीं हैं, लेकिन जो अब भी आपकी बातचीत की सूची में मौजूद हैं (और शायद आपके दिल में भी)।"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "अब आप संपादित किए गए संदेशों से क्वोट किए गए जवाबों को हटा सकते हैं। यह उन पलों के लिए एकदम सही है जब आपको एहसास होता है कि आपका जवाब इतना अच्छा था कि उसे किसी और संदेश के साथ की ज़रूरत नहीं है या जब आप किसी गलत संदेश का जवाब गलती से \"मुझे भी तुमसे प्यार है\" दे देते हैं।"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "हमने उस गड़बड़ी को ठीक कर दिया है जो स्टिकर्स को मीडिया एडिटर में सही तरीके से काम करने से रोकती थी, और अब जब आप किसी तस्वीर पर स्टिकर लगाने की कोशिश करेंगे, तो पिकर नहीं अटकेगा।"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "इस अपडेट में macOS Sequoia के नए स्क्रीन शेयरिंग इंटरफ़ेस के लिए सपोर्ट भी शामिल है।"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Bilješka"
},
"icu:viewRecentMedia": {
"messageformat": "Prikaži nedavne medijske zapise"
},
"icu:allMediaMenuItem": {
"messageformat": "Svi medijski zapisi"
},
@ -1416,7 +1413,7 @@
"messageformat": "Ne možete primiti audio i video od {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nije moguće primati zvuk i sliku"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Mogući razlog tome jest to što korisnik nije potvrdio vaš ažurirani sigurnosni broj, ima problem s uređajem ili vas je blokirao."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal dijeli {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Omogućeno emitiranje zaslona za Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Ponovno povezivanje…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Jučer u {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal možda nije u mogućnosti obraditi dolaznu poruku."
},
"icu:messageBodyTooLong": {
"messageformat": "Tijelo poruke je predugo."
@ -2976,7 +2976,7 @@
"messageformat": "Ne možete se pridružiti ovoj grupi putem poveznice grupe jer vas je administrator uklonio."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Administrator ove grupe mora odobriti vaš zahtjev prije nego što se možete pridružiti ovoj grupi. Kada se odobri, vaše će ime i fotografija biti podijeljena sa članovima grupe."
"messageformat": "Administrator ove grupe mora odobriti vaš zahtjev prije nego što se možete pridružiti ovoj grupi. Kada zatražite pridruživanje, vaše će ime i vaša fotografija biti podijeljeni sa članovima grupe."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Pridruži se"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Ukloni iz grupe"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Već ste na pozivu"
},
"icu:ContactModal--voice": {
"messageformat": "Glasovni poziv"
},
@ -4449,10 +4446,10 @@
"messageformat": "Vaš profil nije moguće ažurirati. Molim vas pokušajte ponovno."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Nevažeći znakovi"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Jedan ili više znakova koje ste unijeli nije moguće koristiti. Pokušajte ponovno."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Pošaljite poruku administratoru"
@ -5202,7 +5199,7 @@
"messageformat": "Priča"
},
"icu:StoryListItem__unhide": {
"messageformat": "Prikaži priče"
"messageformat": "Ponovno prikaži priču"
},
"icu:StoryListItem__hide": {
"messageformat": "Sakrij priču"
@ -5681,6 +5678,12 @@
"messageformat": "Ovo ažuriranje ispravlja programsku pogrešku koja je otežavala pretraživanje grupa nakon njihovog napuštanja."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Sada možete izbrisati citirane odgovore iz uređenih poruka."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Ispravili smo programsku pogrešku koja je sprječavala normalan rad naljepnica u uređivaču medija."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "U ovom ažuriranju također predstavljamo podršku za novo sučelje za emitiranje zaslona u sustavu macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Megjegyzés"
},
"icu:viewRecentMedia": {
"messageformat": "Friss médiafájlok megtekintése"
},
"icu:allMediaMenuItem": {
"messageformat": "Összes médiafájl"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} hang és kép adása nem megjeleníthető"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nem tudsz hangot és videót fogadni"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Ennek oka lehet, hogy esetleg nem ellenőrizte le a biztonsági azonosítód megváltozását, készülék problémája van, vagy letiltott téged."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "A Signal a következő ablakot osztja meg: {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "A Signal-képernyő megosztása aktív"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Újracsatlakozás…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Tegnap {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Lehet, hogy a Signal nem tudja feldolgozni a bejövő üzenetet."
},
"icu:messageBodyTooLong": {
"messageformat": "Az üzenet szövege túl hosszú."
@ -2976,7 +2976,7 @@
"messageformat": "Egy admin távolított el, így már nem tudsz csoporthivatkozás használatával csatlakozni ehhez a csoporthoz."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "A csoportba történő belépéshez a csoport egy adminjának jóváhagyása szükséges. A csatlakozási igény jóváhagyása után neved és képed láthatóvá válik a csoport tagjai számára."
"messageformat": "A csoportba történő belépéshez a csoport egy adminjának jóváhagyása szükséges. A csatlakozási igény elküldésével neved és képed láthatóvá válik a csoport tagjai számára."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Belépés"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Eltávolítás a csoportból"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Már beléptél a hívásba"
},
"icu:ContactModal--voice": {
"messageformat": "Hang"
},
@ -4449,10 +4446,10 @@
"messageformat": "Nem sikerült frissíteni profilodat. Próbáld újra!"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Érvénytelen karakterek"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Egy vagy több beírt karakter nem használható. Próbáld újra."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Üzenet egy adminnak"
@ -5202,7 +5199,7 @@
"messageformat": "Történet"
},
"icu:StoryListItem__unhide": {
"messageformat": "Történetek megjelenítése"
"messageformat": "Történet megjelenítése"
},
"icu:StoryListItem__hide": {
"messageformat": "Történet elrejtése"
@ -5681,6 +5678,12 @@
"messageformat": "Ez a frissítés egy olyan hibát javít ki, amely megnehezítette egy adott csoport keresését a csoport elhagyása után."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Mostantól eltávolíthatod az idézett válaszokat a szerkesztett üzenetekből."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Kijavítottunk egy hibát, amely megakadályozta, hogy a matricák megfelelően működjenek a médiaszerkesztőben."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Ez a frissítés támogatja a macOS Sequoia új képernyőmegosztó felületét is."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Catatan"
},
"icu:viewRecentMedia": {
"messageformat": "Lihat media terbaru"
},
"icu:allMediaMenuItem": {
"messageformat": "Semua media"
},
@ -1416,7 +1413,7 @@
"messageformat": "Tidak dapat menerima audio dan video dari {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Tidak dapat menerima audio dan video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Ini mungkin terjadi karena mereka belum memverifikasi pergantian nomor keamanan, ada masalah dengan perangkat mereka, atau mereka memblokir Anda."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal sedang menunjukkan layar {window}"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Berbagi layar Signal saat ini aktif"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Menghubungkan ulang…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Kemarin {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal mungkin gagal memproses pesan masuk."
},
"icu:messageBodyTooLong": {
"messageformat": "Pesan terlalu panjang."
@ -2976,7 +2976,7 @@
"messageformat": "Anda tidak dapat bergabung dengan grup ini melalui tautan grup karena seorang admin mengeluarkan Anda."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Seorang admin dari grup ini harus menerima permintaan Anda sebelum Anda dapat bergabung dalam grup ini. Jika diterima, nama dan foto Anda akan dibagikan dengan anggota grup."
"messageformat": "Admin dari grup ini harus menerima permintaan Anda agar Anda bisa gabung ke grup ini. Saat Anda meminta untuk bergabung, nama dan foto Anda akan dibagikan dengan anggota grup."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Bergabung"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Keluarkan dari grup"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Anda sudah berada dalam panggilan"
},
"icu:ContactModal--voice": {
"messageformat": "Suara"
},
@ -4449,10 +4446,10 @@
"messageformat": "Profil Anda tidak dapat diperbarui. Mohon coba lagi."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Karakter tidak valid"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Satu atau beberapa karakter yang Anda masukkan tidak dapat digunakan. Coba lagi."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Kirimkan pesan ke admin"
@ -5681,6 +5678,12 @@
"messageformat": "Pembaruan ini memperbaiki bug yang membuat Anda kesulitan mencari suatu grup setelah Anda keluar dari grup tersebut."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Kini Anda bisa menghapus balasan yang dikutip saat mengedit pesan."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Kami memperbaiki bug yang membuat stiker tidak berfungsi dengan benar di editor media."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Pembaruan ini juga mencakup dukungan untuk antarmuka berbagi layar yang baru di macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Appunti"
},
"icu:viewRecentMedia": {
"messageformat": "Visualizza i media recenti"
},
"icu:allMediaMenuItem": {
"messageformat": "Tutti i file multimediali"
},
@ -1416,7 +1413,7 @@
"messageformat": "Non è possibile ricevere audio e video da {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Non puoi ricevere audio e video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Ciò potrebbe essere dovuto al fatto che non è stata verificata la modifica del codice di sicurezza, c'è un problema con il dispositivo o ti hanno bloccato."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal sta condividendo {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Condivisione dello schermo di Signal attiva"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Riconnessione…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Ieri {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "È possibile che Signal non riesca a elaborare un messaggio in arrivo."
},
"icu:messageBodyTooLong": {
"messageformat": "Il corpo del messaggio è troppo lungo."
@ -2976,7 +2976,7 @@
"messageformat": "Non puoi unirti a questo gruppo tramite il link del gruppo perché un amministratore ti ha rimosso."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Un amministratore di questo gruppo deve approvare la tua richiesta prima che tu possa unirti a questo gruppo. Se approvata, il tuo nome e la tua foto verranno condivisi con i suoi membri."
"messageformat": "Un admin deve approvare la tua richiesta prima che tu possa unirti a questo gruppo. Quando invii la richiesta, il tuo nome e la tua foto verranno condivisi con i membri del gruppo."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Unisciti"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Rimuovi dal gruppo"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Sei già in una chiamata"
},
"icu:ContactModal--voice": {
"messageformat": "Voce"
},
@ -4449,10 +4446,10 @@
"messageformat": "Impossibile aggiornare il tuo profilo. Per favore riprova."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Caratteri non validi"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Uno o più caratteri che hai inserito non sono validi. Riprova."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Invia un messaggio a un amministratore"
@ -5202,7 +5199,7 @@
"messageformat": "Storia"
},
"icu:StoryListItem__unhide": {
"messageformat": "Mostra Storie"
"messageformat": "Mostra la storia"
},
"icu:StoryListItem__hide": {
"messageformat": "Nascondi Storia"
@ -5681,6 +5678,12 @@
"messageformat": "A volte è bello rivangare il passato… abbiamo risolto un bug che rendeva difficile cercare i gruppi di cui facevi parte ma ancora presenti nell'elenco delle tue chat (e, chissà, forse anche nei tuoi ricordi?)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Da ora puoi rimuovere le risposte citate dai messaggi modificati. Perché ammettiamolo: a chi non è mai capitato di rispondere al messaggio sbagliato?"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Abbiamo risolto un bug che impediva il corretto funzionamento degli sticker nell'editor dei media: ora nulla potrà mettersi fra te e la tua creatività."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Questo aggiornamento include anche il supporto per la nuova interfaccia per la condivisione schermo di macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "メモ"
},
"icu:viewRecentMedia": {
"messageformat": "最近使用したメディア"
},
"icu:allMediaMenuItem": {
"messageformat": "すべてのメディア"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} からの音声と映像を受信できません"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "音声と動画を受信できません"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "相手があなたの安全番号の変更を検証していないか、相手の端末に問題があるか、あなたがブロックされている可能性があります。"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signalが {window} を共有しています。"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signalの画面共有がアクティブです"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "再接続しています…"
},
@ -1626,7 +1626,7 @@
"messageformat": "昨日 {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signalが受信メッセージの処理に失敗している可能性があります。"
},
"icu:messageBodyTooLong": {
"messageformat": "メッセージが長すぎます。"
@ -2976,7 +2976,7 @@
"messageformat": "管理者があなたを削除したため、グループリンクからはこのグループに参加できません。"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "このグループに参加するには、グループ管理者の承認が必要です。承認されると、あなたの名前と画像がそのメンバーと共有されます。"
"messageformat": "このグループに参加するには、管理者の承認が必要です。参加を申請すると、あなたの名前と画像がそのメンバーと共有されます。"
},
"icu:GroupV2--join--join-button": {
"messageformat": "参加する"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "グループから削除"
},
"icu:ContactModal--already-in-call": {
"messageformat": "あなたはすでに通話中です"
},
"icu:ContactModal--voice": {
"messageformat": "音声通話"
},
@ -4449,10 +4446,10 @@
"messageformat": "プロフィールを更新できませんでした。再度試してください。"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "無効な文字です"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "入力した文字のうち、または1文字以上が使用できません。もう一度入力してください。"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "管理者に連絡"
@ -5202,7 +5199,7 @@
"messageformat": "ストーリー"
},
"icu:StoryListItem__unhide": {
"messageformat": "ストーリーを表示"
"messageformat": "ストーリーを表示"
},
"icu:StoryListItem__hide": {
"messageformat": "ストーリーを非表示にする"
@ -5681,6 +5678,12 @@
"messageformat": "このアップデートでは、抜けた後も会話リストに残っているグループを検索することが困難になっていたバグが修正されました。"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "編集したメッセージから引用返信を削除できるようになりました。"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "メディアエディターでステッカーが正しく動作しないバグを修正しました。"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "このアップデートでは、macOS Sequoiaの新しい画面共有インターフェースへのサポートも対応しています。"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "ჩანიშვნა"
},
"icu:viewRecentMedia": {
"messageformat": "ბოლო მედია-ფაილების ნახვა"
},
"icu:allMediaMenuItem": {
"messageformat": "ყველა მედია ფაილი"
},
@ -1416,7 +1413,7 @@
"messageformat": "აუდიოსა და ვიდეოს მიღება {name}-სგან შეუძლებელია"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "აუდიოს და ვიდეოს მიღება შეუძლებელია"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "ეს შეიძლება იმით იყოს გამოწვეული, რომ მან არ დაავერიფიცირა შენი უსაფრთხოების ნომრის ცვლილება, მის მოწყობილობას პრობლემა აქვს ან დაგბლოკა."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal-ი აზიარებს {window}-ს."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "მიმდინარეობს Signal-ზე ეკრანის გაზიარება"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "მიმდინარეობს ხელახლა დაკავშირება…"
},
@ -1626,7 +1626,7 @@
"messageformat": "გუშინ {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "შესაძლოა, Signal-მა შემომავალი შეტყობინება ვერ დაამუშავა."
},
"icu:messageBodyTooLong": {
"messageformat": "შეტყობინების ზომა ზედმეტად დიდია."
@ -2976,7 +2976,7 @@
"messageformat": "ამ ჯგუფის ბმულით ჯგუფს ვერ შეუერთდები, რადგან ადმინმა წაგშალა."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "ამ ჯგუფის ადმინმა უნდა დაადასტუროს შენი მოთხოვნა, სანამ ამ ჯგუფს შეუერთდები. დადასტურების შემთხვევაში, შენი სახელი და ფოტო მის წევრებთან გაზიარდება."
"messageformat": "სანამ ამ ჯგუფს შეუერთდები, მისმა ადმინებმა უნდა დაადასტურონ შენი მოთხოვნა. როცა გაწევრიანებას ითხოვ, შენი სახელი და ფოტო ჯგუფის წევრებთან გაზიარდება."
},
"icu:GroupV2--join--join-button": {
"messageformat": "შეუერთდი"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ჯგუფიდან წაშლა"
},
"icu:ContactModal--already-in-call": {
"messageformat": "შენ უკვე ამ ზარზე იმყოფები"
},
"icu:ContactModal--voice": {
"messageformat": "ხმოვანი ზარი"
},
@ -4449,10 +4446,10 @@
"messageformat": "შენი პროფილის განახლება ვერ მოხერხდა. გთხოვთ კიდევ სცადო."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "არასწორი სიმბოლოები"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "შენ მიერ შეყვანილი ერთი ან მეტი სიმბოლოს გამოყენება შეუძლებელია. ახლიდან სცადე."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "ადმინისთვის მიწერა"
@ -5202,7 +5199,7 @@
"messageformat": "Story-ი"
},
"icu:StoryListItem__unhide": {
"messageformat": "Stories-ების ჩვენება"
"messageformat": "Story-ის გამოჩენა"
},
"icu:StoryListItem__hide": {
"messageformat": "Story-ის დამალვა"
@ -5681,6 +5678,12 @@
"messageformat": "ზოგჯერ უკან რასაც მოიტოვებ, იმის თავიდან აღმოჩენა გინდება, ამიტომ გამოვასწორეთ ხარვეზი, რომელიც დატოვებული, მაგრამ შენს საუბრების სიაში (და სავარაუდოდ გულში) დარჩენილი ჯგუფების მოძებნას ართულებდა."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "ახლა უკვე შეგიძლია, რედაქტირებული შეტყობინებებიდან ციტირებული პასუხები წაშალო. ეს ფუნქცია იდეალურია იმ მომენტებისთვის, როდესაც ხვდები, შენი პასუხი იმდენად კარგი იყო, რომ მას სხვა შეტყობინების მხრებზე დგომა არ სჭირდება ან, როდესაც შემთხვევით არასწორ შეტყობინებას გასცემ პასუხად \"მე შენ მიყვარხარ\"-ს."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "ჩვენ გამოვასწორეთ ხარვეზი, რომელიც ხელს უშლიდა სტიკერების სწორად მუშაობას მედია რედაქტორში, ამიერიდან სტიკერის სურათზე მიმაგრებისას აღარ იქნება შეფერხება."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "ახალი ვერსია ასევე მოიცავს macOS Sequoia-ში ეკრანის გაზიარების ახალი ინტერფეისის მხარდაჭერას."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Ескертпе"
},
"icu:viewRecentMedia": {
"messageformat": "Соңғы мультимедианы көру"
},
"icu:allMediaMenuItem": {
"messageformat": "Барлық мультимедиа"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} жіберген аудио және видеоларды ала алмайсыз"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Аудио және видео қабылданбайды"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Бұл сіздің қауіпсіздік нөміріңіздің өзгергені верификацияланбаған, құрылғыда ақау болуы немесе ол сізді блоктап қойған болуы мүмкін."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} бөлісіп жатыр."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal экраны көрсетіліп жатыр"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Байланыс қайта орнатылуда..."
},
@ -1626,7 +1626,7 @@
"messageformat": "Кеше {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal кіріс хабарды өңдей алмай жатқан сияқты."
},
"icu:messageBodyTooLong": {
"messageformat": "Хаттың негізгі бөлімі тым ұзақ."
@ -2976,7 +2976,7 @@
"messageformat": "Бұл топқа топ сілтемесі арқылы кіре алмайсыз, себебі әкімші сізді шығарып тастады."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Топқа қосылар алдында топтың әкімшісі сіздің өтінішіңізді растауы қажет. Егер растаса, сіздің атыңыз бен фотосуретіңіз топ мүшелеріне көрсетілетін болады."
"messageformat": "Бұл топтың әкімшісі сіздің өтінішіңізді мақұлдауы керек, сонда ғана топқа қосыла аласыз. Топқа қосылу туралы өтініш жіберген соң, аты-жөніңіз бен фотосуретіңіз топ мүшелеріне қолжетімді болады."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Қосылу"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Топтан өшіру"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Сіздің қоңырауға қатысып жатырсыз"
},
"icu:ContactModal--voice": {
"messageformat": "Дауыс"
},
@ -4449,10 +4446,10 @@
"messageformat": "Профиліңізді жаңарту мүмкін емес. Қайталап көріңіз."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Таңбалар дұрыс емес"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Сіз енгізген бір немесе бірнеше таңбаны пайдалануға болмайды. Қайта енгізіп көріңіз."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Әкімшіге хат жазу"
@ -5681,6 +5678,12 @@
"messageformat": "Кейде бір нәрсені артта қалдырғанмен, оған қайта оралғың келетін сәттер туындап жататыны бар емес пе? Қуанышқа орай, қатені түзеттік. Енді бұрын шығып кеткен, бірақ әңгімелер тізіміңізден, бәлкім, жүрегіңізден де орын алған топтарды оңай таба аласыз."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Енді өзгертілген хабарлардан тырнақшаға алынған жауаптарды өшіруге болады. Басқа хабарға сүйенбей-ақ, жақсы жауап бергеніңізді түсіндіңіз бе? Әлде қателесіп, басқа хабарға \"Мен де сені жақсы көремін\" деп жауап бердіңіз бе? Қандай жағдай болса да, оның шешімін осылай бір сәтте таба аласыз."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Мультимедиа редакторында стикерлердің дұрыс жұмыс істеуіне кедергі келтіретін ақау түзетілді. Енді суретке стикер жабыстырып көргенде, таңдағыш қатып қалмайды."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Сонымен қатар бұл жаңа нұсқада macOS Sequoia жүйесінде экранды көрсетудің жаңа интерфейсіне қолдау көрсетіледі."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "កំណត់ចំណាំ"
},
"icu:viewRecentMedia": {
"messageformat": "បង្ហាញឯកសារមេឌាថ្មីៗ"
},
"icu:allMediaMenuItem": {
"messageformat": "មេឌៀទាំងអស់"
},
@ -1416,7 +1413,7 @@
"messageformat": "មិនអាចទទួលសំឡេងនិងវីដេអូពី {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "មិនអាចទទួលសំឡេង និងវីដេអូបានទេ"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "វាអាចមកពីពួកគេមិនបានផ្ទៀងផ្ទាត់ការផ្លាស់ប្តូរលេខសុវត្ថិភាពរបស់អ្នក ឧបករណ៍របស់ពួកគេមានបញ្ហា ឬពួកគេបានទប់ស្កាត់អ្នក។"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal កំពុងចែករំលែក {window}។"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "កំពុងចែករំលែកអេក្រង់ Signal ឱ្យអ្នកផ្សេងឃើញដែរ"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "កំពុងភ្ជាប់ឡើងវិញ…"
},
@ -1626,7 +1626,7 @@
"messageformat": "ម្សិលមិញ {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal ប្រហែលជាមិនអាចដំណើរការសារដែលផ្ញើចូលមកបានទេ។"
},
"icu:messageBodyTooLong": {
"messageformat": "សារតួសេចក្តីវែងពេក។"
@ -2976,7 +2976,7 @@
"messageformat": "អ្នកមិនអាចចូលក្រុមនេះតាមរយៈតំណក្រុមបានទេ ព្រោះអ្នកគ្រប់គ្រងបានដកអ្នកចេញ។"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "អ្នកគ្រប់គ្រងក្រុមនេះត្រូវតែឯកភាពលើសំណើរបស់អ្នក មុនពេលអ្នកអាចចូលរួមក្រុមនេះបាន។ ប្រសិនបើបានឯកភាពរួច ឈ្មោះ និងរូបថតរបស់អ្នកនឹងត្រូវបានចែករំលែកជាមួយសមាជិករបស់ក្រុម។"
"messageformat": "អ្នកគ្រប់គ្រងក្រុមនេះត្រូវតែយល់ព្រមនឹងសំណើរបស់អ្នកសិន ទើបអ្នកអាចចូលរួមក្រុមនេះបាន។ នៅពេលដែលអ្នកស្នើសុំចូលរួម ឈ្មោះនិងរូបថតរបស់អ្នកនឹងត្រូវបានចែករំលែកជាមួយសមាជិកក្រុម។"
},
"icu:GroupV2--join--join-button": {
"messageformat": "ចូលរួម"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ដកចេញពីក្រុម"
},
"icu:ContactModal--already-in-call": {
"messageformat": "អ្នកស្ថិតនៅក្នុងការហៅទូរសព្ទស្រាប់ហើយ"
},
"icu:ContactModal--voice": {
"messageformat": "សំឡេង"
},
@ -4449,10 +4446,10 @@
"messageformat": "ប្រូហ្វាល់របស់អ្នកមិនអាចធ្វើបច្ចុប្បន្នភាពបានទេ។ សូម​ព្យាយាម​ម្តង​ទៀត។"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "តួអក្សរមិនត្រឹមត្រូវ"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "តួអក្សរមួយ ឬច្រើនដែលអ្នកបានបញ្ចូលមិនអាចប្រើបានទេ។ ព្យាយាមម្តងទៀត។"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "ផ្ញើសារទៅអ្នកគ្រប់គ្រង"
@ -5202,7 +5199,7 @@
"messageformat": "រឿងរ៉ាវ"
},
"icu:StoryListItem__unhide": {
"messageformat": "បង្ហាញរឿងរ៉ាវ"
"messageformat": "ឈប់លាក់រឿងរ៉ាវ"
},
"icu:StoryListItem__hide": {
"messageformat": "លាក់រឿងរ៉ាវ"
@ -5681,6 +5678,12 @@
"messageformat": "ពេលខ្លះការទុកអ្វីមួយចោលគឺជាវិធីដ៏ល្អបំផុតដើម្បីឱ្យដឹងថាអ្នកចង់រកវាម្តងទៀត ដូច្នេះយើងបានដោះស្រាយបញ្ហាមួយដែលធ្លាប់ធ្វើឱ្យមានការពិបាកក្នុងការស្វែងរកក្រុមដែលអ្នកលែងជាសមាជិក ប៉ុន្តែវានៅតែមាននៅក្នុងបញ្ជីសន្ទនារបស់អ្នក (ហើយប្រហែលជាស្ថិតនៅក្នុងបេះដូងរបស់អ្នកទៀតផង)។"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "ឥឡូវនេះ អ្នកអាចលុបការឆ្លើយតបដែលបានដកស្រង់ ចេញពីសារដែលបានកែរួច។ ល្អបំផុតគឺសម្រាប់ពេលដែលអ្នកដឹងថាការឆ្លើយតបរបស់អ្នកគឺល្អណាស់ទៅហើយ មិនចាំបាច់មានសារផ្សេងទៀតមកភ្ជាប់អមទេ ឬនៅពេលដែលអ្នកឆ្លើយតបទៅច្រឡំសារដោយចៃដន្យ ដោយនិយាយថា \"ខ្ញុំក៏ស្រឡាញ់អ្នកដែរ\"។"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "យើងបានដោះស្រាយបញ្ហាមួយដែលបានធ្វើឱ្យស្ទីគ័រដំណើរការមិនបានត្រឹមត្រូវនៅក្នុងកម្មវិធីកែមេឌៀ ហើយឥឡូវនេះផ្ទាំងជ្រើសរើសលែងគាំងទៀតហើយនៅពេលដែលអ្នកកំពុងព្យាយាមដាក់ស្ទីគ័រនៅលើរូបភាព។"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "កំណែថ្មីនេះក៏ធ្វើឱ្យអ៊ីនធើហ្វេសចែករំលែកអេក្រង់ថ្មីអាចប្រើបាននៅក្នុង macOS Sequoia បានដែរ។"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "ಟಿಪ್ಪಣಿ"
},
"icu:viewRecentMedia": {
"messageformat": "ಇತ್ತೀಚಿನ ಮಾಧ್ಯಮವನ್ನು ನೋಡಿ"
},
"icu:allMediaMenuItem": {
"messageformat": "ಎಲ್ಲಾ ಮೀಡಿಯಾ"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} ರಿಂದ ಆಡಿಯೊ ಹಾಗೂ ವೀಡಿಯೊ ಸ್ವೀಕರಿಸಲಾಗುತ್ತಿಲ್ಲ"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ಆಡಿಯೊ ಮತ್ತು ವೀಡಿಯೊ ಸ್ವೀಕರಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "ಯಾಕೆಂದರೆ, ಅವರು ನಿಮ್ಮ ಸುರಕ್ಷತೆ ಸಂಖ್ಯೆ ಬದಲಾವಣೆಯನ್ನು ಪರಿಶೀಲಿಸಿಲ್ಲದಿರಬಹುದು, ಅವರ ಸಾಧನದಲ್ಲಿ ಸಮಸ್ಯೆ ಇರಬಹುದು ಅಥವಾ ಅವರು ನಿಮ್ಮನ್ನು ಬ್ಲಾಕ್ ಮಾಡಿರಬಹುದು."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} ಅನ್ನು ಹಂಚಿಕೊಳ್ಳುತ್ತಿದೆ."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signalಸ್ಕ್ರೀನ್ ಶೇರಿಂಗ್‌ ಸಕ್ರಿಯವಾಗಿದೆ"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "ಮರುಸಂಪರ್ಕಿಸಲಾಗುತ್ತಿದೆ…"
},
@ -1626,7 +1626,7 @@
"messageformat": "ನಾಳೆ {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "ಒಳಬರುವ ಮೆಸೇಜ್ ಅನ್ನು ಪ್ರಕ್ರಿಯೆಗೊಳಿಸಲು Signal ವಿಫಲವಾಗಬಹುದು."
},
"icu:messageBodyTooLong": {
"messageformat": "ಮೆಸೇಜ್ ಬಾಡಿ ತುಂಬಾ ಉದ್ದವಾಗಿದೆ."
@ -2976,7 +2976,7 @@
"messageformat": "ಅಡ್ಮಿನ್ ನಿಮ್ಮನ್ನು ತೆಗೆದುಹಾಕಿರುವ ಕಾರಣದಿಂದ ಗ್ರೂಪ್ ಲಿಂಕ್ ಮೂಲಕ ನೀವು ಈ ಗ್ರೂಪ್‌ಗೆ ಸೇರಲು ಸಾಧ್ಯವಿಲ್ಲ."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "ಈ ಗ್ರೂಪ್‌ಗೆ ನೀವು ಸೇರುವುದಕ್ಕೂ ಮೊದಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಈ ಗ್ರೂಪ್‌ನ ಒಬ್ಬ ಅಡ್ಮಿನ್ ಅನುಮತಿಸಬೇಕು. ಅನುಮತಿಸಿದರೆ, ನಿಮ್ಮ ಹೆಸರು ಮತ್ತು ಫೋಟೋವನ್ನು ಅದರ ಸದಸ್ಯರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಲಾಗುತ್ತದೆ."
"messageformat": "ಈ ಗ್ರೂಪ್‌ಗೆ ನೀವು ಸೇರುವುದಕ್ಕೂ ಮೊದಲು ನಿಮ್ಮ ವಿನಂತಿಯನ್ನು ಈ ಗ್ರೂಪ್‌ನ ಒಬ್ಬ ಅಡ್ಮಿನ್ ಅನುಮತಿಸಬೇಕು. ನೀವು ಸೇರಲು ವಿನಂತಿಸಿದಾಗ, ನಿಮ್ಮ ಹೆಸರು ಮತ್ತು ಫೋಟೋವನ್ನು ಅದರ ಸದಸ್ಯರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಲಾಗುತ್ತದೆ."
},
"icu:GroupV2--join--join-button": {
"messageformat": "ಸೇರು"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ಗ್ರೂಪ್‌ನಿಂದ ತೆಗೆದುಹಾಕಿ"
},
"icu:ContactModal--already-in-call": {
"messageformat": "ನೀವು ಈಗಾಗಲೇ ಕಾಲ್‌ನಲ್ಲಿದ್ದೀರಿ"
},
"icu:ContactModal--voice": {
"messageformat": "ಧ್ವನಿ"
},
@ -4449,10 +4446,10 @@
"messageformat": "ನಿಮ್ಮ ಪ್ರೊಫೈಲ್ ಅನ್ನು ಅಪ್‌ಡೇಟ್ ಮಾಡಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. ದಯವಿಟ್ಟು ಮತ್ತೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಿ."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "ಅಮಾನ್ಯ ಅಕ್ಷರಗಳು"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "ನೀವು ನಮೂದಿಸಿದ ಒಂದು ಅಥವಾ ಹೆಚ್ಚಿನ ಅಕ್ಷರಗಳನ್ನು ಬಳಸಲಾಗುವುದಿಲ್ಲ. ಮತ್ತೆ ಪ್ರಯತ್ನಿಸಿ."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "ಅಡ್ಮಿನ್‌ಗೆ ಸಂದೇಶ ಕಳುಹಿಸಿ"
@ -5202,7 +5199,7 @@
"messageformat": "ಸ್ಟೋರಿ"
},
"icu:StoryListItem__unhide": {
"messageformat": "ಸ್ಟೋರೀಸ್ ತೋರಿಸಿ"
"messageformat": "ಸ್ಟೋರಿ ಮರೆ ತೆಗೆಯಿರಿ"
},
"icu:StoryListItem__hide": {
"messageformat": "ಸ್ಟೋರಿಯನ್ನು ಮರೆಮಾಡಿ"
@ -5681,6 +5678,12 @@
"messageformat": "ಕೆಲವೊಮ್ಮೆ ಏನನ್ನಾದರೂ ಬಿಟ್ಟುಬಿಡುವುದು ನೀವು ಅದನ್ನು ಮತ್ತೆ ಹುಡುಕಲು ಬಯಸುತ್ತೀರಿ ಎಂಬುದನ್ನು ಕಂಡುಕೊಳ್ಳಲು ಉತ್ತಮ ವಿಧಾನವಾಗಿದೆ, ಆದ್ದರಿಂದ ನೀವು ಇನ್ನು ಮುಂದೆ ಭಾಗವಾಗಿರದ ಗುಂಪುಗಳನ್ನು ಹುಡುಕಲು ಕಷ್ಟವನ್ನಾಗಿಸುವ ದೋಷವನ್ನು ನಾವು ಸರಿಪಡಿಸಿದ್ದೇವೆ ಆದರೆ ಅದು ಈಗಲೂ ನಿಮ್ಮ ಸಂಭಾಷಣೆಯ ಪಟ್ಟಿಯಲ್ಲಿ ಉಳಿಯುತ್ತದೆ ( ಮತ್ತು ಬಹುಶಃ ನಿಮ್ಮ ಹೃದಯದಲ್ಲಿ)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "ಈಗ ನೀವು ಎಡಿಟ್ ಮಾಡಿದ ಮೆಸೇಜ್‌ಗಳಿಂದ ಉಲ್ಲೇಖಿಸಿದ ಉತ್ತರಗಳನ್ನು ತೆಗೆದುಹಾಕಬಹುದು. ನಿಮ್ಮ ಪ್ರತಿಕ್ರಿಯೆ ಎಷ್ಟು ಚೆನ್ನಾಗಿತ್ತೆಂದರೆ ವಾಸ್ತವದಲ್ಲಿ ಮುಂಚಿನ ಮೆಸೇಜ್‍ಗಳ ಅವಲಂಬನೆ ಬೇಕಾಗಿಲ್ಲ ಎಂಬುದನ್ನು ನೀವು ಅರಿತುಕೊಂಡಂತಹ ಅಥವಾ ತಪ್ಪು ಮೆಸೇಜ್‍ಗೆ ನೀವು ಆಕಸ್ಮಿಕವಾಗಿ “ಐ ಲವ್ ಯು ಟೂ” ಎಂದು ಉತ್ತರಿಸಿದಂತಹ ಕ್ಷಣಗಳಿಗೆ ಇದು ಪರಿಫೂರ್ಣವಾಗಿ ಸೂಕ್ತವಾಗುತ್ತದೆ."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "ಮೀಡಿಯಾ ಎಡಿಟರ್ ನಲ್ಲಿ ಸ್ಟಿಕ್ಕರ್‌ಗಳು ಸರಿಯಾಗಿ ಕಾರ್ಯನಿರ್ವಹಿಸದಂತೆ ತಡೆಯುವ ದೋಷವನ್ನು ನಾವು ಸರಿಪಡಿಸಿದ್ದೇವೆ ಮತ್ತು ಈಗ ನೀವು ಚಿತ್ರದ ಮೇಲೆ ಸ್ಟಿಕ್ಕರ್ ಅನ್ನು ಅಂಟಿಸಲು ಪ್ರಯತ್ನಿಸುತ್ತಿರುವಾಗ ಪಿಕರ್ ಇನ್ನು ಮುಂದೆ ಸಿಲುಕಿಕೊಳ್ಳುವುದಿಲ್ಲ."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "ಈ ಅಪ್‌ಡೇಟ್‌ MacOS Sequoia ನಲ್ಲಿ ಹೊಸ ಸ್ಕ್ರೀನ್ ಶೇರಿಂಗ್ ಇಂಟರ್ಫೇಸ್‌ಗೆ ಬೆಂಬಲವನ್ನು ಸಹ ಒಳಗೊಂಡಿದೆ."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "메모"
},
"icu:viewRecentMedia": {
"messageformat": "최근 미디어 보기"
},
"icu:allMediaMenuItem": {
"messageformat": "모든 미디어"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} 님의 음성 및 영상 통화를 수신할 수 없습니다."
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "오디오와 비디오를 수신할 수 없음"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "이는 해당 사용자가 안전 번호 변경을 확인하지 않았거나, 기기에 문제가 있거나 나를 차단했기 때문일 수 있습니다."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal이 {window} 창을 공유하고 있습니다."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal 화면 공유를 사용 중입니다."
},
"icu:calling__presenting--reconnecting": {
"messageformat": "다시 연결 중…"
},
@ -1626,7 +1626,7 @@
"messageformat": "어제 {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal에서 수신 메시지를 처리하는 데 문제가 있을 수 있습니다."
},
"icu:messageBodyTooLong": {
"messageformat": "메시지 본문이 너무 깁니다."
@ -2976,7 +2976,7 @@
"messageformat": "관리자가 당신을 제거했기 때문에 그룹 링크를 통해 그룹에 참가할 수 없습니다."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "이 그룹에 참가하기 위해서는 먼저 그룹 관리자가 귀하의 참가 요청을 승인해야 합니다. 참여 요청이 승인될 경우, 귀하의 이름과 사진이 그룹 멤버와 공유됩니다."
"messageformat": "이 그룹에 가입하려면 그룹의 관리자가 요청을 승인해야 합니다. 가입을 요청하면 내 이름과 사진이 공유됩니다."
},
"icu:GroupV2--join--join-button": {
"messageformat": "참가"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "그룹에서 제거"
},
"icu:ContactModal--already-in-call": {
"messageformat": "이미 통화에 참여 중입니다."
},
"icu:ContactModal--voice": {
"messageformat": "음성"
},
@ -4449,10 +4446,10 @@
"messageformat": "프로필을 업데이트할 수 없습니다. 다시 시도하세요."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "잘못된 문자"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "입력한 문자 중 하나 이상을 사용할 수 없습니다. 다시 시도하세요."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "관리자에게 메시지 전송"
@ -5202,7 +5199,7 @@
"messageformat": "스토리"
},
"icu:StoryListItem__unhide": {
"messageformat": "스토리 표시"
"messageformat": "스토리 숨기기 취소"
},
"icu:StoryListItem__hide": {
"messageformat": "스토리 숨기기"
@ -5681,6 +5678,12 @@
"messageformat": "본 업데이트는 그룹을 나간 뒤 해당 그룹을 검색하기 어렵게 만드는 버그를 수정합니다."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "이제 편집한 메시지에서 인용된 답장을 제거할 수 있습니다."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "미디어 편집기에서 스티커가 제대로 작동하지 않는 오류를 해결했습니다."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "본 업데이트는 macOS Sequoia의 새로운 화면 공유 인터페이스에 대한 지원도 제공합니다."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Эскертме"
},
"icu:viewRecentMedia": {
"messageformat": "Акыркы медианы көрүү"
},
"icu:allMediaMenuItem": {
"messageformat": "Бардык медиафайлдар"
},
@ -1416,7 +1413,7 @@
"messageformat": "Бул адамдын ({name}) аудио жана видео билдирүүлөрүн ала албайсыз"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Аудио же видео алынган жок"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Бул адам өзгөрүлгөн коопсуздук кодун ырастаган жок же түзмөгүндө кандайдыр бир көйгөй бар же ал сизди бөгөттөп салган."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} менен бөлүшүүдө."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal экран бөлүшүүсү активдүү"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Кайра байланышып жатасыз…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Кечээ {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal келген билдирүүнү иштете албай жатат окшойт."
},
"icu:messageBodyTooLong": {
"messageformat": "Билдирүүнүн тексти өтө узун."
@ -2976,7 +2976,7 @@
"messageformat": "Администратор сизди топтон алып салгандыктан, ага шилтеме аркылуу кошула албайсыз."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Бул топко кошулуу үчүн бул топтун администратору сиздин өтүнүчүңүздү бекитиши керек. Эгер бекитсе, сиздин атыңыз жана сүрөтүңүз анын мүчөлөрү менен бөлүшүлөт."
"messageformat": "Бул топко кошулуу өтүнүчүңүздү топтун администратору кабыл алышы керек. Топко кошулууну өтүнгөнүңүздө, атыңыз менен сүрөтүңүз анын мүчөлөрүнө көрүнөт."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Кошулуу"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Топтон алып салуу"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Сиз чалуудасыз"
},
"icu:ContactModal--voice": {
"messageformat": "Аудио"
},
@ -4449,10 +4446,10 @@
"messageformat": "Профилиңиз жаңыртылган жок. Кайра аракет кылыңыз."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Жараксыз символдор"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Бир же бир нече символ жарабайт. Кайталап көрүңүз."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Администраторго билдирүү жөнөтүү"
@ -5202,7 +5199,7 @@
"messageformat": "Окуя"
},
"icu:StoryListItem__unhide": {
"messageformat": "Окуяларды көрсөтүү"
"messageformat": "Окуяны көрсөтүү"
},
"icu:StoryListItem__hide": {
"messageformat": "Окуяны жашыруу"
@ -5681,6 +5678,12 @@
"messageformat": "Кээде бир нерсени артка калтыргандан кийин гана баркын сезесиң. Ошол сыңары, чыгып кеткен тобуңузду кайра оңой тапкыдай мүмкүнчүлүк бердик."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Эми оңдолгон билдирүүлөрдөгү тырмакчаланган жоопторду өчүрүп салсаңыз болот. \"Мен да сени сүйөм\" деп жаңылыш билдирүү жөнөтүп алган учурларга жакшы."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Медиа редактордо стикерлердин туура иштебей калышына алып келген мүчүлүштүктү оңдодук жана сүрөткө стикерди койгонуңузда меню такалып калбайт."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Бул жаңыртуу ошондой эле macOS Sequoia'да жаңы экранды бөлүшүү тажрыйбасын колдоону камтыйт."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Pastaba"
},
"icu:viewRecentMedia": {
"messageformat": "Rodyti paskiausią mediją"
},
"icu:allMediaMenuItem": {
"messageformat": "Visi įrašai"
},
@ -1416,7 +1413,7 @@
"messageformat": "Negalima gauti garso ir vaizdo iš {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Negalima gauti garso ir vaizdo"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Taip gali būti dėl to, kad šis žmogus nepatvirtino tavo saugumo numerio pasikeitimo, turi problemų su įrenginiu arba tave užblokavo."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal bendrina {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "„Signal“ ekrano bendrinimas yra aktyvus"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Jungiamasi iš naujo…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Vakar {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Gali būti, kad „Signal“ nepavyksta apdoroti gaunamos žinutės."
},
"icu:messageBodyTooLong": {
"messageformat": "Žinutės turinys yra per ilgas."
@ -2976,7 +2976,7 @@
"messageformat": "Tu negali prisijungti prie grupės per šią grupės nuorodą, nes administratorius tave pašalino."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Prieš tai, kai galėsite prisijungti prie šios grupės, jos administratorius privalo patvirtinti jūsų prašymą. Jei prašymas bus patvirtintas, jūsų vardas ir nuotrauka bus bendrinami su grupės nariais."
"messageformat": "Prieš tai, kai galėsite prisijungti prie šios grupės, jos administratorius privalo patvirtinti jūsų prašymą. Kai paprašysite prisijungti prie grupės, jūsų vardas ir nuotrauka bus bendrinami su jos nariais."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Prisijungti"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Šalinti iš grupės"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Jūs jau esate skambutyje"
},
"icu:ContactModal--voice": {
"messageformat": "Skambutis"
},
@ -4449,10 +4446,10 @@
"messageformat": "Nepavyko atnaujinti jūsų profilio. Bandykite dar kartą."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Netinkami simboliai"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Vieno ar daugiau įvestų simbolių naudoti negalima. Bandykite dar kartą."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Rašyti žinutę administratoriui"
@ -5202,7 +5199,7 @@
"messageformat": "Istorija"
},
"icu:StoryListItem__unhide": {
"messageformat": "Rodyti istorijas"
"messageformat": "Nebeslėpti istorijos"
},
"icu:StoryListItem__hide": {
"messageformat": "Slėpti istoriją"
@ -5681,6 +5678,12 @@
"messageformat": "Šiuo atnaujinimu ištaisėme klaidą, dėl kurios buvo sunku ieškoti grupės iš jos išėjus."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Dabar galite pašalinti cituotus atsakymus iš redaguotų žinučių."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Ištaisėme klaidą, dėl kurios lipdukai tinkamai neveikė įrašų redagavimo įrankyje."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Šis naujinimas taip pat apima naujos ekrano bendrinimo sąsajos palaikymą sistemoje „MacOS Sequoia“."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Piezīme"
},
"icu:viewRecentMedia": {
"messageformat": "Skatīt jaunāko multivides saturu"
},
"icu:allMediaMenuItem": {
"messageformat": "Visa multivide"
},
@ -1416,7 +1413,7 @@
"messageformat": "Nevar saņemt audio un video no {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nevar saņemt audio un video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Tā var notikt, jo dalībnieki nav verificējuši jūsu drošības numura izmaiņas, radusies problēma ar ierīci vai arī dalībnieki ir jūs bloķējuši."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal koplieto {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal ekrāna kopīgošana ir aktīva"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Veido savienojumu vēlreiz…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Vakar, {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Iespējams, Signal nespēj apstrādāt ienākošu ziņojumu."
},
"icu:messageBodyTooLong": {
"messageformat": "Ziņas pamatteksts ir pārāk garš."
@ -2976,7 +2976,7 @@
"messageformat": "Jūs nevarat pievienoties šai grupai, izmantojot grupas saiti, jo administrators jums to ir liedzis."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Lai jūs varētu pievienoties šai grupai, šīs grupas administratoram ir jāapstiprina jūsu pieprasījums. Ja tas tiks apstiprināts, grupas dalībnieki redzēs jūsu vārdu un fotoattēlu."
"messageformat": "Lai varētu pievienoties šai grupai, šīs grupas administratoram ir jāapstiprina jūsu pieprasījums. Kad nosūtīsiet pieprasījumu pievienoties, grupas dalībnieki redzēs jūsu vārdu un fotoattēlu."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Pievienoties"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Noņemt no grupas"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Jūs jau esat zvanā"
},
"icu:ContactModal--voice": {
"messageformat": "Balss"
},
@ -4449,10 +4446,10 @@
"messageformat": "Jūsu profilu nevarēja atjaunināt. Lūdzu, mēģiniet vēlreiz."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Nederīgas rakstzīmes"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Vienu vai vairākas ievadītās rakstzīmes nevar izmantot. Mēģiniet vēlreiz."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Ziņot adminam"
@ -5202,7 +5199,7 @@
"messageformat": "Stāsts"
},
"icu:StoryListItem__unhide": {
"messageformat": "Rādīt stāstus"
"messageformat": "Parādīt stāstu"
},
"icu:StoryListItem__hide": {
"messageformat": "Paslēpt stāstu"
@ -5681,6 +5678,12 @@
"messageformat": "Reizēm labākais veids, kā kaut ko atrast, ir atstāt aiz sevis pēdas. Šajā atjauninājumā ir izlabota kļūda, kuras dēļ ne vienmēr izdevās atrast grupas, kurās vairs neesat, bet kuras vēl aizvien atrodas jūsu sarunu sarakstā (un, iespējams, jūsu sirdī)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Tagad no rediģētajām ziņām varat noņemt citētās atbildes. Tas noderēs gadījumos, kad jūsu atbilde ir bijusi tik lieliska, ka tai nav jāstāv uz citu ziņu pleciem, vai tad, kad ar \"Es arī tevi mīlu\" esat atbildējuši uz nepareizo ziņu."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Mēs atrisinājām kļūdu, kuras dēļ multivides redaktorā uzlīmes darbojās nepareizi."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Šis atjauninājums ietver arī atbalstu jaunajai ekrāna koplietošanas saskarnei operētājsistēmā MacOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Белешка"
},
"icu:viewRecentMedia": {
"messageformat": "Погледни скорешна медиумска датотека"
},
"icu:allMediaMenuItem": {
"messageformat": "Сите медиумски датотеки"
},
@ -1416,7 +1413,7 @@
"messageformat": "Не можам да примам аудио и видео од {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Не може да се прима аудио и видео"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Ова може да се случи бидејќи тие ја немаат потврдено проментата на вашиот безбедносен број, има некаков проблем со нивниот уред, или ве имаат блокирано."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal споделува {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Споделувањето на екран е во тек"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Повторно поврзување…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Вчера {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Можно е Signal да има проблем со процесирање дојдовна порака."
},
"icu:messageBodyTooLong": {
"messageformat": "Телото на пораката е предолго."
@ -2976,7 +2976,7 @@
"messageformat": "Не можете да се приклучите на оваа група преку групниот линк бидејќи администратор ве отстрани."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Администраторот на оваа група мора да го одобри Вашето барање пред да се приклучите на групата. Ако ви биде одоборено барањето Вашето име и слика ќе бидат споделени со членовите на групата."
"messageformat": "Администраторот на ова група мора да го одобри Вашето барање пред да се приклучите. Кога барате да се приклучите, Вашето име и слика ќе бидат споделени со членовите."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Приклучи сѐ"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Отстрани од група"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Веќе сте на повик"
},
"icu:ContactModal--voice": {
"messageformat": "Гласовен повик"
},
@ -4449,10 +4446,10 @@
"messageformat": "Вашиот профил не можеше да се ажурира. Ве молиме обидете се повторно."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Неважечки знаци"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Еден или повеќе од знаците коишто ги внесовте не може да се користат. Обидете се повторно."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Испрати порака на админ"
@ -5202,7 +5199,7 @@
"messageformat": "Приказна"
},
"icu:StoryListItem__unhide": {
"messageformat": "Прикажи приказни"
"messageformat": "Вратете ја видливоста на приказната"
},
"icu:StoryListItem__hide": {
"messageformat": "Скријте ја приказна"
@ -5681,6 +5678,12 @@
"messageformat": "Во оваа верзија е решена грешка која го отежнуваше пронаоѓањето на група по нејзино напуштање."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Сега можете да ги отстраните цитираните одговори од изменетите пораки."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Решивме грешка која спречуваше правилно функционирање на налепниците во уредувачот на медиумски датотеки."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Оваа верзија вклучува поддршка за новиот интерфејс за споделување на екран на macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "കുറിപ്പ്"
},
"icu:viewRecentMedia": {
"messageformat": "സമീപകാല മീഡിയ കാണുക"
},
"icu:allMediaMenuItem": {
"messageformat": "എല്ലാ മീഡിയയും"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} നിന്ന് ഓഡിയോയും വീഡിയോയും സ്വീകരിക്കാൻ കഴിയുന്നില്ല "
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ഓഡിയോയും വീഡിയോയും സ്വീകരിക്കാൻ കഴിയില്ല"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "നിങ്ങളുടെ സുരക്ഷാ നമ്പർ മാറ്റം അവർ സ്ഥിരീകരിക്കാത്തതിനാലോ അവരുടെ ഉപകരണത്തിൽ ഒരു പ്രശ്നമുണ്ടായതിനാലോ അവർ നിങ്ങളെ തടഞ്ഞതിനാലോ ആയിരിക്കാം ഇത്."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} പങ്കിടുന്നു."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal സ്ക്രീൻ പങ്കിടൽ സജീവമാണ്"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "വീണ്ടും കണക്റ്റ് ചെയ്യുന്നു..."
},
@ -1626,7 +1626,7 @@
"messageformat": "ഇന്നലെ {time} മണിക്ക്"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "ഇൻകമിംഗ് സന്ദേശം പ്രോസസ്സ് ചെയ്യുന്നതിൽ Signal പരാജയപ്പെട്ടേക്കാം."
},
"icu:messageBodyTooLong": {
"messageformat": "സന്ദേശം ഉള്ളടക്കം വളരെ ദൈർഘ്യമേറിയതാണ്."
@ -2976,7 +2976,7 @@
"messageformat": "ഒരു അഡ്മിൻ നിങ്ങളെ നീക്കം ചെയ്തതിനാൽ ഗ്രൂപ്പ് ലിങ്ക് വഴി നിങ്ങൾക്ക് ഈ ഗ്രൂപ്പിൽ ചേരാൻ കഴിയില്ല."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "ഈ ഗ്രൂപ്പിൽ ചേരുന്നതിന് മുമ്പ് ഈ ഗ്രൂപ്പിന്റെ ഒരു അഡ്മിൻ നിങ്ങളുടെ അഭ്യർത്ഥന അംഗീകരിക്കണം. അനുമതി ലഭിച്ചാൽ, നിങ്ങളുടെ പേരും ഫോട്ടോയും അതിന്റെ അംഗങ്ങളുമായി പങ്കിടും."
"messageformat": "നിങ്ങൾ ഈ ഗ്രൂപ്പിൽ ചേരുന്നതിന് മുമ്പ് നിങ്ങളുടെ അഭ്യർത്ഥന ഈ ഗ്രൂപ്പിന്റെ അഡ്മിൻ അംഗീകരിക്കണം. ഗ്രൂപ്പിൽ ചേരാൻ നിങ്ങൾ അഭ്യർത്ഥിക്കുമ്പോൾ, നിങ്ങളുടെ ഫോട്ടോയും നമ്പറും അതിലെ അംഗങ്ങളുമായി പങ്കിടും."
},
"icu:GroupV2--join--join-button": {
"messageformat": "ചേരുക"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ഗ്രൂപ്പിൽ നിന്ന് നീക്കം ചെയ്യൂ"
},
"icu:ContactModal--already-in-call": {
"messageformat": "നിങ്ങൾ ഇതിനകം ഒരു കോളിൽ ഉണ്ട്"
},
"icu:ContactModal--voice": {
"messageformat": "ശബ്ദം"
},
@ -4449,10 +4446,10 @@
"messageformat": "നിങ്ങളുടെ പ്രൊഫൈൽ അപ്ഡേറ്റ് ചെയ്യാനായില്ല. ദയവായി വീണ്ടും ശ്രമിക്കുക."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "പ്രതീകങ്ങൾ അസാധുവാണ്"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "നിങ്ങൾ നൽകിയ ഒന്നോ അതിലധികമോ പ്രതീകങ്ങൾ ഉപയോഗിക്കാൻ കഴിയില്ല. വീണ്ടും ശ്രമിക്കുക."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "ഒരു അഡ്മിനു സന്ദേശം അയക്കുക"
@ -5202,7 +5199,7 @@
"messageformat": "സ്റ്റോറി"
},
"icu:StoryListItem__unhide": {
"messageformat": "സ്റ്റോറികൾ കാണിക്കുക"
"messageformat": "സ്റ്റോറി മറച്ചത് മാറ്റുക"
},
"icu:StoryListItem__hide": {
"messageformat": "സ്റ്റോറി മറയ്ക്കുക"
@ -5681,6 +5678,12 @@
"messageformat": "ചിലപ്പോഴൊക്കെ എന്തെങ്കിലും ഉപേക്ഷിക്കുന്നതാണ് അത് വീണ്ടും കണ്ടെത്തണമെന്ന് ആഗ്രഹിക്കാനുള്ള ഏറ്റവും നല്ല മാർഗം, അതിനാലാണ് നിങ്ങൾ ഇപ്പോൾ ഭാഗമല്ലാത്തതും എന്നാൽ ഇപ്പോഴും നിങ്ങളുടെ സംഭാഷണ ലിസ്റ്റിൽ നിലനിൽക്കുന്നതുമായ ( ഒരുപക്ഷേ നിങ്ങളുടെ ഹൃദയത്തിൽ) ഗ്രൂപ്പുകൾക്കായി തിരയുന്നത് കഠിനമാക്കിയിരുന്ന ഒരു ബഗ് ഞങ്ങൾ പരിഹരിച്ചത്."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "എഡിറ്റ് ചെയ്ത സന്ദേശങ്ങളിൽ നിന്ന് ഉദ്ധരിച്ച മറുപടികൾ ഇപ്പോൾ നിങ്ങൾക്ക് നീക്കം ചെയ്യാം. നിങ്ങളുടെ പ്രതികരണം വളരെ മികച്ചതും പൂർണ്ണവുമാണെന്നും അതിനാൽ അതിന് മറ്റൊരു സന്ദേശത്തിന്റെ തണലിൽ നിൽക്കേണ്ടിവരില്ലെന്നും നിങ്ങൾ തിരിച്ചറിയുന്ന സാഹചര്യത്തിലും, അല്ലെങ്കിൽ \"ഐ ലവ് യു ടു\" എന്ന് ഉദ്ദേശിക്കാത്ത ഒരു സന്ദേശത്തിന് അബദ്ധത്തിൽ മറുപടി നൽകുന്ന സാഹര്യത്തിലും ഇത് അനുയോജ്യമായിരിക്കും."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "മീഡിയ എഡിറ്ററിൽ സ്റ്റിക്കറുകൾ ശരിയായി പ്രവർത്തിക്കുന്നത് തടഞ്ഞിരുന്ന ഒരു ബഗ് ഞങ്ങൾ പരിഹരിച്ചു, ഇനി നിങ്ങൾ ഒരു ചിത്രത്തിൽ സ്റ്റിക്കർ ഒട്ടിക്കാൻ ശ്രമിക്കുമ്പോൾ പിക്കർ കുടുങ്ങിപ്പോകുന്ന പ്രശ്നമുണ്ടാകില്ല."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "ഈ അപ്‌ഡേറ്റിൽ MacOS Sequoia-യിലെ പുതിയ സ്‌ക്രീൻ പങ്കിടൽ ഇൻ്റർഫേസിനുള്ള പിന്തുണയും ഉൾപ്പെടുന്നു."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "टीप"
},
"icu:viewRecentMedia": {
"messageformat": "अलीकडील मिडिया बघा"
},
"icu:allMediaMenuItem": {
"messageformat": "सर्व मिडिया"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} कडून ऑडिओ आणि व्हिडिओ प्राप्त करू शकत नाही"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ऑडिओ आणि व्हिडीओ प्राप्त करू शकत नाही"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "त्यांनी आपला सुरक्षितता नंबर बदल सत्यापित न केल्यामुळे, त्यांच्या डिव्हाईसमध्ये काहीतरी समस्या असल्यामुळे, किंवा त्यांनी आपल्याला अवरोधित केल्यामुळे असे असू शकते."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} सामायिक करत आहे."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal स्क्रीन शेअर करणे सक्रिय आहे"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "पुन्हा कनेक्ट करत आहे(...)"
},
@ -1626,7 +1626,7 @@
"messageformat": "काल {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal येणाऱ्या संदेशांवर प्रक्रिया करू शकण्यात अयशस्वी होऊ शकते."
},
"icu:messageBodyTooLong": {
"messageformat": "संदेश अंग खूप मोठे आहे."
@ -2976,7 +2976,7 @@
"messageformat": "ॲडमिनने आपल्याला काढून टाकले असल्यामुळे आपण ग्रुप लिंकद्वारे या ग्रुपमध्ये सामील होऊ शकत नाही."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "आपण या गटामध्ये सामील होण्यापूर्वी या गटाच्या प्रशासकाने आपली विनंती मंजूर करणे आवश्यक आहे. मंजूर केल्यास आपले नाव आणि फोटो याच्या सदस्यांसह सामायिक केला जाईल."
"messageformat": "आपण या गटामध्ये सामील होण्यापूर्वी या गटाच्या प्रशासकाने आपली विनंती मंजूर करणे आवश्यक आहे. आपण सामील होण्याची विनंती करता तेव्हा आपले नाव आणि फोटो सदस्यांसह सामायिक केला जाईल."
},
"icu:GroupV2--join--join-button": {
"messageformat": "सामील व्हा"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ग्रुपमधून काढून टाका"
},
"icu:ContactModal--already-in-call": {
"messageformat": "आपण आधीच एक कॉलमध्ये आहात"
},
"icu:ContactModal--voice": {
"messageformat": "व्हॉईस"
},
@ -4449,10 +4446,10 @@
"messageformat": "आपली प्रोफाईल अद्यतनित केली जाऊ शकली नाही. कृपया पुन्हा प्रयत्न करा."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "अवैध वर्ण"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "आपण प्रविष्ट केलेल्या एक किंवा अधिक वर्णांना वापरले जाऊ शकत नाही. पुन्हा प्रयत्न करा."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "प्रशासकाला संदेश पाठवा"
@ -5202,7 +5199,7 @@
"messageformat": "स्टोरी"
},
"icu:StoryListItem__unhide": {
"messageformat": "स्टोरीज दाखवा"
"messageformat": "स्टोरी उघड करा"
},
"icu:StoryListItem__hide": {
"messageformat": "स्टोरी लपवा"
@ -5681,6 +5678,12 @@
"messageformat": "काहीवेळा काहीतरी मागे सोडणे हा तुम्हाला ते पुन्हा शोधायचे आहे हे शोधण्याचा सर्वोत्तम मार्ग आहे, म्हणून आम्ही ज्यामुळे आपण यापुढे ज्या गटांचा भाग नाही, परंतु तरीही तो आपल्या संभाषण सूचीमध्ये राहत होता (आणि कदाचित आपल्या ह्रदयात देखील), असा गट शोधणे कठीण करत असलेला बग दुरूस्त केला आहे."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "आता आपण संपादित संदेशातून उद्धृत प्रत्त्युत्तरांना हटवू शकता. जेव्हा आपला प्रतिसाद इतका चांगला होता की आपणाला दुसऱ्या संदेशावर उभे राहण्याची गरज नाही किंवा आपण चुकून \"मी देखील तुझ्यावर प्रेम करतो .\" असा चुकीच्या संदेशाला प्रत्त्युत्तर देता तेव्हा हे त्या क्षणांसाठी योग्य आहे."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "मिडीया एडिटर मध्ये स्टिकर्सना योग्यरित्या काम करण्यापासून रोखणाऱ्या दोषाचे निराकरण केले आहे, आणि आता आपण जेव्हा चित्रावरील स्टिकर चिकटवण्याचा प्रयत्न करता तेव्हा वेचक यापुढे अडकून राहणार नाही."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "हा अपडेट्स देखील macOS Sequoia मधील इंटरफेस नवीन स्क्रीन शेअरिंग साठी सपोर्टचा देखील समावेश आहे."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Nota"
},
"icu:viewRecentMedia": {
"messageformat": "Lihat media terkini"
},
"icu:allMediaMenuItem": {
"messageformat": "Semua media"
},
@ -1416,7 +1413,7 @@
"messageformat": "Tidak dapat menerima audio dan video daripada {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Tidak dapat menerima audio dan video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Ini mungkin kerana mereka belum mengesahkan perubahan nombor keselamatan anda, terdapat masalah dengan peranti mereka atau mereka telah menyekat anda."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal sedang kongsikan {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Perkongsian skrin Signal aktif"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Menyambung semula..."
},
@ -1626,7 +1626,7 @@
"messageformat": "Semalam {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal mungkin gagal memproses mesej masuk."
},
"icu:messageBodyTooLong": {
"messageformat": "Isi mesej terlalu panjang"
@ -2976,7 +2976,7 @@
"messageformat": "Anda tidak boleh menyertai kumpulan ini melalui pautan kumpulan kerana pentadbir telah mengalih keluar anda."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Pentadbir kumpulan ini mesti meluluskan permintaan anda sebelum anda dapat menyertai kumpulan ini. Sekiranya diluluskan, nama dan foto anda akan dikongsikan dengan ahli-ahlinya."
"messageformat": "Pentadbir kumpulan ini mesti meluluskan permintaan anda sebelum anda dapat menyertai kumpulan ini. Apabila anda meminta untuk menyertai kumpulan, nama dan foto anda akan dikongsikan dengan ahli-ahlinya."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Sertai"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Alih keluar daripada kumpulan"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Anda sudah berada dalam panggilan"
},
"icu:ContactModal--voice": {
"messageformat": "Suara"
},
@ -4449,10 +4446,10 @@
"messageformat": "Profil anda tidak dapat dikemas kini. Sila cuba lagi."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Aksara tidak sah"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Satu atau lebih aksara yang anda masukkan tidak boleh digunakan. Cuba lagi."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Mesej pentadbir"
@ -5202,7 +5199,7 @@
"messageformat": "Cerita"
},
"icu:StoryListItem__unhide": {
"messageformat": "Tunjukkan cerita"
"messageformat": "Nyahsembunyi cerita"
},
"icu:StoryListItem__hide": {
"messageformat": "Sembunyikan cerita"
@ -5681,6 +5678,12 @@
"messageformat": "Kemas kini ini membaiki pepijat yang menjadikannya sukar untuk mencari kumpulan selepas keluar daripada kumpulan itu."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Kini anda boleh mengalih keluar balasan yang dipetik daripada mesej yang diedit."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Kami membaiki pepijat yang menghalang pelekat daripada berfungsi dengan betul dalam editor media."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Kemas kini ini juga termasuk sokongan untuk antara muka perkongsian skrin baharu dalam macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "မှတ်ချက်"
},
"icu:viewRecentMedia": {
"messageformat": "မကြာမီက မီဒီယာကို ကြည့်ရန်"
},
"icu:allMediaMenuItem": {
"messageformat": "မီဒီယာအားလုံး"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} မှ အသံနှင့် ဗီဒီယို မရရှိနိုင်ပါ"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "အော်ဒီယိုနှင့် ဗီဒီယိုကို လက်ခံ၍မရပါ"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "သင့်လုံခြုံရေးနံပါတ် ပြောင်းလဲမှုကို ၎င်းတို့ အတည်မပြုရသေးသောကြောင့် သော်လည်းကောင်း၊ ၎င်းတို့ စက်တွင် ပြဿနာရှိနေသောကြောင့် သော်လည်းကောင်း၊ ၎င်းတို့က သင့်ကို ဘလော့ခ်ထားသောကြောင့် သော်လည်းကောင်း ဖြစ်နိုင်ပါသည်။"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal သည် {window} ကို ဝေမျှနေသည်။"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal မျက်နှာပြင်မျှဝေခြင်း လုပ်ဆောင်နေသည်"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "ပြန်ချိတ်ဆက်နေဆဲ..."
},
@ -1626,7 +1626,7 @@
"messageformat": "ယမန်နေ့ {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal သည် အဝင်မက်ဆေ့ချ်ကို ဆောင်ရွက်ရန် ပျက်ကွက်နေနိုင်သည်။"
},
"icu:messageBodyTooLong": {
"messageformat": "မက်ဆေ့ချ် စာကိုယ် ရှည်လွန်းနေပါသည်။"
@ -2976,7 +2976,7 @@
"messageformat": "အက်ဒ်မင်သည် သင့်အား ဖယ်ရှားခဲ့သောကြောင့် အဖွဲ့လင့်ခ်မှတစ်ဆင့် ဤအဖွဲ့တွင် ပါဝင်၍ မရနိုင်ပါ။"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "ဤအဖွဲ့တွင် သင်မပါဝင်မီ ဤအဖွဲ့ အက်ဒ်မင်က သင့်တောင်းဆိုချက်ကို အတည်ပြုရပါမည်။ အတည်ပြုပြီးပါက သင့်အမည်နှင့် ဓာတ်ပုံကို ၎င်းမန်ဘာများနှင့် ဝေမျှပါမည်။"
"messageformat": "သင်သည် အဖွဲ့ထဲသို့မဝင်နိုင်ခင် သင်၏ တောင်းဆိုမှုကို အဖွဲ့၏ စီမံသူတစ်ဦးမှ လက်ခံရပါမည်။ သင်မှ​ဝင်ရောက်ရန် တောင်းဆိုလျှင် သင်၏ အမည် နှင့် ရုပ်ပုံကို အဖွဲ့ဝင်များနှင့် မျှဝေပါမည်။"
},
"icu:GroupV2--join--join-button": {
"messageformat": "ဝင်ပါမယ်"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "အဖွဲ့မှ ဖယ်ရှားရန်"
},
"icu:ContactModal--already-in-call": {
"messageformat": "သင်သည် ကောလ်ထဲတွင် ရှိပြီးဖြစ်သည်"
},
"icu:ContactModal--voice": {
"messageformat": "အသံ"
},
@ -4449,10 +4446,10 @@
"messageformat": "သင်၏ ပရိုဖိုင်ကို အပ်ဒိတ်လုပ်၍ မရနိုင်ပါ။ ထပ်ကြိုးစားကြည့်ပါ။"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "စာလုံးများ အကျုံးမဝင်ပါ"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "သင်ထည့်သွင်းထားသည့် တစ်ခု သို့မဟုတ် တစ်ခုထက်ပိုသောစာလုံးများအား အသုံးပြု၍မရပါ။ ထပ်မံကြိုးစားပါ။"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "အက်ဒ်မင်ထံ မက်ဆေ့ချ် ပို့ရန်"
@ -5202,7 +5199,7 @@
"messageformat": "စတိုရီ"
},
"icu:StoryListItem__unhide": {
"messageformat": "စတိုရီများ ပြသရန်"
"messageformat": "စတိုရီကို ဝှက်ထားမှုမှ ဖျက်ရန်"
},
"icu:StoryListItem__hide": {
"messageformat": "စတိုရီကို ဝှက်ရန်"
@ -5681,6 +5678,12 @@
"messageformat": "အဖွဲ့မှထွက်ခွာပြီးနောက် ထိုအဖွဲ့ကိုရှာရန် ခက်ခဲသည့် ပြစ်ချက်ကို ဤအပ်ဒိတ်တွင် ပြုပြင်ထားသည်။"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "ယခု သင် တည်းဖြတ်ထားသော မက်ဆေ့ချ်များမှ ကိုးကားထားသော ပြန်စာများကို ဖယ်ရှားနိုင်ပါပြီ။"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "မီဒီယာတည်းဖြတ်မှုတွင် စတစ်ကာများ မှန်ကန်စွာအလုပ်လုပ်ရန် အတားအဆီးဖြစ်စေသည့် ချွတ်ယွင်းချက်တစ်ခုကို ပြင်ဆင်ထားသည်။"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "ဤအပ်ဒိတ်တွင် macOS Sequoia ရှိ မျက်နှာပြင်မျှဝေခြင်း အင်တာဖေ့စ်အသစ်အတွက် ပံ့ပိုးမှုလည်း ပါဝင်သည်။"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Notat"
},
"icu:viewRecentMedia": {
"messageformat": "Vis nyere media"
},
"icu:allMediaMenuItem": {
"messageformat": "Alle mediefiler"
},
@ -1416,7 +1413,7 @@
"messageformat": "Kan ikke motta lyd og bilde fra {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Lyd og video er ikke tilgjengelig"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Dette kan være fordi vedkommende ikke har verifisert det endrede sikkerhetsnummeret ditt, det er et problem med personens enhet eller hen har blokkert deg."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal deler {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Deler skjerm via Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Kobler til på nytt …"
},
@ -1626,7 +1626,7 @@
"messageformat": "I går kl. {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Det kan hende at Signal har problemer med å behandle en innkommende melding."
},
"icu:messageBodyTooLong": {
"messageformat": "Meldingsteksten er for lang."
@ -2976,7 +2976,7 @@
"messageformat": "Du kan ikke bli med i denne gruppen via gruppelenken fordi en administrator fjernet deg fra gruppen."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "En administrator av denne gruppen må godkjenne forespørselen din før du kan bli med. Hvis den godkjennes, deles ditt navn og bilde med gruppemedlemmene."
"messageformat": "En administrator for gruppen må godkjenne forespørselen din før du kan bli med. Når du ber om å få bli med, deles navnet og bildet ditt med gruppemedlemmene."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Bli med"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Fjern fra gruppen"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Du er allerede i en samtale"
},
"icu:ContactModal--voice": {
"messageformat": "Tale"
},
@ -4449,10 +4446,10 @@
"messageformat": "Profilen din kunne ikke oppdateres. Prøv igjen."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Ugyldige tegn"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Teksten inneholder ugyldige tegn. Prøv på nytt."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Send melding til en administrator"
@ -5202,7 +5199,7 @@
"messageformat": "Story"
},
"icu:StoryListItem__unhide": {
"messageformat": "Vis storyer"
"messageformat": "Vis story"
},
"icu:StoryListItem__hide": {
"messageformat": "Skjul story"
@ -5681,6 +5678,12 @@
"messageformat": "I denne oppdateringen har vi gjort det mulig å søke etter grupper som du har meldt deg ut av tidligere."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Nå er det mulig å fjerne siterte svar fra redigerte meldinger."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Vi har fikset opp i en feil i medieredigeringsprogrammet, som førte til at klistremerkene ikke fungerte optimalt."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Denne oppdateringen gjør det også mulig å bruke det nye grensesnittet for skjermdeling i macOS Sequoia."
}
}

View File

@ -48,7 +48,7 @@
"messageformat": "Erkenningen bij deze software"
},
"icu:privacyPolicy": {
"messageformat": "Gebruiksvoorwaarden & privacybeleid"
"messageformat": "Voorwaarden & privacybeleid"
},
"icu:appleSilicon": {
"messageformat": "Apple silicon"
@ -723,7 +723,7 @@
"messageformat": "wat er nieuw is"
},
"icu:typingAlt": {
"messageformat": "Animatie voor typen voor deze chat"
"messageformat": "Typindicator voor deze chat"
},
"icu:contactInAddressBook": {
"messageformat": "Deze persoon staat in je telefooncontacten"
@ -879,7 +879,7 @@
"messageformat": "Dit bericht zal alleen van dit apparaat worden verwijderd."
},
"icu:deleteForEveryoneWarning": {
"messageformat": "Dit bericht wordt verwijderd voor iedereen in de chat als ze een recente versie van Signal gebruiken. Ze kunnen zien dat je een bericht hebt verwijderd."
"messageformat": "Dit bericht wordt voor iedereen in de chat verwijderd als ze een recente versie van Signal gebruiken. Ze kunnen zien dat je een bericht hebt verwijderd."
},
"icu:from": {
"messageformat": "Van"
@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Notitie"
},
"icu:viewRecentMedia": {
"messageformat": "Recente media weergeven"
},
"icu:allMediaMenuItem": {
"messageformat": "Alle media"
},
@ -1032,7 +1029,7 @@
"messageformat": "Meer informatie"
},
"icu:ChatRefresh--summary": {
"messageformat": "Het kan soms nodig zijn om je chatsessie te vernieuwen. Dit heeft geen invloed op de beveiliging van je chat, maar het is mogelijk dat je een bericht van je contact hebt gemist. Je kunt je contact vragen om hun meest recente berichten opnieuw te sturen."
"messageformat": "Signal maakt gebruik van end-to-end-versleuteling en het kan soms nodig zijn om je chatsessie te vernieuwen. Dit heeft geen invloed op de beveiliging van je chat, maar het is mogelijk dat je een bericht van je contact hebt gemist. Je kunt je contact vragen om hun meest recente berichten opnieuw te sturen."
},
"icu:ChatRefresh--contactSupport": {
"messageformat": "Neem contact op met ondersteuning"
@ -1062,7 +1059,7 @@
"messageformat": "Nieuw persoon bereikbaar via Signal"
},
"icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} en {conversationTitle} zijn hetzelfde account. Hier vind je je chatgeschiedenis voor beide chats."
"messageformat": "{obsoleteConversationTitle} en {conversationTitle} zijn hetzelfde account. Je vind hier je chatgeschiedenis voor beide chats."
},
"icu:ConversationMerge--notification--with-e164": {
"messageformat": "Je chatgeschiedenis met {conversationTitle} en het nummer {obsoleteConversationNumber} zijn samengevoegd."
@ -1098,7 +1095,7 @@
"messageformat": "Afbeelding verstuurd in chat"
},
"icu:imageCaptionIconAlt": {
"messageformat": "Pictogram dat laat zien dat deze afbeelding een bijschrift heeft"
"messageformat": "Icoon dat laat zien dat deze afbeelding een bijschrift heeft"
},
"icu:save": {
"messageformat": "Opslaan"
@ -1176,7 +1173,7 @@
"messageformat": "Verbinden met server mislukt."
},
"icu:installTooManyDevices": {
"messageformat": "Sorry, je hebt te veel apparaten gekoppeld. Probeer er enkele te verwijderen."
"messageformat": "Sorry, je hebt het maximale aantal apparaten dat je aan je account kunt koppelen al bereikt. Verwijder een apparaat en probeer het opnieuw."
},
"icu:installTooOld": {
"messageformat": "Werk Signal bij op dit apparaat om het aan je telefoon te kunnen koppelen."
@ -1416,7 +1413,7 @@
"messageformat": "Kan geen audio en video van {name} ontvangen"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Kan geen audio en video ontvangen"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Dit kan zijn omdat ze jouw wijziging van het veiligheidsnummer niet hebben geverifieerd, er een probleem is met hun apparaat, of omdat ze jou hebben geblokkeerd."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal deelt je scherm: {window}"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Je deelt je scherm op Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Opnieuw aan het verbinden…"
},
@ -1470,7 +1470,7 @@
"messageformat": "Klik op het pictogram van een hangslot linksonder en voer vervolgens het wachtwoord van je computer in."
},
"icu:calling__presenting--permission-instruction-step3": {
"messageformat": "Vink het selectievakje naast Signal aan aan de rechterkant van het scherm. Als je Signal niet in de lijst ziet, klik dan op het +-pictogram om Signal aan de lijst toe te voegen."
"messageformat": "Vink het selectievakje naast Signal aan aan de rechterkant van het scherm. Als je Signal niet in de lijst ziet, klik dan op het +-symbool om Signal aan de lijst toe te voegen."
},
"icu:calling__presenting--permission-open": {
"messageformat": "Open de systeemvoorkeuren"
@ -1626,7 +1626,7 @@
"messageformat": "Gisteren {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal kan mogelijk een binnenkomend bericht niet verwerken."
},
"icu:messageBodyTooLong": {
"messageformat": "Berichtinhoud is te lang"
@ -1956,7 +1956,7 @@
"messageformat": "Donatiegegevens kunnen niet worden opgehaald"
},
"icu:message--donation--unopened--incoming": {
"messageformat": "Bekijk dit bericht op je mobiele telefoon om deze te openen"
"messageformat": "Bekijk dit bericht op je mobiele telefoon om het openen"
},
"icu:message--donation--unopened--outgoing": {
"messageformat": "Tik op dit bericht op je mobiel om je donatie te bekijken"
@ -1974,7 +1974,7 @@
"messageformat": "{sender} heeft namens jou gedoneerd"
},
"icu:message--donation--preview--redeemed": {
"messageformat": "Je hebt een donatie ingewisseld"
"messageformat": "Je hebt een badge in ontvangst genomen"
},
"icu:message--donation--preview--sent": {
"messageformat": "Je hebt gedoneerd namens {recipient}"
@ -2088,10 +2088,10 @@
"messageformat": "Geen stickerpakketten gevonden"
},
"icu:stickers--StickerPicker--NoRecents": {
"messageformat": "Recent gebruikte stickers verschijnen hier."
"messageformat": "Onlangs gebruikte stickers verschijnen hier."
},
"icu:stickers__StickerPicker__recent": {
"messageformat": "Recentelijk gebruikt"
"messageformat": "Onlangs gebruikt"
},
"icu:stickers__StickerPicker__featured": {
"messageformat": "Uitgelicht"
@ -2118,7 +2118,7 @@
"messageformat": "Huidskleur {tone}"
},
"icu:EmojiPicker__button--recents": {
"messageformat": "Recentelijk gebruikt"
"messageformat": "Onlangs gebruikt"
},
"icu:EmojiPicker__button--emoji": {
"messageformat": "Emoji"
@ -2268,7 +2268,7 @@
"messageformat": "Details weergeven voor het geselecteerde bericht"
},
"icu:Keyboard--toggle-reply": {
"messageformat": "Reageren in- of uitschakelen voor het geselecteerde bericht"
"messageformat": "Beantwoorden in- of uitschakelen voor het geselecteerde bericht"
},
"icu:Keyboard--toggle-reaction-picker": {
"messageformat": "Emoji-reactie keuzemenu voor het geselecteerde bericht openen of sluiten"
@ -2433,19 +2433,19 @@
"messageformat": "Chat gemarkeerd als ongelezen"
},
"icu:ArtCreator--Authentication--error": {
"messageformat": "Je moet eerst Signal in gebruik nemen op je telefoon en op je desktop voordat je de stickermaker kunt gebruiken"
"messageformat": "Je moet eerst Signal in gebruik nemen op je telefoon en op je desktop voordat je de stickerpakketmaker kunt gebruiken"
},
"icu:Reactions--remove": {
"messageformat": "Reactie verwijderen"
},
"icu:Reactions--error": {
"messageformat": "De emoji-reactie verzenden is mislukt. Probeer het opnieuw."
"messageformat": "Emoji-reactie verzenden is mislukt. Probeer het opnieuw."
},
"icu:Reactions--more": {
"messageformat": "Meer emoji's weergeven"
},
"icu:ReactionsViewer--all": {
"messageformat": "Alles"
"messageformat": "Alle"
},
"icu:SafetyTipsModal__Title": {
"messageformat": "Veiligheidstips"
@ -2592,7 +2592,7 @@
"messageformat": "Wil je je profielnaam, -foto en -omschrijving met de andere leden delen om je chat met de groep voort te kunnen zetten? <learnMoreLink>Meer informatie.</learnMoreLink>"
},
"icu:MessageRequests--profile-sharing--direct--link": {
"messageformat": "Doorgaan met deze chat met {firstName} en je naam en profielfoto met hen delen? <learnMoreLink>Meer informatie</learnMoreLink>"
"messageformat": "Doorgaan met deze chat met {firstName} en je profielnaam, -foto en -omschrijving met hen delen? <learnMoreLink>Meer informatie</learnMoreLink>"
},
"icu:ConversationHero--members": {
"messageformat": "{count, plural, one {{count,number} lid} other {{count,number} leden}}"
@ -2799,7 +2799,7 @@
"messageformat": "Oproep minimaliseren"
},
"icu:calling__pip--off": {
"messageformat": "Oproep volledig scherm laten innemen"
"messageformat": "Oproep in volledig scherm"
},
"icu:calling__change-view": {
"messageformat": "Weergave wijzigen"
@ -3519,7 +3519,7 @@
"messageformat": "Aan Signal doneren"
},
"icu:BadgeSustainerInstructions__subheader": {
"messageformat": "Signal wordt onder andere gefinancierd door donaties van mensen zoals jij. Als je ons steunt krijg je een badge."
"messageformat": "Signal wordt mogelijk gemaakt door donaties van mensen zoals jij. Als je ons steunt krijg je een badge."
},
"icu:BadgeSustainerInstructions__instructions__1": {
"messageformat": "Open de Signal-app op je telefoon"
@ -3528,7 +3528,7 @@
"messageformat": "Tik in de linkerbovenhoek op je profielfoto om de instellingen te openen"
},
"icu:BadgeSustainerInstructions__instructions__3": {
"messageformat": "Tik op Doneren aan Signal en meld je aan"
"messageformat": "Tik op Aan Signal doneren en meld je aan"
},
"icu:BackupImportScreen__title": {
"messageformat": "Berichten synchroniseren"
@ -3561,7 +3561,7 @@
"messageformat": "Media aan het herstellen"
},
"icu:BackupMediaDownloadProgress__title-paused": {
"messageformat": "Terugzetten gepauzeerd"
"messageformat": "Herstellen gepauzeerd"
},
"icu:BackupMediaDownloadProgress__button-pause": {
"messageformat": "Overzetten pauzeren"
@ -3576,7 +3576,7 @@
"messageformat": "Meer opties"
},
"icu:BackupMediaDownloadProgress__title-complete": {
"messageformat": "Gegevens herstellen is voltooid"
"messageformat": "Herstellen is voltooid"
},
"icu:BackupMediaDownloadProgress__progressbar-hint": {
"messageformat": "{currentSize} van {totalSize}"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Uit de groep verwijderen"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Je neemt op dit moment al aan een oproep deel"
},
"icu:ContactModal--voice": {
"messageformat": "Audio"
},
@ -3855,7 +3852,7 @@
"messageformat": "Door anderen uitgenodigd"
},
"icu:PendingInvites--invited-count": {
"messageformat": "Heeft {number,number} uitgenodigd"
"messageformat": "{number,number} uitgenodigd"
},
"icu:PendingInvites--revoke-for-label": {
"messageformat": "Groepsuitnodiging intrekken"
@ -4050,7 +4047,7 @@
"messageformat": "Over gespreksverzoeken"
},
"icu:ContactSpoofing__same-name--link": {
"messageformat": "Beoordeel verzoeken zorgvuldig. Signal heeft een ander contact gevonden met dezelfde naam. <reviewRequestLink>Verzoek bekijken</reviewRequestLink>"
"messageformat": "Beoordeel verzoeken zorgvuldig. Signal heeft een ander contact gevonden met dezelfde naam. <reviewRequestLink>Personen vergelijken</reviewRequestLink>"
},
"icu:ContactSpoofing__same-name-in-group--link": {
"messageformat": "{count, plural, one {{count,number} groepslid heeft dezelfde naam. <reviewRequestLink>Leden vergelijken</reviewRequestLink>} other {{count,number} groepsleden hebben dezelfde naam. <reviewRequestLink>Leden vergelijken</reviewRequestLink>}}"
@ -4146,7 +4143,7 @@
"messageformat": "Standaardkleur resetten"
},
"icu:ChatColorPicker__confirm-reset": {
"messageformat": "Standaardinstelling herstellen"
"messageformat": "Alle chatkleuren resetten"
},
"icu:ChatColorPicker__confirm-reset-message": {
"messageformat": "Wil je de chatkleuren van al je chats resetten?"
@ -4242,7 +4239,7 @@
"messageformat": "Je hebt deze persoon verwijderd. Als je opnieuw een bericht stuurt, wordt diegene weer aan je lijst toegevoegd."
},
"icu:ErrorBoundaryNotification__text": {
"messageformat": "Dit bericht kan niet worden weergegeven. Klik hier om een foutopsporingslog te uploaden."
"messageformat": "Dit bericht kan niet worden weergegeven. Klik hier om een foutopsporingslog in te dienen."
},
"icu:GroupDescription__read-more": {
"messageformat": "meer lezen"
@ -4449,10 +4446,10 @@
"messageformat": "Je profiel kon niet worden bijgewerkt. Probeer het opnieuw."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Ongeldige karakters"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Een of meer karakters die je hebt ingevoerd, kunnen niet worden gebruikt. Probeer het opnieuw."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Bericht sturen naar een beheerder"
@ -4473,7 +4470,7 @@
"messageformat": "Groepsafbeelding"
},
"icu:Preferences__message-audio-title": {
"messageformat": "In-chat berichtgeluid"
"messageformat": "Berichtgeluid in chats"
},
"icu:Preferences__message-audio-description": {
"messageformat": "Hoor een meldingsgeluid voor verstuurde en ontvangen berichten tijdens de chat."
@ -4497,7 +4494,7 @@
"messageformat": "Privacy"
},
"icu:Preferences--lastSynced": {
"messageformat": "Meest recent geïmporteerd op {date} om {time}"
"messageformat": "Laatst geïmporteerd op {date} om {time}"
},
"icu:Preferences--system": {
"messageformat": "Systeemvoorkeuren"
@ -4770,7 +4767,7 @@
"messageformat": "Draaien"
},
"icu:MediaEditor__crop--flip": {
"messageformat": "Omdraaien"
"messageformat": "Spiegelen"
},
"icu:MediaEditor__crop--lock": {
"messageformat": "Vergrendelen"
@ -4929,7 +4926,7 @@
"messageformat": "Verzenden is mislukt"
},
"icu:Stories__list--partially-sent": {
"messageformat": "Gedeeltelijk verstuurd"
"messageformat": "Gedeeltelijk verzonden"
},
"icu:Stories__list--retry-send": {
"messageformat": "Klik om opnieuw te proberen"
@ -4944,7 +4941,7 @@
"messageformat": "{name} naar {group}"
},
"icu:Stories__toast--sending-reply": {
"messageformat": "Antwoord versturen…"
"messageformat": "Antwoord verzenden…"
},
"icu:Stories__toast--sending-reaction": {
"messageformat": "Reactie versturen…"
@ -5028,7 +5025,7 @@
"messageformat": "Alleen delen met…"
},
"icu:StoriesSettings__mine__disclaimer--link": {
"messageformat": "Kies wie dit verhaal kan bekijken. Wijzigingen hebben geen invloed op verhalen die je al hebt gedeeld. <learnMoreLink>Meer informatie.</learnMoreLink>"
"messageformat": "Kies wie je verhaal kan zien. Wijzigingen hebben geen invloed op verhalen die je al hebt gedeeld. <learnMoreLink>Meer informatie.</learnMoreLink>"
},
"icu:StoriesSettings__context-menu": {
"messageformat": "Verhaalprivacy"
@ -5058,7 +5055,7 @@
"messageformat": "Versturen naar"
},
"icu:SendStoryModal__send": {
"messageformat": "Verhaal sturen"
"messageformat": "Verhaal verzenden"
},
"icu:SendStoryModal__custom-story": {
"messageformat": "Aangepast verhaal"
@ -5145,13 +5142,13 @@
"messageformat": "Versturen…"
},
"icu:StoryViewer__failed": {
"messageformat": "Verzenden is mislukt. Klik om opnieuw te proberen"
"messageformat": "Verzenden is mislukt. Klik om opnieuw te proberen "
},
"icu:StoryViewer__partial-fail": {
"messageformat": "Gedeeltelijk verstuurd. Klik om opnieuw te proberen"
"messageformat": "Gedeeltelijk verzonden. Klik om opnieuw te proberen"
},
"icu:StoryDetailsModal__sent-time": {
"messageformat": "Verstuurd {time}"
"messageformat": "Verzonden {time}"
},
"icu:StoryDetailsModal__file-size": {
"messageformat": "Bestandsgrootte {size}"
@ -5202,7 +5199,7 @@
"messageformat": "Verhaal"
},
"icu:StoryListItem__unhide": {
"messageformat": "Verhaal niet langer verbergen"
"messageformat": "Verhaal niet verbergen"
},
"icu:StoryListItem__hide": {
"messageformat": "Verhaal verbergen"
@ -5217,7 +5214,7 @@
"messageformat": "Bericht­details"
},
"icu:StoryListItem__hide-modal--body": {
"messageformat": "Als je dit verhaal verbergt dan zullen nieuwe verhaaldelen van {name} niet langer bovenaan de lijst met verhalen worden weergegeven."
"messageformat": "Als je dit verhaal verbergt dan zullen nieuwe verhaalupdates van {name} niet langer bovenaan je lijst met verhalen worden weergegeven."
},
"icu:StoryListItem__hide-modal--confirm": {
"messageformat": "Verbergen"
@ -5232,7 +5229,7 @@
"messageformat": "Kan video niet in verhaal posten omdat het bestandsformaat niet wordt ondersteund"
},
"icu:StoryCreator__error--video-too-long": {
"messageformat": "{maxDurationInSec, plural, one {Kan video niet in verhaal plaatsen omdat deze langer is dan 1 seconde.} other {Kan video niet in verhaal plaatsen omdat deze langer is dan{maxDurationInSec,number} seconde.}}"
"messageformat": "{maxDurationInSec, plural, one {Kan video niet in verhaal plaatsen omdat deze langer is dan 1 seconde.} other {Kan video niet in verhaal plaatsen omdat deze langer is dan {maxDurationInSec,number} seconden.}}"
},
"icu:StoryCreator__error--video-too-big": {
"messageformat": "Kan video niet in verhaal plaatsen omdat deze groter is dan {limit,number}{units}."
@ -5289,7 +5286,7 @@
"messageformat": "Verhaal kan niet worden verstuurd"
},
"icu:Stories__failed-send--partial": {
"messageformat": "Het verhaal kan niet naar alle ontvangers worden verstuurd"
"messageformat": "Het verhaal kon niet naar alle ontvangers worden verstuurd"
},
"icu:TextAttachment__placeholder": {
"messageformat": "Tekst toevoegen"
@ -5374,7 +5371,7 @@
"messageformat": "Klaar"
},
"icu:UsernameLinkModalBody__color__radio": {
"messageformat": "Gebruikersnaam link kleur, {index,number} van {total,number}"
"messageformat": "Gebruikersnaamlink kleur, {index,number} van {total,number}"
},
"icu:UsernameLinkModalBody__reset__confirm": {
"messageformat": "Als je je QR-code en link vernieuwt, werken je bestaande QR-code en link niet meer."
@ -5681,6 +5678,12 @@
"messageformat": "Soms weet je pas wat je mist als het er niet meer is, dus hebben we een bug opgelost die het moeilijk maakte groepen terug te vinden waar je geen lid meer van was, maar die nog wel in je gesprekkenlijst stonden."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Je kunt nu geciteerde antwoorden uit bewerkte berichten verwijderen. Perfect voor die momenten waarop je je realiseert dat je antwoord niets extra's nodig heeft, of wanneer je per ongeluk het verkeerde bericht beantwoordt met “Ik hou ook van jou”."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "We hebben een fout opgelost die ervoor zorgde dat stickers niet correct werkten in de media-editor. De kiezer loopt nu niet meer vast wanneer je een sticker op een foto wilt plakken."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Deze update bevat ook ondersteuning voor de nieuwe interface voor schermdeling in macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "ਨੋਟ"
},
"icu:viewRecentMedia": {
"messageformat": "ਹਾਲੀਆ ਮੀਡੀਆ ਨੂੰ ਵੇਖੋ"
},
"icu:allMediaMenuItem": {
"messageformat": "ਸਾਰਾ ਮੀਡੀਆ"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} ਤੋਂ ਆਡੀਓ ਤੇ ਵੀਡੀਓ ਪ੍ਰਾਪਤ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ਆਡੀਓ ਅਤੇ ਵੀਡੀਓ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕਰ ਸਕਦੇ"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "ਅਜਿਹਾ ਇਸ ਕਾਰਨ ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਸ਼ਾਇਦ ਉਹਨਾਂ ਨੇ ਤੁਹਾਡਾ ਸੁਰੱਖਿਆ ਨੰਬਰ ਬਦਲਣ ਦੀ ਤਸਦੀਕ ਨਹੀਂ ਕੀਤੀ ਹੈ, ਉਹਨਾਂ ਦੇ ਡਿਵਾਈਸ ਵਿੱਚ ਕੋਈ ਸਮੱਸਿਆ ਹੈ, ਜਾਂ ਉਹਨਾਂ ਨੇ ਤੁਹਾਡੇ ਉੱਤੇ ਪਾਬੰਦੀ ਲਗਾਈ ਹੋਈ ਹੈ।"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} ਸਾਂਝੀ ਕਰ ਰਿਹਾ ਹੈ।"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal ਸਕ੍ਰੀਨ ਸ਼ੇਅਰਿੰਗ ਕਿਰਿਆਸ਼ੀਲ ਹੈ"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "ਮੁੜ-ਕਨੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ…"
},
@ -1626,7 +1626,7 @@
"messageformat": "ਬੀਤੇ ਕੱਲ੍ਹ {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal ਆਉਣ ਵਾਲੇ ਸੁਨੇਹੇ ਉੱਤੇ ਕਾਰਵਾਈ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਹੋ ਸਕਦਾ ਹੈ।"
},
"icu:messageBodyTooLong": {
"messageformat": "ਸੁਨੇਹੇ ਦਾ ਅਕਾਰ ਬਹੁਤ ਲੰਬਾ ਹੈ।"
@ -2976,7 +2976,7 @@
"messageformat": "ਤੁਸੀਂ ਗਰੁੱਪ ਲਿੰਕ ਰਾਹੀਂ ਇਸ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਨਹੀਂ ਹੋ ਸਕਦੇ ਕਿਉਂਕਿ ਐਡਮਿਨ ਨੇ ਤੁਹਾਨੂੰ ਹਟਾ ਦਿੱਤਾ ਹੈ।"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "ਇਸਤੋਂ ਪਹਿਲਾਂ ਕਿ ਤੁਸੀਂ ਇਸ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋ ਸਕੋ, ਲਾਜ਼ਮੀ ਹੈ ਕਿ ਇਸ ਗਰੁੱਪ ਦਾ ਕੋਈ ਐਡਮਿਨ ਤੁਹਾਡੀ ਬੇਨਤੀ ਨੂੰ ਮਨਜ਼ੂਰ ਕਰੇ। ਮਨਜ਼ੂਰ ਹੋ ਜਾਣ ’ਤੇ, ਤੁਹਾਡੇ ਨਾਂ ਅਤੇ ਫ਼ੋਟੋ ਨੂੰ ਇਸਦੇ ਮੈਂਬਰਾਂ ਨਾਲ ਸਾਂਝਾ ਕੀਤਾ ਜਾਵੇਗਾ।"
"messageformat": "ਇਸਤੋਂ ਪਹਿਲਾਂ ਕਿ ਤੁਸੀਂ ਇਸ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋ ਸਕੋ, ਇਸ ਗਰੁੱਪ ਦੇ ਕਿਸੇ ਐਡਮਿਨ ਨੂੰ ਤੁਹਾਡੀ ਬੇਨਤੀ ਮਨਜ਼ੂਰ ਕਰਨੀ ਪਵੇਗੀ। ਜਦੋਂ ਤੁਸੀਂ ਸ਼ਾਮਲ ਹੋਣ ਦੀ ਬੇਨਤੀ ਕਰੋਗੇ ਤਾਂ, ਤਾਂ ਤੁਹਾਡੇ ਨਾਂ ਅਤੇ ਫ਼ੋਟੋ ਨੂੰ ਇਸਦੇ ਮੈਂਬਰਾਂ ਨਾਲ ਸਾਂਝਾ ਕੀਤਾ ਜਾਵੇਗਾ।"
},
"icu:GroupV2--join--join-button": {
"messageformat": "ਜੁੜੋ"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ਗਰੁੱਪ ਵਿੱਚੋਂ ਹਟਾਓ"
},
"icu:ContactModal--already-in-call": {
"messageformat": "ਤੁਸੀਂ ਪਹਿਲਾਂ ਹੀ ਕਾਲ ਵਿੱਚ ਹੋ"
},
"icu:ContactModal--voice": {
"messageformat": "ਵੌਇਸ"
},
@ -4449,10 +4446,10 @@
"messageformat": "ਤੁਹਾਡੇ ਪ੍ਰੋਫ਼ਾਈਲ ਨੂੰ ਅੱਪਡੇਟ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ। ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "ਅਵੈਧ ਅੱਖਰ"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "ਤੁਹਾਡੇ ਵੱਲੋਂ ਦਾਖਲ ਕੀਤੇ ਇੱਕ ਜਾਂ ਵੱਧ ਅੱਖਰ ਵਰਤੇ ਨਹੀਂ ਜਾ ਸਕਦੇ ਹਨ। ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "ਕਿਸੇ ਐਡਮਿਨ ਨੂੰ ਸੁਨੇਹਾ ਭੇਜੋ"
@ -5202,7 +5199,7 @@
"messageformat": "ਸਟੋਰੀ"
},
"icu:StoryListItem__unhide": {
"messageformat": "ਸਟੋਰੀਆਂ ਦਿਖਾਓ"
"messageformat": "ਸਟੋਰੀ ਨਾ ਲੁਕਾਓ"
},
"icu:StoryListItem__hide": {
"messageformat": "ਸਟੋਰੀ ਲੁਕਾਓ"
@ -5681,6 +5678,12 @@
"messageformat": "ਇਸ ਅੱਪਡੇਟ ਵਿੱਚ ਉਸ ਖਰਾਬੀ ਨੂੰ ਦਰੁਸਤ ਕੀਤਾ ਗਿਆ ਹੈ ਜਿਸ ਕਾਰਨ ਗਰੁੱਪ ਨੂੰ ਛੱਡਣ ਤੋਂ ਬਾਅਦ ਗਰੁੱਪ ਨੂੰ ਖੋਜਣਾ ਮੁਸ਼ਕਲ ਹੋ ਜਾਂਦਾ ਹੈ।"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "ਹੁਣ ਤੁਸੀਂ ਸੋਧੇ ਹੋਏ ਸੁਨੇਹਿਆਂ ਤੋਂ ਹਵਾਲਾ ਦਿੱਤੇ ਜਵਾਬਾਂ ਨੂੰ ਹਟਾ ਸਕਦੇ ਹੋ।"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "ਅਸੀਂ ਇੱਕ ਖ਼ਰਾਬੀ ਨੂੰ ਦਰੁਸਤ ਕੀਤਾ ਹੈ ਜੋ ਮੀਡੀਆ ਐਡੀਟਰ ਵਿੱਚ ਸਟਿੱਕਰਾਂ ਨੂੰ ਸਹੀ ਢੰਗ ਨਾਲ ਕੰਮ ਕਰਨ ਤੋਂ ਰੋਕਦੀ ਸੀ।"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "ਇਸ ਅੱਪਡੇਟ ਵਿੱਚ macOS Sequoia ਵਿੱਚ ਨਵੇਂ ਸਕ੍ਰੀਨ ਸ਼ੇਅਰਿੰਗ ਇੰਟਰਫੇਸ ਲਈ ਸਮਰਥਨ ਵੀ ਸ਼ਾਮਲ ਹੈ।"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Notatka"
},
"icu:viewRecentMedia": {
"messageformat": "Pokaż ostatnie multimedia"
},
"icu:allMediaMenuItem": {
"messageformat": "Wszystkie multimedia"
},
@ -1416,7 +1413,7 @@
"messageformat": "Nie można odebrać audio i wideo od {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nie można odebrać audio i wideo"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "To może być spowodowane tym, że ta osoba nie zweryfikowała Twojego numeru bezpieczeństwa, ma problem z urządzeniem albo Cię zablokowała."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal udostępnia {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Aktywowane udostępnianie ekranu Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Ponowne łączenie…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Wczoraj, {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Możliwe, że Signal nie jest w stanie przetworzyć przychodzącej wiadomości."
},
"icu:messageBodyTooLong": {
"messageformat": "Wiadomość jest za długa."
@ -2976,7 +2976,7 @@
"messageformat": "Nie możesz dołączyć do tej grupy przez link, gdyż usunął Cię administrator grupy."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Administrator tej grupy musi zaakceptować Twoją prośbę, zanim będziesz móc dołączyć do grupy. Gdy zostaniesz zaakceptowany(a) Twoje imię i zdjęcie zostanie udostępnione członkom grupy."
"messageformat": "Administrator tej grupy musi zaakceptować Twoją prośbę, zanim będziesz mieć możliwość dołączenia do grupy. Gdy poprosisz o przyjęcie, Twoje imię i zdjęcie zostanie udostępnione członkom grupy."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Dołącz"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Usuń z grupy"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Uczestniczysz już w rozmowie"
},
"icu:ContactModal--voice": {
"messageformat": "Zadzwoń"
},
@ -4449,10 +4446,10 @@
"messageformat": "Nie udało się zaktualizować Twojego profilu. Spróbuj później."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Nieprawidłowe znaki"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Co najmniej jeden wprowadzony znak nie może zostać użyty. Spróbuj ponownie."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Wyślij do administratora"
@ -5202,7 +5199,7 @@
"messageformat": "Relacja"
},
"icu:StoryListItem__unhide": {
"messageformat": "Pokaż relacje"
"messageformat": "Ujawnij relację"
},
"icu:StoryListItem__hide": {
"messageformat": "Ukryj relację"
@ -5681,6 +5678,12 @@
"messageformat": "Czasem trzeba coś stracić, żeby to docenić. Dlatego naprawiliśmy błąd utrudniający wyszukiwanie grup, do których już nie należysz, a które nadal znajdują się na liście Twoich rozmów."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Od teraz w ramach edycji wiadomości możesz usunąć cytowaną wiadomość. Przyda się zwłaszcza wtedy, gdy napiszesz coś tak błyskotliwego, że zasługuje na bycie samodzielną wiadomością. Albo kiedy przypadkowo odpiszesz „ja Ciebie też” na pytanie w stylu: „Co dziś jemy na obiad?”."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Naprawiliśmy błąd, który powodował nieprawidłowe działanie naklejek w edytorze multimediów. Od teraz możesz używać naklejek do woli!"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Aktualizacja obejmuje również obsługę nowego interfejsu udostępniania ekranu w systemie macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Nota"
},
"icu:viewRecentMedia": {
"messageformat": "Ver mídia recente"
},
"icu:allMediaMenuItem": {
"messageformat": "Todos os arquivos de mídia"
},
@ -1416,7 +1413,7 @@
"messageformat": "Não é possível receber áudio e vídeo de {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Não é possível receber áudio e vídeo"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Isso pode acontecer porque: essa pessoa não verificou a alteração do seu número de segurança; há um problema com o dispositivo dela; ela bloqueou você."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal está apresentando {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "O compartilhamento de tela do Signal está ativo"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Reconectando…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Ontem, {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "O Signal pode estar falhando ao processar uma mensagem recebida."
},
"icu:messageBodyTooLong": {
"messageformat": "Mensagem muito longa."
@ -2976,7 +2976,7 @@
"messageformat": "Você não pode entrar nesse grupo por meio do link porque um admin excluiu você."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Um admin desse grupo deve aprovar a sua solicitação antes que você possa participar. Se você entrar no grupo, seu nome e foto serão compartilhados com os membros."
"messageformat": "Um administrador deste grupo precisa aprovar seu pedido antes que você possa participar. Ao solicitar a entrada, seu nome e foto serão compartilhados com os membros do grupo."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Entrar"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Excluir do grupo"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Você já está em uma chamada"
},
"icu:ContactModal--voice": {
"messageformat": "Voz"
},
@ -4449,10 +4446,10 @@
"messageformat": "Não foi possível atualizar o seu perfil. Por favor, tente novamente."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Caracteres inválidos"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Um ou mais caracteres que você digitou não podem ser usados. Tente novamente. "
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Envie uma mensagem para um admin"
@ -5202,7 +5199,7 @@
"messageformat": "Story"
},
"icu:StoryListItem__unhide": {
"messageformat": "Mostrar Stories"
"messageformat": "Mostrar story"
},
"icu:StoryListItem__hide": {
"messageformat": "Ocultar story"
@ -5681,6 +5678,12 @@
"messageformat": "Corrigimos um erro que dificultava a busca por grupos dos quais você não faz mais parte, mas que ainda permanecem na sua lista de conversas (e possivelmente no seu coração)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Agora você pode remover as respostas citadas das mensagens editadas. É ideal para aqueles momentos em que você percebe que sua resposta foi tão boa que não precisa estar vinculada a outra mensagem, ou para quando você, sem querer, responde à mensagem errada."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Corrigimos um erro que impedia as figurinhas de funcionarem corretamente no editor de mídia. Além disso, o seletor não trava mais ao colar uma figurinha em uma foto."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Esta atualização também inclui suporte para a nova interface de compartilhamento de tela no macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Nota"
},
"icu:viewRecentMedia": {
"messageformat": "Ver multimédia recente"
},
"icu:allMediaMenuItem": {
"messageformat": "Toda a multimédia"
},
@ -1416,7 +1413,7 @@
"messageformat": "Não pode receber áudio e vídeo de {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Não é possível receber áudio e vídeo"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Isto pode dever-se a este utilizador não ter verificado a sua alteração do seu número de segurança, haver um problema com o seu dispositivo, ou este ter bloqueado o seu perfil."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "O Signal está a partilhar {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "A partilha de ecrã do Signal está ativada"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "A ligar novamente…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Ontem {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "O Signal pode não estar a conseguir processar uma mensagem recebida."
},
"icu:messageBodyTooLong": {
"messageformat": "O corpo da mensagem é demasiado longo."
@ -2976,7 +2976,7 @@
"messageformat": "Não se pode juntar a este grupo através do link porque você foi removido por um administrador."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Um administrador deste grupo deverá aprovar o seu pedido antes de você poder entrar para o grupo. Caso seja aprovado, o seu nome e fotografia serão partilhados com os membros desse grupo."
"messageformat": "Um administrador deste grupo deverá aprovar o seu pedido antes de você poder entrar para o grupo. Quando pede para entrar o seu nome e fotografia são partilhados com os membros desse grupo."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Entrar"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Remover do grupo"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Já se encontra numa chamada"
},
"icu:ContactModal--voice": {
"messageformat": "Voz"
},
@ -4449,10 +4446,10 @@
"messageformat": "Não foi possível atualizar o seu perfil. Por favor, tente novamente."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Caracteres inválidos"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Um ou mais caracteres que introduziu não podem ser utilizados. Tente novamente."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Envie uma mensagem para um administrador"
@ -5202,7 +5199,7 @@
"messageformat": "História"
},
"icu:StoryListItem__unhide": {
"messageformat": "Exibir histórias"
"messageformat": "Reexibir história"
},
"icu:StoryListItem__hide": {
"messageformat": "Ocultar história"
@ -5681,6 +5678,12 @@
"messageformat": "Esta atualização corrige um erro que tornada difícil pesquisar por um grupo após sair dele."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Agora pode remover respostas citadas de mensagens editadas."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Corrigimos um erro que impedia os autocolantes de funcionarem corretamente no editor de multimédia."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Esta atualização também inclui suporte para a nova interface de partilha de ecrã no macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Notă"
},
"icu:viewRecentMedia": {
"messageformat": "Afișare media recente"
},
"icu:allMediaMenuItem": {
"messageformat": "Toate fișierele media"
},
@ -1416,7 +1413,7 @@
"messageformat": "Nu pot primi semnal voce și semnal video de la {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nu pot primi semnal voce și semnal video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Acest lucru se poate datora faptului că nu au verificat modificarea numărului tău de siguranță, există o problemă cu dispozitivul lor sau v-au blocat."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal partajează {window}"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Distribuirea ecranului Signal este activă"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Se reconectează…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Ieri {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Este posibil ca semnalul să nu proceseze un mesaj primit."
},
"icu:messageBodyTooLong": {
"messageformat": "Conținutul mesajului este prea lung."
@ -2976,7 +2976,7 @@
"messageformat": "Nu te poți alătura acestui grup prin linkul grupului deoarece un administrator te-a eliminat."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Un administrator al acestui grup trebuie să îți aprobe solicitarea înainte de a te alătura grupului. Dacă este aprobată, numele și fotografia ta vor fi partajate cu membrii grupului."
"messageformat": "Un administrator al acestui grup trebuie să îți aprobe solicitarea înainte de a te putea alătura grupului. Când soliciți să te înscri, numele și fotografia ta vor fi distribuite membrilor săi."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Alătură-te"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Elimină din grup"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Ești deja într-un apel"
},
"icu:ContactModal--voice": {
"messageformat": "Voce"
},
@ -4449,10 +4446,10 @@
"messageformat": "Profilul tău nu a putut fi actualizat. Te rugăm să încerci din nou."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Caractere nevalide"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Unul sau mai multe caractere pe care le-ai introdus nu pot fi folosite. Încearcă din nou."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Trimite un mesaj unui administrator"
@ -5202,7 +5199,7 @@
"messageformat": "Poveste"
},
"icu:StoryListItem__unhide": {
"messageformat": "Afișează povești"
"messageformat": "Afișează povestea"
},
"icu:StoryListItem__hide": {
"messageformat": "Ascunde povestea"
@ -5681,6 +5678,12 @@
"messageformat": "Uneori, să lași ceva în urmă este cel mai bun mod de a descoperi că vrei să-l găsești din nou, așa că am remediat o eroare care a făcut dificilă căutarea unor grupuri din care nu mai faci parte, dar care rămân în lista de conversații (și foarte posibil și în inima ta)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Acum poți elimina răspunsurile citate din mesajele editate. Este perfect pentru acele momente în care îți dai seama că răspunsul tău a fost atât de bun încât de fapt nu trebuie să stea pe umerii altui mesaj sau când răspunzi accidental la mesajul greșit cu „Și eu te iubesc”."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Am remediat o eroare care împiedica funcționarea corectă a autocolantelor în editorul media, iar acum selectorul nu se mai blochează atunci când încerci să lipești un autocolant pe o imagine."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Această actualizare include și asistență pentru noua interfață de partajare a ecranului din macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Заметка"
},
"icu:viewRecentMedia": {
"messageformat": "Просмотреть недавние медиа"
},
"icu:allMediaMenuItem": {
"messageformat": "Все медиафайлы"
},
@ -1416,7 +1413,7 @@
"messageformat": "Невозможно получать аудио и видео от {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Невозможно получать аудио и видео"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Возможно, это из-за того, что этот участник не подтвердил изменение вашего кода безопасности, или есть какая-то проблема с его устройством, или он вас заблокировал."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal показывает {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Идёт демонстрация экрана Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Переподключаемся…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Вчера в {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Возможно, Signal не может обработать входящее сообщение."
},
"icu:messageBodyTooLong": {
"messageformat": "Текст сообщения слишком длинный."
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Удалить из группы"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Вы уже участвуете в другом звонке"
},
"icu:ContactModal--voice": {
"messageformat": "Аудио"
},
@ -4449,10 +4446,10 @@
"messageformat": "Не удалось обновить ваш профиль. Пожалуйста, попробуйте еще раз."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Недопустимые символы"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Один или несколько введённых символов не могут быть использованы. Попробуйте ещё раз."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Написать сообщение администратору"
@ -5202,7 +5199,7 @@
"messageformat": "История"
},
"icu:StoryListItem__unhide": {
"messageformat": "Показывать истории"
"messageformat": "Показать историю"
},
"icu:StoryListItem__hide": {
"messageformat": "Скрыть историю"
@ -5681,6 +5678,12 @@
"messageformat": "Иногда лишь покинув что-то, мы понимаем, что хотим туда вернуться. Поэтому мы исправили ошибку, затруднявшую поиск групп, в которых вы больше не участвуете, но которые всё ещё остаются в вашем списке разговоров (и, вполне возможно, в вашем сердце)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Теперь вы можете удалять процитированные ответы из изменённых сообщений. Это идеально для тех случаев, когда вы понимаете, что ваш ответ был настолько хорош сам по себе, что ему не нужна поддержка другого сообщения, или если вы случайно ответили «Я тоже тебя люблю» не на то сообщение."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Мы исправили ошибку, из-за которой стикеры некорректно работали в редакторе медиафайлов, и теперь меню больше не застревает, когда вы наклеиваете стикер на картинку."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Это обновление также включает поддержку нового интерфейса демонстрации экрана в macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Poznámka"
},
"icu:viewRecentMedia": {
"messageformat": "Zobraziť nedávne médiá"
},
"icu:allMediaMenuItem": {
"messageformat": "Všetky médiá"
},
@ -1416,7 +1413,7 @@
"messageformat": "Nie je možné prijať audio a video od používateľa {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nie je možné prijímať zvuk a video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Môže to byť preto, že daný používateľ nepotvrdil zmenu vášho bezpečnostného čísla, vyskytol sa problém s jeho zariadením, alebo vás zablokoval."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal zdieľa {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Zdieľanie obrazovky Signal je aktívne"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Pripája sa…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Včera {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal môže zlyhať pri spracovaní prichádzajúcej správy."
},
"icu:messageBodyTooLong": {
"messageformat": "Rozsah správy je príliš dlhý."
@ -2976,7 +2976,7 @@
"messageformat": "K tejto skupine sa nemôžete pripojiť prostredníctvom odkazu na skupinu, pretože vás odstránil jej správca."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Pred pripojením do tejto skupiny musí správca tejto skupiny schváliť vašu žiadosť. Ak bude schválené, vaše meno a fotografia budú zdieľané s jej členmi."
"messageformat": "Administrátor tejto skupiny musí schváliť vašu požiadavku, než budete môcť vstúpiť do tejto skupiny. Keď požiadate o vstup, vaše meno a fotka budú zdieľané s jej členmi."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Pridať sa"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Odstrániť zo skupiny"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Už ste v hovore"
},
"icu:ContactModal--voice": {
"messageformat": "Hlas"
},
@ -4449,10 +4446,10 @@
"messageformat": "Váš profil sa nepodarilo aktualizovať. Prosím skúste to znova."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Neplatné znaky"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Jeden alebo viac znakov, ktoré ste zadali, nie je možné použiť. Skúste to znova."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Pošlite správu správcovi"
@ -5202,7 +5199,7 @@
"messageformat": "Príbeh"
},
"icu:StoryListItem__unhide": {
"messageformat": "Zobraziť príbehy"
"messageformat": "Odkryť príbeh"
},
"icu:StoryListItem__hide": {
"messageformat": "Skryť príbeh"
@ -5681,6 +5678,12 @@
"messageformat": "Táto aktualizácia opravuje chybu, ktorá sťažovala vyhľadávanie skupiny po jej opustení."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Teraz môžete odstrániť citované odpovede z upravených správ."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Opravili sme chybu, ktorá bránila správnemu fungovaniu nálepiek v editore médií."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Táto aktualizácia zahŕňa aj podporu pre nové rozhranie zdieľania obrazovky v systéme macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Zaznamek"
},
"icu:viewRecentMedia": {
"messageformat": "Nedavne medijske datoteke"
},
"icu:allMediaMenuItem": {
"messageformat": "Vsi mediji"
},
@ -1416,7 +1413,7 @@
"messageformat": "Ne morete prejemati zvoka in videa od uporabnika_ce {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Ne morete sprejemati zvoka in videa"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "To je lahko zato, ker niso overili vašega spremenjenega varnostnega števila, ker obstaja problem na njihovi napravi ali pa so vas blokirali."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal vam deli {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signalovo deljenje zaslona je aktivno"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Ponovno povezovanje ..."
},
@ -1626,7 +1626,7 @@
"messageformat": "Včeraj {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal morda ne uspe obdelati dohodnega sporočila."
},
"icu:messageBodyTooLong": {
"messageformat": "Sporočilo je predolgo."
@ -2976,7 +2976,7 @@
"messageformat": "Skrbnik_ca vas je odstranil_a iz skupine, zato se ji ne morete več pridružiti."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Skrbnik_ca skupine mora odobriti vašo prošnjo za pridružitev. Če bo odobrena, bosta vaše ime in fotografija deljena s skupino in njenimi člani_cami."
"messageformat": "Preden se lahko pridružite, mora vašo prošnjo potrditi skrbnik_ca skupine. Ko pošljete prošnjo za pridružitev, s člani_cami skupine delite svoje ime in fotografijo."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Pridruži se"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Odstrani iz skupine"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Ste že v tem klicu"
},
"icu:ContactModal--voice": {
"messageformat": "Zvočni klic"
},
@ -4449,10 +4446,10 @@
"messageformat": "Vaše ime ni moglo biti posodobljeno. Poskusite znova."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Neveljavni znaki"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Enega ali več vnesenih znakov ni mogoče uporabiti. Poskusite znova."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Sporočilo skrbniku_ci skupine"
@ -5202,7 +5199,7 @@
"messageformat": "Zgodba"
},
"icu:StoryListItem__unhide": {
"messageformat": "Prikaži zgodbe"
"messageformat": "Ponovno prikaži zgodbo"
},
"icu:StoryListItem__hide": {
"messageformat": "Skrij zgodbo"
@ -5681,6 +5678,12 @@
"messageformat": "Odpravili smo napako, ki je oteževala iskanje skupin, ki ste jih zapustili."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Zdaj lahko iz urejenih sporočil odstranite citirane odgovore. Odlično za trenutke, ko ugotovite, da je bil vaš odgovor tako dober, da mu pravzaprav ni treba stati na ramenih drugega sporočila, ali ko po pomoti odgovorite na napačno sporočilo s \"Tudi jaz tebe.\""
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Odpravili smo napako, ki je preprečevala pravilno delovanje nalepk v urejevalniku medijev."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Ta posodobitev vključuje tudi podporo za novi vmesnik za deljenje zaslona v sistemu macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Shënim"
},
"icu:viewRecentMedia": {
"messageformat": "Shihni media së fundi"
},
"icu:allMediaMenuItem": {
"messageformat": "E gjithë media"
},
@ -1416,7 +1413,7 @@
"messageformat": "S\\mund të merret audio dhe video prej {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Nuk mund të marrësh audio dhe video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Kjo mund të ndodhë sepse ata nuk e kanë verifikuar ndryshimin e numrit tënd të sigurisë, ka një problem me pajisjen e tyre ose të kanë bllokuar."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal-i po ndan me të tjerë {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Shpërndarja e ekranit të Signal është aktive"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Po rilidhet…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Dje {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal mund të mos e përpunojë mesazhin në hyrje."
},
"icu:messageBodyTooLong": {
"messageformat": "Lënda e mesazhit është shumë e gjatë."
@ -2976,7 +2976,7 @@
"messageformat": "Smund të bëhesh pjesë e këtij grupi përmes lidhjes së grupit, ngaqë ju ka hequr një përgjegjës."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Përpara se të mund të bëheni pjesë e këtij grupi, kërkesën tuaj duhet ta miratojë një përgjegjës i tij. Në u miratoftë. emri dhe fotoja juaj do tu jepet anëtarëve të ti."
"messageformat": "Përpara se të bëheni pjesë e këtij grupi, kërkesën tuaj duhet ta miratojë një përgjegjës i grupit. Kur kërkoni të bëheni pjesë, emri dhe fotoja juaj do të ndahet me anëtarët e tij."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Merrni pjesë"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Hiqe nga grup"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Jeni tashmë në një thirrje"
},
"icu:ContactModal--voice": {
"messageformat": "Zëri"
},
@ -4449,10 +4446,10 @@
"messageformat": "Profili juaj su përditësua dot. Ju lutemi, riprovoni."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Karaktere të pavlefshme"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Një ose më shumë karaktere që ke vendosur nuk mund të përdoren. Provo sërish."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Dërgojini mesazh një përgjegjësi"
@ -5681,6 +5678,12 @@
"messageformat": "Ndonjëherë, lënia e diçkaje pas është mënyra më e mirë për të zbuluar dëshirën për ta gjetur sërish atë, ndaj kemi rregulluar defektin që vështirësonte kërkimin e grupeve ku nuk je më pjesë, por që mbeten ende në listën e bisedave (dhe me shumë mundësi, edhe në zemrën tënde)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Tani mund t'i heqësh përgjigjet e cituara nga mesazhet e redaktuara. Është e përkryer për ato momente kur kupton se përgjigja jote ishte aq e mirë sa nuk ka nevojë të qëndrojë mbi supet e një mesazhi tjetër, ose kur i përgjigjesh aksidentalisht mesazhit të gabuar me \"Edhe unë të dua\"."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Rregulluam defektin që i pengonte ngjitësit të funksiononin siç duhej në redaktuesin e medias dhe tani përzgjedhësi nuk ngec më kur përpiqesh të ngjitësh ngjitëse në foto."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Po ashtu, përditësimi përfshin ndihmën për ndërfaqen e re të ndarjes së ekranit në macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Белешка"
},
"icu:viewRecentMedia": {
"messageformat": "Отвори недавне медије"
},
"icu:allMediaMenuItem": {
"messageformat": "Сви медији"
},
@ -1416,7 +1413,7 @@
"messageformat": "Није могуће примити аудио и видео од корисника {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Није могуће примити аудио и видео"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "То је можда зато што корисник није потврдио промену вашег сигурносног броја, постоји проблем са његовим уређајем или вас је блокирао."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal приказује {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Дељење екрана на Signal-у је активно"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Поново повезујемо…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Јуче {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal можда не успева да обради долазну поруку."
},
"icu:messageBodyTooLong": {
"messageformat": "Порука је предуга."
@ -2976,7 +2976,7 @@
"messageformat": "Не можете да се придружите овој групи преко линка за групу јер вас је администратор уклонио."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Администратор ове групе мора да одобри ваш захтев пре него што се придружите овој групи. Ако вам се одобри захтев, чланови групе ће моћи да виде ваше име и слику."
"messageformat": "Администратор ове групе мора да одобри ваш захтев пре него што се придружите овој групи. Када затражите да се придружите, чланови групе ће моћи да виде ваше име и слику."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Придружите се"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Уклони из групе"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Већ сте у позиву"
},
"icu:ContactModal--voice": {
"messageformat": "Аудио"
},
@ -4449,10 +4446,10 @@
"messageformat": "Ажурирање профила није успело. Пробајте поново."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Неважећи знакови"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Један или више знакова које сте унели се не могу користити. Пробајте поново."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Пошаљите поруку администратору"
@ -5202,7 +5199,7 @@
"messageformat": "Прича"
},
"icu:StoryListItem__unhide": {
"messageformat": рикажи приче"
"messageformat": оново прикажи причу"
},
"icu:StoryListItem__hide": {
"messageformat": "Сакриј причу"
@ -5681,6 +5678,12 @@
"messageformat": "Овим ажурирањем исправљена је грешка која је отежавала тражење групе након што сте је напустили."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Сада можете да уклоните цитиране одговоре из измењених порука."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Исправили смо грешку која је онемогућавала да налепнице исправно раде у уређивачу медија."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Ово ажурирање такође обухвата подршку за нови интерфејс за дељење екрана у оперативном систему macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Anteckning"
},
"icu:viewRecentMedia": {
"messageformat": "Visa senaste media"
},
"icu:allMediaMenuItem": {
"messageformat": "Alla media"
},
@ -1416,7 +1413,7 @@
"messageformat": "Kan inte ta emot ljud och video från {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Kan inte ta emot ljud och video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Det kan bero på att de inte har verifierat ditt säkerhetsnummerbyte, det finns ett problem med deras enhet eller att de har blockerat dig."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal delar {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal-skärmdelning är aktiv"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Återansluter …"
},
@ -1626,7 +1626,7 @@
"messageformat": "Igår {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal kanske inte kan behandla ett inkommande meddelande."
},
"icu:messageBodyTooLong": {
"messageformat": "Meddelandekroppen är för lång."
@ -2976,7 +2976,7 @@
"messageformat": "Du kan inte gå med i den här gruppen via grupplänken eftersom en administratör tog bort dig."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "En administratör för den här gruppen måste godkänna din begäran innan du kan gå med i den här gruppen. Om det godkänns kommer ditt namn och ditt foto att delas med medlemmarna."
"messageformat": "En administratör av denna grupp måste godkänna din förfrågan innan du kan gå med i denna grupp. När du begär att gå med kommer ditt namn och foto att delas med medlemmarna."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Gå med"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Ta bort från grupp"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Du är redan i ett samtal"
},
"icu:ContactModal--voice": {
"messageformat": "Röst"
},
@ -4449,10 +4446,10 @@
"messageformat": "Din profil kunde inte uppdateras. Försök igen."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Ogiltiga tecken"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Ett eller flera tecken som du har angett kan inte användas. Försök igen."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Skicka ett meddelande till en administratör"
@ -5202,7 +5199,7 @@
"messageformat": "Story"
},
"icu:StoryListItem__unhide": {
"messageformat": "Visa stories"
"messageformat": "Sluta dölja story"
},
"icu:StoryListItem__hide": {
"messageformat": "Dölj story"
@ -5681,6 +5678,12 @@
"messageformat": "Den här uppdateringen åtgärdar en bugg som gjorde det svårt att söka efter en grupp efter att ha lämnat den gruppen."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Nu kan du ta bort citerade svar från redigerade meddelanden."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Vi har åtgärdat en bugg som gjorde att klistermärken inte fungerade korrekt i medieredigeraren."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Den här uppdateringen inkluderar även stöd för det nya skärmdelningsgränssnittet i macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Kidokezo"
},
"icu:viewRecentMedia": {
"messageformat": "Tazama media za hivi majuzi"
},
"icu:allMediaMenuItem": {
"messageformat": "Picha na video zote"
},
@ -1416,7 +1413,7 @@
"messageformat": "Huwezi kupokea sauti na video kutoka kwa {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Haiwezi kupokea simu ya sauti na video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Huenda hii ni kwa sababu hawajathibitisha mabadiliko ya nambari yako ya usalama, vifaa vyao vina hitilafu au amekuzuia."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal inashiriki {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Kipengele cha kushiriki skrini cha Signal kimewashwa"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Inaunganisha tena..."
},
@ -1626,7 +1626,7 @@
"messageformat": "Jana {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal huenda ikawa inashindwa kuchakata ujumbe unaoingia."
},
"icu:messageBodyTooLong": {
"messageformat": "Mwili wa ujumbe ni mrefu sana."
@ -2976,7 +2976,7 @@
"messageformat": "Huwezi kujiunga na kikundi hiki kupitia kiungo cha kikundi kwa sababu admin amekuondoa."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Msimamizi wa kikundi hiki sharti aidhinishe ombi lako kabla ya kujiunga na kikundi hiki. Ukiidhinishwa, jina na picha yako zitashirikiwa na washiriki wake."
"messageformat": "Msimamizi wa kikundi hiki sharti aidhinishe ombi lako kabla ya kujiunga na kikundi hiki. Ukiomba kujiunga, jina na picha yako zitashirikiwa na washiriki wake."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Jiunge"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Ondoa kwenye kikundi"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Tayari uko kwenye mazungumzo ya simu"
},
"icu:ContactModal--voice": {
"messageformat": "Sauti"
},
@ -4449,10 +4446,10 @@
"messageformat": "Wasifu wako haujasasishwa. Tafadhali jaribu tena."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Herufi batili"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Herufi moja au zaidi ulizoingiza haziwezi kutumika. Jaribu tena."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Mtumie msimamizi ujumbe"
@ -5202,7 +5199,7 @@
"messageformat": "Stori"
},
"icu:StoryListItem__unhide": {
"messageformat": "Onyesha Stori"
"messageformat": "Fichua stori"
},
"icu:StoryListItem__hide": {
"messageformat": "Ficha stori"
@ -5681,6 +5678,12 @@
"messageformat": "Wakati mwingine kukiacha kitu huwa ni njia bora ya kugundua kwamba ungependa kukipata tena, hivyo tumerekebisha hitilafu iliyokuwa inafanya ugumu kutafuta vikundi ambavyo si mwanachama wake tena lakini bado vimebaki katika orodha ya mazungumzo yako (na inawezekana hadi moyoni mwako)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Sasa unaweza kuondoa majibu yaliyonukuliwa kutoka kwenye ujumbe uliohaririwa. Inafaa kwa nyakati zile unapogundua kuwa jibu lako lilikuwa zuri sana kiasi kwamba halihitaji kusimama kwenye mabega ya ujumbe mwingine, au unapojibu ujumbe usio sahihi kwa \"Nakupenda pia.\""
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Tumerekebisha hitilafu iliyozuia vibandiko kufanya kazi ipasavyo katika kihariri cha picha na video, na sasa kiteua hakinasi tena unapojaribu kubandika kibandiko kwenye picha."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Sasisho hili pia linajumuisha msaada wa kiolesura kipya cha kushiriki skrini katika macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "குறிப்பு"
},
"icu:viewRecentMedia": {
"messageformat": "சமீபத்திய ஊடகங்களைக் காண்க"
},
"icu:allMediaMenuItem": {
"messageformat": "அனைத்து மீடியா"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name}இலிருந்து ஆடியோ மற்றும் வீடியோவைப் பெற முடியவில்லை"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ஆடியோ மற்றும் வீடியோவைப் பெற முடியவில்லை"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "இது உங்கள் பாதுகாப்பு எண் மாற்றத்தை அவர்கள் சரிபார்க்கவில்லை அல்லது அவர்களின் சாதனத்தில் சிக்கல் இருப்பதால் அல்லது அவர்கள் உங்களைத் தடுத்ததால் இருக்கலாம்."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal பகிர்கிறது {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "சிக்னல் திரைப் பகிர்வு செயலில் உள்ளது"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "மீண்டும் இணைக்கிறது…"
},
@ -1626,7 +1626,7 @@
"messageformat": "நேற்று {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "சிக்னல் உள்வரும் மெசேஜைச் செயலாக்கத் தவறியிருக்கலாம்."
},
"icu:messageBodyTooLong": {
"messageformat": "செய்தி உடல் மிக நீளமானது."
@ -2976,7 +2976,7 @@
"messageformat": "ஒரு நிர்வாகி உங்களை நீக்கியதால், குழு இணைப்பு வாயிலாக இந்தக் குழுவில் உங்களால் சேர முடியாது."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "இதன் நிர்வாகி குழு உங்களால் முடியும் முன் உங்கள் கோரிக்கையை அங்கீகரிக்க வேண்டும் சேர இது குழு. என்றால் அங்கீகரிக்கப்பட்டது, உங்கள் பெயர் மற்றும் புகைப்படம் அதன் உறுப்பினர்களுடன் பகிரப்படும்."
"messageformat": "இந்த குழுவில் சேருவதற்கு முன்பு இந்த குழுவின் நிர்வாகி உங்கள் கோரிக்கையை அங்கீகரிக்க வேண்டும். நீங்கள் சேரக் கோரும்போது, உங்கள் பெயர் மற்றும் புகைப்படம் அதன் உறுப்பினர்களுடன் பகிரப்படும்."
},
"icu:GroupV2--join--join-button": {
"messageformat": "சேரவும்"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "குழுவிலிருந்து அகற்று"
},
"icu:ContactModal--already-in-call": {
"messageformat": "நீங்கள் ஏற்கனவே அழைப்பில் உள்ளீர்கள்"
},
"icu:ContactModal--voice": {
"messageformat": "குரல்"
},
@ -4449,10 +4446,10 @@
"messageformat": "உங்கள் சுயவிவரத்தை புதுப்பிக்க முடியவில்லை. தயவு செய்து மீண்டும் முயற்சி செய்."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "தவறான எழுத்துக்கள்"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "நீங்கள் உள்ளிட்ட ஒன்று அல்லது அதற்கு மேற்பட்ட எழுத்துக்களைப் பயன்படுத்த முடியாது. மீண்டும் முயற்சிக்கவும்."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "ஒரு நிர்வாகிக்கு செய்தி அனுப்புங்கள்"
@ -5202,7 +5199,7 @@
"messageformat": "ஸ்டோரி"
},
"icu:StoryListItem__unhide": {
"messageformat": "ஸ்டோரீஸ்-ஐக் காட்டவும்"
"messageformat": "ஸ்டோரியின் மறைநிலையை மாற்றவும்"
},
"icu:StoryListItem__hide": {
"messageformat": "ஸ்டோரியை மறைக்கவும்"
@ -5681,6 +5678,12 @@
"messageformat": "இந்தக் குழுவில் இருந்து வெளியேறிய பிறகு ஒரு குழுவைத் தேடுவதில் சிக்கலை ஏற்படுத்தும் பிழையை இந்த மேம்படுத்தல் சரிசெய்கிறது."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "திருத்தப்பட்ட மெசேஜ்களிருந்து மேற்கோள் காட்டப்பட்ட பதில்களை நீங்கள் இப்போது அகற்றலாம்."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "மீடியா எடிட்டரில் ஸ்டிக்கர்கள் முறையாக வேலை செய்வதைத் தடுக்கும் ஒரு பிழையை நாங்கள் சரிசெய்துள்ளோம்."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "இந்தப் புதுப்புப்பில் macOS Sequoia-இல் புதிய திரைப் பகிர்வு இடைமுகத்திற்கான ஆதரவும் உள்ளது."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "గమనిక"
},
"icu:viewRecentMedia": {
"messageformat": "ఇటీవలి మీడియాను చూడండి"
},
"icu:allMediaMenuItem": {
"messageformat": "అన్ని మీడియా"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} నుండి ఆడియో మరియు వీడియోను స్వీకరించలేరు"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ఆడియో మరియు వీడియోను అందుకోలేరు"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "మీ భద్రతా నెంబర్ మార్పును వారు ధృవీకరించకపోవడమే దీనికి కారణం కావచ్చు, వారి పరికరంలో సమస్య ఉంది లేదా వారు మిమ్మల్ని బ్లాక్ చేశారు."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "సిగ్నల్ {window} ను భాగస్వామ్యం చేస్తోంది."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal స్క్రీన్ పంచుకోవడం సక్రియంగా ఉంది"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "తిరిగి కనెక్ట్ చేస్తోంది..."
},
@ -1626,7 +1626,7 @@
"messageformat": "నిన్న {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "ఇన్‌కమింగ్ సందేశాన్ని ప్రాసెస్ చేయడంలో Signal విఫలమై ఉండవచ్చు."
},
"icu:messageBodyTooLong": {
"messageformat": "సందేశం బహు దీర్ఘముగా వుంది"
@ -2976,7 +2976,7 @@
"messageformat": "అడ్మిన్ మిమ్మల్ని తొలగించడం వల్ల గ్రూప్ లింక్ ద్వారా ఈ గ్రూపులో మీరు చేరలేరు."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "మీరు ఈ గుంపులో చేరడానికి ముందు ఈ గుంపు యొక్క నిర్వాహకుడు మీ అభ్యర్థనను ఆమోదించాలి. ఆమోదించబడితే, మీ పేరు మరియు ఫోటో దాని సభ్యులతో భాగస్వామ్యం చేయబడుతుంది."
"messageformat": "మీరు ఈ గుంపులో చేరడానికి ముందు ఈ గుంపు యొక్క నిర్వాహకుడు మీ అభ్యర్థనను ఆమోదించాలి. మీరు చేరమని అభ్యర్థించినప్పుడు, మీ పేరు మరియు ఫోటో దాని సభ్యులతో భాగస్వామ్యం చేయబడుతుంది."
},
"icu:GroupV2--join--join-button": {
"messageformat": "చేరండి"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "గ్రూప్ నుండి తొలగించండి"
},
"icu:ContactModal--already-in-call": {
"messageformat": "మీరు ఇప్పటికే కాల్‌లో ఉన్నారు"
},
"icu:ContactModal--voice": {
"messageformat": "స్వరం"
},
@ -4449,10 +4446,10 @@
"messageformat": "మీ ప్రొఫైల్‌ని అప్‌డేట్ చేయలేం. దయచేసి మళ్లీ ప్రయత్నించండి."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "చెల్లని అక్షరాలు"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "మీరు ఎంటర్ చేసిన ఒకటి లేదా అంతకంటే ఎక్కువ అక్షరాలు ఉపయోగించబడవు. మళ్ళీ ప్రయత్నించండి."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "నిర్వాహకుడికి సందేశం పంపండి"
@ -5202,7 +5199,7 @@
"messageformat": "కథ"
},
"icu:StoryListItem__unhide": {
"messageformat": "కథలను చూపించండి"
"messageformat": "స్టోరీను దాచిపెట్టకుండా ఉండండి"
},
"icu:StoryListItem__hide": {
"messageformat": "కథను దాయండి"
@ -5681,6 +5678,12 @@
"messageformat": "ఈ అప్‌డేట్ ఒక గ్రూప్‌ను విడిచిపెట్టిన తర్వాత ఆ గ్రూప్‌ను శోధించడం కష్టతరం చేసిన బగ్‌ను పరిష్కరిస్తుంది."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "ఇప్పుడు మీరు సవరించిన సందేశాల నుండి కోట్ చేసిన ప్రత్యుత్తరాలను తొలగించవచ్చు. మీ ప్రతిస్పందన మరొక సందేశంపై ఆధారపడాల్సిన అవసరం లేకుండా చాలా బాగుందని మీరు గ్రహించినప్పుడు లేదా మీరు అనుకోకుండా \"నేను కూడా నిన్ను ప్రేమిస్తున్నాను\" అని తప్పు సందేశానికి ప్రత్యుత్తరం ఇచ్చిన ఆ క్షణాలకు ఇది సరైనది."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "మీడియా ఎడిటర్‌లో స్టిక్కర్‌లు సరిగ్గా పని చేయకుండా నిరోధించే బగ్‌ను మేము పరిష్కరించాము."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "ఈ అప్‌డేట్‌లో macOS Sequoia లో కొత్త స్క్రీన్ పంచుకునే ఇంటర్‌ఫేస్‌కు మద్దతు కూడా ఉంది."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "โน้ต"
},
"icu:viewRecentMedia": {
"messageformat": "ดูสื่อครั้งล่าสุด"
},
"icu:allMediaMenuItem": {
"messageformat": "สื่อทั้งหมด"
},
@ -1416,7 +1413,7 @@
"messageformat": "ไม่สามารถเสียงและวิดีโอจาก {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ไม่สามารถรับเสียงและวิดีโอได้"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "เหตุนี้อาจเกิดขึ้นเนื่องจากผู้ใช้คนนี้ยังไม่ได้ยืนยันหมายเลขความปลอดภัยที่เปลี่ยนไปของคุณ อุปกรณ์ของผู้ใช้มีปัญหา หรือผู้ใช้บล็อกคุณไว้"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal กำลังแบ่งปัน {window}"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "กำลังใช้งานการแชร์หน้าจอของ Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "กำลังเชื่อมต่อใหม่…"
},
@ -1626,7 +1626,7 @@
"messageformat": "เมื่อวาน {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal อาจประสบปัญหาในการประมวลผลข้อความขาเข้า"
},
"icu:messageBodyTooLong": {
"messageformat": "ตัวข้อความยาวเกินไป"
@ -2976,7 +2976,7 @@
"messageformat": "คุณเข้าร่วมกลุ่มนี้ด้วยลิงก์กลุ่มไม่ได้เพราะผู้ดูแลลบคุณออกไปแล้ว"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "ผู้ดูแลระบบของกลุ่มนี้ต้องอนุมัติคำขอเข้าร่วมของคุณก่อนจึงจะสามารถเข้าร่วมกลุ่มนี้ได้ หากได้รับการอนุมัติชื่อและรูปถ่ายของคุณจะถูกเปิดเผยกับสมาชิกในกลุ่ม"
"messageformat": "ผู้ดูแลของกลุ่มนี้จะต้องอนุมัติคำขอเข้าร่วมของคุณก่อนที่คุณจะสามารถเข้าร่วมกลุ่มนี้ได้ เมื่อคุณส่งคำร้องขอเข้าร่วม สมาชิกคนอื่นๆ จะเห็นชื่อและรูปของคุณ"
},
"icu:GroupV2--join--join-button": {
"messageformat": "เข้าร่วม"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "ลบจากกลุ่ม"
},
"icu:ContactModal--already-in-call": {
"messageformat": "คุณอยู่ในสายแล้ว"
},
"icu:ContactModal--voice": {
"messageformat": "เสียง"
},
@ -4449,10 +4446,10 @@
"messageformat": "โปรไฟล์ของคุณไม่สามารถปรับปรุงได้ โปรดลองอีกครั้ง"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "อักขระไม่ถูกต้อง"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "อักขระอย่างน้อยหนึ่งตัวที่คุณกรอกไม่สามารถใช้ได้ โปรดลองอีกครั้ง"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "ส่งข้อความถึงผู้ดูแล"
@ -5202,7 +5199,7 @@
"messageformat": "สตอรี่"
},
"icu:StoryListItem__unhide": {
"messageformat": "แสดงสตอรี่"
"messageformat": "ยกเลิกการซ่อนสตอรี่"
},
"icu:StoryListItem__hide": {
"messageformat": "ซ่อนสตอรี่"
@ -5681,6 +5678,12 @@
"messageformat": "การอัปเดตครั้งนี้มาพร้อมการแก้ไขบั๊กที่เคยทำให้การกลับไปค้นหากลุ่มที่คุณออกมาแล้วซับซ้อนยุ่งยากกว่าที่ควรจะเป็น"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "พัฒนาฟีเจอร์การแก้ไขเพื่อให้คุณสามารถลบการตอบกลับข้อความได้แล้ว"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "เราแก้ไขบั๊กที่เคยทำให้การเลือกสติกเกอร์ในโปรแกรมตัดต่อสื่อขัดข้อง"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "การอัปเดตครั้งนี้ยังมาพร้อมการรองรับการแชร์หน้าจอรูปแบบใหม่ของ macOS Sequoia อีกด้วย"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Note"
},
"icu:viewRecentMedia": {
"messageformat": "I-view ang recent media"
},
"icu:allMediaMenuItem": {
"messageformat": "Lahat ng media"
},
@ -1416,7 +1413,7 @@
"messageformat": "Hindi ma-receive ang audio at video galing kay {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Hindi makatanggap ng audio at video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Maaaring ito ay dahil hindi niya na-verify ang iyong safety number change, may problema sa kanyang device, o binlock ka n'ya."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal is sharing {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Active ang Signal screen sharing"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Nagre-reconnect…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Kahapon {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Maaaring may paparating na message na hindi ma-process ng Signal."
},
"icu:messageBodyTooLong": {
"messageformat": "Masyadong mahaba ang message body."
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Tanggalin mula sa group"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Nasa call ka na"
},
"icu:ContactModal--voice": {
"messageformat": "Voice"
},
@ -4452,7 +4449,7 @@
"messageformat": "Invalid characters"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Hindi magamit ang isa o mahigit pang characters na nilagay mo. Subukan ulit."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "I-message ang admin"
@ -5202,7 +5199,7 @@
"messageformat": "Story"
},
"icu:StoryListItem__unhide": {
"messageformat": "Ipakita ang stories"
"messageformat": "I-unhide story"
},
"icu:StoryListItem__hide": {
"messageformat": "I-hide ang story"
@ -5681,6 +5678,12 @@
"messageformat": "Inaayos ng update na ito ang bug na nagpahirap sa paghanap ng isang group pagkatapos mong umalis dito."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Pwede mo nang alisin ang quoted replies sa edited messages."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "May inayos kaming bug na dahilan kung bakit hindi gumagana nang maayos ang stickers sa media editor."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Kasama rin sa update na ito ang suporta para sa bagong screen sharing interface sa macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Not"
},
"icu:viewRecentMedia": {
"messageformat": "Son içerikleri görüntüle"
},
"icu:allMediaMenuItem": {
"messageformat": "Tüm medya"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} kişisinden ses ve görüntü alınamıyor"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Ses ve görüntü alınamıyor"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Bunun sebebi güvenlik numaranın değişimini doğrulamaması, cihazıyla ilgili bir sorun olması veya seni engellemesi olabilir."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} penceresini paylaşıyor."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal ekran paylaşımı etkin"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Yeniden bağlanıyor…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Dün {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal gelen bir mesajı işleyemiyor olabilir."
},
"icu:messageBodyTooLong": {
"messageformat": "İleti metni çok uzun."
@ -2976,7 +2976,7 @@
"messageformat": "Gruptan yönetici tarafından çıkarıldığın için gruba bağlantıyla katılamazsın."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Gruba katılmadan önce bu grubun bir yöneticisinin isteğinizi onaylaması gerekiyor. Onay verildiğinde, adınız ve fotoğrafınız üyeleriyle paylaşılacaktır."
"messageformat": "Gruba katılmadan önce bu grubun bir yöneticisinin isteğinizi onaylaması gerekiyor. Katılma isteğinde bulunduğunuzda, adınız ve fotoğrafınız üyeleriyle paylaşılacaktır."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Katıl"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Gruptan çıkar"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Zaten bir aramadasınız"
},
"icu:ContactModal--voice": {
"messageformat": "Sesli"
},
@ -4449,10 +4446,10 @@
"messageformat": "Profiliniz güncellenemedi. Lütfen tekrar deneyin."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Geçersiz karakterler"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Girmiş olduğun bir veya daha fazla karakter kullanılamıyor. Tekrar dene."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Bir yöneticiye yazın"
@ -5202,7 +5199,7 @@
"messageformat": "Hikaye"
},
"icu:StoryListItem__unhide": {
"messageformat": "Hikayeleri göster"
"messageformat": "Hikayeyi göster"
},
"icu:StoryListItem__hide": {
"messageformat": "Hikayeyi gizle"
@ -5681,6 +5678,12 @@
"messageformat": "Bu güncellemede, bir gruptan ayrıldıktan sonra o grubu aramayı zorlaştıran bir hatayı düzelttik."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Artık alıntılanan yanıtları düzenlenmiş mesajlardan kaldırabilirsin. Birine kazara yanlış bir mesaj gönderdiğinde paçayı sıyırmak için harika bir yoldur. Böylelikle yanlış anlamaların önüne geçer ve sorunsuzca yoluna devam edersin."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": ıkartmaların medya düzenleyicide düzgün çalışmasını engelleyen bir hatayı düzelttik."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Bu güncelleme, macOS Sequoia'daki yeni ekran paylaşım arayüzü için destek de içermektedir."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "خاتىرە"
},
"icu:viewRecentMedia": {
"messageformat": "يېقىنقى مېدىيالارنى كۆرۈش"
},
"icu:allMediaMenuItem": {
"messageformat": "بارلىق مېدىيا"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} دىن ئۈن ۋە سىن تاپشۇرۇۋالالمايدۇ"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "ئۈن ۋە سىننى قوبۇل قىلالمىدى"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "بۇنداق بولۇشىنىڭ سەۋەبى ئۇلار سىزنىڭ بىخەتەرلىك نومۇرىنى ئۆزگەرتكەنلىكىڭىزنى دەلىللىمىگەن بولۇشى مۇمكىن، ياكى ئۇلارنىڭ ئۈسكۈنىسىدە مەسىلە بار ۋە ياكى ئۇلار سىزنى چەكلىۋەتكەن بولۇشى مۇمكىن."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} ئېكرانىنى ئورتاقلىشىۋاتىدۇ."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "سىگنالنىڭ ئېكران ئورتاقلىشىشى قوزغىتىلدى"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "قايتا ئۇلىنىۋاتىدۇ..."
},
@ -1626,7 +1626,7 @@
"messageformat": "تۈنۈگۈن {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "سىگنال كەلگەن ئۇچۇرنى بىر تەرەپ قىلالمىغان بولۇشى مۇمكىن."
},
"icu:messageBodyTooLong": {
"messageformat": "ئۇچۇر زىيادە ئۇزۇن."
@ -2976,7 +2976,7 @@
"messageformat": "بىر باشقۇرغۇچى سىزنى چىقىرىۋەتكەچكە، بۇ گۇرۇپپىغا گۇرۇپپا ئۇلانمىسى بىلەن قوشۇلالمايسىز."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "بۇ گۇرۇپپىغا قوشۇلۇشتىن بۇرۇن بۇ گۇرۇپپىدىكى باشقۇرغۇچى چوقۇم تەلىپىڭىزنى تەستىقلىشى كېرەك. تەستىقلانغاندىن كېيىن، ئىسمىڭىز ۋە سۈرىتىڭىز گۇرۇپپا ئەزالىرى بىلەن ئورتاقلىشىلىدۇ."
"messageformat": "بۇ گۇرۇپپىنىڭ باشقۇرغۇچىسى دەلىللىگەندىن كېيىن ئاندىن گۇرۇپپىغا قوشۇلالايسىز، سىز گۇرۇپپىغا كىرىشنى ئىلتىماس قىلغاندا، ئىسىم ۋە سۈرىتىڭىز ئۇنىڭ ئەزالىرى بىلەن ھەمبەھىرلىنىدۇ."
},
"icu:GroupV2--join--join-button": {
"messageformat": "قوشۇل"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "گۇرۇپپىدىن چىقار"
},
"icu:ContactModal--already-in-call": {
"messageformat": "سىز ئاللىبۇرۇن چاقىرىقتا"
},
"icu:ContactModal--voice": {
"messageformat": "ئاۋازلىق"
},
@ -4449,10 +4446,10 @@
"messageformat": "ئارخىپىڭىزنى يېڭىلىغىلى بولمىدى. قايتا سىناڭ."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "ئىناۋەتسىز بەلگىلەر"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "سىز كىرگۈزگەن بىر ياكى بىر قانچە بەلگىلەرنى ئىشلىتىشكە بولمايدۇ. قايتا سىناڭ."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "باشقۇرغۇچىغا ئۇچۇر يوللاڭ"
@ -5202,7 +5199,7 @@
"messageformat": "ھېكايە"
},
"icu:StoryListItem__unhide": {
"messageformat": "ھېكايىلەرنى كۆرسىتىش"
"messageformat": "ھېكايە يوشۇرۇشنى بىكار قىلىش"
},
"icu:StoryListItem__hide": {
"messageformat": "ھېكايىنى يوشۇرۇش"
@ -5681,6 +5678,12 @@
"messageformat": "بەزىدە بىر نەرسىنى كەينىدە تاشلاپ قويۇش ، ئۇنى قايتا تېپىشنى خالايدىغانلىقىڭىزنى بايقاشنىڭ ئەڭ ياخشى ئۇسۇلى ، شۇڭا بىز ئەمدى سىز ئاللىقاچان چىقىپ كەتكەن ، ئەمما يەنىلا سۆھبەت تىزىملىكىڭىزدە قېلىپ قالغان (ۋە بەلكىم قەلبىڭىزگە ئورناپ قالغان بولۇشى مۇمكىن) گۇرۇپپىلارنى ئىزدەشنى قىيىنلاشتۇرىدىغان كەمتۈكنى ئوڭشىدۇق."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "ھازىر سىز تەھرىرلەنگەن ئۇچۇرلاردىن نەقىل ئېلىنغان جاۋابلارنى چىقىرىۋىتەلەيسىز. بۇ ئىقتىدار ئېھتىياتسىزلىقتىن خاتا ئۇچۇرغا «مەنمۇ سىزنى سۆيىمەن» دەپ جاۋاب بېرىپ قويغاندىكىدەك ئەھۋاللارغا بەكلا ماس كېلىدۇ."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "بىز مېدىيا تەھرىرلىگۈچتە چاپلاقلارنىڭ نورمال ئىشلىشىنى توسىدىغان كەمتۈكلۈكنى ئوڭشىدۇق ، بۇنىڭدىن كىيىن رەسىمگە چاپلاق چاپلىماقچى بولسىڭىز تاللىغۇچ قېتىپ قالمايدۇ."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "بۇ نەشىر يەنە macOS Sequoia دىكى يېڭى ئېكران ھەمبەھىرلەش كۆرۈنۈشىنى قوللاشنى ئۆز ئىچىگە ئالىدۇ."
}
}

View File

@ -714,7 +714,7 @@
"messageformat": "Пошук за номером телефону"
},
"icu:welcomeToSignal": {
"messageformat": "Ласкаво просимо до Signal"
"messageformat": "Ласкаво просимо в Signal"
},
"icu:whatsNew": {
"messageformat": "Дізнайтеся, {whatsNew} в цьому оновленні"
@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Примітка"
},
"icu:viewRecentMedia": {
"messageformat": "Недавні медіафайли"
},
"icu:allMediaMenuItem": {
"messageformat": "Усі медіафайли"
},
@ -1416,7 +1413,7 @@
"messageformat": "Неможливо отримати аудіо та відео від {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Ви не можете чути й бачити цього користувача"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Це могло статися через те, що користувач не позначив ваш змінений код безпеки як перевірений, має проблему з пристроєм або заблокував вас."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal обмінюється {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Увімкнено демонстрацію екрана в Signal"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Триває відновлення з'єднання…"
},
@ -1581,7 +1581,7 @@
"messageformat": "Ця версія застаріла. Оновіться до останньої версії щоб продовжити спілкування."
},
"icu:upgrade": {
"messageformat": "Клацнути, щоб перейти до signal.org/download"
"messageformat": "Клацнути, щоб перейти на signal.org/download"
},
"icu:mediaMessage": {
"messageformat": "Медіаповідомлення"
@ -1626,7 +1626,7 @@
"messageformat": "Учора, {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Можливо, Signal не вдається опрацювати вхідне повідомлення."
},
"icu:messageBodyTooLong": {
"messageformat": "Тіло повідомлення завелике."
@ -2976,7 +2976,7 @@
"messageformat": "Ви не можете приєднатись до групи за посиланням, оскільки адміністратор групи вилучив вас."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Адміністратор цієї групи повинен прийняти ваш запит, перш ніж ви зможете приєднатися до цієї групи. Якщо ваш запит буде схвалено, ваше ім'я та фото стануть доступні учасникам цієї групи. "
"messageformat": "Адміністратор цієї групи повинен прийняти ваш запит на приєднання, щоб ви стали її учасником. Коли ви відправите запит, інші учасники зможуть бачити ваше ім'я й фото."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Приєднатись"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Видалити з групи"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Ви вже берете участь у виклику"
},
"icu:ContactModal--voice": {
"messageformat": "Аудіо"
},
@ -4449,10 +4446,10 @@
"messageformat": "Ваш профіль не вдалось оновити. Будь ласка, спробуйте ще раз."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Недозволені символи"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Ви використали принаймні один недозволений символ. Відредагуйте текст."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Написати адміністратору"
@ -5202,7 +5199,7 @@
"messageformat": "Історія"
},
"icu:StoryListItem__unhide": {
"messageformat": "Показати історії"
"messageformat": "Не приховувати історію"
},
"icu:StoryListItem__hide": {
"messageformat": "Приховати історію"
@ -5365,7 +5362,7 @@
"messageformat": "Копіювати до буферу обміну"
},
"icu:UsernameLinkModalBody__help": {
"messageformat": "Діліться QR-кодом і посиланням лише з людьми, яким ви довіряєте. Якщо ви поділитесь, користувач зможе побачити ваше ім'я користувача і розпочати з вами чат."
"messageformat": "Діліться QR-кодом і посиланням лише з тими, кому довіряєте. Перейшовши за посиланням чи зісканувавши код, інші користувачі побачать ваше ім'я користувача й зможуть почати з вами чат."
},
"icu:UsernameLinkModalBody__reset": {
"messageformat": "Скинути"
@ -5681,6 +5678,12 @@
"messageformat": "Іноді треба покинути, щоб усвідомити справжню цінність. Тому ми виправили помилку, яка заважала шукати групи, які ви покинули, але й досі маєте в списку чатів (і, можливо, в серці)."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Тепер під час редагування повідомлень можна видаляти цитати. Якраз на випадок, коли відповідь настільки самодостатня, що їй не треба спиратися на слова іншої людини (або ж коли помилково відповідаєш «Я теж тебе люблю» не на те повідомлення)."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Ми виправили помилку зі стікерами в медіаредакторі. Тепер, якщо ви додаєте стікери на зображення, вас зможе стримати хіба що власне почуття прекрасного, а не технічні збої."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "У цьому оновленні ми також впроваджуємо підтримку нового інтерфейсу для демонстрації екрана в macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "نوٹ"
},
"icu:viewRecentMedia": {
"messageformat": "حالیہ میڈیا دیکھیں"
},
"icu:allMediaMenuItem": {
"messageformat": "تمام میڈیا"
},
@ -1416,7 +1413,7 @@
"messageformat": "{name} سے آڈیو اور ویڈیو موصول نہیں ہوسکتی ہے"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "آڈیو اور ویڈیو وصول نہیں کر سکتے"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "ایسا اس لیے ہو سکتا ہے کیونکہ انہوں نے آپ کے حفاظتی نمبر میں تبدیلی کی تصدیق نہیں کی ہے، ان کی ڈیوائس میں کوئی مسئلہ ہے، یا وہ آپ کو بلاک کر چکے ہیں۔"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal {window} شیئر کر رہا ہے۔"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal کی اسکرین شیئرنگ فعال ہے"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "دوبارہ منسلک ہو رہا ہے…"
},
@ -1626,7 +1626,7 @@
"messageformat": "کل {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal کسی آنے والے میسج پر کارروائی کرنے میں ناکام ہو سکتا ہے۔"
},
"icu:messageBodyTooLong": {
"messageformat": "پیغام بازی بہت لمبی ہے۔"
@ -2976,7 +2976,7 @@
"messageformat": "آپ گروپ لنک کے ذریعے اس گروپ میں شامل نہیں ہو سکتے کیونکہ ایک ایڈمن نے آپ کو ہٹا دیا تھا۔"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "اس گروپ میں شامل ہونے سے پہلے اس گروپ کے منتظم کو آپ کی درخواست کو منظور کرنا ہوگا۔ اگر منظوری مل جاتی ہے تو ، آپ کا نام اور تصویر اس کے ممبروں کے ساتھ شیئر کی جائے گی۔"
"messageformat": "اس گروپ میں شامل ہونے سے پہلے اس گروپ کے منتظم کو آپ کی درخواست کو منظور کرنا ہوگا۔ جب آپ شمولیت کی درخواست کریں گے تو ، آپ کا نام اور تصویر اس کے ممبروں کے ساتھ شیئر کی جائے گی."
},
"icu:GroupV2--join--join-button": {
"messageformat": "شامل ہوں"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "گروپ سے ہٹائیں"
},
"icu:ContactModal--already-in-call": {
"messageformat": "آپ پہلے ہی کال میں ہیں"
},
"icu:ContactModal--voice": {
"messageformat": "آواز"
},
@ -4449,10 +4446,10 @@
"messageformat": "آپ کے پروفائل کو اپ ڈیٹ نہیں کیا جاسکا۔ دوبارہ کوشش کریں."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "غلط حروف"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "آپ نے جو ایک یا زیادہ حروف درج کیے ہیں انہیں استعمال نہیں کیا جا سکتا۔ دوبارہ کوشش کریں۔"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "کسی ایڈمن کو پیغام دیں"
@ -5202,7 +5199,7 @@
"messageformat": "سٹوری"
},
"icu:StoryListItem__unhide": {
"messageformat": "سٹوریز دکھائیں"
"messageformat": "سٹوری غیر مخفی کریں"
},
"icu:StoryListItem__hide": {
"messageformat": "سٹوری چھپائیں"
@ -5681,6 +5678,12 @@
"messageformat": "اس اپ ڈیٹ میں ایک ایسے نقص کو ٹھیک کیا گیا ہے جس کی وجہ سے اس گروپ کو چھوڑنے کے بعد گروپ کو تلاش کرنا مشکل ہو جاتا ہے۔ ورژن 7.26 کے لیے ریلیز نوٹس"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "اب آپ ترمیم شدہ میسجز سے کوٹ شدہ جوابات کو ہٹا سکتے ہیں۔"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "ہم نے ایک ایسے نقص کو ٹھیک کیا ہے جس کی وجہ سے میڈیا ایڈیٹر میں اسٹیکرز صحیح طریقے سے کام نہیں کرتے تھے، سو اب تصویر پر اسٹیکر لگاتے ہوئے پِکر پھنس نہیں رہا۔"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "اس اَپ ڈیٹ میں macOS Sequoia میں نئی اسکرین شیئرنگ انٹرفیس کی سپورٹ بھی شامل ہے۔"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "Ghi chú"
},
"icu:viewRecentMedia": {
"messageformat": "Xem các tập đa phương tiện gần đây"
},
"icu:allMediaMenuItem": {
"messageformat": "Tất cả tập tin đa phương tiện"
},
@ -1416,7 +1413,7 @@
"messageformat": "Không thể nhận được âm thanh và video từ {name}"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "Không thể nhận âm thanh và video"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "Điều này có thể vì họ chưa xác minh việc thay đổi mã số an toàn của bạn, có vấn đề với thiết bị của họ, hoặc họ đã chặn bạn."
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal đang chia sẻ {window}."
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Tính năng chia sẻ màn hình của Signal đang hoạt động"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "Đang kết nối lại…"
},
@ -1626,7 +1626,7 @@
"messageformat": "Hôm qua {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal có khả năng không thể xử lý tin nhắn đến."
},
"icu:messageBodyTooLong": {
"messageformat": "Tin nhắn quá dài."
@ -2976,7 +2976,7 @@
"messageformat": "Bạn không thể tham gia nhóm này qua đường dẫn nhóm vì một quản trị viên đã xóa bạn khỏi nhóm."
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "Một người quản lý của nhóm này phải chấp duyệt yêu cầu của bạn trước khi bạn có thể tham gia nhóm này. Nếu được duyệt, tên và ảnh của bạn sẽ được chia sẻ với các thành viên nhóm."
"messageformat": "Cần một quản trị viên chấp nhận yêu cầu trước khi bạn tham gia nhóm này. Khi bạn yêu cầu tham gia, tên và ảnh đại diện của bạn sẽ được công khai với các thành viên nhóm."
},
"icu:GroupV2--join--join-button": {
"messageformat": "Tham gia"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "Xóa khỏi nhóm"
},
"icu:ContactModal--already-in-call": {
"messageformat": "Bạn đã đang ở trong một cuộc gọi"
},
"icu:ContactModal--voice": {
"messageformat": "Thoại"
},
@ -4449,10 +4446,10 @@
"messageformat": "Hồ sơ của bạn không thể cập nhật. Vui lòng thử lại."
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "Ký tự không hợp lệ"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "Có một hoặc nhiều ký tự bạn nhập không hợp lệ. Thử lại."
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "Nhắn tin cho quản trị viên"
@ -5202,7 +5199,7 @@
"messageformat": "Story"
},
"icu:StoryListItem__unhide": {
"messageformat": "Hiện story"
"messageformat": "Bỏ ẩn story"
},
"icu:StoryListItem__hide": {
"messageformat": "Ẩn story"
@ -5681,6 +5678,12 @@
"messageformat": "Bản cập nhật này sửa lỗi khó tìm lại nhóm sau khi rời nhóm đó."
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "Giờ đây bạn có thể xóa các câu trả lời được trích dẫn từ những tin nhắn đã chỉnh sửa."
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "Chúng tôi đã sửa lỗi liên quan đến nhãn dán trong công cụ chỉnh sửa tập tin đa phương tiện, nay công cụ chọn không còn bị đứng khi bạn thao tác chọn nhãn dán trên một hình ảnh."
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "Bản cập nhật này cũng bổ sung hỗ trợ cho giao diện chia sẻ màn hình mới của macOS Sequoia."
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "備註"
},
"icu:viewRecentMedia": {
"messageformat": "睇吓最近嘅媒體"
},
"icu:allMediaMenuItem": {
"messageformat": "所有媒體"
},
@ -1416,7 +1413,7 @@
"messageformat": "收唔到 {name} 嘅聲同畫"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "收唔到聲同畫"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "可能係因為佢哋冇驗證你嘅安全碼變更、佢哋部裝置有問題,又或者佢哋封鎖咗你。"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal 分享緊 {window}。"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal 嘅螢幕分享功能已經啟用"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "重新連緊線..."
},
@ -1626,7 +1626,7 @@
"messageformat": "琴日 {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal 可能處理唔到一個收到嘅訊息。"
},
"icu:messageBodyTooLong": {
"messageformat": "訊息太長。"
@ -2976,7 +2976,7 @@
"messageformat": "你唔可以用群組連結加入呢個群組,因為管理員已經移除咗你。"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "你一定要得到群組管理員批准你嘅請求先可以加入群組。批准咗之後,群組成員就會睇到你個名同相。"
"messageformat": "群組管理員要先批准咗你嘅請求,先可以俾你加入群組。當你要求加入嘅時候,系統會將你嘅名同相分享俾群組成員。"
},
"icu:GroupV2--join--join-button": {
"messageformat": "加入"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "喺群組度移除"
},
"icu:ContactModal--already-in-call": {
"messageformat": "你已經參與緊另一個通話"
},
"icu:ContactModal--voice": {
"messageformat": "語音"
},
@ -4449,10 +4446,10 @@
"messageformat": "更新唔到你嘅個人檔案。請你再試過啦。"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "字元無效"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "一個或者多個你輸入嘅字元用唔到。再試多次。"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "傳個訊息俾管理員"
@ -5202,7 +5199,7 @@
"messageformat": "限時動態"
},
"icu:StoryListItem__unhide": {
"messageformat": "顯示限時動態"
"messageformat": "取消隱藏限時動態"
},
"icu:StoryListItem__hide": {
"messageformat": "隱藏限時動態"
@ -5681,6 +5678,12 @@
"messageformat": "有時候,就算離開咗但係仲會依依不捨,所以我們修正咗一個錯誤,呢個錯誤攪到你好難揾返已經退出咗但仲存在喺對話列表入面嘅谷。"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "而家,你可以喺編輯咗嘅訊息度移除引用回覆。當你發現自己嘅回覆清晰到唔使引用訊息都睇得明,或者當你唔小心覆錯咗另一個訊息嗰陣,呢個功能就好啱用喇。"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "我哋修正咗一個錯誤,以後當你嘗試喺圖片上面加貼圖嘅時候,媒體選擇器唔會再卡住㗎喇。"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "呢次更新亦包括 macOS Sequoia 新螢幕分享界面嘅支援。"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "备注"
},
"icu:viewRecentMedia": {
"messageformat": "查看最近媒体"
},
"icu:allMediaMenuItem": {
"messageformat": "全部媒体"
},
@ -1416,7 +1413,7 @@
"messageformat": "无法接收来自 {name} 的音频和视频"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "无法接收音频和视频"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "这可能是因为对方还未对您的安全码变更进行验证,或对方的设备有问题,或对方已将您屏蔽。"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal 正在共享 {window}。"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal 屏幕共享已开启"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "重新连接…"
},
@ -1626,7 +1626,7 @@
"messageformat": "昨天 {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal 可能无法处理传入消息。"
},
"icu:messageBodyTooLong": {
"messageformat": "消息过长。"
@ -2976,7 +2976,7 @@
"messageformat": "您无法通过此群组链接加入群组,因为有一位管理员移除了您。"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "该群组管理员批准您的请求之后,方可加入群组。如果已批准,您的名字与头像将与其成员分享。"
"messageformat": "您需要经过此群管理员同意才能加入群组。当您申请入群时,群组成员将能看到您的您的昵称和头像。"
},
"icu:GroupV2--join--join-button": {
"messageformat": "加入"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "从群组移除"
},
"icu:ContactModal--already-in-call": {
"messageformat": "您已在通话中"
},
"icu:ContactModal--voice": {
"messageformat": "语音"
},
@ -4449,10 +4446,10 @@
"messageformat": "无法更新您的个人资料,请重试。"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "无效字符"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "您输入的一个或多个字符无法使用。请重试。"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "给管理人发消息"
@ -5202,7 +5199,7 @@
"messageformat": "动态"
},
"icu:StoryListItem__unhide": {
"messageformat": "显示动态"
"messageformat": "取消隐藏动态"
},
"icu:StoryListItem__hide": {
"messageformat": "隐藏动态"
@ -5681,6 +5678,12 @@
"messageformat": "此次更新修复了一个漏洞,该漏洞会导致用户在离开群组后难以搜索该群组。"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "现在您可以从编辑的消息中移除引用的回复。"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "我们修复了一个漏洞,让贴纸能够在媒体编辑器中正常运行。"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "此次更新还包括对 macOS Sequoia 屏幕共享新界面的支持。"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "備註"
},
"icu:viewRecentMedia": {
"messageformat": "查看最近的多媒體檔"
},
"icu:allMediaMenuItem": {
"messageformat": "所有媒體"
},
@ -1416,7 +1413,7 @@
"messageformat": "無法接收 {name} 的音訊和影片"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "無法接收音訊和影片"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "這可能是由於有人未驗證你的安全碼變更、對方的裝置有問題,或者對方已經將你封鎖。"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal 正在分享 {window}。"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal 畫面分享已啟用"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "重新連接..."
},
@ -1626,7 +1626,7 @@
"messageformat": "昨天 {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal 可能無法處理傳入訊息。"
},
"icu:messageBodyTooLong": {
"messageformat": "訊息本文太長"
@ -2976,7 +2976,7 @@
"messageformat": "您無法透過群組連結加入此群組,因為管理員將您刪除了。"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "該群組的管理員必須批准你的請求,然後才能加入該群組。 如果獲得批准,你的姓名和照片將與其成員共享。"
"messageformat": "此群組的管理員須先核准您的請求,才可讓您加入此群組。當您請求加入時,您的名稱和照片將會與群組的成員分享。"
},
"icu:GroupV2--join--join-button": {
"messageformat": "加入"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "從群組中移除"
},
"icu:ContactModal--already-in-call": {
"messageformat": "你已經在通話中"
},
"icu:ContactModal--voice": {
"messageformat": "語音"
},
@ -4449,10 +4446,10 @@
"messageformat": "無法更新你的個人資料。 請再試一次。"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "字元無效"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "輸入的部分字元無法使用。請再試一次。"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "給管理員留言"
@ -5202,7 +5199,7 @@
"messageformat": "限時動態"
},
"icu:StoryListItem__unhide": {
"messageformat": "顯示限時動態"
"messageformat": "取消隱藏限時動態"
},
"icu:StoryListItem__hide": {
"messageformat": "隱藏限時動態"
@ -5681,6 +5678,12 @@
"messageformat": "此更新修復了一個錯誤,該錯誤會導致在離開某個群組後難以搜尋到該群組。"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "現在,你可以從編輯的訊息中移除引用回覆。這適用於當你很滿意自己的回覆而其實不需要引用訊息,或是當你不小心回錯訊息時。"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "我們修正了一個導致貼圖在媒體編輯器中無法正常運作的錯誤。"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "此更新還包括對 macOS Sequoia 中新畫面分享界面的支援。"
}
}

View File

@ -944,9 +944,6 @@
"icu:NotePreviewModal__Title": {
"messageformat": "註記"
},
"icu:viewRecentMedia": {
"messageformat": "查看最近的多媒體檔"
},
"icu:allMediaMenuItem": {
"messageformat": "全部媒體"
},
@ -1416,7 +1413,7 @@
"messageformat": "無法從{name}接收聲音和視訊"
},
"icu:calling__missing-media-keys--unknown-contact": {
"messageformat": "Can't receive audio and video"
"messageformat": "無法接收音訊和影片"
},
"icu:calling__missing-media-keys-info": {
"messageformat": "這可能是由於有人未驗證你的安全碼變更、對方的裝置有問題,或者對方已經將你封鎖。"
@ -1442,6 +1439,9 @@
"icu:calling__presenting--info": {
"messageformat": "Signal 正在分享 {window}。"
},
"icu:calling__presenting--info--unknown": {
"messageformat": "Signal 畫面分享已啟用"
},
"icu:calling__presenting--reconnecting": {
"messageformat": "重新撥打…"
},
@ -1626,7 +1626,7 @@
"messageformat": "昨天 {time}"
},
"icu:messageLoop": {
"messageformat": "Signal may be failing to process an incoming message."
"messageformat": "Signal 可能無法處理傳入訊息。"
},
"icu:messageBodyTooLong": {
"messageformat": "訊息本文太長"
@ -2976,7 +2976,7 @@
"messageformat": "你無法透過群組連結加入此群組,因為管理員將你刪除了。"
},
"icu:GroupV2--join--prompt-with-approval": {
"messageformat": "該群組的管理員必須批准你的請求,然後才能加入該群組。 如果獲得批准,你的姓名和照片將與其成員共享。"
"messageformat": "該群組的管理員必須批准你的請求,然後才能加入該群組。 當你要求加入時,你的姓名和照片將與其成員分享。"
},
"icu:GroupV2--join--join-button": {
"messageformat": "加入"
@ -3641,9 +3641,6 @@
"icu:ContactModal--remove-from-group": {
"messageformat": "從群組中移除"
},
"icu:ContactModal--already-in-call": {
"messageformat": "你已經在通話中"
},
"icu:ContactModal--voice": {
"messageformat": "語音"
},
@ -4449,10 +4446,10 @@
"messageformat": "無法更新你的個人資料。 請再試一次。"
},
"icu:ProfileEditor__invalid-about__title": {
"messageformat": "Invalid characters"
"messageformat": "字元無效"
},
"icu:ProfileEditor__invalid-about__body": {
"messageformat": "One or more characters youve entered cant be used. Try again."
"messageformat": "輸入的部分字元無法使用。請再試一次。"
},
"icu:AnnouncementsOnlyGroupBanner--modal": {
"messageformat": "給管理員留言"
@ -5202,7 +5199,7 @@
"messageformat": "報導"
},
"icu:StoryListItem__unhide": {
"messageformat": "顯示限時動態"
"messageformat": "取消隱藏限時動態"
},
"icu:StoryListItem__hide": {
"messageformat": "隱藏報導"
@ -5681,6 +5678,12 @@
"messageformat": "此更新修復了一個錯誤,該錯誤會導致在離開某個群組後難以搜尋到該群組。"
},
"icu:WhatsNew__v7.27--0": {
"messageformat": "Now you can remove quoted replies from edited messages. It's perfect for those moments when you realize that your response was so good that it doesn't actually need to stand on another message's shoulders, or when you accidentally reply to the wrong message with \"I love you too.\""
"messageformat": "現在,你可以從編輯的訊息中移除引用回覆。這適用於當你很滿意自己的回覆而其實不需要引用訊息,或是當你不小心回錯訊息時。"
},
"icu:WhatsNew__v7.28--0": {
"messageformat": "我們修正了一個導致貼圖在媒體編輯器中無法正常運作的錯誤。"
},
"icu:WhatsNew__v7.28--1": {
"messageformat": "此更新還包括對 macOS Sequoia 中新畫面分享界面的支援。"
}
}

42
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "signal-desktop",
"version": "7.28.0-alpha.1",
"version": "7.28.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "signal-desktop",
"version": "7.28.0-alpha.1",
"version": "7.28.0",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {
@ -14,15 +14,16 @@
"@formatjs/icu-messageformat-parser": "2.3.0",
"@formatjs/intl-localematcher": "0.2.32",
"@indutny/dicer": "0.3.2",
"@indutny/mac-screen-share": "1.0.11",
"@indutny/range-finder": "1.3.4",
"@indutny/simple-windows-notifications": "2.0.6",
"@indutny/simple-windows-notifications": "2.0.7",
"@indutny/sneequals": "4.0.0",
"@popperjs/core": "2.11.6",
"@react-aria/utils": "3.16.0",
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.8.1",
"@signalapp/libsignal-client": "0.58.0",
"@signalapp/ringrtc": "2.48.0",
"@signalapp/ringrtc": "2.48.1",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",
"blob-util": "2.0.2",
@ -125,7 +126,7 @@
"@indutny/parallel-prettier": "3.0.0",
"@indutny/rezip-electron": "1.3.1",
"@indutny/symbolicate-mac": "2.3.0",
"@signalapp/mock-server": "6.10.0",
"@signalapp/mock-server": "7.0.1",
"@storybook/addon-a11y": "8.1.11",
"@storybook/addon-actions": "8.1.11",
"@storybook/addon-controls": "8.1.11",
@ -4062,6 +4063,17 @@
"node": ">=10.0.0"
}
},
"node_modules/@indutny/mac-screen-share": {
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/@indutny/mac-screen-share/-/mac-screen-share-1.0.11.tgz",
"integrity": "sha512-0UHiWyUBYn3VjjwpaS0nD6bppunyaTdFGXU84uGmzlV1R9RYcXQOF4EDCWQLpMlw4TieLOBvsh10gLEP116MPw==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "*"
}
},
"node_modules/@indutny/parallel-prettier": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@indutny/parallel-prettier/-/parallel-prettier-3.0.0.tgz",
@ -4164,9 +4176,9 @@
}
},
"node_modules/@indutny/simple-windows-notifications": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/@indutny/simple-windows-notifications/-/simple-windows-notifications-2.0.6.tgz",
"integrity": "sha512-MLfKVZWWDf7qWTVOSgYt1OjKvg0L3FGylc+B4WULWRewY3DKhn203H++BvWeJTJ893BHV54QLIQni390LjpNPA==",
"version": "2.0.7",
"resolved": "https://registry.npmjs.org/@indutny/simple-windows-notifications/-/simple-windows-notifications-2.0.7.tgz",
"integrity": "sha512-RHh3/+JfAN/7U4xZj1vg4ZRMMjOZxFzt98SRA6o/bqVUl1Tlef6L4sqVKruCdKMZj6zSpLCFHWg6cQtLuJJEGg==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -7262,12 +7274,13 @@
}
},
"node_modules/@signalapp/mock-server": {
"version": "6.10.0",
"resolved": "https://registry.npmjs.org/@signalapp/mock-server/-/mock-server-6.10.0.tgz",
"integrity": "sha512-StUP0vIKN43T1PDeyIyr7+PBMW/1mxjPOiHFzF7VDKvC53Q2pX84OCd6hsW6m16Tsjrxm5B7gVLIh2e4OYbkdQ==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@signalapp/mock-server/-/mock-server-7.0.1.tgz",
"integrity": "sha512-iwH57apXyTHKjozaV1ZJW6nbVhFH3KlVOQYaJiO2bT3YgAGdYoJvHp8+MMIQ8OFYVGRo3g7wouqX/JT5HElAvw==",
"dev": true,
"license": "AGPL-3.0-only",
"dependencies": {
"@indutny/parallel-prettier": "^3.0.0",
"@signalapp/libsignal-client": "^0.45.0",
"@tus/file-store": "^1.4.0",
"@tus/server": "^1.7.0",
@ -7275,6 +7288,7 @@
"long": "^4.0.0",
"micro": "^9.3.4",
"microrouter": "^3.1.3",
"prettier": "^3.3.3",
"protobufjs": "^7.2.4",
"url-pattern": "^1.0.3",
"uuid": "^8.3.2",
@ -7339,9 +7353,9 @@
}
},
"node_modules/@signalapp/ringrtc": {
"version": "2.48.0",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.0.tgz",
"integrity": "sha512-dJP0ADlw9XrwMnXYySmwvlQhO2VrgIrkP+WHbwh6Ekm92SyD3kpUAmhfOA5An02Rz+P7aYP8tN7t76mQnA8HNg==",
"version": "2.48.1",
"resolved": "https://registry.npmjs.org/@signalapp/ringrtc/-/ringrtc-2.48.1.tgz",
"integrity": "sha512-eQihoH/XDdKeeh9eibtlon/fDqcpjSziBHgtvE/5x7Rl4BLIS9ZfRIWv5wlIgUDtEGoaKTkdWHieBXVCzbnGUg==",
"hasInstallScript": true,
"license": "AGPL-3.0-only",
"dependencies": {

View File

@ -4,7 +4,7 @@
"description": "Private messaging from your desktop",
"desktopName": "signal.desktop",
"repository": "https://github.com/signalapp/Signal-Desktop.git",
"version": "7.28.0-alpha.1",
"version": "7.28.0",
"license": "AGPL-3.0-only",
"author": {
"name": "Signal Messenger, LLC",
@ -98,15 +98,16 @@
"@formatjs/icu-messageformat-parser": "2.3.0",
"@formatjs/intl-localematcher": "0.2.32",
"@indutny/dicer": "0.3.2",
"@indutny/mac-screen-share": "1.0.11",
"@indutny/range-finder": "1.3.4",
"@indutny/simple-windows-notifications": "2.0.6",
"@indutny/simple-windows-notifications": "2.0.7",
"@indutny/sneequals": "4.0.0",
"@popperjs/core": "2.11.6",
"@react-aria/utils": "3.16.0",
"@react-spring/web": "9.5.5",
"@signalapp/better-sqlite3": "8.8.1",
"@signalapp/libsignal-client": "0.58.0",
"@signalapp/ringrtc": "2.48.0",
"@signalapp/ringrtc": "2.48.1",
"@types/fabric": "4.5.3",
"backbone": "1.4.0",
"blob-util": "2.0.2",
@ -209,7 +210,7 @@
"@indutny/parallel-prettier": "3.0.0",
"@indutny/rezip-electron": "1.3.1",
"@indutny/symbolicate-mac": "2.3.0",
"@signalapp/mock-server": "6.10.0",
"@signalapp/mock-server": "7.0.1",
"@storybook/addon-a11y": "8.1.11",
"@storybook/addon-actions": "8.1.11",
"@storybook/addon-controls": "8.1.11",
@ -580,8 +581,10 @@
"node_modules/@signalapp/ringrtc/build/${platform}/*${arch}*.node",
"node_modules/mac-screen-capture-permissions/build/Release/*.node",
"node_modules/@indutny/simple-windows-notifications/build/Release/*.node",
"node_modules/@indutny/mac-screen-share/build/Release/*.node",
"node_modules/fs-xattr/build/Release/*.node",
"!node_modules/@indutny/simple-windows-notifications/*.cpp",
"!node_modules/@indutny/mac-screen-share/*.{mm,h}",
"!node_modules/libheif-js/libheif",
"!node_modules/libheif-js/libheif-wasm/libheif-bundle.mjs",
"!node_modules/libheif-js/libheif-wasm/*.wasm",

View File

@ -477,6 +477,7 @@ message ContactAttachment {
optional string prefix = 3;
optional string suffix = 4;
optional string middleName = 5;
optional string nickname = 6;
}
message Phone {

View File

@ -212,7 +212,8 @@ message DataMessage {
optional string prefix = 3;
optional string suffix = 4;
optional string middleName = 5;
optional string displayName = 6;
reserved /* displayName */ 6;
optional string nickname = 7;
}
message Phone {

View File

@ -35,6 +35,7 @@ const bundleDefaults = {
'@signalapp/libsignal-client/zkgroup',
'@signalapp/ringrtc',
'@signalapp/better-sqlite3',
'@indutny/mac-screen-share',
'electron',
'fs-xattr',
'fsevents',

View File

@ -4231,6 +4231,10 @@ button.module-image__border-overlay:focus {
}
}
&__local-preview-video-container {
display: contents;
}
&__local-preview-fullsize {
position: absolute;
top: 0;
@ -4283,14 +4287,19 @@ button.module-image__border-overlay:focus {
}
&__video {
// The background-color is seen while the video loads.
background-color: $color-gray-75;
height: 100%;
transform: rotateY(180deg);
width: 100%;
&--presenting {
transform: inherit;
video {
// The background-color is seen while the video loads.
background-color: $color-gray-75;
height: 100%;
width: 100%;
transform: rotateY(180deg);
&--presenting {
transform: inherit;
}
}
}
}
@ -4373,8 +4382,13 @@ button.module-image__border-overlay:focus {
height: 32px;
position: absolute;
inset-inline-end: 4px;
transform: rotateY(180deg);
width: 32px;
video {
transform: rotateY(180deg);
width: 100%;
height: 100%;
}
}
}

View File

@ -14,6 +14,14 @@
height: 100%;
max-height: calc(100% - 140px);
opacity: 0.6;
// Border radius should clip children
overflow: hidden;
}
&--camera-is-on video {
width: auto;
height: 100%;
}
&--camera-is-off {

View File

@ -189,6 +189,12 @@
@include StoryListItem__Icon('../images/icons/v3/x/x-circle-compact.svg');
}
&--unhide {
@include StoryListItem__Icon(
'../images/icons/v3/check/check-circle-compact.svg'
);
}
&--info {
@include StoryListItem__Icon('../images/icons/v3/info/info-compact.svg');
}

View File

@ -17,7 +17,6 @@ import { getCountryCode } from './types/PhoneNumber';
export type ConfigKeyType =
| 'desktop.calling.adhoc'
| 'desktop.calling.adhoc.create'
| 'desktop.calling.raiseHand'
| 'desktop.clientExpiration'
| 'desktop.backup.credentialFetch'
| 'desktop.internalUser'

View File

@ -1,7 +1,7 @@
// Copyright 2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
import { isNumber, throttle, groupBy } from 'lodash';
import { isNumber, groupBy, throttle } from 'lodash';
import { render } from 'react-dom';
import { batch as batchDispatch } from 'react-redux';
import PQueue from 'p-queue';
@ -77,7 +77,6 @@ import { parseIntOrThrow } from './util/parseIntOrThrow';
import { getProfile } from './util/getProfile';
import type {
ConfigurationEvent,
DecryptionErrorEvent,
DeliveryEvent,
EnvelopeQueuedEvent,
EnvelopeUnsealedEvent,
@ -129,9 +128,10 @@ import { InstallScreenStep } from './types/InstallScreen';
import { getEnvironment } from './environment';
import { SignalService as Proto } from './protobuf';
import {
getOnDecryptionError,
onRetryRequest,
onDecryptionError,
onInvalidPlaintextMessage,
onSuccessfulDecrypt,
} from './util/handleRetry';
import { themeChanged } from './shims/themeChanged';
import { createIPCEvents } from './util/createIPCEvents';
@ -618,11 +618,14 @@ export async function startApp(): Promise<void> {
'error',
queuedEventListener(onError, false)
);
messageReceiver.addEventListener(
'successful-decrypt',
queuedEventListener(onSuccessfulDecrypt)
);
messageReceiver.addEventListener(
'decryption-error',
queuedEventListener((event: DecryptionErrorEvent): void => {
drop(onDecryptionErrorQueue.add(() => onDecryptionError(event)));
})
queuedEventListener(getOnDecryptionError(() => onDecryptionErrorQueue))
);
messageReceiver.addEventListener(
'invalid-plaintext',
@ -733,6 +736,7 @@ export async function startApp(): Promise<void> {
);
log.info('background/shutdown: shutting down messageReceiver');
server.unregisterRequestHandler(messageReceiver);
StorageService.disableStorageService();
messageReceiver.stopProcessing();
await window.waitForAllBatchers();
}
@ -1308,15 +1312,13 @@ export async function startApp(): Promise<void> {
remotelyExpired = true;
});
async function runStorageService() {
if (window.storage.get('backupDownloadPath')) {
log.info(
'background: not running storage service while downloading backup'
);
return;
}
async function runStorageService({ reason }: { reason: string }) {
await backupReady.promise;
StorageService.enableStorageService();
StorageService.runStorageServiceSyncJob();
StorageService.runStorageServiceSyncJob({
reason: `runStorageService/${reason}`,
});
}
async function start() {
@ -1426,10 +1428,7 @@ export async function startApp(): Promise<void> {
drop(connect(true));
// Connect messageReceiver back to websocket
afterStart();
// Run storage service after linking
drop(runStorageService());
drop(afterStart());
});
cancelInitializationMessage();
@ -1514,12 +1513,10 @@ export async function startApp(): Promise<void> {
resolveOnAppView = undefined;
}
afterStart();
drop(afterStart());
}
const backupReady = explodePromise<void>();
function afterStart() {
async function afterStart() {
strictAssert(messageReceiver, 'messageReceiver must be initialized');
strictAssert(server, 'server must be initialized');
@ -1585,45 +1582,25 @@ export async function startApp(): Promise<void> {
onOffline();
}
drop(downloadBackup());
}
// Download backup before enabling request handler and storage service
try {
await backupsService.download({
onProgress: (currentBytes, totalBytes) => {
window.reduxActions.installer.updateBackupImportProgress({
currentBytes,
totalBytes,
});
},
});
async function downloadBackup() {
strictAssert(server != null, 'server must be initialized');
strictAssert(
messageReceiver != null,
'MessageReceiver must be initialized'
);
const backupDownloadPath = window.storage.get('backupDownloadPath');
if (!backupDownloadPath) {
log.warn('downloadBackup: no backup download path, skipping');
backupReady.resolve();
server.registerRequestHandler(messageReceiver);
drop(runStorageService());
return;
} catch (error) {
backupReady.reject(error);
throw error;
}
const absoluteDownloadPath =
window.Signal.Migrations.getAbsoluteDownloadsPath(backupDownloadPath);
log.info('downloadBackup: downloading...');
const hasBackup = await backupsService.download(absoluteDownloadPath, {
onProgress: (currentBytes, totalBytes) => {
window.reduxActions.installer.updateBackupImportProgress({
currentBytes,
totalBytes,
});
},
});
await window.storage.remove('backupDownloadPath');
log.info(`downloadBackup: done, had backup=${hasBackup}`);
// Start storage service sync, etc
log.info('downloadBackup: processing websocket messages, storage service');
backupReady.resolve();
server.registerRequestHandler(messageReceiver);
drop(runStorageService());
drop(runStorageService({ reason: 'afterStart' }));
}
window.getSyncRequest = (timeoutMillis?: number) => {
@ -1688,6 +1665,8 @@ export async function startApp(): Promise<void> {
);
}
let backupReady = explodePromise<void>();
let connectCount = 0;
let connectPromise: ExplodePromiseResultType<void> | undefined;
let remotelyExpired = false;
@ -1722,7 +1701,14 @@ export async function startApp(): Promise<void> {
strictAssert(server !== undefined, 'WebAPI not connected');
await backupReady.promise;
// Wait for backup to be downloaded
try {
await backupReady.promise;
} catch (error) {
log.error('background: backup download failed, not reconnecting', error);
return;
}
log.info('background: connect unblocked by backups');
try {
connectPromise = explodePromise();
@ -1790,7 +1776,7 @@ export async function startApp(): Promise<void> {
if (connectCount === 1) {
Stickers.downloadQueuedPacks();
if (!newVersion) {
drop(runStorageService());
drop(runStorageService({ reason: 'connect/connectCount=1' }));
}
}
@ -1808,7 +1794,7 @@ export async function startApp(): Promise<void> {
window.getSyncRequest();
void StorageService.reprocessUnknownFields();
void runStorageService();
void runStorageService({ reason: 'connect/bootAfterUpgrade' });
const manager = window.getAccountManager();
await Promise.all([
@ -1904,7 +1890,7 @@ export async function startApp(): Promise<void> {
MessageSender.getRequestConfigurationSyncMessage()
),
singleProtoJobQueue.add(MessageSender.getRequestBlockSyncMessage()),
runStorageService(),
runStorageService({ reason: 'firstRun/initialSync' }),
singleProtoJobQueue.add(
MessageSender.getRequestContactSyncMessage()
),
@ -3034,8 +3020,12 @@ export async function startApp(): Promise<void> {
log.info('unlinkAndDisconnect: logging out');
strictAssert(server !== undefined, 'WebAPI not initialized');
server.unregisterRequestHandler(messageReceiver);
StorageService.disableStorageService();
messageReceiver.stopProcessing();
backupReady.reject(new Error('Aborted'));
backupReady = explodePromise();
await server.logout();
await window.waitForAllBatchers();
}
@ -3175,7 +3165,7 @@ export async function startApp(): Promise<void> {
}
case FETCH_LATEST_ENUM.STORAGE_MANIFEST:
log.info('onFetchLatestSync: fetching latest manifest');
StorageService.runStorageServiceSyncJob();
StorageService.runStorageServiceSyncJob({ reason: 'syncFetchLatest' });
break;
case FETCH_LATEST_ENUM.SUBSCRIPTION_STATUS:
log.info('onFetchLatestSync: fetching latest subscription status');
@ -3233,7 +3223,7 @@ export async function startApp(): Promise<void> {
}
}
await StorageService.runStorageServiceSyncJob();
await StorageService.runStorageServiceSyncJob({ reason: 'onKeysSync' });
}
}

View File

@ -8,6 +8,11 @@ export const REQUESTED_VIDEO_WIDTH = 960;
export const REQUESTED_VIDEO_HEIGHT = 720;
export const REQUESTED_VIDEO_FRAMERATE = 30;
export const REQUESTED_SCREEN_SHARE_WIDTH = 2880;
export const REQUESTED_SCREEN_SHARE_HEIGHT = 1800;
// 15fps is much nicer but takes up a lot more CPU.
export const REQUESTED_SCREEN_SHARE_FRAMERATE = 5;
export const MAX_FRAME_WIDTH = 2880;
export const MAX_FRAME_HEIGHT = 1800;
export const FRAME_BUFFER_SIZE = MAX_FRAME_WIDTH * MAX_FRAME_HEIGHT * 4;

View File

@ -107,7 +107,6 @@ const createProps = (storyProps: Partial<PropsType> = {}): PropsType => ({
i18n,
incomingCall: null,
callLink: storyProps.callLink ?? undefined,
isGroupCallRaiseHandEnabled: true,
me: {
...getDefaultConversation({
color: AvatarColors[0],
@ -130,7 +129,7 @@ const createProps = (storyProps: Partial<PropsType> = {}): PropsType => ({
setGroupCallVideoRequest: action('set-group-call-video-request'),
setIsCallActive: action('set-is-call-active'),
setLocalAudio: action('set-local-audio'),
setLocalPreview: action('set-local-preview'),
setLocalPreviewContainer: action('set-local-preview-container'),
setLocalVideo: action('set-local-video'),
setRendererCanvas: action('set-renderer-canvas'),
setOutgoingRing: action('set-outgoing-ring'),

View File

@ -37,7 +37,6 @@ import type {
SendGroupCallReactionType,
SetGroupCallVideoRequestType,
SetLocalAudioType,
SetLocalPreviewType,
SetLocalVideoType,
SetRendererCanvasType,
StartCallType,
@ -109,7 +108,6 @@ export type PropsType = {
denyUser: (payload: PendingUserActionPayloadType) => void;
hasInitialLoadCompleted: boolean;
i18n: LocalizerType;
isGroupCallRaiseHandEnabled: boolean;
me: ConversationType;
notifyForCall: (
conversationId: string,
@ -127,7 +125,7 @@ export type PropsType = {
setIsCallActive: (_: boolean) => void;
setLocalAudio: (_: SetLocalAudioType) => void;
setLocalVideo: (_: SetLocalVideoType) => void;
setLocalPreview: (_: SetLocalPreviewType) => void;
setLocalPreviewContainer: (container: HTMLDivElement | null) => void;
setOutgoingRing: (_: boolean) => void;
setRendererCanvas: (_: SetRendererCanvasType) => void;
showShareCallLinkViaSignal: (
@ -177,7 +175,6 @@ function ActiveCallManager({
denyUser,
hangUpActiveCall,
i18n,
isGroupCallRaiseHandEnabled,
getIsSharingPhoneNumberWithEverybody,
getGroupCallVideoFrameSource,
getPresentingSources,
@ -192,7 +189,7 @@ function ActiveCallManager({
sendGroupCallReaction,
setGroupCallVideoRequest,
setLocalAudio,
setLocalPreview,
setLocalPreviewContainer,
setLocalVideo,
setRendererCanvas,
setOutgoingRing,
@ -351,7 +348,7 @@ function ActiveCallManager({
hasLocalVideo={hasLocalVideo}
i18n={i18n}
setGroupCallVideoRequest={setGroupCallVideoRequestForConversation}
setLocalPreview={setLocalPreview}
setLocalPreviewContainer={setLocalPreviewContainer}
setRendererCanvas={setRendererCanvas}
switchToPresentationView={switchToPresentationView}
switchFromPresentationView={switchFromPresentationView}
@ -383,7 +380,7 @@ function ActiveCallManager({
onJoinCall={joinActiveCall}
outgoingRing={outgoingRing}
peekedParticipants={peekedParticipants}
setLocalPreview={setLocalPreview}
setLocalPreviewContainer={setLocalPreviewContainer}
setLocalAudio={setLocalAudio}
setLocalVideo={setLocalVideo}
setOutgoingRing={setOutgoingRing}
@ -463,7 +460,6 @@ function ActiveCallManager({
i18n={i18n}
imageDataCache={imageDataCache}
isCallLinkAdmin={isCallLinkAdmin}
isGroupCallRaiseHandEnabled={isGroupCallRaiseHandEnabled}
me={me}
openSystemPreferencesAction={openSystemPreferencesAction}
renderEmojiPicker={renderEmojiPicker}
@ -471,7 +467,7 @@ function ActiveCallManager({
sendGroupCallRaiseHand={sendGroupCallRaiseHand}
sendGroupCallReaction={sendGroupCallReaction}
setGroupCallVideoRequest={setGroupCallVideoRequestForConversation}
setLocalPreview={setLocalPreview}
setLocalPreviewContainer={setLocalPreviewContainer}
setRendererCanvas={setRendererCanvas}
setLocalAudio={setLocalAudio}
setLocalVideo={setLocalVideo}
@ -550,7 +546,6 @@ export function CallManager({
i18n,
incomingCall,
isConversationTooBigToRing,
isGroupCallRaiseHandEnabled,
getIsSharingPhoneNumberWithEverybody,
me,
notifyForCall,
@ -567,7 +562,7 @@ export function CallManager({
setGroupCallVideoRequest,
setIsCallActive,
setLocalAudio,
setLocalPreview,
setLocalPreviewContainer,
setLocalVideo,
setOutgoingRing,
setRendererCanvas,
@ -646,7 +641,6 @@ export function CallManager({
getPresentingSources={getPresentingSources}
hangUpActiveCall={hangUpActiveCall}
i18n={i18n}
isGroupCallRaiseHandEnabled={isGroupCallRaiseHandEnabled}
getIsSharingPhoneNumberWithEverybody={
getIsSharingPhoneNumberWithEverybody
}
@ -662,7 +656,7 @@ export function CallManager({
sendGroupCallReaction={sendGroupCallReaction}
setGroupCallVideoRequest={setGroupCallVideoRequest}
setLocalAudio={setLocalAudio}
setLocalPreview={setLocalPreview}
setLocalPreviewContainer={setLocalPreviewContainer}
setLocalVideo={setLocalVideo}
setOutgoingRing={setOutgoingRing}
setRendererCanvas={setRendererCanvas}

View File

@ -202,7 +202,6 @@ const createProps = (
i18n,
imageDataCache: React.createRef<CallingImageDataCache>(),
isCallLinkAdmin: true,
isGroupCallRaiseHandEnabled: true,
me: getDefaultConversation({
color: AvatarColors[1],
id: '6146087e-f7ef-457e-9a8d-47df1fdd6b25',
@ -219,7 +218,7 @@ const createProps = (
sendGroupCallReaction: action('send-group-call-reaction'),
setGroupCallVideoRequest: action('set-group-call-video-request'),
setLocalAudio: action('set-local-audio'),
setLocalPreview: action('set-local-preview'),
setLocalPreviewContainer: action('set-local-preview-container'),
setLocalVideo: action('set-local-video'),
setRendererCanvas: action('set-renderer-canvas'),
stickyControls: false,

View File

@ -13,7 +13,6 @@ import type {
SendGroupCallRaiseHandType,
SendGroupCallReactionType,
SetLocalAudioType,
SetLocalPreviewType,
SetLocalVideoType,
SetRendererCanvasType,
} from '../state/ducks/calling';
@ -105,7 +104,6 @@ export type PropsType = {
i18n: LocalizerType;
imageDataCache: React.RefObject<CallingImageDataCache>;
isCallLinkAdmin: boolean;
isGroupCallRaiseHandEnabled: boolean;
me: ConversationType;
openSystemPreferencesAction: () => unknown;
renderReactionPicker: (
@ -119,7 +117,7 @@ export type PropsType = {
) => void;
setLocalAudio: (_: SetLocalAudioType) => void;
setLocalVideo: (_: SetLocalVideoType) => void;
setLocalPreview: (_: SetLocalPreviewType) => void;
setLocalPreviewContainer: (container: HTMLDivElement | null) => void;
setRendererCanvas: (_: SetRendererCanvasType) => void;
stickyControls: boolean;
switchToPresentationView: () => void;
@ -199,7 +197,6 @@ export function CallScreen({
i18n,
imageDataCache,
isCallLinkAdmin,
isGroupCallRaiseHandEnabled,
me,
openSystemPreferencesAction,
renderEmojiPicker,
@ -209,7 +206,7 @@ export function CallScreen({
sendGroupCallReaction,
setLocalAudio,
setLocalVideo,
setLocalPreview,
setLocalPreviewContainer,
setRendererCanvas,
stickyControls,
switchToPresentationView,
@ -294,15 +291,6 @@ export function CallScreen({
const [showControls, setShowControls] = useState(true);
const localVideoRef = useRef<HTMLVideoElement | null>(null);
useEffect(() => {
setLocalPreview({ element: localVideoRef });
return () => {
setLocalPreview({ element: undefined });
};
}, [setLocalPreview, setRendererCanvas]);
useEffect(() => {
if (
!showControls ||
@ -431,7 +419,10 @@ export function CallScreen({
)}
>
{isSendingVideo ? (
<video ref={localVideoRef} autoPlay />
<div
className="module-ongoing-call__local-preview-container"
ref={setLocalPreviewContainer}
/>
) : (
<CallBackgroundBlur avatarUrl={me.avatarUrl}>
<div className="module-calling__spacer module-calling__camera-is-off-spacer" />
@ -444,14 +435,13 @@ export function CallScreen({
);
} else {
localPreviewNode = isSendingVideo ? (
<video
<div
className={classNames(
'module-ongoing-call__footer__local-preview__video',
presentingSource &&
'module-ongoing-call__footer__local-preview__video--presenting'
)}
ref={localVideoRef}
autoPlay
ref={setLocalPreviewContainer}
/>
) : (
<CallBackgroundBlur avatarUrl={me.avatarUrl}>
@ -941,7 +931,7 @@ export function CallScreen({
onClick={toggleAudio}
tooltipDirection={TooltipPlacement.Top}
/>
{isGroupCallRaiseHandEnabled && raiseHandButtonType && (
{raiseHandButtonType && (
<CallingButton
buttonType={raiseHandButtonType}
i18n={i18n}

View File

@ -84,7 +84,7 @@ const createProps = (overrideProps: Partial<PropsType> = {}): PropsType => {
outgoingRing: overrideProps.outgoingRing ?? false,
peekedParticipants: overrideProps.peekedParticipants || [],
setLocalAudio: action('set-local-audio'),
setLocalPreview: action('set-local-preview'),
setLocalPreviewContainer: action('set-local-preview-container'),
setLocalVideo: action('set-local-video'),
setOutgoingRing: action('set-outgoing-ring'),
showParticipantsList: overrideProps.showParticipantsList ?? false,

View File

@ -6,7 +6,6 @@ import FocusTrap from 'focus-trap-react';
import classNames from 'classnames';
import type {
SetLocalAudioType,
SetLocalPreviewType,
SetLocalVideoType,
} from '../state/ducks/calling';
import { CallingButton, CallingButtonType } from './CallingButton';
@ -74,7 +73,7 @@ export type PropsType = {
peekedParticipants: Array<ConversationType>;
setLocalAudio: (_: SetLocalAudioType) => void;
setLocalVideo: (_: SetLocalVideoType) => void;
setLocalPreview: (_: SetLocalPreviewType) => void;
setLocalPreviewContainer: (container: HTMLDivElement | null) => void;
setOutgoingRing: (_: boolean) => void;
showParticipantsList: boolean;
toggleParticipants: () => void;
@ -100,7 +99,7 @@ export function CallingLobby({
onJoinCall,
peekedParticipants,
setLocalAudio,
setLocalPreview,
setLocalPreviewContainer,
setLocalVideo,
setOutgoingRing,
toggleParticipants,
@ -108,8 +107,6 @@ export function CallingLobby({
toggleSettings,
outgoingRing,
}: PropsType): JSX.Element {
const localVideoRef = React.useRef<null | HTMLVideoElement>(null);
const shouldShowLocalVideo = hasLocalVideo && availableCameras.length > 0;
const isGroupOrAdhocCall = isGroupOrAdhocCallMode(callMode);
@ -130,14 +127,6 @@ export function CallingLobby({
? togglePip
: undefined;
React.useEffect(() => {
setLocalPreview({ element: localVideoRef });
return () => {
setLocalPreview({ element: undefined });
};
}, [setLocalPreview]);
React.useEffect(() => {
function handleKeyDown(event: KeyboardEvent): void {
let eventHandled = false;
@ -275,10 +264,9 @@ export function CallingLobby({
>
<div className="module-calling__container dark-theme">
{shouldShowLocalVideo ? (
<video
<div
className="module-CallingLobby__local-preview module-CallingLobby__local-preview--camera-is-on"
ref={localVideoRef}
autoPlay
ref={setLocalPreviewContainer}
/>
) : (
<CallBackgroundBlur

View File

@ -78,7 +78,7 @@ export default {
hasLocalVideo: false,
i18n,
setGroupCallVideoRequest: action('set-group-call-video-request'),
setLocalPreview: action('set-local-preview'),
setLocalPreviewContainer: action('set-local-preview-container'),
setRendererCanvas: action('set-renderer-canvas'),
switchFromPresentationView: action('switch-to-presentation-view'),
switchToPresentationView: action('switch-to-presentation-view'),

View File

@ -7,10 +7,7 @@ import type { VideoFrameSource } from '@signalapp/ringrtc';
import { CallingPipRemoteVideo } from './CallingPipRemoteVideo';
import type { LocalizerType } from '../types/Util';
import type { ActiveCallType, GroupCallVideoRequest } from '../types/Calling';
import type {
SetLocalPreviewType,
SetRendererCanvasType,
} from '../state/ducks/calling';
import type { SetRendererCanvasType } from '../state/ducks/calling';
import { missingCaseError } from '../util/missingCaseError';
import { useActivateSpeakerViewOnPresenting } from '../hooks/useActivateSpeakerViewOnPresenting';
import type { CallingImageDataCache } from './CallManager';
@ -60,7 +57,7 @@ export type PropsType = {
_: Array<GroupCallVideoRequest>,
speakerHeight: number
) => void;
setLocalPreview: (_: SetLocalPreviewType) => void;
setLocalPreviewContainer: (container: HTMLDivElement | null) => void;
setRendererCanvas: (_: SetRendererCanvasType) => void;
switchToPresentationView: () => void;
switchFromPresentationView: () => void;
@ -80,7 +77,7 @@ export function CallingPip({
imageDataCache,
i18n,
setGroupCallVideoRequest,
setLocalPreview,
setLocalPreviewContainer,
setRendererCanvas,
switchToPresentationView,
switchFromPresentationView,
@ -89,7 +86,6 @@ export function CallingPip({
const isRTL = i18n.getLocaleDirection() === 'rtl';
const videoContainerRef = React.useRef<null | HTMLDivElement>(null);
const localVideoRef = React.useRef(null);
const [windowWidth, setWindowWidth] = React.useState(window.innerWidth);
const [windowHeight, setWindowHeight] = React.useState(window.innerHeight);
@ -104,10 +100,6 @@ export function CallingPip({
switchFromPresentationView,
});
React.useEffect(() => {
setLocalPreview({ element: localVideoRef });
}, [setLocalPreview]);
const hangUp = React.useCallback(() => {
hangUpActiveCall('pip button click');
}, [hangUpActiveCall]);
@ -313,10 +305,9 @@ export function CallingPip({
setGroupCallVideoRequest={setGroupCallVideoRequest}
/>
{hasLocalVideo ? (
<video
<div
className="module-calling-pip__video--local"
ref={localVideoRef}
autoPlay
ref={setLocalPreviewContainer}
/>
) : null}
<div className="module-calling-pip__actions">

View File

@ -56,6 +56,7 @@ import { Theme } from '../util/theme';
import { ThemeType } from '../types/Util';
import { arrow } from '../util/keyboard';
import { canvasToBytes } from '../util/canvasToBytes';
import { loadImage } from '../util/loadImage';
import { getConversationSelector } from '../state/selectors/conversations';
import { hydrateRanges } from '../types/BodyRange';
import { useConfirmDiscard } from '../hooks/useConfirmDiscard';
@ -1213,17 +1214,19 @@ export function MediaEditor({
i18n={i18n}
installedPacks={installedPacks}
knownPacks={[]}
onPickSticker={(_packId, _stickerId, src: string) => {
onPickSticker={async (_packId, _stickerId, src: string) => {
if (!fabricCanvas) {
return;
}
const img = await loadImage(src);
const STICKER_SIZE_RELATIVE_TO_CANVAS = 4;
const size =
Math.min(imageState.width, imageState.height) /
STICKER_SIZE_RELATIVE_TO_CANVAS;
const sticker = new MediaEditorFabricSticker(src);
const sticker = new MediaEditorFabricSticker(img);
sticker.scaleToHeight(size);
sticker.setPositionByOrigin(
new fabric.Point(

View File

@ -36,7 +36,6 @@ import type { ShowToastAction } from '../state/ducks/toast';
import { getEmojiData, unifiedToEmoji } from './emoji/lib';
import { assertDev } from '../util/assert';
import { missingCaseError } from '../util/missingCaseError';
import { sanitizeAboutText } from '../util/getAboutText';
import { ConfirmationDialog } from './ConfirmationDialog';
import { ContextMenu } from './ContextMenu';
import { UsernameLinkModalBody } from './UsernameLinkModalBody';
@ -210,7 +209,6 @@ export function ProfileEditor({
});
const [isResettingUsername, setIsResettingUsername] = useState(false);
const [isResettingUsernameLink, setIsResettingUsernameLink] = useState(false);
const [isInvalidAboutText, setIsInvalidAboutText] = useState(false);
// Reset username edit state when leaving
useEffect(() => {
@ -497,14 +495,6 @@ export function ProfileEditor({
<Button
disabled={shouldDisableSave}
onClick={() => {
if (
sanitizeAboutText(stagedProfile.aboutText) !==
stagedProfile.aboutText
) {
setIsInvalidAboutText(true);
return;
}
setFullBio({
aboutEmoji: stagedProfile.aboutEmoji,
aboutText: stagedProfile.aboutText,
@ -778,25 +768,6 @@ export function ProfileEditor({
/>
)}
{isInvalidAboutText && (
<ConfirmationDialog
dialogName="ProfileEditorModal.invalidAboutText"
title={i18n('icu:ProfileEditor__invalid-about__title')}
cancelButtonVariant={ButtonVariant.Primary}
cancelText={i18n('icu:Confirmation--confirm')}
i18n={i18n}
onClose={() => {
setStagedProfile(profileData => ({
...profileData,
aboutText: sanitizeAboutText(profileData?.aboutText),
}));
setIsInvalidAboutText(false);
}}
>
{i18n('icu:ProfileEditor__invalid-about__body')}
</ConfirmationDialog>
)}
{isResettingUsernameLink && (
<ConfirmationDialog
i18n={i18n}

View File

@ -117,21 +117,24 @@ export function StoryListItem({
repliesElement = <div className="StoryListItem__info--replies--others" />;
}
const menuOptions = [
{
icon: 'StoryListItem__icon--hide',
label: isHidden
? i18n('icu:StoryListItem__unhide')
: i18n('icu:StoryListItem__hide'),
const menuOptions = [];
if (isHidden) {
menuOptions.push({
icon: 'StoryListItem__icon--unhide',
label: i18n('icu:StoryListItem__unhide'),
onClick: () => {
if (isHidden) {
onHideStory(conversationId);
} else {
setHasConfirmHideStory(true);
}
onHideStory(conversationId);
},
},
];
});
} else {
menuOptions.push({
icon: 'StoryListItem__icon--hide',
label: i18n('icu:StoryListItem__hide'),
onClick: () => {
setHasConfirmHideStory(true);
},
});
}
if (!isSignalOfficial) {
menuOptions.push({

View File

@ -516,7 +516,9 @@ export function StoryViewer({
onClick: () => setCurrentViewTarget(StoryViewTargetType.Details),
},
{
icon: 'StoryListItem__icon--hide',
icon: isHidden
? 'StoryListItem__icon--unhide'
: 'StoryListItem__icon--hide',
label: isHidden
? i18n('icu:StoryListItem__unhide')
: i18n('icu:StoryListItem__hide'),

View File

@ -17,6 +17,7 @@ import { IMAGE_PNG } from '../types/MIME';
import { strictAssert } from '../util/assert';
import { drop } from '../util/drop';
import { splitText } from '../util/splitText';
import { loadImage } from '../util/loadImage';
import { Button, ButtonVariant } from './Button';
import { Modal } from './Modal';
import { ConfirmationDialog } from './ConfirmationDialog';
@ -373,14 +374,7 @@ export async function _generateImageBlob({
);
const svgURL = `data:image/svg+xml;utf8,${encodeURIComponent(svg)}`;
const img = new Image();
await new Promise((resolve, reject) => {
img.addEventListener('load', resolve);
img.addEventListener('error', () =>
reject(new Error('Failed to load image'))
);
img.src = svgURL;
});
const img = await loadImage(svgURL);
context.drawImage(img, 0, 0, PRINT_WIDTH, PRINT_HEIGHT);

View File

@ -42,7 +42,10 @@ export function WhatsNewModal({
const releaseNotes: ReleaseNotesType = {
date: new Date(window.getBuildCreation?.() || Date.now()),
version: window.getVersion?.(),
features: [<I18n i18n={i18n} id="icu:WhatsNew__v7.27--0" />],
features: [
<I18n i18n={i18n} id="icu:WhatsNew__v7.28--0" />,
<I18n i18n={i18n} id="icu:WhatsNew__v7.28--1" />,
],
};
if (releaseNotes.features.length === 1 && !releaseNotes.header) {

View File

@ -101,7 +101,6 @@ const fullContact = {
prefix: 'Dr.',
suffix: 'Jr.',
middleName: 'James',
displayName: 'Jerry Jordan',
},
number: [
{

View File

@ -1916,7 +1916,6 @@ const fullContact = {
prefix: 'Dr.',
suffix: 'Jr.',
middleName: 'James',
displayName: 'Jerry Jordan',
},
number: [
{
@ -1987,7 +1986,7 @@ export const EmbeddedContactLoadingAvatar = Template.bind({});
EmbeddedContactLoadingAvatar.args = {
contact: {
name: {
displayName: 'Jerry Jordan',
nickname: 'Jerry',
},
avatar: {
avatar: fakeAttachment({

View File

@ -7,6 +7,7 @@ import {
flatten,
fromPairs,
isNumber,
omit,
values,
} from 'lodash';
import Long from 'long';
@ -2006,7 +2007,7 @@ export async function createGroupV2(
);
await conversation.queueJob('storageServiceUploadJob', async () => {
await storageServiceUploadJob();
await storageServiceUploadJob({ reason: 'createGroupV2' });
});
const timestamp = Date.now();
@ -3111,6 +3112,19 @@ export async function maybeUpdateGroup(
}
}
/**
* UpdateGroup runs on the conversation's queue, and it overwrites all of conversation
* attributes. This would be fine, except we have some time-sensitive conversation-related
* tasks that happen off-queue, notably: updateUnread(). This is a non-exhaustive list of
* attributes that should never be stomped by updateGroup. Attributes should be added here
* if:
* 1) [most importantly!] they will never be updated by updateGroup, and
* 2) they are updated off-queue and therefore at risk of being stomped on.
*
* TODO (DESKTOP-7729): consider better separating conversation data to avoid this
*/
const FIELDS_UNRELATED_TO_GROUP_STATE = ['unreadCount', 'unreadMentionsOfMe'];
async function updateGroup(
{
conversation,
@ -3262,7 +3276,7 @@ async function updateGroup(
}
conversation.set({
...newAttributes,
...omit(newAttributes, FIELDS_UNRELATED_TO_GROUP_STATE),
active_at: activeAt,
});

View File

@ -2366,9 +2366,9 @@ export class ConversationModel extends window.Backbone
if (didResponseChange) {
if (response === messageRequestEnum.ACCEPT) {
// Only add a message when the user took an explicit action to accept
// the message request on one of their devices
if (!viaStorageServiceSync) {
// Only add a message if the user unblocked this conversation, or took an
// explicit action to accept the message request on one of their devices
if (!viaStorageServiceSync || didUnblock) {
drop(
this.addMessageRequestResponseEventMessage(
didUnblock
@ -5392,7 +5392,7 @@ export class ConversationModel extends window.Backbone
this.set({ needsStorageServiceSync: true });
void this.queueJob('captureChange', async () => {
storageServiceUploadJob();
storageServiceUploadJob({ reason: `captureChange/${logMessage}` });
});
}

View File

@ -76,6 +76,25 @@ export class BackupsService {
});
}
public async download(
options: Omit<DownloadOptionsType, 'downloadOffset'>
): Promise<void> {
const backupDownloadPath = window.storage.get('backupDownloadPath');
if (!backupDownloadPath) {
log.warn('backups.download: no backup download path, skipping');
return;
}
const absoluteDownloadPath =
window.Signal.Migrations.getAbsoluteDownloadsPath(backupDownloadPath);
log.info('backups.download: downloading...');
const hasBackup = await this.doDownload(absoluteDownloadPath, options);
await window.storage.remove('backupDownloadPath');
log.info(`backups.download: done, had backup=${hasBackup}`);
}
public async upload(): Promise<void> {
const fileName = `backup-${randomBytes(32).toString('hex')}`;
const filePath = join(window.BasePaths.temp, fileName);
@ -155,86 +174,6 @@ export class BackupsService {
}
}
public async download(
downloadPath: string,
{ onProgress }: Omit<DownloadOptionsType, 'downloadOffset'>
): Promise<boolean> {
const controller = new AbortController();
// Abort previous download
this.downloadController?.abort();
this.downloadController = controller;
let downloadOffset = 0;
try {
({ size: downloadOffset } = await stat(downloadPath));
} catch (error) {
if (error.code !== 'ENOENT') {
throw error;
}
// File is missing - start from the beginning
}
try {
await ensureFile(downloadPath);
if (controller.signal.aborted) {
return false;
}
const stream = await this.api.download({
downloadOffset,
onProgress,
abortSignal: controller.signal,
});
if (controller.signal.aborted) {
return false;
}
await pipeline(
stream,
createWriteStream(downloadPath, {
flags: 'a',
start: downloadOffset,
})
);
if (controller.signal.aborted) {
return false;
}
this.downloadController = undefined;
// Too late to cancel now
try {
await this.importFromDisk(downloadPath);
} finally {
await unlink(downloadPath);
}
} catch (error) {
// Download canceled
if (error.name === 'AbortError') {
return false;
}
// No backup on the server
if (error instanceof HTTPError && error.code === 404) {
return false;
}
try {
await unlink(downloadPath);
} catch {
// Best-effort
}
throw error;
}
return true;
}
public async importBackup(
createBackupStream: () => Readable,
backupType = BackupType.Ciphertext
@ -357,6 +296,86 @@ export class BackupsService {
return { isInBackupTier: true, cdnNumber: storedInfo.cdnNumber };
}
private async doDownload(
downloadPath: string,
{ onProgress }: Omit<DownloadOptionsType, 'downloadOffset'>
): Promise<boolean> {
const controller = new AbortController();
// Abort previous download
this.downloadController?.abort();
this.downloadController = controller;
let downloadOffset = 0;
try {
({ size: downloadOffset } = await stat(downloadPath));
} catch (error) {
if (error.code !== 'ENOENT') {
throw error;
}
// File is missing - start from the beginning
}
try {
await ensureFile(downloadPath);
if (controller.signal.aborted) {
return false;
}
const stream = await this.api.download({
downloadOffset,
onProgress,
abortSignal: controller.signal,
});
if (controller.signal.aborted) {
return false;
}
await pipeline(
stream,
createWriteStream(downloadPath, {
flags: 'a',
start: downloadOffset,
})
);
if (controller.signal.aborted) {
return false;
}
this.downloadController = undefined;
// Too late to cancel now
try {
await this.importFromDisk(downloadPath);
} finally {
await unlink(downloadPath);
}
} catch (error) {
// Download canceled
if (error.name === 'AbortError') {
return false;
}
// No backup on the server
if (error instanceof HTTPError && error.code === 404) {
return false;
}
try {
await unlink(downloadPath);
} catch {
// Best-effort
}
throw error;
}
return true;
}
private async exportBackup(
sink: Writable,
backupLevel: BackupLevel = BackupLevel.Messages,

Some files were not shown because too many files have changed in this diff Show More