Update strings
This commit is contained in:
parent
6bbb013f2a
commit
1b624d4e22
68 changed files with 2126 additions and 518 deletions
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Beeld in klets gestuur"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikoon wat wys dat hierdie beeld 'n onderskrif het"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} Item} other {{count,number} Items}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Hierdie media is nie meer beskikbaar nie."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Vind meer uit"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Stoor"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Probeer weer"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Verfris kode"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Kry hulp"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Skrap alle data en boodskappe in hierdie weergawe van Signal Desktop? Jy kan altyd hierdie rekenaar weer koppel, maar jou boodskappe sal nie herstel word nie. Jou Signal-rekening en data op jou foon of ander gekoppelde toestelle sal nie geskrap word nie."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Ontkoppel en skrap tans alle data…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Jy het verouderde data uit 'n vorige installasie van Signal Desktop. As jy kies om voort te gaan, sal dit geskrap word en jy sal van voor af begin."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "volgende"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Dra by tot Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Berei tans voor om af te laai…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Dit kan 'n paar minute neem, na gelang van die grootte van jou boodskapgeskiedenis"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Kanselleer"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Kies ’n kleur"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Groep-avatar"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Ons het 'n fout met @-vermeldings reggestel wat soms jou eie rekening verkeerdelik by die outovoltooi-voorstellys ingesluit het."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Nou kan jy die grootte van die kletslys-kantbalk op raakskermtoestelle aanpas."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "تم إرسال الصورة في الدردشة"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "أيقونة تظهر أنّ هذه الصورة تحوي تسمية توضيحية"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, zero {{count,number} عناصر} one {{count,number} عنصر} two {{count,number} عنصرين} few {{count,number} عناصر} many {{count,number} عناصر} other {{count,number} عناصر}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "لم يعد ملف الوسائط هذا متوفِّرًا."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "اعرف المزيد"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "حفظ"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "إعادة المُحاولة"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "تحديث الكود"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "احصل على المساعدة"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "حذف جميع البيانات والرسائل من هذا الإصدار من سيجنال للحاسوب؟ يُمكنك دائمًا إعادة ربط هذا الحاسوب، لكن لن تستعيد رسائلك. لن يُحذف حساب سيجنال الخاص بك وبياناتك على هاتفك أو أي أجهزة أخرى مرتبطة."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "جارٍ فصل وحذف جميع البيانات…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "لديك بيانات قديمة لم تعد تنفع من تثبيت سابق لسيجنال Desktop. إذا اخترت الاستمرار، فستُحذَف ويجب البداية بعدها من الصفر."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "التالي"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "تبرَّع لسيجنال"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "جارٍ الإعداد للتنزيل..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "قد يستغرق الأمر بضع دقائق حسب حجم سِجل رسائلك"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "إلغاء"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "اختيار لون ما"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "صورة المجموعة"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "أصلحنا خطأ يتعلق بالإشارات إلى الأفراد @ التي كانت في بعض الأحيان تُضيف حسابك الخاص في قائمة اقتراحات الإكمال التلقائي."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "يُمكنك الآن ضبط حجم الشريط الجانبي لقائمة الدردشة على الأجهزة التي تعمل باللمس. لذلك، عندما تحاول سَحبه، لن يكون الأمر صعبًا جدًا. والعلامات التي تظهر على شاشتك ما هي إلّا دليلٌ على الوهج المنبعث من أطراف أصابعك."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Çata şəkil göndərildi"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Nişan, bu təsvirin başlığının olduğunu göstərir"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} Bənd} other {{count,number} element}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Bu media faylı artıq mövcud deyil."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Daha ətraflı"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Saxla"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Yenidən sına"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Kodu yenilə"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Kömək istəyin"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal Desktop-un bu versiyasından bütün verilənlər və mesajlar silinsin? Masaüstünə hər zaman yenidən bağlana bilərsiniz, amma mesajlarınızı bərpa etmək mümkün olmayacaq. Signal hesabınız və telefonunuzdakı verilənlər, yaxud da əlaqələndirilmiş digər cihazlar silinməyəcək."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Bağlantı kəsilir və bütün verilənlər silinir…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "\"Signal Masaüstü\"nün əvvəlki quraşdırmasından qalma köhnə verilənləriniz var. \"Davam et\"i seçsəniz, bu verilənlər silinəcək və sıfırdan başlayacaqsınız."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "növbəti"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal-a ianə verin"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Endirməyə hazırlaşır..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Mesaj tarixçəsinin həcmindən asılı olaraq bu, bir neçə dəqiqə çəkə bilər"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Ləğv et"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Bir rəng seçin"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Qrup avatarı"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Bəzən səhvən şəxsi hesabınızın avtomatik tamamlanan təklif siyahısına daxil edilməsinə səbəb olan @ işarəli etiketlərlə bağlı xətanı aradan qaldırdıq. Bu xətanı gözdən qaçırsanız, qrup çatlarında özünüzdən üçüncü şəxs kimi bəhs edə bilərsiniz."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Artıq sensorlu ekranı olan cihazlarda çat siyahısının yan panelinin ölçüsünü tənzimləyə bilərsiniz. Bundan sonra onu sürüşdürməyə çalışdığınız zaman cihazınızın ekranındakı barmaq izləri geridə qalan yeganə dəlil olacaq."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Изображение, изпратено в чат"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Иконка, показваща, че изображението има заглавие"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} файл} other {{count,number} файла}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Тази мултимедия вече не е налична."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Научете повече"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Запази"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Опитайте отново"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Опресняване на кода"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Поискайте помощ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Изтриване на всички данни и съобщения от тази версия на Signal Desktop? Винаги можете да свържете този десктоп отново, но съобщенията ви няма да бъдат възстановени. Вашият акаунт в Signal и данните на телефона ви или други свързани устройства няма да бъдат изтрити."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Прекъсване и изтриване на всички данни…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Имате стари данни от предишна инсталация на Signal Desktop. Ако продължите, тези данни ще бъдат изтрити и ще започнете на чисто."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "следващ"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Дари на Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Подготвяне за изтегляне…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Това може да отнеме няколко минути в зависимост от размера на вашата история на съобщенията"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Отказ"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Изберете цвят"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Аватар на групата"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Отстранихме грешка със споменаванията чрез @, при която в списъка с автоматични предложения понякога неправилно беше включен собствения ви акаунт."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Вече можете да регулирате размера на страничната лента със списъка с чатове на устройствата със сензорен екран."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "চ্যাট-এ ছবি পাঠানো হয়েছে"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "আইকনটি দেখায় যে, এই চিত্রটির একটি ক্যাপশন রয়েছে"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} টি বস্তু} other {{count,number}-টি আইটেম}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "এই মিডিয়াটি আর নেই।"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "আরো জানুন"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "সংরক্ষণ"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "পুনরায় চেষ্টা করুন"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "কোড রিফ্রেশ করুন"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "সাহায্য নিন"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal ডেস্কটপের এই সংস্করণ থেকে সকল ডেটা ও মেসেজ মুছে ফেলবেন? আপনি সবসময় এই ডেস্কটপে পুনরায় লিংক করতে পারবেন, কিন্তু আপনার মেসেজ পুনরুদ্ধার করা যাবে না। আপনার Signal অ্যাকাউন্ট এবং আপনার ফোন বা অন্যান্য লিংককৃত ডিভাইসের ডেটা মুছে ফেলা হবে না।"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "সংযোগ বিচ্ছিন্ন হচ্ছে এবং সকল ডেটা মুছে ফেলা হচ্ছে…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "পূর্বের Signal ডেস্কটপ ইনস্টলেশন থেকে আপনার কিছু পুরনো ডেটা রয়েছে। আপনি চালিয়ে গেলে এগুলো মুছে যাবে এবং আপনি আবার প্রথম থেকে শুরু করবেন।"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "পরবর্তী"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal-এ দান করুন"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "ডাউনলোড করার জন্য প্রস্তুতি নিচ্ছে..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "আপনার মেসেজের ইতিহাসের আকারের উপর নির্ভর করে এতে কয়েক মিনিট সময় নিতে পারে"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "বাতিল করুন"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "একটি রঙ নির্বাচন করুন"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "গ্রুপ এভাটার"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "আমরা @ উল্লেখ সহ একটি বাগ সংশোধন করেছি যা কখনো কখনো ভুলভাবে স্বয়ংক্রিয় পরামর্শ তালিকায় আপনার নিজের অ্যাকাউন্ট অন্তর্ভুক্ত করে।"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "এখন আপনি টাচস্ক্রিন ডিভাইসে চ্যাট লিস্টের সাইডবারের আকার সমন্বয় করতে পারবেন।"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Slika je poslana u chatu"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikona koja prikazuje da ova slika sadrži opis"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} Stavka} few {{count,number} Stavke} many {{count,number} Stavki} other {{count,number} Stavki}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Ovaj medijski sadržaj više nije dostupan."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Saznajte više"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Pohrani"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Pokušaj"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Osvježi kod"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Potražite pomoć"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Izbrisati sve podatke i poruke iz ove verzije Signal Desktopa? Uvijek možete ponovo povezati ovu radnu površinu, ali vaše poruke se neće vratiti. Vaš Signal račun i podaci na vašem telefonu ili drugim povezanim uređajima neće biti izbrisani."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Prekidanje veze i brisanje svih podataka…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Imate zastarjele podatke od ranije instalacije Signal Desktopa. Ako se odlučite nastaviti, izbrisat će se i počet ćete ispočetka."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "sljedeće"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Donirajte za Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Priprema za preuzimanje..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Ovo može potrajati nekoliko minuta u zavisnosti od veličine vaše historije poruka"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Otkaži"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Odaberite boju"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar grupe"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Ispravili smo pogrešku sa @ spominjanjima koja su ponekad uključivala vaš vlastiti račun na popis prijedloga za automatsko dovršavanje."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Sada možete prilagoditi veličinu bočne trake popisa za razgovor na uređajima sa zaslonom osjetljivim na dodir."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "S'ha enviat una imatge al xat"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Icona que mostra que aquesta imatge té un títol"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} element} other {{count,number} elements}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Aquest arxiu ja no està disponible."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Més informació"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Desa"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Torna a provar-ho"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Actualitzar codi"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Necessito ajuda"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Vols eliminar totes les dades i missatges d'aquesta versió de Signal per a Escriptori? Sempre pots tornar a enllaçar aquest escriptori, però els teus missatges no es restauraran. El teu compte de Signal i les dades del teu telèfon o altres dispositius enllaçats no s'eliminaran."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Desconnexió i eliminació de totes les dades…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Tens dades obsoletes d'una instal·lació anterior del Signal Desktop. Si tries continuar, se suprimiran i començareu de zero."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "següent"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Feu una donació a Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Preparant per descarregar…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "En funció de la mida del teu historial dels missatges, això pot trigar uns quants minuts."
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Cancel·la"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Trieu un color"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar del grup"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Hem corregit un error amb les mencions amb @ que feia que de vegades aparegués el teu propi compte a la llista de suggeriments per autocompletar."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Ara pots ajustar la mida de la barra lateral de la llista de xats en dispositius amb pantalla tàctil."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Obrázek odeslaný v chatu"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikona znázorňující, že tento obrázek má popisek"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} položka} few {{count,number} položky} many {{count,number} položek} other {{count,number} položek}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Tato média již nejsou k dispozici."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Zjistit více"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Uložit"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Zkusit znovu"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Obnovit kód"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Nápověda"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Odstranit všechna data a zprávy z této verze aplikace Signal Desktop? Tuto verzi aplikace Signal Desktop můžete kdykoli znovu propojit, ale zprávy se již neobnoví. Váš účet Signal a data v telefonu nebo jiných propojených zařízení se nesmažou."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Odpojuji a mažu všechna data…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Máte zastaralá data z předchozí instalace aplikace Signal Desktop. Pokud se rozhodnete pokračovat, budou odstraněna a budete muset začít od začátku."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "další"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Podpořte Signal finančně"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Příprava ke stažení…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "To může trvat několik minut v závislosti na velikosti historie zpráv"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Zrušit"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Vyberte barvu"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar skupiny"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Opravili jsme chybu s @ zmínkami, která občas přidávala váš vlastní účet do seznamu automaticky dokončovaných návrhů."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Nyní si můžete upravit velikost postranního panelu se seznamem chatů na zařízeních s dotykovou obrazovkou."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Billede sendt i chat"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikon, der viser, at dette billede har en billedtekst"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} Enheder} other {{count,number} emner}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Denne mediefil er ikke længere tilgængelig."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Læs mere"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Gem"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Prøv igen"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Opdater kode"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Få hjælp"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Slette alle data og beskeder fra denne version af Signal Desktop? Du kan altid genoprette forbindelsen til denne desktop, men dine beskeder vil ikke blive gendannet. Din Signal-konto og data på din telefon eller andre forbundne enheder vil ikke blive slettet."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Afbryder og sletter alle data…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Du har forældede data fra en forudgående installation af Signal Desktop. Hvis du vælger at fortsætte vil den blive slettet, og du vil starte fra forfra"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "næste"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Donér til Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Forbereder download..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Det kan tage et par minutter afhængigt af størrelsen på din beskedhistorik"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Annullér"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Vælg en farve"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Gruppe-avatar"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Vi har rettet en fejl med @-omtaler, der nogle gange forkert inkluderede din egen konto på forslagslisten i autofyld. Som en narcissistisk løsning kan du stadig bruge tredjepersonsfortælling til at tale om dig selv i dine gruppechat, hvis du nogensinde savner denne fejl."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Nu kan du justere størrelsen på chatlistens sidebjælke på enheder med touchskærm. Når du forsøger at trække nu, vil det ikke være lige så langtrukkent, og pletterne på din skærm er et bevis på den kraft, der kommer fra dine fingerspidser."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Im Chat gesendetes Bild"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Symbol, das auf eine Beschriftung des Bildes hinweist"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} Element} other {{count,number} Elemente}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Dieser Medieninhalt ist nicht mehr verfügbar."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Mehr erfahren"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Speichern"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Erneut versuchen"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Code aktualisieren"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Hol dir Hilfe"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Alle Daten und Nachrichten von dieser Signal-Desktop-Version löschen? Du kannst diese Desktop-Version jederzeit neu verbinden, aber deine Nachrichten werden dann nicht wiederhergestellt. Dein Signal-Konto und die Daten auf deinem Telefon oder auf sonstigen verbundenen Geräten werden nicht gelöscht."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Verbindung wird getrennt und alle Daten werden gelöscht …"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Du hast veraltete Daten aus einer früheren Installation von Signal Desktop. Falls du fortfährst, werden sämtliche Daten gelöscht und du beginnst komplett neu."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "vor"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "An Signal spenden"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Herunterladen wird vorbereitet..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Das kann, abhängig von der Größe deines Nachrichtenverlaufs, ein paar Minuten dauern."
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Abbrechen"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Wähle eine Farbe"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Gruppenbild"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Wir haben einen Bug behoben, durch den manchmal dein eigenes Konto in der Liste der automatischen Vorschläge auftauchte, wenn du eine @-Erwähnung einfügst. Dir fehlt dieser Bug? Dann haben wir eine narzisstische Lösung für dich: Du kannst in deinen Gruppenchats immer noch in der dritten Person von dir sprechen, wenn dir danach ist."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Jetzt kannst du die Seitenleisten-Größe der Chat-Liste auf Touchscreen-Geräten anpassen. Du kannst sie also mühelos größer ziehen, ohne dich anstrengen zu müssen – und die Abdrücke auf deinem Bildschirm zeigen einfach nur, wie flink deine Finger sind."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Η εικόνα στάλθηκε στη συνομιλία"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Εικονίδιο που δείχνει ότι αυτή η εικόνα έχει λεζάντα"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} αντικείμενο} other {{count,number} αντικείμενα}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Το πολυμέσο δεν είναι πια διαθέσιμο."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Μάθε περισσότερα"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Αποθήκευση"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Επανάληψη"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Ανανέωση κωδικού"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Βοήθεια"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Να διαγραφούν όλα τα δεδομένα και τα μηνύματα από αυτή την έκδοση Signal για υπολογιστή; Μπορείς πάντα να επανασυνδέσεις τον υπολογιστή, αλλά δεν θα μπορείς να επαναφέρεις τα μηνύματά σου. Ο λογαριασμός σου στο Signal, τα δεδομένα στο τηλέφωνό σου ή σε άλλες συνδεδεμένες συσκευές δεν θα διαγραφούν."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Αποσύνδεση και διαγραφή όλων των δεδομένων..."
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Υπάρχουν παρωχημένα δεδομένα από μια προηγούμενη εγκατάσταση του Signal Desktop. Αν επιλέξεις να συνεχίσεις, αυτά θα διαγραφούν και θα ξεκινήσεις από την αρχή."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "επόμενο"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Κάνε μια δωρεά στο Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Προετοιμασία για λήψη..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Μπορεί να διαρκέσει μερικά λεπτά, ανάλογα με το μέγεθος του ιστορικού μηνυμάτων σου"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Ακύρωση"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Επιλογή χρώματος"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Εικονίδιο ομάδας"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Διορθώσαμε ένα σφάλμα με τις αναφορές @ που μερικές φορές συμπεριλάμβανε τον δικό σου λογαριασμό στη λίστα προτάσεων αυτόματης συμπλήρωσης."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Τώρα μπορείς να προσαρμόσεις το μέγεθος της πλαϊνής γραμμής της λίστας συνομιλιών σε συσκευές με οθόνη αφής."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1520,7 +1520,7 @@
|
|||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available.",
|
||||
"description": "Shown in info toast for messages with old image and video attachments which are no longer available for download. Also used for accessibility label for the download attachment button."
|
||||
"description": "(Deleted 2025/01/22) Shown in info toast for messages with old image and video attachments which are no longer available for download. Also used for accessibility label for the download attachment button."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available",
|
||||
|
@ -7730,7 +7730,7 @@
|
|||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips.",
|
||||
"description": "Release notes for version 7.39"
|
||||
"description": "(Deleted 2025/01/22) Release notes for version 7.39"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said.",
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Foto enviada en el chat"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Icono que indica que esta imagen tiene una descripción"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} elemento} other {{count,number} elementos}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Este archivo ya no está disponible."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Más información"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Guardar"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Reintentar"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Actualizar código"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Obtener ayuda"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "¿Eliminar todos los datos y mensajes de esta versión de Signal Desktop? Siempre puedes volver a vincular esta aplicación de escritorio, pero tus mensajes no se restaurarán. No se eliminará tu cuenta de Signal ni los datos de tu teléfono u otros dispositivos vinculados."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Desconectando Signal y eliminando datos…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Hemos encontrado datos obsoletos de una versión anterior de Signal Desktop. Si decides continuar, se eliminarán esos datos y se instalará Signal desde cero."
|
||||
|
@ -3201,7 +3213,7 @@
|
|||
"messageformat": "Has aceptado una invitación de {inviterName} para unirte al grupo."
|
||||
},
|
||||
"icu:GroupV2--member-add--from-invite--you-no-from": {
|
||||
"messageformat": "Has aceptado una invitación al grupo."
|
||||
"messageformat": "Has aceptado una invitación para unirte al grupo."
|
||||
},
|
||||
"icu:GroupV2--member-add--from-invite--from-you": {
|
||||
"messageformat": "{inviteeName} ha aceptado tu invitación al grupo."
|
||||
|
@ -3282,13 +3294,13 @@
|
|||
"messageformat": "Alguien que es admin te ha designado como admin."
|
||||
},
|
||||
"icu:GroupV2--member-privilege--demote--other--other": {
|
||||
"messageformat": "{adminName} ha retirado los permisos de admin a {memberName}."
|
||||
"messageformat": "{adminName} le ha retirado los permisos de admin a {memberName}."
|
||||
},
|
||||
"icu:GroupV2--member-privilege--demote--other--you": {
|
||||
"messageformat": "Has retirado los permisos de admin a {memberName}."
|
||||
"messageformat": "Le has retirado los permisos de admin a {memberName}."
|
||||
},
|
||||
"icu:GroupV2--member-privilege--demote--other--unknown": {
|
||||
"messageformat": "Alguien que es admin ha retirado los permisos de admin a {memberName}."
|
||||
"messageformat": "Alguien que es admin le ha retirado los permisos de admin a {memberName}."
|
||||
},
|
||||
"icu:GroupV2--member-privilege--demote--you--other": {
|
||||
"messageformat": "{adminName} te ha retirado los permisos de admin."
|
||||
|
@ -3321,7 +3333,7 @@
|
|||
"messageformat": "{count, plural, one {Se ha invitado a una persona al grupo.} other {Se ha invitado a {count,number} personas al grupo.}}"
|
||||
},
|
||||
"icu:GroupV2--pending-remove--decline--other": {
|
||||
"messageformat": "Una persona invitada por {memberName} ha rechazado la invitación al grupo."
|
||||
"messageformat": "Una persona que {memberName} invitó ha rechazado la invitación al grupo."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--decline--you": {
|
||||
"messageformat": "{inviteeName} ha rechazado tu invitación al grupo."
|
||||
|
@ -3333,19 +3345,19 @@
|
|||
"messageformat": "Una persona ha rechazado la invitación al grupo."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke--one--other": {
|
||||
"messageformat": "{memberName} ha retirado la invitación al grupo a una persona."
|
||||
"messageformat": "{memberName} ha retirado la invitación enviada a una persona."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke--one--you": {
|
||||
"messageformat": "Has retirado la invitación al grupo a una persona."
|
||||
"messageformat": "Has retirado la invitación enviada a una persona."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-own--to-you": {
|
||||
"messageformat": "{inviterName} ha retirado tu invitación al grupo."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-own--unknown": {
|
||||
"messageformat": "{inviterName} ha retirado la invitación a una persona."
|
||||
"messageformat": "{inviterName} ha retirado la invitación enviada a una persona."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke--one--unknown": {
|
||||
"messageformat": "Alguien que es admin ha retirado la invitación al grupo a una persona."
|
||||
"messageformat": "Alguien que es admin ha retirado la invitación enviada a una persona."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke--many--other": {
|
||||
"messageformat": "{count, plural, one {{memberName} ha retirado la invitación al grupo enviada a {count,number} persona.} other {{memberName} ha retirado las invitaciones al grupo enviadas a {count,number} personas.}}"
|
||||
|
@ -3357,22 +3369,22 @@
|
|||
"messageformat": "{count, plural, one {Alguien con permisos de admin ha retirado la invitación al grupo enviada a {count,number} persona.} other {Alguien con permisos de admin ha retirado las invitaciones al grupo enviadas a {count,number} personas.}}"
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-invite-from--one--other": {
|
||||
"messageformat": "{adminName} ha retirado la invitación al grupo que {memberName} envió a una persona."
|
||||
"messageformat": "{adminName} ha retirado la invitación que {memberName} envió a una persona."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-invite-from--one--you": {
|
||||
"messageformat": "Has retirado la invitación al grupo que {memberName} envió a una persona."
|
||||
"messageformat": "Has retirado la invitación que {memberName} envió a una persona."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-invite-from--one--unknown": {
|
||||
"messageformat": "Un@ admin ha retirado la invitación a una persona para el grupo enviada por {memberName}."
|
||||
"messageformat": "Alguien que es admin ha retirado la invitación que {memberName} envió a una persona."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-invite-from-you--one--other": {
|
||||
"messageformat": "{adminName} ha retirado la invitación al grupo que enviaste a {inviteeName}."
|
||||
"messageformat": "{adminName} ha retirado la invitación que enviaste a {inviteeName}."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-invite-from-you--one--you": {
|
||||
"messageformat": "Has retirado la invitación que enviaste a {inviteeName}."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-invite-from-you--one--unknown": {
|
||||
"messageformat": "Alguien que es admin ha retirado la invitación al grupo que enviaste a {inviteeName}."
|
||||
"messageformat": "Alguien que es admin ha retirado la invitación que enviaste a {inviteeName}."
|
||||
},
|
||||
"icu:GroupV2--pending-remove--revoke-invite-from--many--other": {
|
||||
"messageformat": "{count, plural, one {{adminName} ha retirado la invitación al grupo que {memberName} envió a {count,number} persona.} other {{adminName} ha retirado las invitaciones al grupo que {memberName} envió a {count,number} personas.}}"
|
||||
|
@ -3495,7 +3507,7 @@
|
|||
"messageformat": "Los miembros o la configuración de este grupo han cambiado."
|
||||
},
|
||||
"icu:GroupV1--Migration--disabled--link": {
|
||||
"messageformat": "Actualiza este grupo para activar funciones como @menciones y admins. Las personas que aún no compartan su nombre y foto de perfil con este grupo recibirán una invitación. <learnMoreLink>Más información.</learnMoreLink>"
|
||||
"messageformat": "Actualiza este grupo para activar funciones como @menciones y admins. Las personas que aún no compartan su nombre y foto de perfil con este grupo recibirán una invitación para unirse. <learnMoreLink>Más información.</learnMoreLink>"
|
||||
},
|
||||
"icu:GroupV1--Migration--was-upgraded": {
|
||||
"messageformat": "Este grupo se ha actualizado al nuevo sistema de grupos."
|
||||
|
@ -3522,34 +3534,34 @@
|
|||
"messageformat": "Se conservará todo el historial de mensajes y todos los archivos multimedia que tenías antes de la actualización."
|
||||
},
|
||||
"icu:GroupV1--Migration--info--invited--you": {
|
||||
"messageformat": "Deberás aceptar una invitación para volver a unirte a este grupo y no recibirás ningún mensaje del grupo hasta que lo hagas."
|
||||
"messageformat": "Deberás aceptar la invitación para volver a unirte a este grupo y no recibirás ningún mensaje del grupo hasta que la aceptes."
|
||||
},
|
||||
"icu:GroupV1--Migration--info--invited--many": {
|
||||
"messageformat": "Estas personas deben aceptar la invitación para unirse al grupo y no recibirán ningún mensaje en el grupo hasta que la acepten:"
|
||||
"messageformat": "Estas personas deben aceptar la invitación para volver a unirse al grupo y no recibirán ningún mensaje en el grupo hasta que la acepten:"
|
||||
},
|
||||
"icu:GroupV1--Migration--info--invited--one": {
|
||||
"messageformat": "Esta persona debe aceptar la invitación para unirse al grupo y no recibirá ningún mensaje en el grupo hasta que la acepte:"
|
||||
"messageformat": "Esta persona debe aceptar la invitación para volver a unirse al grupo y no recibirá ningún mensaje del grupo hasta que la acepte:"
|
||||
},
|
||||
"icu:GroupV1--Migration--info--invited--count": {
|
||||
"messageformat": "{count, plural, one {{count,number} persona tiene que aceptar la invitación para unirse al grupo de nuevo y no recibirá ningún mensaje del grupo hasta que la acepte.} other {{count,number} personas tienen que aceptar la invitación para unirse al grupo de nuevo y no recibirán ningún mensaje del grupo hasta que la acepten.}}"
|
||||
},
|
||||
"icu:GroupV1--Migration--info--removed--before--many": {
|
||||
"messageformat": "Estas personas no pueden unirse a los grupos nuevos y se las eliminará del grupo:"
|
||||
"messageformat": "Se eliminará a estas personas del grupo, ya que no pueden unirse a los nuevos grupos:"
|
||||
},
|
||||
"icu:GroupV1--Migration--info--removed--before--one": {
|
||||
"messageformat": "Esta persona no puede unirse a los grupos nuevos y se la eliminará del grupo:"
|
||||
"messageformat": "Se eliminará a esta persona del grupo, ya que no puede unirse a los nuevos grupos:"
|
||||
},
|
||||
"icu:GroupV1--Migration--info--removed--before--count": {
|
||||
"messageformat": "{count, plural, one {{count,number} persona no puede unirse a los grupos nuevos y se la eliminará del grupo.} other {{count,number} personas no pueden unirse a los grupos nuevos y se las eliminará del grupo.}}"
|
||||
"messageformat": "{count, plural, one {Se eliminará a {count,number} persona del grupo, ya que no puede unirse a los nuevos grupos:} other {Se eliminará a {count,number} personas del grupo, ya que no pueden unirse a los nuevos grupos:}}"
|
||||
},
|
||||
"icu:GroupV1--Migration--info--removed--after--many": {
|
||||
"messageformat": "Estas personas no se han podido unir a los grupos nuevos y se las ha eliminado del grupo."
|
||||
"messageformat": "Se ha eliminado a estas personas del grupo, ya que no han podido unirse a los nuevos grupos:"
|
||||
},
|
||||
"icu:GroupV1--Migration--info--removed--after--one": {
|
||||
"messageformat": "Esta persona no se ha podido unir a los grupos nuevos y se la ha eliminado del grupo."
|
||||
"messageformat": "Se ha eliminado a esta persona del grupo, ya que no ha podido unirse a los nuevos grupos:"
|
||||
},
|
||||
"icu:GroupV1--Migration--info--removed--after--count": {
|
||||
"messageformat": "{count, plural, one {{count,number} persona no ha podido unirse a los grupos nuevos y se la eliminará del grupo.} other {{count,number} personas no han podido unirse a los grupos nuevos y se las eliminará del grupo.}}"
|
||||
"messageformat": "{count, plural, one {Se ha eliminado a {count,number} persona del grupo, ya que no ha podido unirse a los nuevos grupos.} other {Se ha eliminado a {count,number} personas del grupo, ya que no han podido unirse a los nuevos grupos.}}"
|
||||
},
|
||||
"icu:GroupV1--Migration--invited--you": {
|
||||
"messageformat": "No te han podido añadir al nuevo grupo, pero te han invitado a unirte."
|
||||
|
@ -3564,7 +3576,7 @@
|
|||
"messageformat": "Se ha eliminado a {contact} del grupo."
|
||||
},
|
||||
"icu:GroupV1--Migration--removed--many": {
|
||||
"messageformat": "{count, plural, one {Se ha eliminado del grupo a {count,number} participante.} other {Se ha eliminado del grupo a {count,number} participantes.}}"
|
||||
"messageformat": "{count, plural, one {Se ha eliminado a {count,number} persona del grupo.} other {Se ha eliminado a {count,number} personas del grupo.}}"
|
||||
},
|
||||
"icu:close": {
|
||||
"messageformat": "Cerrar"
|
||||
|
@ -3576,13 +3588,13 @@
|
|||
"messageformat": "siguiente"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Dona a Signal"
|
||||
"messageformat": "Donar a Signal"
|
||||
},
|
||||
"icu:BadgeSustainerInstructions__header": {
|
||||
"messageformat": "Dona a Signal"
|
||||
"messageformat": "Haz una donación a Signal"
|
||||
},
|
||||
"icu:BadgeSustainerInstructions__subheader": {
|
||||
"messageformat": "Signal es posible gracias a personas como tú. Contribuye y recibe una insignia para lucir en tu perfil."
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Preparando la descarga…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Dependiendo del tamaño de tu historial de mensajes, esto puede llevar algunos minutos"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Cancelar"
|
||||
|
@ -3636,7 +3648,7 @@
|
|||
"messageformat": "No se han podido transferir tus mensajes. Comprueba tu conexión e inténtalo de nuevo."
|
||||
},
|
||||
"icu:BackupImportScreen__error-fatal__body": {
|
||||
"messageformat": "Se ha producido un error y no se han podido transferir tus mensajes. Vuelve a vincular este escritorio para internarlo de nuevo."
|
||||
"messageformat": "Se ha producido un error y no se han podido transferir tus mensajes. Vuelve a vincular este dispositivo de escritorio para internarlo de nuevo."
|
||||
},
|
||||
"icu:BackupImportScreen__error__confirm": {
|
||||
"messageformat": "Reintentar"
|
||||
|
@ -3705,7 +3717,7 @@
|
|||
"messageformat": "Esta persona no usa Signal"
|
||||
},
|
||||
"icu:CompositionArea--sms-only__body": {
|
||||
"messageformat": "No se puede enviar mensajes desde Signal Desktop a personas que no usan Signal. Invita a esta persona a instalar Signal para disfrutar de una experiencia de mensajería más segura y privada."
|
||||
"messageformat": "Signal Desktop no permite enviar mensajes a personas que no usan Signal. Invita a esta persona a instalar Signal para disfrutar de una experiencia de mensajería más segura y privada."
|
||||
},
|
||||
"icu:CompositionArea--sms-only__spinner-label": {
|
||||
"messageformat": "Comprobando si la persona está registrada"
|
||||
|
@ -3732,10 +3744,10 @@
|
|||
"messageformat": "Designar como admin"
|
||||
},
|
||||
"icu:ContactModal--make-admin-info": {
|
||||
"messageformat": "{contact} podrá editar los ajustes de este grupo y modificar la lista de participantes."
|
||||
"messageformat": "{contact} podrá editar los ajustes de este grupo y la lista de participantes."
|
||||
},
|
||||
"icu:ContactModal--rm-admin-info": {
|
||||
"messageformat": "¿Retirar los permisos de admin a {contact}?"
|
||||
"messageformat": "¿Retirarle los permisos de admin a {contact}?"
|
||||
},
|
||||
"icu:ContactModal--add-to-group": {
|
||||
"messageformat": "Añadir a otro grupo"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Selecciona un color"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Imagen del grupo"
|
||||
},
|
||||
|
@ -5596,7 +5614,7 @@
|
|||
"messageformat": "Haz clic en <newCallButtonIcon></newCallButtonIcon> para iniciar una nueva llamada o videollamada."
|
||||
},
|
||||
"icu:CallsList__SearchInputPlaceholder--missed-calls": {
|
||||
"messageformat": "Buscar llamadas perdidas"
|
||||
"messageformat": "Buscar en llamadas perdidas"
|
||||
},
|
||||
"icu:CallsList__SearchInputPlaceholder": {
|
||||
"messageformat": "Buscar"
|
||||
|
@ -5683,16 +5701,16 @@
|
|||
"messageformat": "Unirse"
|
||||
},
|
||||
"icu:CallLinkDetails__AddCallNameLabel": {
|
||||
"messageformat": "Añadir nombre de llamada"
|
||||
"messageformat": "Añadir el nombre de la llamada"
|
||||
},
|
||||
"icu:CallLinkDetails__EditCallNameLabel": {
|
||||
"messageformat": "Editar nombre de llamada"
|
||||
"messageformat": "Editar el nombre de la llamada"
|
||||
},
|
||||
"icu:CallLinkDetails__ApproveAllMembersLabel": {
|
||||
"messageformat": "Solicitar aprobación de admin"
|
||||
},
|
||||
"icu:CallLinkDetails__SettingTooltip--disabled-for-active-call": {
|
||||
"messageformat": "Este ajuste no se puede cambiar mientras la llamada está activa"
|
||||
"messageformat": "Este ajuste no se puede cambiar si la llamada está activa"
|
||||
},
|
||||
"icu:CallLinkDetails__CopyLink": {
|
||||
"messageformat": "Copiar enlace"
|
||||
|
@ -5716,7 +5734,7 @@
|
|||
"messageformat": "Eliminar"
|
||||
},
|
||||
"icu:CallLinkDetails__DeleteLinkTooltip--disabled-for-active-call": {
|
||||
"messageformat": "Este enlace no se puede eliminar mientras la llamada está activa"
|
||||
"messageformat": "Este enlace no se puede eliminar si la llamada está activa"
|
||||
},
|
||||
"icu:CallLinkEditModal__Title": {
|
||||
"messageformat": "Detalles del enlace de llamada"
|
||||
|
@ -5725,10 +5743,10 @@
|
|||
"messageformat": "Unirse"
|
||||
},
|
||||
"icu:CallLinkEditModal__AddCallNameLabel": {
|
||||
"messageformat": "Añadir nombre de llamada"
|
||||
"messageformat": "Añadir el nombre de la llamada"
|
||||
},
|
||||
"icu:CallLinkEditModal__EditCallNameLabel": {
|
||||
"messageformat": "Editar nombre de llamada"
|
||||
"messageformat": "Editar el nombre de la llamada"
|
||||
},
|
||||
"icu:CallLinkEditModal__InputLabel--ApproveAllMembers": {
|
||||
"messageformat": "Solicitar aprobación de admin"
|
||||
|
@ -5746,13 +5764,13 @@
|
|||
"messageformat": "Activado"
|
||||
},
|
||||
"icu:CallLinkAddNameModal__Title": {
|
||||
"messageformat": "Añadir nombre de llamada"
|
||||
"messageformat": "Añadir el nombre de la llamada"
|
||||
},
|
||||
"icu:CallLinkAddNameModal__Title--Edit": {
|
||||
"messageformat": "Editar nombre de llamada"
|
||||
"messageformat": "Editar el nombre de la llamada"
|
||||
},
|
||||
"icu:CallLinkAddNameModal__NameLabel": {
|
||||
"messageformat": "Nombre de llamada"
|
||||
"messageformat": "Nombre de la llamada"
|
||||
},
|
||||
"icu:TypingBubble__avatar--overflow-count": {
|
||||
"messageformat": "{count, plural, one {{count,number} persona más está escribiendo.} other {{count,number} personas más están escribiendo.}}"
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Cuando querías mencionar a alguien con @, a veces aparecía tu propia cuenta en la lista de sugerencias. ¡Eso ya es cosa del pasado! Pero no te preocupes: podrás seguir dando rienda suelta a tu <em>main character energy</em> hablando de ti en tercera persona en tus chats de grupo."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Ahora puedes ajustar el tamaño de la barra lateral de la lista de chats en dispositivos con pantalla táctil. Así, ocupará el espacio justo sin monopolizar la pantalla ni obligarte a forzar la vista."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Vestluses saadetud pilt"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikoon näitamaks, et sellel pildil on seletus."
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} üksus} other {{count,number} üksust}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "See meedia ei ole enam saadaval."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Rohkem infot"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Salvesta"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Proovi uuesti"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Värskenda koodi"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Otsi abi"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Kas kustutada sellest Signal Desktopi versioonist kõik andmed ja sõnumid? Saad selle töölaua alati uuesti siduda, kuid su sõnumeid ei taastata. Sinu Signali kontot ja telefonis või muudes lingitud seadmetes olevaid andmeid ei kustutata."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Ühenduse lõpetamine ja kõigi andmete kustutamine …"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Sul on Signal Desktop-i varasematest paigaldustest jäänud üleliigseid andmeid. Kui valid jätkamise, siis need andmed kustutatakse ja sa alustad algusest peale."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "järgmine"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Anneta Signalile"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Allalaadimise ettevalmistamine …"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Olenevalt sinu sõnumiajaloo suurusest võib see mõne minuti aega võtta"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Loobu"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Vali värv"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Grupi pilt"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Parandasime @ mainimiste vea, mis mõnikord kaasas automaatselt täidetavate soovituste loendisse ekslikult sinu enda konto."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Nüüd on puuteekraaniga seadmetel võimalik reguleerida vestluste loendi külgriba suurust."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Txatean bidalitako irudia"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Irudi honek azpitestu bak duela erakusteko ikonoa"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {Elementu {count,number}} other {{count,number} elementu}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Multimedia-eduki hau jada ez dago erabilgarri."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Informazio gehiago"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Gorde"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Berriro saiatu"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Freskatu kodea"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Lortu laguntza"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal-en ordenagailurako bertsio honetako datu eta mezu guztiak ezabatu nahi dituzu? Nahi duzunean lot dezakezu berriro ordenagailu hau, baina mezuak ez dira leheneratuko. Telefonoan nahiz lotutako beste gailu batzuetan, Signal-eko kontua eta datuak ez dira ezabatuko."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Deskonektatzen eta datu guztiak ezabatzen…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Ordenagailurako Signal-en aurreko instalazio baten datu zaharkituak dauzkazu. Aurrera jarraituz gero, ezabatu egingo dira, eta zerotik hasi beharko duzu."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "hurrengoa"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Egin dohaintza Signal-i"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Deskargatzeko prestatzen…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Agian minutu batzuk beharko dira, mezu-historiaren tamainaren arabera"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Utzi"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Aukeratu kolore bat"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Taldearen abatarra"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "@Aipamenak automatikoki osatzeko iradokizun-zerrendan batzuetan zeure kontua agerrarazten zuen akats bat konpondu dugu."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Orain, txat-zerrendaren alboko barraren tamaina doitu egin dezakezu ukipen-pantaila duten gailuetan."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "تصویر ارسالشده در گفتگو"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "آیکون نشان میدهد که این تصویر دارای یک متن است"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} مورد} other {{count,number} مورد}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "این رسانه دیگر در دسترس نیست."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "بیشتر بدانید"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "ذخیره"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "تلاش مجدد"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "تازهسازی کد"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "دریافت کمک"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "همۀ دادهها و پیامها از این نسخه سیگنال دسکتاپ پاک شود؟ همیشه میتوانید این دسکتاپ را دوباره پیوند دهید، اما پیامهایتان بازیابی نخواهد شد. دادهها و حساب سیگنال شما در تلفنتان و سایر دستگاههای متصلشده پاک نخواهد شد."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "در حال قطع اتصال و حذف تمام دادهها…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "از نصب گذشته سیگنال دسکتاپ اطلاعات منسوخی برجا مانده است. اگر ادامه دهید این اطلاعات پاک خواهد شد و از نو آغاز خواهید کرد."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "بعدی"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "حمایت از سیگنال"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "در حال آمادهسازی برای دانلود..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "بسته به اندازه تاریخچه پیامتان، این عملیات ممکن است چند دقیقه طول بکشد"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "لغو"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "یک رنگ انتخاب کنید"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "آواتار گروه"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "اشکال مربوط به @ اشارهها را برطرف کردیم که گاهی بهاشتباه حساب خودتان را هم در فهرست پیشنهادی تکمیل خودکار قرار میداد."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "اکنون میتوانید اندازه نوار لغزان فهرست گفتگو را در دستگاههای دارای صفحهنمایش لمسی تنظیم کنید."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Keskustelussa lähetetty kuva"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Kuvake, joka näyttää, että tällä kuvalla on kuvateksti"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} kappale} other {{count,number} kohdetta}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Media ei ole enää saatavilla."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Lue lisää"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Tallenna"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Yritä uudelleen"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Päivitä koodi"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Pyydä apua"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Poista kaikki tiedot ja viestit tästä Signal Desktop -versiosta? Voit aina yhdistää tämän tietokoneen uudelleen, mutta viestejäsi ei palauteta. Signal-tiliäsi ja puhelimesi tai muiden yhdistettyjen laitteiden tietoja ei poisteta."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Katkaistaan yhteyttä ja poistetaan kaikki tiedot…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Sinulla on vanhentuneita tietoja aiemmasta Signal Desktopin asennuksesta. Jos päätät jatkaa, tiedot poistetaan ja aloitat alusta."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "seuraava"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Lahjoita Signalille"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Valmistellaan latausta..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Tämä voi kestää muutamia minuutteja viestihistoriasi koosta riippuen"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Peruuta"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Valitse väri"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Ryhmäavatar"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Korjasimme @-mainintoja koskevan virheen, joka saattoi virheellisesti liittää tilisi automaattisen täydennyksen ehdotuslistaan."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Nyt voit säätää keskusteluluettelon sivupalkin kokoa kosketusnäytöllisissä laitteissa."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -393,7 +393,7 @@
|
|||
"messageformat": "Vous n’êtes plus membre du groupe."
|
||||
},
|
||||
"icu:invalidConversation": {
|
||||
"messageformat": "Ce groupe est invalide. Veuillez créer un nouveau groupe."
|
||||
"messageformat": "Ce groupe n'est pas valide. Veuillez créer un nouveau groupe."
|
||||
},
|
||||
"icu:scrollDown": {
|
||||
"messageformat": "Faire défiler la conversation vers le bas"
|
||||
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Image envoyée dans la conversation"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Icône qui indique que cette image a une légende"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} élément} other {{count,number} éléments}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Ce média n'est plus disponible."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "En savoir plus"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Enregistrer"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Réessayer"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Actualiser le code"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Obtenir de l’aide"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Supprimer toutes les données et tous les messages de cette version de Signal Desktop ? Vous pourrez toujours réassocier Signal Desktop, mais vous ne pourrez pas restaurer vos messages. Cette action ne supprime pas le compte et les données Signal qui sont stockés sur votre téléphone ou sur vos autres appareils associés."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Déconnexion et suppression de toutes les données…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Vous avez des données périmées qui proviennent d’une ancienne installation de Signal pour ordinateur. Si vous choisissez de poursuivre, elles seront supprimées et vous recommencerez à zéro."
|
||||
|
@ -2262,7 +2274,7 @@
|
|||
"messageformat": "(brouillon)"
|
||||
},
|
||||
"icu:Keyboard--focus-most-recent-message": {
|
||||
"messageformat": "Focus sur le plus ancien message non lu ou le dernier message"
|
||||
"messageformat": "Mettre en avant le plus ancien message non lu ou le dernier message reçu"
|
||||
},
|
||||
"icu:Keyboard--navigate-by-section": {
|
||||
"messageformat": "Naviguer par section"
|
||||
|
@ -3006,7 +3018,7 @@
|
|||
"messageformat": "Seuls les administrateurs du groupe peuvent démarrer un appel."
|
||||
},
|
||||
"icu:GroupV2--join--invalid-link--title": {
|
||||
"messageformat": "Le lien est invalide"
|
||||
"messageformat": "Lien non valide"
|
||||
},
|
||||
"icu:GroupV2--join--invalid-link": {
|
||||
"messageformat": "Ce lien de groupe n’est pas valide. Vérifiez qu’il n’est pas tronqué et qu’il s’agit du bon lien."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "suivant"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Faire un don à Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Préparation du téléchargement…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Selon la taille des messages, cela peut prendre quelques minutes."
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Annuler"
|
||||
|
@ -3837,7 +3849,7 @@
|
|||
"messageformat": "Bloquer et quitter le groupe \"{groupName}\" ?"
|
||||
},
|
||||
"icu:ConversationDetailsActions--block-group-modal-content": {
|
||||
"messageformat": "Vous ne recevrez plus ni messages ni mises à jour de ce groupe."
|
||||
"messageformat": "Ce groupe ne pourra plus vous envoyer de messages, ni vous tenir informé des dernières actualités."
|
||||
},
|
||||
"icu:ConversationDetailsActions--block-group-modal-confirm": {
|
||||
"messageformat": "Bloquer"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Choisir une couleur"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Photo du groupe"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Lorsque vous saisissiez @ pour mentionner un ami, il arrivait que votre propre nom s'affiche dans la liste des suggestions. Un bug en moins pour 2025 ! Si vous êtes un adepte du <em>self-love</em> et que ce bug vous manque, vous pouvez toujours parler de vous à la troisième personne dans vos conversations de groupe. Ça nous arrive aussi."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Sur les appareils dotés d'un écran tactile, vous pouvez maintenant redimensionner la barre latérale qui affiche la liste des conversations. On peut dire qu'elle vous obéit au doigt et à l'œil. ;-)"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Íomhá seolta sa chomhrá"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Íocón a léiríonn go bhfuil fotheideal leis an íomhá seo"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {1 cheann} two {{count,number} cheann} few {{count,number} cinn} many {{count,number} gcinn} other {{count,number} ceann}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Níl na meáin seo ar fáil a thuilleadh."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Tuilleadh faisnéise"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Cuir i dtaisce é"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Bain triail eile as"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Athnuaigh an cód"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Faigh cabhair"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Scrios na sonraí agus na teachtaireachtaí uile ón leagan seo de Dheasc Signal? Beidh tú in ann an deasc sin a athnascadh am ar bith, ach ní aisghabhfar do theachtaireachtaí. Ní scriosfar do chuntas Signal ná sonraí ar do ghuthán nó ar aon ghléas eile atá nasctha."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Dínascadh agus na sonraí go léir á scriosadh…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Tá sonraí agat ó sheansuiteáil Dheasc Signal atá imithe i léig. Má roghnaíonn tú leanúint leis, scriosfar iad agus tosóidh tú ón tús."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "Ar Aghaidh"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Bronn airgead ar Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Íoslódáil á hullmhú..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Seans go dtógfaidh sé seo cúpla nóiméad ag brath ar mhéid do staire teachtaireachtaí"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Cuir ar ceal"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Choose a Color"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Abhatár an ghrúpa"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Réitíomar fabht le tráchtanna @, rud a chuir do chuntas féin sa liosta moltaí uathlíonta."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Anois is féidir leat méid thaobh-bharra an liosta comhráite ar ghléasanna scáileáin tadhaill a choigeartú."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Imaxe enviada na conversa"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Icona que mostra que esta imaxe ten un texto"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} elemento} other {{count,number} elementos}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "O contido multimedia xa non está dispoñible."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Saber máis"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Gardar"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Tentar de novo"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Actualizar código"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Axuda"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Borrar toda a información e todas as mensaxes desta versión de Signal Desktop? Sempre podes volver vincular este dispositivo, mais as mensaxes non se restaurarán. Non se borrará a túa conta de Signal nin os datos do teu teléfono ou doutros dispositivos vinculados."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Desconectando e eliminando todos os datos…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Atopamos datos obsoletos dunha instalación antiga de Signal Desktop. Se elixes continuar, eliminaranse e comezarás de cero."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "seguinte"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Doar a Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Preparando a descarga…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Dependendo do tamaño do teu historial de mensaxes, pode tardar uns minutos"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Cancelar"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Elixe unha cor"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar do grupo"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Corriximos un erro coas mencións @ que ás veces incluía a túa conta na listaxe de suxestións."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Agora podes axustar o tamaño da barra lateral da lista de conversas nos dispositivos con pantallas táctiles."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "ચેટમાં મોકલેલી ઇમેજ"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "આ ઈમેજનું કૅપ્શન છે તે દર્શાવતું આઈકોન"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} આઇટમ} other {{count,number} આઇટમ}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "આ મીડિયા હવે ઉપલબ્ધ નથી."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "વધુ શીખો"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "સેવ કરો"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "ફરી પ્રયાસ કરો"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "કોડ રિફ્રેશ કરો"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "મદદ મેળવો"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal ડેસ્કટોપના આ વર્ઝનમાંથી તમામ ડેટા અને મેસેજ ડિલીટ કરવા છે? તમે હંમેશા આ ડેસ્કટોપને ફરીથી લિંક કરી શકો છો, પરંતુ તમારા મેસેજ રિસ્ટોર થશે નહીં. તમારું Signal એકાઉન્ટ અને તમારા ફોન અથવા અન્ય લિંક કરેલા ડિવાઇસ પરનો ડેટા ડિલીટ કરવામાં નહીં આવે."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "ડિસ્કનેક્ટ થઈ રહ્યું છે અને બધા ડેટા ડિલીટ થઈ રહ્યાં છે…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "તમારી પાસે Signal ડેસ્કટોપના પહેલાંના ઇન્સ્ટોલેશનનો અપ્રચલિત ડેટા છે. જો તમે ચાલુ રાખવાનું પસંદ કરો છો, તો તે ડિલીટ કરવામાં આવશે અને તમે પહેલેથી શરૂ કરશો."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "આગલી"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal ને ફાળો આપો"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "ડાઉનલોડ કરવાની તૈયારી કરી ચાલુ છે..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "તમારી મેસેજ હિસ્ટ્રીની સાઇઝના આધારે આમાં થોડો સમય લાગી શકે છે"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "રદ કરો"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "એક કલર પસંદ કરો"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "ગ્રુપ અવતાર"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "અમે @ ઉલ્લેખ સાથેના એક બગને ઠીક કર્યો છે જે કેટલીકવાર આપમેળે પૂર્ણ કરતી સુઝાવ સૂચિમાં તમારા પોતાના એકાઉન્ટને ખોટી રીતે સામેલ કરી દેતો હતો."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "હવે તમે ટચસ્ક્રીન ડિવાઇસ પર ચેટ લિસ્ટ સાઇડબારની સાઇઝ એડજસ્ટ કરી શકો છો."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "תמונה נשלחה בצ'אט"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ראות איקון שיש לתמונה זו כיתוב"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {פריט {count,number}} two {{count,number} פריטים} many {{count,number} פריטים} other {{count,number} פריטים}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "המדיה הזו לא זמינה יותר."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "למידע נוסף"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "שמור"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "נסה שוב"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "רענון קוד"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "לעזרה"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "למחוק את כל הנתונים וההודעות מגרסה זו של Signal לשולחן העבודה? תמיד אפשר לקשר מחדש את שולחן העבודה הזה, אבל ההודעות שלך לא ישוחזרו. חשבון Signal שלך והנתונים בטלפון שלך או במכשירים מקושרים אחרים לא יימחקו."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "התנתקות ומחיקת כל הנתונים בתהליך…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "יש לך נתונים מיושנים מהתקנה קודמת של Signal Desktop. אם בא לך להמשיך, הם יימחקו ו–Signal תתחיל מאפס."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "הבא"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "תרום אל Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "מתכוננים להורדה…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "זה עשוי לקחת מספר דקות בהתאם לגודל היסטוריית ההודעות שלך"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "ביטול"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "בחר צבע"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "יצגן קבוצה"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "תיקנו באג עם אזכורי @ שלפעמים כללו את החשבון שלך ברשימת הצעות ההשלמה האוטומטית."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "עכשיו אפשר להתאים את גודל הסרגל הצדי של רשימת הצ׳אטים במכשירים עם מסך מגע."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "तस्वीर चैट में भेजी गई"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "आइकॅन यह दिखा रहा है कि तस्वीर में कैप्शन है"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number}चीज़ें} other {{count,number} आइटम}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "अब यह मीडिया उपलब्ध नहीं है।"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "अधिक जानें"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "संरक्षित करें"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "दोबारा कोशिश करें"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "कोड रीफ़्रेश करें"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "मदद पाएँ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal डेस्कटॉप के इस संस्करण से सभी डेटा और संदेश हटाएं? आप इस डेस्कटॉप को कभी भी दोबारा लिंक कर सकते हैं, लेकिन आपके संदेश वापस नहीं आएंगे। आपका Signal खाता और आपके फोन या अन्य लिंक की गईं डिवाइस पर मौजूदा डेटा हटाया नहीं जाएगा।"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "सारा डेटा डिसकनेक्ट और डिलीट किया जा रहा है…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "आपके पास Signal Desktop के पिछले इंस्टॉलेशन से बेकार डेटा है। अगर आप जारी रखने का चयन करते हैं, तो इसे डिलीट कर दिया जाएगा और आप दोबारा से शुरुआत करेंगे।"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "अगला"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal को दान करें"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "डाउनलोड करने के लिए तैयार किया जा रहा है..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "आपके संदेश इतिहास के आकार के आधार पर, इसमें कुछ मिनट लग सकते हैं"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "रद्द करें"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "कोई रंग चुनें"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "ग्रुप अवतार"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "हमने @ मेंशन वाली गड़बड़ी को ठीक कर दिया है, जिसकी वजह से कभी-कभी आपका अपना अकाउंट अपने-आप पूरा करने के लिए सुझावों की सूची में शामिल हो जाता था। अगर आप खुद को शामिल करना चाहें, तो इस गड़बड़ी की याद आने पर, आप अब भी अपने बारे में बात करने के लिए ग्रुप चैट में तीसरे-पक्ष के कथन का इस्तेमाल कर सकते हैं।"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "अब आप टचस्क्रीन डिवाइस पर चैट लिस्ट साइडबार का आकार कम-ज़्यादा कर सकते हैं। तो जब आप इसे ड्रैग करने की कोशिश करते हैं, तो ज़्यादा मुश्किल न हो और आपकी उंगलियों से निकलने वाली ऊर्जा से आपकी स्क्रीन पर धब्बे न दिखाई दें।"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Slika je poslana u razgovor"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikona koja pokazuje da ova slika ima natpis"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {1 stavka} few {{count,number} stavke} many {{count,number} stavki} other {{count,number} stavki}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Medijski zapis više nije dostupan."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Saznajte više"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Spremi"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Pokušajte ponovno"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Osvježi kôd"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Pomoć"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Želite izbrisati sve podatke i poruke s ove verzije Signala za desktop? Uvijek možete ponovno povezati ovu verziju Signala za desktop, ali vaše se poruke neće vratiti. Vaš Signal račun i podaci na vašem telefonu ili drugim povezanim uređajima neće biti izbrisani."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Prekidanje veze i brisanje svih podataka…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Imate zastarjele podatke iz prethodne instalacije Signala za Desktop. Ako odlučite nastaviti, bit će izbrisani i započet ćete ispočetka."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "sljedeće"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Donirajte Signalu"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Pripremamo datoteke za preuzimanje…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Ovo može potrajati nekoliko minuta. Brzina preuzimanja ovisi o veličini vaše povijesti poruka."
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Odustani"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Izaberite boju"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Grupni Avatar"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Ispravili smo pogrešku sa @ spominjanjima koja su ponekad greškom uključivala vaš račun na popisu prijedloga za automatsko popunjavanje."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Sada možete prilagoditi širinu bočne trake s popisom razgovora na uređajima sa zaslonom osjetljivim na dodir."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Csevegés során küldött kép"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikon, amely azt jelzi, hogy a kép feliratot tartalmaz"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} db elem} other {{count,number} elem}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Ez a médiafájl már nem érhető el."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Tudj meg többet!"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Mentés"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Újra"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Kód frissítése"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Kérj segítséget!"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Törlöd az összes adatot és üzenetet a Signal Desktop ezen verziójából? Ezt az asztali számítógépet bármikor újra összekapcsolhatod, de az üzenetek nem állnak helyre. A Signal-fiókod és a telefonodon vagy más társított eszközökön lévő adatok nem törlődnek."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Lecsatlakozás és az összes adat törlése…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Egy korábbi Signal Desktop telepítés elavult adatokat hagyott hátra. Ha úgy döntesz, hogy folytatod, akkor ezek az adatok törölve lesznek, és elölről kell kezdened."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "következő"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Adomány a Signal számára"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Felkészülés a letöltésre..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Ez az üzenet-előzmények méretétől függően eltarthat néhány percig"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Mégse"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Válassz színt!"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Csoport profilképe"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Kijavítottunk egy hibát a @ jellel való említésekkel kapcsolatban, amelyek néha a saját fiókodat is tartalmazták az automatikus kiegészítési javaslatok listáján."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Mostantól beállíthatod a csevegési lista oldalsávjának méretét az érintőképernyős eszközökön."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Gambar terkirim di obrolan"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikon menunjukkan bahwa gambar ini memiliki keterangan"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} item}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Media ini sudah tidak tersedia."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Selengkapnya"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Simpan"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Coba lagi"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Refresh kode"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Dapatkan bantuan"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Hapus semua data dan pesan dari versi Signal Desktop ini? Anda bisa tautkan lagi desktop ini kapan saja, tetapi pesan Anda tidak akan dipulihkan. Akun Signal dan data di ponsel Anda atau perangkat terhubung lainnya tidak akan dihapus."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Memutus koneksi dan menghapus semua data…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Anda menyimpan data lama dari instalasi Signal Desktop sebelumnya. Jika Anda memilih untuk lanjut, data tersebut akan dihapus dan Anda harus memulai dari awal."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "berikutnya"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Berdonasi ke Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Bersiap mengunduh …"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Perlu waktu beberapa menit, tergantung ukuran riwayat pesan Anda"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Batal"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Pilih warna"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar Grup"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Kami memperbaiki bug dengan @ penyebutan/mention yang kadang menyertakan akun Anda sendiri pada daftar saran akun yang dapat ditambahkan secara otomatis."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Kini Anda bisa menyesuaikanz ukuran panel samping untuk daftar chat di perangkat layar sentuh. Jadi, jika ingin melakukan penyesuaian, tinggal sat-set, selesai!"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Immagine inviata nella chat"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Icona che mostra che questa immagine ha una didascalia"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} elemento} other {{count,number} elementi}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Questo media non è più disponibile."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Scopri di più"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Salva"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Riprova"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Aggiorna il codice"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Serve aiuto?"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Vuoi eliminare tutti i dati e i messaggi da questa versione di Signal Desktop? Puoi sempre ricollegare questo desktop a Signal, ma i tuoi messaggi andranno persi. Il tuo account Signal e i relativi dati sul tuo telefono (o altri dispositivi collegati) non verranno eliminati."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Disconnessione e cancellazione di tutti i dati…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Hai dati obsoleti da un'installazione precedente di Signal Desktop. Se scegli di continuare, verranno eliminati e inizierai da zero."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "successivo"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Dona a Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Preparazione del download…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Questo processo potrebbe richiedere qualche minuto a seconda della dimensione della cronologia messaggi"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Annulla"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Scegli un colore"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar del gruppo"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Abbiamo risolto un bug legato alle menzioni con la @ che a volte mostravano il nome del tuo account come suggerimento. Auto-menzionarsi è un po' strano, anche se sappiamo quanto faccia piacere ricevere attenzioni."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Da ora sui dispositivi touch puoi modificare le dimensioni della sidebar dell'elenco chat. Non potrai più dare la colpa a Signal in caso di miopia, visto che puoi ingrandire quanto vuoi per leggere meglio!"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "チャットに送られた画像"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "この画像にキャプションがついていることを示すアイコン"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number}個}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "このメディアはご利用になれなくなりました。"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "さらに詳しく"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "保存"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "再試行"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "コードを更新する"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "ヘルプを表示する"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal Desktopからすべてのデータとメッセージを消去しますか?Signal Desktopにはいつでも再リンクできますが、消去したメッセージは復元されません。Signalアカウントやスマートフォンのデータ、その他のリンク済み端末のデータは消去されません。"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "接続を切って全データを消去しています…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "以前のバージョンの Signal Desktop で利用していた、すでに利用できなくなっているデータが残っています。続行するとこのデータは消去され、フレッシュな状態で改めて利用を始めることになります。"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "次へ"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signalへの寄付"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "ダウンロード中..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "メッセージ履歴のサイズによっては、数分かかる場合があります"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "キャンセル"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "色を選択してください"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "グループアバター"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "ご自身のアカウントがオートコンプリートの候補リストに含まれるバグが時々発生していましたので、@メンションに関するこのバグを修正しました。"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "タッチスクリーン用端末で、チャットリストのサイドバーの長さを調整できるようになりました。"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "სურათი გაგზავნილია ჩატში"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ხატულა, რომელიც აჩვენებს, რომ ამ სურათს აქვს წარწერა"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} ელემენტი} other {{count,number} ელემენტი}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "ეს მედია ფაილი ხელმისაწვდომი აღარაა."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "გაიგე მეტი"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "შენახვა"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "თავიდან ცდა"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "კოდის განახლება"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "დახმარების მიღება"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "გსურს, Signal Desktop-ის ამ ვერსიიდან ყველა მონაცემი და მიმოწერა წაშალო? ამ კომპიუტერის თავიდან მიბმას ყოველთვის შეძლებ, მაგრამ შენი მიმოწერები არ აღდგება. შენი Signal-ის პროფილი და მონაცემები შენს ტელეფონზე ან სხვა დაკავშირებულ მოწყობილობებზე არ წაიშლება."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "მიმდინარეობს გათიშვა და ყველა მონაცემის წაშლა…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "შენ გაქვს მოძველებული მონაცემები Signal Desktop-ის წინა ინსტალაციისდან. თუ გაგრძელებას აირჩევ, ის წაიშლება და ნულიდან დაიწყებ."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "მომდევნო"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal-ისთვის დონაციის გაკეთება"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "მზადება ჩამოსატვირთად..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "შეიძლება, ამას შენი მიმოწერის ისტორიის ზომიდან გამომდინარე რამდენიმე წუთი დასჭირდეს"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "გაუქმება"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "აირჩიე ფერი"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "ჯგუფის ავატარი"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "ჩვენ გამოვასწორეთ @ მონიშვნების შეცდომა, რომელიც ზოგჯერ შენს ანგარიშს ავტომატური შევსების შეთავაზებების სიაში არასწორად ათავსებდა. თუ ეს ბაგი მოგენატრება, მაინც შეძლებ, ჯგუფის ჩატებში შენს თავზე მესამე პირში ილაპარაკო."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "ახლა უკვე შეგიძლია, სენსორულ მოწყობილობებზე ჩატების სიის გვერდითი ზოლის ზომა დაარეგულირო. მათი გადაადგილება რომ მოგინდება, წვალება აღარ მოგიწევს და შეძლებ, ჩატების სია მარტივად ასქროლო."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Чатта жіберілген сурет"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Бұл суреттің атауы бар екенін білдіретін белгіше"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} элемент} other {{count,number} элемент}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Бұл мультимедиа енді жоқ."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Толық ақпарат"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Сақтау"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Қайтадан байқап көру"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Кодты жаңарту"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Анықтама алу"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal Desktop-тың осы нұсқасынан барлық деректі және хатты жою керек пе? Осы жұмыс үстелін кез келген уақытта қайта байланыстыра аласыз, бірақ хаттарыңыз қалпына келмейді. Signal аккаунтыңыз және телефоныңыздағы деректер немесе басқа да байланыстырылған құрылғылар жойылмайды."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Қолданба ажыратылып жатыр және деректер толығымен жойылып жатыр…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Signal-дың компьютерлік нұсқасын бұған дейін орнатқаннан ескі деректер қалып қойған. Жалғастыратын болсаңыз, ол жойылады және бәрін басынан бастайсыз."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "келесі"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal-ды демеу"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Жүктеп алуға дайындалып жатыр..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Хабарлар тарихының көлеміне қарай ол бірнеше минутқа созылуы мүмкін."
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Бас тарту"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Түсті таңдау"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Топтың аватары"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Біреуді @ белгісі арқылы атап өтетін кезде автоматты түрде толтырылатын ұсыныстар тізімінде өз аккаунтыңыз қате қосылып кететін ақау түзетілді. Енді топтық чаттарда өзіңіз туралы сөз қозғағанда, өз аккаунтыңызды атап өтпейтін боласыз."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Енді сенсорлық экраны бар құрылғыларда чаттар тізімін жылжыту жолағының өлшемін өзгерте аласыз. Жолақты жүргізу енді оп-оңай. Ол үшін экранды жұмыр саусағыңызбен жұмсақ басыңыз."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "បានផ្ញើរូបភាពនៅក្នុងការជជែក"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "រូបតំណាងបង្ហាញថារូបភាពនេះមានចំណងជើង"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} ធាតុ}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "មេឌៀនេះលែងមានទៀតហើយ។"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "ស្វែងយល់បន្ថែម"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "រក្សាទុក"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "ព្យាយាមម្តងទៀត"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "ផ្ទុកលេខកូដឡើងវិញ"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "រកជំនួយ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "លុបទិន្នន័យ និងសារទាំងអស់ចេញពីកំណែ Signal Desktop នេះឬ? អ្នកអាចភ្ជាប់ឡើងវិញជាមួយកំណែ Desktop នេះបានជានិច្ច ប៉ុន្តែសាររបស់អ្នកនឹងមិនអាចស្តារមកវិញបានទេ។ គណនី Signal និងទិន្នន័យរបស់អ្នកនៅលើទូរសព្ទរបស់អ្នក ឬឧបករណ៍ដែលបានភ្ជាប់ផ្សេងទៀតនឹងមិនត្រូវបានលុបឡើយ។"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "កំពុងផ្តាច់ និងលុបទិន្នន័យទាំងអស់…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "អ្នកមានទិន្នន័យដែលលែងប្រើ ពីការដំឡើង Signal Desktop ពីមុន។ ប្រសិនបើអ្នកជ្រើសរើសបន្ត វានឹងត្រូវលុបចោល ហើយអ្នកនឹងចាប់ផ្តើមសាឡើងវិញទាំងអស់។"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "បន្ទាប់"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "ឧបត្ថម្ភទៅ Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "កំពុងរៀបចំទាញយក…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "វាអាចនឹងចំណាយពេលពីរបីនាទី អាស្រ័យលើទំហំនៃប្រវត្តិសាររបស់អ្នក"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "បោះបង់"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "ជ្រើសរើសពណ៌"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "រូបតំណាងក្រុម"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "យើងបានដោះស្រាយបញ្ហាមួយជាមួយ @ mentions ដែលពេលខ្លះវាបានរាប់បញ្ចូលទាំងគណនីផ្ទាល់ខ្លួនរបស់អ្នកដោយមិនត្រឹមត្រូវនៅក្នុងបញ្ជីណែនាំដែលបំពេញដោយស្វ័យប្រវត្តិ។ អ្នកនៅតែអាចប្រើការរៀបរាប់ពីមនុស្សទីបី ដើម្បីនិយាយអំពីខ្លួនអ្នកនៅក្នុងការជជែកជាក្រុម ប្រសិនបើអ្នកមិនបានជួបបញ្ហានេះទេ។"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "ឥឡូវនេះ អ្នកអាចកែទំហំរបារចំហៀងនៃបញ្ជីជជែកនៅលើឧបករណ៍ប៉ះអេក្រង់បាន។ ដូច្នេះអ្នកអាចទាញពង្រីក ឬបង្រួមវាបានយ៉ាងងាយស្រួល និងរលូននៅលើអេក្រង់របស់អ្នក ដោយគ្រាន់តែប្រើចុងម្រាមដៃរបស់អ្នក។"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "ಚಾಟ್ನಲ್ಲಿ ಚಿತ್ರವನ್ನು ಕಳುಹಿಸಲಾಗಿದೆ"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ಈ ಚಿತ್ರಕ್ಕೆ ಶೀರ್ಷಿಕೆ ಇದೆ ಎಂದು ತೋರಿಸುವ ಐಕಾನ್"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} ಐಟಂ} other {{count,number} ಐಟಂಗಳು}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "ಈ ಮೀಡಿಯಾ ಇನ್ನು ಮುಂದೆ ಲಭ್ಯವಿರುವುದಿಲ್ಲ."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "ಉಳಿಸಿ"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "ಮರುಪ್ರಯತ್ನಿಸಿ"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "ಕೋಡ್ ರಿಫ್ರೆಶ್ ಮಾಡಿ"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "ಸಹಾಯ ಪಡೆಯಿರಿ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal Desktop ನ ಈ ಆವೃತ್ತಿಯಿಂದ ಎಲ್ಲಾ ಡೇಟಾ ಮತ್ತು ಮೆಸೇಜ್ಗಳನ್ನು ಅಳಿಸಬೇಕೇ? ನೀವು ಯಾವಾಗಲೂ ಈ ಡೆಸ್ಕ್ಟಾಪ್ ಅನ್ನು ಮರುಲಿಂಕ್ ಮಾಡಬಹುದು, ಆದರೆ ನಿಮ್ಮ ಮೆಸೇಜ್ಗಳು ರೀಸ್ಟೋರ್ ಆಗುವುದಿಲ್ಲ. ನಿಮ್ಮ ಫೋನ್ ಅಥವಾ ಇತರ ಲಿಂಕ್ ಮಾಡಲಾದ ಸಾಧನಗಳಲ್ಲಿನ ನಿಮ್ಮ Signal ಖಾತೆ ಮತ್ತು ಡೇಟಾವನ್ನು ಅಳಿಸಲಾಗುವುದಿಲ್ಲ."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "ಡಿಸ್ಕನೆಕ್ಟ್ ಮಾಡಲಾಗುತ್ತಿದೆ ಮತ್ತು ಎಲ್ಲ ಡೇಟಾ ಅಳಿಸಲಾಗುತ್ತಿದೆ…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Signal Desktop ನ ಹಿಂದಿನ ಇನ್ಸ್ಟಾಲೇಶನ್ನಿಂದ ಹಳೆಯ ಡೇಟಾವನ್ನು ನೀವು ಹೊಂದಿದ್ದೀರಿ. ಮುಂದುವರಿಯಲು ನೀವು ಆಯ್ಕೆ ಮಾಡಿಕೊಂಡರೆ, ಇದನ್ನು ಅಳಿಸಲಾಗುತ್ತದೆ ಮತ್ತು ಶೂನ್ಯದಿಂದ ಆರಂಭವಾಗುತ್ತದೆ."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "ಮುಂದೆ"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal ಗೆ ದಾನ ಮಾಡಿ"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "ಡೌನ್ಲೋಡ್ ಮಾಡಲು ಸಿದ್ಧವಾಗುತ್ತಿದೆ..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "ನಿಮ್ಮ ಸಂದೇಶ ಇತಿಹಾಸದ ಗಾತ್ರವನ್ನು ಅವಲಂಬಿಸಿ ಇದು ಕೆಲವು ನಿಮಿಷಗಳನ್ನು ತೆಗೆದುಕೊಳ್ಳಬಹುದು"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "ರದ್ದುಮಾಡಿ"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "ಬಣ್ಣ ಆಯ್ಕೆಮಾಡಿ"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "ಗ್ರೂಪ್ ಅವತಾರ್"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "ಸ್ವಯಂಪೂರ್ಣಗೊಳಿಸುವ ಸಲಹೆಯ ಪಟ್ಟಿಯಲ್ಲಿ ನಿಮ್ಮ ಸ್ವಂತ ಖಾತೆಯನ್ನು ಕೆಲವೊಮ್ಮೆ ತಪ್ಪಾಗಿ ಒಳಗೊಂಡಿರುವ @ ಉಲ್ಲೇಖಗಳೊಂದಿಗೆ ನಾವು ದೋಷವನ್ನು ಪರಿಹರಿಸಿದ್ದೇವೆ. ನೀವು ಎಂದಾದರೂ ಈ ದೋಷವನ್ನು ತಪ್ಪಿಸಿಕೊಂಡರೆ ನಾರ್ಸಿಸಿಸ್ಟಿಕ್ ಪರಿಹಾರವಾಗಿ, ನಿಮ್ಮ ಗುಂಪು ಚಾಟ್ಗಳಲ್ಲಿ ನಿಮ್ಮ ಬಗ್ಗೆ ಮಾತನಾಡಲು ಮೂರನೇ ವ್ಯಕ್ತಿಯ ನಿರೂಪಣೆಯನ್ನು ನೀವು ಈಗಲೂ ಬಳಸಬಹುದು."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "ಈಗ ನೀವು ಟಚ್ಸ್ಕ್ರೀನ್ ಸಾಧನಗಳಲ್ಲಿ ಚಾಟ್ ಲಿಸ್ಟ್ ಸೈಡ್ಬಾರ್ನ ಗಾತ್ರವನ್ನು ಸರಿಹೊಂದಿಸಬಹುದು. ಹಾಗಾಗಿ ನೀವು ಡ್ರ್ಯಾಗ್ ಮಾಡಲು ಪ್ರಯತ್ನಿಸಿದಾಗ ಅದು ಅಂತಹ ಡ್ರ್ಯಾಗ್ ಆಗುವುದಿಲ್ಲ ಮತ್ತು ನಿಮ್ಮ ಸ್ಕ್ರೀನ್ ಮೇಲಿನ ಕಲೆಗಳು ನಿಮ್ಮ ಬೆರಳ ತುದಿಯಿಂದ ಹೊರಹೊಮ್ಮುವ ಶಕ್ತಿಗೆ ಸಾಕ್ಷಿಯಾಗಿವೆ."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "대화에 첨부된 이미지"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "이 이미지가 자막이 있다는 아이콘"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {항목 {count,number}개}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "이 미디어를 더 이상 사용할 수 없습니다."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "더 알아보기"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "저장"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "재시도"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "코드 새로 고침"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "도움 받기"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "이 Signal 데스크톱 버전에서 모든 데이터와 메시지를 삭제하시겠습니까? 언제든지 이 데스크톱을 다시 연결할 수 있지만, 메시지는 복원되지 않습니다. 휴대폰 또는 기타 연결된 장치의 Signal 계정과 데이터는 삭제되지 않습니다."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "연결 해제 및 모든 데이터 삭제 중…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Signal Desktop의 이전 설치 버전에서 사용하지 않는 데이터가 있습니다. 계속하면 해당 데이터가 삭제되고 앱을 처음부터 시작합니다."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "다음"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal에 후원"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "다운로드를 준비하는 중..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "메시지 기록 용량에 따라 몇 분이 소요될 수 있습니다"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "취소"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "색 선택"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "그룹 아이콘"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "자동 완성 목록에 사용자의 계정을 포함하는 @멘션 버그를 수정했습니다."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "이제 터치스크린 기기에서 대화 목록 슬라이드바 크기를 조정할 수 있습니다."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Маекте жөнөтүлгөн сүрөт"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Бул сүрөттүн колтамгасы бар экенин көрсөткөн сүрөтчөсү"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} нерсе}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Мындай медиа файл жок."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Кененирээк маалымат"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Сактоо"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Кайра аракет кылуу"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Кодду жаңылоо"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Жардам алуу"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal Desktop'тун бул версиясындагы бардык нерселерди жана билдирүүлөрдү өчүрөсүзбү? Бул иш тактага кайра каалаган убакта туташсаңыз болот, бирок билдирүүлөрүңүз калыбына келбейт. Signal аккаунтуңуз жана телефонуңуздагы жана башка байланышкан түзмөктөрдөгү нерселер өчпөйт."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Ажыратылып, бардык нерселер өчүрүлүүдө…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Сизде мурунку Signal Desktop орнотуудан эски берилмелер бар. Эгер улантууну тандасаңыз, бул берилмелер өчүрүлөт жана сиз нөлдөн баштап иштей баштайсыз."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "кийинки"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal'га колдоо көрсөтүү"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Жүктөлүп алынганы жатат..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Бул билдирүүлөр таржымалынын көлөмүнө жараша бир нече мүнөткө созулушу мүмкүн"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Жок"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Түстү тандоо"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Топтун аватары"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Автотолтуруунун сунуштар тизмесине өз аккаунтуңузду кээде туура эмес киргизген @ эскертмелериндеги мүчүлүштүктөрдү оңдодук. Бир аз нарциссисттик чечим катары, эгер бул мүчүлүштүктү өткөрүп жиберсеңиз, топтук маектериңизде дагы эле үчүнчү жактан өзүңүз жөнүндө айта аласыз."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Эми сенсордук түзмөктөрдө капталдагы маектер тизмесинин өлчөмүн өзгөртө аласыз. Эми чычкан менен сүйрөп отурбай, манжаңыздын учу менен эле чактап коесуз."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Pokalbyje nusiųstas vaizdas"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Piktograma, rodanti, kad šis paveikslas turi paaiškinimą"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} elementas} few {{count,number} elementai} many {{count,number} elementų} other {{count,number} elementas}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Šis įrašas nebeprieinamas."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Sužinoti daugiau"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Įrašyti"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Bandyti dar kartą"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Atnaujinti kodą"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Gauti pagalbos"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Ištrinti visus duomenis ir žinutes iš šios „Signal Desktop“ versijos? Šį stalinį įrenginį visada galite vėl susieti, tačiau žinutės atkurtos nebus. Jūsų „Signal“ paskyra ir duomenys telefone ar kituose susietuose įrenginiuose nebus ištrinti."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Atsijungiama ir ištrinami visi duomenys…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Turi nebenaudojamų duomenų, likusių iš ankstesnio „Signal Desktop“ diegimo. Jei pasirinksi tęsti, jie bus ištrinti ir pradėsi viską nuo nulio."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "kitas"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Paaukokite Signal programėlei"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Ruošiamasi atsisiųsti..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Tai gali užtrukti kelias minutes, priklausomai nuo žinučių istorijos dydžio"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Atšaukti"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Pasirinkite spalvą"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Grupės avataras"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Ištaisėme klaidą su @ paminėjimais, kurie kartais neteisingai įtraukdavo jūsų pačių paskyrą į automatinio užbaigimo pasiūlymų sąrašą."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Nuo šiol galite koreguoti pokalbių sąrašo šoninės juostos dydį įrenginiuose su jutikliniu ekranu."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Attēls nosūtīts sarunā"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikona, kas parāda, ka šim attēlam ir paraksts"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, zero {{count,number} priekšmeti} one {{count,number} priekšmets} other {{count,number} vienumi}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Šī multivide vairs nav pieejama."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Uzzināt vairāk"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Saglabāt"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Mēģināt vēlreiz"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Atsvaidzināt kodu"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Saņemt palīdzību"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Vai dzēst visus datus un ziņas no šīs Signal Desktop versijas? Jebkurā brīdī varat atkārtoti piesaistīt Signal šim datoram, taču ziņas netiks atjaunotas. Jūsu Signal konts un dati tālrunī vai citās piesaistītās ierīcēs netiks dzēsti."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Notiek atvienošana un visu datu dzēšana…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Jums ir novecojuši dati no iepriekšējas Signal Desktop versijas instalācijas. Izvēloties turpināt, šie dati tiks dzēsti un jūs sāksiet no nulles."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "tālāk"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Ziedot Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Gatavo lejupielādi…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Šis process var aizņemt dažas minūtes atkarībā no ziņu vēstures apjoma"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Atcelt"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Izvēlēties krāsu"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Grupas avatārs"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Mēs atrisinājām kļūdu, kas lika arī jūsu kontam parādīties @ pieminējumu automātiskās pabeigšanas ieteikumu sarakstā. Ja jums šī kļūda kādreiz pietrūkst, iesakām šādos gadījumos grupu sarunās atsaukties uz sevi trešajā personā."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Tagad ierīcēs ar skārienekrānu varat pielāgot sarunu saraksta sānu joslas izmēru."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Сликата е испратена во разговорот"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Икона која што прикажува дека оваа слика има наслов"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} предмет} other {{count,number} предмети}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Оваа медиумска датотека повеќе не е достапна."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Дознајте повеќе"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Зачувај"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Обидете се повторно"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Освежете го кодот"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Побарајте помош"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Сакате да се избришат сите податоци и пораки од оваа верзија на Signal Desktop? Секогаш можете одново да ја поврзете десктоп верзијата, но вашите пораки нема да се вратат. Вашата Signal сметка и податоците на вашиот телефон или други поврзани уреди нема да бидат избришани."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Го прекинуваме поврзувањето и ги бришеме сите податоци…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Имате стари податоци од претходна инсталација на Signal Desktop. Ако изберете да продолжите, тие ќе бидат избришани и ќе почнете од почеток."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "следно"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Донирај на Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Се подготвува за преземање…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Ова може да потрае неколку минути, во зависност од големината на историјата на вашите пораки"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Откажи"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Изберете боја"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Аватар на групата"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Решивме грешка при која вашата корисничка сметка се појавуваше на листата со предлози во @ спомнувања."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Сега можете да ја прилагодите големината на страничната лента на листата со разговори на уреди со екран на допир."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "ചിത്രം ചാറ്റിൽ അയച്ചു"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ഈ ചിത്രത്തിന് ഒരു അടിക്കുറിപ്പ് ഉണ്ടെന്ന് കാണിക്കുന്ന ഐക്കൺ"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} ഇനം} other {{count,number} ഇനങ്ങൾ}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "ഈ മീഡിയ ഇനി ലഭ്യമല്ല."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "കൂടുതൽ അറിയുക"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "സംരക്ഷിക്കൂ"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "വീണ്ടും ശ്രമിക്കുക"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "കോഡ് പുതുക്കുക"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "സഹായം തേടുക"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal Desktop-ന്റെ ഈ പതിപ്പിൽ നിന്ന് എല്ലാ ഡാറ്റയും സന്ദേശങ്ങളും ഇല്ലാതാക്കണോ? നിങ്ങൾക്ക് എല്ലായ്പ്പോഴും ഈ ഡെസ്ക്ടോപ്പ് വീണ്ടും ലിങ്ക് ചെയ്യാം, എന്നാൽ നിങ്ങളുടെ സന്ദേശങ്ങൾ പുനഃസ്ഥാപിക്കില്ല. നിങ്ങളുടെ ഫോണിലെയോ മറ്റ് ലിങ്ക് ചെയ്തിരിക്കുന്ന ഉപകരണങ്ങളിലെയോ നിങ്ങളുടെ Signal അക്കൗണ്ടും ഡാറ്റയും ഇല്ലാതാക്കില്ല."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "എല്ലാ ഡാറ്റയും വിച്ഛേദിക്കുകയും ഇല്ലാതാക്കുകയും ചെയ്യുന്നു…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Signal Desktop-ന്റെ ഒരു മുൻ ഇൻസ്റ്റലേഷനിൽ നിന്ന് കാലഹരണപ്പെട്ട ഡാറ്റ നിങ്ങളുടെ പക്കലുണ്ട്. നിങ്ങൾ തുടരാൻ തീരുമാനിക്കുകയാണെങ്കിൽ, അത് ഇല്ലാതാക്കപ്പെടും കൂടാതെ നിങ്ങൾ ആദ്യം മുതൽ ആരംഭിക്കും."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "അടുത്തത്"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal-ന് സംഭാവന ചെയ്യുക"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "ഡൗൺലോഡ് ചെയ്യാൻ തയ്യാറെടുക്കുന്നു..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "നിങ്ങളുടെ സന്ദേശ ചരിത്രത്തിൻ്റെ വലുപ്പം അനുസരിച്ച് ഇതിന് കുറച്ച് മിനിറ്റുകൾ എടുത്തേക്കാം"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "റദ്ദാക്കുക"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "ഒരു നിറം തിരഞ്ഞെടുക്കുക"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "ഗ്രൂപ്പ് അവതാർ"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "ചിലപ്പോൾ നിങ്ങളുടെ സ്വന്തം അക്കൗണ്ട്, സ്വയമേവ പൂർത്തിയാക്കൽ നിർദ്ദേശ പട്ടികയിൽ തെറ്റായി ഉൾപ്പെടുത്തിയിരുന്ന @ പരാമർശങ്ങളുള്ള ഒരു ബഗ് ഞങ്ങൾ പരിഹരിച്ചു. ഒരു നാർസിസിസ്റ്റിക് പരിഹാരമെന്ന നിലയിൽ, ഈ ബഗ് എപ്പോഴെങ്കിലും നിങ്ങൾക്ക് മിസ്സാകുകയാണെങ്കിൽ, നിങ്ങളുടെ ഗ്രൂപ്പ് ചാറ്റുകളിൽ നിങ്ങളെക്കുറിച്ച് സംസാരിക്കാൻ നിങ്ങൾക്ക് തുടർന്നും മൂന്നാം-വ്യക്തി വിവരണം ഉപയോഗിക്കാം."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "ഇപ്പോൾ നിങ്ങൾക്ക് ടച്ച്സ്ക്രീൻ ഉപകരണങ്ങളിൽ ചാറ്റ് ലിസ്റ്റ് സൈഡ്ബാറിൻ്റെ വലുപ്പം ക്രമീകരിക്കാം. അതിനാൽ നിങ്ങൾ ഡ്രാഗ് ചെയ്യാൻ ശ്രമിക്കുമ്പോൾ അത് അത്തരത്തിലുള്ള ഒരു ഡ്രാഗ് ആയിരിക്കില്ല, നിങ്ങളുടെ സ്ക്രീനിലെ പാടുകൾ നിങ്ങളുടെ വിരൽത്തുമ്പിൽ നിന്ന് പുറപ്പെടുന്ന ശക്തിയുടെ തെളിവാണ്."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "चॅट्समध्ये प्रतिमा पाठवली"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ह्या चित्रामध्ये कॅप्शन आहे हे दाखवणारे चिन्ह"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} आयटम} other {{count,number} आयटम्स}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "हा मिडीया यापुढे उपलब्ध नाही."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "अधिक जाणून घ्या"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "जतन करा"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "पुन्हा प्रयत्न करा"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "कोड रीफ्रेश करा"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "मदत मिळवा"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal Desktop च्या या आवृत्तीमधील सर्व डेटा आणि संदेश हटवायचे? आपण नेहमी या डेस्कटॉपला रिलिंक करू शकता, मात्र आपले संदेश पुर्नस्थित केले जाणार नाहीत. आपले Signal खाते आणि आपल्या फोनवरील डेटा किंवा इतर लिंंक केलेली डिव्हाइसेस हटवले जाणार नाहीत."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "डिस्कनेक्ट करत आहे आणि सर्व डेटा हटवत आहे…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "आपल्याजवळ Signal Desktop च्या मागील स्थापनेचा कालबाह्य डेटा आहे. सुरू ठेवणे निवडल्यास, तो हटवला जाईल आणि आपण सुरुवातीपासून सुरुवात कराल."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "पुढे"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal ला देणगी द्या"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "डाउनलोड करण्याची तयारी करत आहे..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "आपल्या संदेश इतिहासाच्या प्रमाणानुसार याला काही मिनिटे लागू शकतात"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "रद्द करा"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "एक रंग निवडा"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "ग्रूप अवतार"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "आम्ही @ उल्लेखांमधील एक बग दुरुस्त केला जो कधीकधी चुकून ऑटोकम्प्लीट शिफारस यादीमध्ये तुमच्या स्वत:च्या अकाऊंटचाही समावेश करायचा. पण तुम्ही अगदीच स्वत:च्या प्रेमात असाल, आणि या बगची तुम्हाला फार आठवण येत असेल, तर ग्रूप चॅट्समध्ये स्वत:चा तृतीय पुरुषी उल्लेख करत जा."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "आता तुम्ही टचस्क्रीन डिव्हायसेस वर चॅट लिस्ट साइडबारचा आकार कमीजास्त करू शकता. त्यामुळे तुम्ही तो आता सहज ड्रॅग करू शकता आणि स्क्रीनवर उठणारे तुमच्या बोटांचे ठसे तुमच्या या नव्या शक्तीची साक्ष ठरतील."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Imej dihantar dalam sembang"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikon menunjukkan bahawa imej ini mempunyai kapsyen"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} item}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Media ini tidak lagi tersedia."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Ketahui lebih lanjut"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Simpan"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Cuba Semula"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Perbaharui kod"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Dapatkan bantuan"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Padamkan semua data dan mesej daripada versi Signal Desktop ini? Anda sentiasa boleh memautkan semula desktop ini, tetapi mesej anda tidak akan dipulihkan. Akaun Signal anda dan data pada telefon anda atau peranti terpaut lain tidak akan dipadamkan."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Memutuskan dan memadam semua data…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Anda mempunyai data usang daripada pemasangan Signal Desktop terdahulu. Sekiranya anda memilih untuk meneruskan, data tersebut akan dipadamkan dan anda akan bermula dari awal."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "seterusnya"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Sumbang kepada Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Bersedia untuk memuat turun..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Ini mungkin mengambil masa beberapa minit bergantung pada saiz sejarah mesej anda"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Batal"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Pilih warna"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar Kumpulan"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Kami membetulkan pepijat pada @ sebutan yang kadangkala memasukkan akaun anda sendiri dalam senarai cadangan autolengkap."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Kini anda boleh melaraskan saiz bar sisi senarai sembang pada peranti skrin sentuh."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "ချက်(တ်)ထဲတွင် ပေးပို့ထားသော ပုံ"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ဤပုံတွင် စာတန်းပါကြောင်း ပြသသည့် အိုင်ကွန်"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {ဒေါင်းလုဒ် {count,number} ခု}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "ဤမီဒီယာ မရှိတော့ပါ။"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "ပိုမိုသိရှိရန်"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "သိမ်းမယ်"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "ထပ်ကြိုးစားပါ"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "ကုဒ်ကို ပြန်လည်စတင်ပါ"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "အကူအညီရယူပါ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "ဤ Signal Desktop ဗားရှင်းမှ ဒေတာနှင့် မက်ဆေ့ချ်အားလုံးကို ဖျက်ပါမည်လား။ ဤ Desktop ကို သင် အချိန်မရွေး ပြန်လည်ချိတ်ဆက်နိုင်သော်လည်း သင့်မက်ဆေ့ချ်များကို ပြန်သိမ်းနိုင်မည်မဟုတ်ပါ။ သင့်ဖုန်း သို့မဟုတ် အခြား ချိတ်ထားသည့် စက်များမှ သင့် Signal အကောင့်နှင့် ဒေတာကို ဖျက်မည်မဟုတ်ပါ။"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "ချိတ်ဆက်မှုကိုဖြုတ်၍ ဒေတာအားလုံးကို ဖျက်နေသည်..."
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "သင့်တွင် ယခင် Signal Desktop ထည့်သွင်းမှုမှ ဒေတာအဟောင်းများ ရှိပါသည်။ ဆက်လုပ်ရန်ကို ရွေးချယ်ပါက ၎င်းကို ဖျက်မည်ဖြစ်ပြီး အစမှ စတင်ပါလိမ့်မည်။"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "ရှေ့သို့"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal ကိုလှူဒါန်းပါ"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "ဒေါင်းလုဒ်လုပ်ရန် ပြင်ဆင်နေသည်..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "သင့် မက်ဆေ့ချ်မှတ်တမ်း အရွယ်အစားပေါ်မူတည်၍ မိနစ်အနည်းငယ် ကြာနိုင်ပါသည်"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "မလုပ်တော့ပါ"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "အရောင် ရွေးရန်"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "အဖွဲ့ ရုပ်ပုံ"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "တစ်ခါတစ်ရံတွင် သင့်ကိုယ်ပိုင်အကောင့်ကို အလိုအလျောက်ဖြည့်စွက်မှု အကြံပြုချက်စာရင်းတွင် @ မန်းရှင်းထည့်သွင်းသည့် ချွတ်ယွင်းချက်တစ်ခုကို ကျွန်ုပ်တို့ ပြင်ဆင်ထားပါသည်။"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "ယခု သင်သည် Touchscreen စက်များတွင် ချက်(တ်)စာရင်းဘေးမှ ဘား၏ အရွယ်အစားကို ချိန်ညှိနိုင်ပါပြီ။"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Bilde sendt i samtale"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikon som viser at bildet har bildetekst"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} element} other {{count,number} elementer}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Mediefilen er ikke lenger tilgjengelig."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Les mer"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Lagre"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Prøv på nytt"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Last inn koden igjen"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Få hjelp"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Vil du slette alle dataene og meldingene fra denne Signal Desktop-versjonen? Du kan koble til skrivebordet på nytt, men meldingene kan ikke gjenopprettes. Signal-kontoen og dataene du har på mobilen og andre tilkoblede enheter, slettes ikke."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Kobler fra og sletter alle data …"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Du har foreldede data fra en tidligere installasjon av Signal Desktop. Hvis du velger å fortsette, blir den slettet, og du vil starte med blank konfigurasjon."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "Neste"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Donér til Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Gjør klart for nedlasting …"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Dette kan ta et par minutter avhengig av størrelsen på meldingsloggen"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Avbryt"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Velg en farge"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Gruppeikon"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Vi har fikset en feil som førte til at ditt eget navn dukket opp i listen over foreslåtte tagger når du skriver meldinger."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Nå kan du justere størrelsen på sidestolpen i samtalelisten på enheter med berøringsskjerm."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Afbeelding verstuurd in chat"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Icoon dat laat zien dat deze afbeelding een bijschrift heeft"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} item} other {{count,number} items}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Dit mediabestand is niet langer beschikbaar."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Meer informatie"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Opslaan"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Opnieuw proberen"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "QR-code vernieuwen"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Hulp vragen"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Alle gegevens en berichten wissen uit deze versie van Signal Desktop? Je kunt dit apparaat altijd opnieuw koppelen, maar je berichten worden niet hersteld. Je Signal-account en gegevens op je telefoon of andere gekoppelde apparaten worden niet gewist."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Aan het ontkoppelen en alle gegevens aan het wissen…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Je hebt nog verouderde gegevens op je apparaat van een eerdere installatie van Signal Desktop. Als je ervoor kiest om verder te gaan, dan zullen alle gegevens worden gewist en zal je met een schone installatie van Signal Desktop beginnen."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "Volgende"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Aan Signal doneren"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Download voorbereiden..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Dit kan enkele minuten duren, afhankelijk van de grootte van je chatgeschiedenis"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Annuleren"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Kies een kleur"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Groepsafbeelding"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "We hebben een bug met @-vermeldingen opgelost waardoor soms je eigen account verscheen in de lijst met suggesties voor automatisch invullen. Je kunt natuurlijk altijd nog in derde persoon over jezelf praten, mocht je deze bug heel erg missen."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Op touchscreen-apparaten kun je nu de breedte van de chatlijst in de zijbalk aanpassen – de finishing touch voor wie van personalisatie houdt."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "ਚੈਟ ਵਿੱਚ ਭੇਜਿਆ ਗਿਆ ਚਿੱਤਰ"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ਆਈਕਾਨ ਦਿਖਾ ਰਿਹਾ ਹੈ ਕਿ ਇਸ ਚਿੱਤਰ ਦੀ ਕੋਈ ਕੈਪਸ਼ਨ ਹੈ"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} ਚੀਜਾਂ } other {{count,number} ਆਈਟਮਾਂ}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "ਇਹ ਮੀਡੀਆ ਹੁਣ ਉਪਲਬਧ ਨਹੀਂ ਹੈ।"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "ਹੋਰ ਜਾਣੋ"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "ਸੰਭਾਲੋ"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "ਕੋਡ ਨੂੰ ਤਾਜ਼ਾ ਕਰੋ"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "ਸਹਾਇਤਾ ਲਓ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "ਕੀ Signal Desktop ਦੇ ਇਸ ਵਰਜ਼ਨ ਤੋਂ ਸਾਰਾ ਡਾਟਾ ਅਤੇ ਸੁਨੇਹਿਆਂ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ? ਤੁਸੀਂ ਕਦੇ ਵੀ ਇਸ ਡੈਸਕਟਾਪ ਨੂੰ ਦੁਬਾਰਾ ਲਿੰਕ ਕਰ ਸਕਦੇ ਹੋ, ਪਰ ਤੁਹਾਡੇ ਸੁਨੇਹੇ ਰੀਸਟੋਰ ਨਹੀਂ ਹੋਣਗੇ। ਤੁਹਾਡਾ Signal ਖਾਤਾ ਅਤੇ ਤੁਹਾਡੇ ਫ਼ੋਨ ਜਾਂ ਹੋਰ ਲਿੰਕ ਕੀਤੇ ਡਿਵਾਈਸਾਂ 'ਤੇ ਮੌਜੂਦ ਡਾਟਾ ਮਿਟਾਇਆ ਨਹੀਂ ਜਾਵੇਗਾ।"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "ਡਿਸਕਨੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ ਅਤੇ ਸਾਰਾ ਡਾਟਾ ਮਿਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "ਤੁਹਾਡੇ ਕੋਲ Signal Desktop ਦੀ ਪਿਛਲੀ ਇੰਸਟਾਲੇਸ਼ਨ ਦਾ ਪੁਰਾਣਾ ਡਾਟਾ ਮੌਜੂਦ ਹੈ। ਜੇ ਤੁਸੀਂ ਅੱਗੇ ਜਾਰੀ ਰੱਖਦੇ ਹੋ, ਤਾਂ ਇਸਨੂੰ ਮਿਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ ਅਤੇ ਤੁਹਾਨੂੰ ਮੁੱਢ ਤੋਂ ਸ਼ੁਰੂ ਕਰਨਾ ਪਵੇਗਾ।"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "ਅੱਗੇ"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal ਨੂੰ ਦਾਨ ਕਰੋ"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "ਡਾਊਨਲੋਡ ਕਰਨ ਦੀ ਤਿਆਰੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "ਤੁਹਾਡੇ ਪੁਰਾਣੇ ਸੁਨੇਹਿਆਂ ਦੇ ਆਕਾਰ 'ਤੇ ਨਿਰਭਰ ਕਰਦੇ ਹੋਏ ਇਸ ਵਿੱਚ ਕੁਝ ਮਿੰਟ ਲੱਗ ਸਕਦੇ ਹਨ"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "ਰੱਦ ਕਰੋ"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "ਰੰਗ ਚੁਣੋ"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "ਗਰੁੱਪ ਅਵਤਾਰ"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "ਅਸੀਂ @ ਜ਼ਿਕਰ ਦੇ ਨਾਲ ਸਬੰਧਿਤ ਖ਼ਰਾਬੀ ਨੂੰ ਦਰੁਸਤ ਕੀਤਾ ਹੈ ਜੋ ਕਈ ਵਾਰ ਗਲਤ ਢੰਗ ਨਾਲ ਤੁਹਾਡੇ ਆਪਣੇ ਖਾਤੇ ਨੂੰ ਸਵੈ-ਸੰਪੂਰਨ ਸੁਝਾਅ ਸੂਚੀ ਵਿੱਚ ਸ਼ਾਮਲ ਕਰ ਦਿੰਦਾ ਸੀ।"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "ਹੁਣ ਤੁਸੀਂ ਟੱਚਸਕ੍ਰੀਨ ਡਿਵਾਈਸਾਂ 'ਤੇ ਚੈਟ ਸੂਚੀ ਸਾਈਡਬਾਰ ਦੇ ਆਕਾਰ ਨੂੰ ਵਿਵਸਥਿਤ ਕਰ ਸਕਦੇ ਹੋ।"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Obrazek wysłany na czacie"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikona informująca, że to zdjęcie ma podpis"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} element} few {{count,number} elementy} many {{count,number} elementów} other {{count,number} elementu}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Te multimedia nie są już dostępne."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Dowiedz się więcej"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Zapisz"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Ponów"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Odśwież kod"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Uzyskaj pomoc"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Usunąć wszystkie dane i wiadomości z tej wersji Signal Desktop? Zawsze możesz ponownie sparować konto z tym urządzeniem, ale wiadomości nie zostaną przywrócone. Twoje konto Signal i dane na telefonie lub innych połączonych urządzeniach nie zostaną usunięte."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Odłączanie i usuwanie wszystkich danych…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Masz przestarzałe dane ze starej instalacji Signal Desktop. Kontynuacja spowoduje ich usunięcie i zaczniesz od początku."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "dalej"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Darowizna na rzecz Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Przygotowywanie do pobrania…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "W zależności od rozmiaru historii wiadomości może to zająć kilka minut"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Anuluj"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Wybierz kolor"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Awatar grupy"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Naprawiliśmy błąd związany z funkcją @wzmianek, przez który na liście proponowanych użytkowników pojawiało się czasem Twoje własne konto. Jeśli jednak błąd wcale Ci nie przeszkadzał, bo lubisz opowiadać o sobie, nic straconego – zawsze możesz pisać na swój temat w formie trzecioosobowej. My nie oceniamy!"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Od teraz na urządzeniach z ekranem dotykowym możesz dostosować rozmiar paska bocznego z listą czatów. A wszystko po to, aby ani za duży, ani za mały pasek boczny nie zaburzał Twojego feng shui."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Imagem enviada no chat"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ícone mostrando que esta imagem possui uma legenda"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {1 item} other {{count,number} itens}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Este arquivo de mídia não está mais disponível."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Saiba mais"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Salvar"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Tente novamente"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Atualizar código"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Obter ajuda"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Excluir todos os dados e mensagens desta versão do Signal Desktop? Você pode vincular novamente este desktop, mas suas mensagens não serão restauradas. Sua conta do Signal e dados do seu telefone ou outros dispositivos vinculados não serão excluídos."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Desconectando e apagando todos os dados…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Você tem dados antigos de uma instalação anterior do Signal Desktop. Se você optar por continuar, eles serão excluídos e você começará do zero."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "próximo"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Doar para o Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Preparando para download…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Isso pode demorar alguns minutos, dependendo do tamanho do seu histórico de mensagens"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Cancelar"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Escolher uma cor"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Foto do grupo"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Corrigimos um erro nas @menções que, em alguns casos, incluíam indevidamente sua própria conta na lista de sugestões de preenchimento automático."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Agora você pode ajustar o tamanho da barra lateral da lista de conversas em dispositivos com tela sensível ao toque."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Imagem enviada no chat"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ícone que mostra que esta imagem tem uma legenda"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {1 item} other {{count,number} itens}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Este ficheiro multimédia já não está disponível."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Saber mais"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Guardar"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Tentar novamente"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Atualizar código"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Obter ajuda"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Eliminar todos os dados e mensagens desta versão do Signal Desktop? Pode sempre voltar a conectar este desktop, mas as suas mensagens não serão restauradas. A sua conta Signal e os dados no seu telemóvel ou outros dispositivos conectados não serão eliminados."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "A desligar e a eliminar todos os dados…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Você tem dados obsoletos resultantes de uma instalação anterior do Signal Desktop. Se escolher continuar, serão eliminados e irá começar a partir do início."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "seguinte"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Doar ao Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "A preparar para descarregar…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Isto pode demorar alguns minutos, dependendo do tamanho do seu histórico de mensagens"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Cancelar"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Escolha uma cor"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar do grupo"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Corrigimos um erro em que as menções @ às vezes incluíam a sua própria conta na lista de sugestões do preenchimento automático."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Agora pode ajustar o tamanho da barra lateral da lista de chats em dispositivos com ecrã tátil."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Imagine trimisă în conversație"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Pictogramă ce arată că această imagine are titlu"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} articol} few {{count,number} itemi} other {{count,number} de itemi}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Acest fișier nu mai este disponibil."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Află mai multe"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Salvează"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Încearcă din nou"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Actualizează codul"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Obține ajutor"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Ștergi toate datele și mesajele din această versiune de Signal Desktop? Poți oricând să re-asociezi acest desktop, dar mesajele tale nu se vor restabili. Contul tău Signal și datele de pe telefon sau alte dispozitive conectate nu vor fi șterse."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Se deconectează și se șterg toate datele…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Ai date învechite de la o instalare anterioara a Signal Desktop. Dacă alegi să continui, acestea vor fi șterse și vei începe de la zero."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "următorul"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Donează pentru Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Se pregătește descărcarea..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Poate dura câteva minute, în funcție de dimensiunea istoricului mesajelor"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Anulează"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Alege o culoare"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar de grup"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Am remediat o eroare cu mențiunile @ care, uneori, includeau incorect propriul tău cont în lista de sugestii de completare automată. Dacă ai un ego puternic, poți folosi în continuare vorbirea la persoana a treia pentru a spune ceva despre tine în conversațiile de grup, dacă îți scapă vreodată această eroare."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Pe dispozitivele cu ecran tactil, acum poți ajusta bara laterală în lista conversațiilor. Astfel, atunci când tragi de ea să o dimensionezi, nu vei simți că ai tras din greu, iar urmele de pe ecran vor fi doar o dovadă că ți-ai folosit degetele."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Изображение, отправленное в чате"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Значок, показывающий, что у этого изображения есть подпись"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} элемент} few {{count,number} элемента} many {{count,number} элементов} other {{count,number} элемента}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Эти медиафайлы больше не доступны."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Узнать больше"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Сохранить"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Повторить попытку"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Обновить код"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Получить помощь"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Удалить все данные и сообщения из этой версии Signal Desktop? Вы всегда можете переподключить ваш ПК к Signal Desktop, но ваши сообщения не восстановятся. Ваша учётная запись Signal и данные на вашем телефоне или других подключенных устройствах не будут удалены."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Отключается и удаляет все данные…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "У вас есть устаревшие данные из предыдущей установки Signal Desktop. Если вы решите продолжить, они будут удалены, и вы начнете с нуля."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "следующее"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Поддержать Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Готовимся к загрузке..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Это может занять несколько минут в зависимости от размера вашей истории сообщений"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Отменить"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Выберите цвет"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Аватар группы"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Мы исправили ошибку с упоминаниями @, из-за которой ваша учётная запись иногда включалась в список предложений для автозаполнения. Для самовлюбленных по-прежнему есть возможность поговорить о себе от третьего лица, пропустив эту ошибку."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Теперь вы можете настраивать размер боковой панели списка чатов на устройствах с сенсорным экраном. Теперь перетаскивать будет на так надрывно, а следы на экране — просто свидетельство силы ваших пальцев."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Obrázok z četu"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikona indukujúca, že tento obrázok má popis"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} položka} few {{count,number} položky} many {{count,number} položiek} other {{count,number} položiek}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Toto médium už nie je dostupné."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Zistiť viac"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Uložiť"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Skúsiť znovu"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Obnoviť kód"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Pomoc"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Chcete vymazať všetky údaje a správy z tejto verzie aplikácie Signal Desktop? Aplikáciu môžete vždy znova prepojiť, vaše správy sa však neobnovia. Váš účet Signal a údaje vo vašom telefóne alebo iných prepojených zariadeniach nebudú vymazané."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Prebieha odpojenie a odstraňovanie všetkých údajov…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Toto zariadenie obsahuje staré dáta z predošlej inštalácie Signalu. Ak budete pokračovať, zmažú sa a začnete s čistým štítom."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "ďalší"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Prispieť na Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Pripravuje sa sťahovanie…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "V závislosti od veľkosti histórie správ to môže trvať niekoľko minút"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Zrušiť"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Vyberte farbu"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Obrázok skupiny"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Opravili sme chybu súvisiacu so @ zmienkami, ktorá niekedy spôsobovala zahrnutie vášho účtu do zoznamu návrhov automatického dopĺňania."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Teraz môžete upraviť veľkosť bočného panela zoznamu četov na zariadeniach s dotykovou obrazovkou."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Slika, poslana v klepetu"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikona, ki označuje, da ima ta slika besedilo"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} predmet} two {{count,number} predmeta} few {{count,number} predmeti} other {{count,number} predmetov}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Ta medij ni več na voljo."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Preberite več"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Shrani"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Ponovno"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Osveži kodo"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Pomoč"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Želite izbrisati vse podatke in sporočila iz te različice Signal Desktop? To namizje lahko vedno znova povežete, vendar vaša sporočila ne bodo obnovljena. Vaš račun Signal in podatki v vašem telefonu ali drugih povezanih napravah ne bodo izbrisani."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Odjava in brisanje vseh podatkov …"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Na napravi imate zastarele podatke iz starejše različice aplikacije Signal Desktop. Če boste nadaljevali, bodo ti izbrisani in boste začeli znova iz nič."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "naslednje"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Podprite Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Priprava na prenos ..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "To lahko traja nekaj minut, odvisno od velikosti vaše zgodovine sporočil"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Prekliči"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Izberite barvo"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar skupine"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Odpravili smo napako pri @ omembah, ki je včasih napačno vključevala vaš račun na seznamu predlogov za samodejno dokončanje. Če kdaj spregledate to napako, lahko v skupinskih klepetalnicah še vedno uporabljate tretjeosebno pripovedovanje, da govorite o sebi."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Zdaj lahko prilagodite velikost seznama klepetov v stranski vrstici v napravah z zaslonom na dotik. Ko boste poskušali povleči, ne bo tako težko, madeži na zaslonu pa bodo le dokaz moči, ki jo izžarevajo vaši prsti."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Imazhi u dërgua në bisedë"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikonë që tregon se për këtë figurë ka një titull"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} Objekt} other {{count,number} Objekte}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Media nuk disponohet më."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Mëso më shumë"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Ruaje"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Riprovo"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Rifresko kodin"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Merr ndihmë"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Të fshihen të gjitha të dhënat dhe mesazhet nga versioni i Signal Desktop? Mund ta rilidhësh gjithmonë këtë desktop, por mesazhet e tua nuk do të rikthehen. Llogaria jote në Signal, si dhe të dhënat që gjenden në telefonin tënd apo në pajisje të tjera të lidhura nuk do të fshihen."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Të gjitha të dhënat po shkëputen dhe po fshihen…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Ke të dhëna të vjetra prej një instalimi të mëparshëm të Signal-it për Desktop. Nëse vendos të vazhdosh, do të fshihen dhe do t’ia filloni nga e para."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "pasuesja"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Dhuroni për Signal-in"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Po përgatitet për t'u shkarkuar..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Kjo mund të zgjasë disa minuta në varësi të madhësisë së historikut të mesazheve"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Anulo"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Zgjidhni një ngjyrë"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Avatar Grupi"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Ne rregulluam gabimin me përmendjet @ që ndonjëherë përfshinte gabimisht vetë llogarinë tënde në listën e sugjerimeve të plotësimit automatik. Nëse ndonjëherë të ndodh ta humbësh këtë problem, si zgjidhje narcisiste, mund ta përdorësh sërish rrëfimin në vetë të tretë për të folur për veten në bisedat në grup."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Tani mund të rregullosh madhësinë e shiritit anësor të listës së bisedave në pajisjet me ekran me prekje. Pra, kur provon ta tërheqësh, nuk do të jetë aq e vështirë, dhe njollat në ekran janë thjesht dëshmi e fuqisë që vjen nga gishtat."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Слика је послата у ћаскању"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Икона на којој је приказано да ова слика има натпис"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {Ставки: {count,number}} other {Ставки: {count,number}}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Овај медиј више није доступан."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Сазнајте више"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Сачувај"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Пробај поново"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Освежи код"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Потражите помоћ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Желите ли да избришете све податке и поруке из ове верзије Signal Desktop-а? Увек можете поново повезати овај рачунар, али ваше поруке се неће вратити. Ваш налог на Signal-у и подаци на вашем телефону или другим повезаним уређајима неће бити избрисани."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Прекидамо везу и бришемо све податке…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Имате застареле податке из претходне инсталације Signal Desktop-а. Ако наставите, биће избрисани и кренућете од нуле."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "следеће"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Донирајте за Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Припрема за преузимање…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "То може потрајати неколико минута у зависности од величине ваше историје порука"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Откажи"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Изаберите боју"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Аватар групе"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Исправили смо грешку са @ помињањима у којима је понекад у листу предлога за аутоматско попуњавање грешком био укључен и сопствени налог."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Сада можете да подесите величину бочне траке листе за ћаскање на уређајима са екраном осетљивим на додир."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Bild skickad i chatt"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikon visandes att den här bilden har en bildtext"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} objekt} other {{count,number} objekt}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Den här mediafilen är inte längre tillgänglig."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Läs mer"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Spara"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Försök igen"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Uppdatera kod"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Få hjälp"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Ta bort alla data och meddelanden från den här versionen av Signal Desktop? Du kan alltid länka om skrivbordet, men dina meddelanden återställs inte. Ditt Signal-konto och dina data på din telefon eller andra länkade enheter raderas inte."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Kopplar bort och tar bort alla data …"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Du har föråldrade data från en tidigare installation av Signal Desktop. Om du väljer att fortsätta kommer det att tas bort och du kommer att börja från början."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "nästa"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Donera till Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Förbereder nedladdning …"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Detta kan ta några minuter beroende på storleken på din meddelandehistorik"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Avbryt"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Välj en färg"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Gruppavatar"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Vi har åtgärdat en bugg med @-omnämnanden som ibland inkluderade ditt eget konto i den förslagslista som fylldes i automatiskt."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Nu kan du justera storleken på sidofältet i chattlistan på enheter med pekskärm."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Picha zimetumwa katika gumzo"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Ikoni inaonyesha kuwa taswira hii ina maelezo mafupi"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {Kitu {count,number}} other {Vitu {count,number}}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Video hii haipatikani tena."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Jifunze zaidi"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Hifadhi"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Jaribu Upya"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Onyesha code upya"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Pata msaada"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Futa data na jumbe zote kutoka kwenye toleo hili la Signal Desktop? Unaweza kuiunganisha tena kompyuta hii wakati wowote, lakini jumbe zako hazitarejeshwa. Akaunti yako ya Signal na data kwenye simu yako au vifaa vingine vilivyounganishwa havitofutwa."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Inatenganisha na kufuta data yote…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Una data nzee kutokana na usanikishaji wa awali wa Signal Desktop. Ukichagua kuendelea, itafutwa na utaanza kutoka mwanzoni."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "ijayo"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Changia Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Inajiandaa kupakua..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Mchakato huu huenda ukachukua dakika chache kulingana na ukubwa wa historia yako ya ujumbe"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Ghairi"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Chagua rangi"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Umbo la Kikundi"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Tulirekebisha hitilafu katika @ mentions ambazo wakati mwingine hujumuishwa kwa akaunti yako kwa orodha ya mapendekezo ya kukamilishwa kiotomataki. Bado unaweza kutumia simulizi ya mtu wa tatu kukuhusu kwenye gumzo za kikundi ukikosa hitilafu hii."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Sasa unaweza kurekebisha ukubwa wa utepe wa orodha ya gumzo kwenye vifaa vya skrini ya kugusa. Kwa hiyo unapojaribu kuvuruta haitachukua muda, na uchafu kwenye skrini yako ni ushahidi tu wa nguvu inayotoka kwenye vidole vyako."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "படம் சாட்டில் அனுப்பப்பட்டது"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "இந்த படத்திற்கு ஒரு தலைப்பு இருப்பதைக் காட்டும் ஐகான்"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} பொருள்} other {{count,number} உருப்படிகள்}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "இந்த ஊடகம் இனி கிடைக்கப்பெறாது."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "மேலும் அறிக"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "சேமி"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "மீண்டும் முயற்சி செய்"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "புதுப்பிப்புக் குறியீடு"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "உதவி பெறுக"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal டெஸ்க்டாப்பின் இந்தப் பதிப்பிலிருந்து எல்லா தரவையும் மெசேஜ்களையும் நீக்க வேண்டுமா? நீங்கள் எப்போதும் இந்த டெஸ்க்டாப்பை மீண்டும் இணைக்கலாம், ஆனால் உங்கள் மெசேஜ்கள் மீட்டெடுக்கப்படாது. உங்கள் Signal கணக்கு மற்றும் உங்கள் ஃபோன் அல்லது இணைக்கப்பட்ட பிற டிவைஸ்களில் உள்ள தரவு நீக்கப்படாது."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "எல்லாத தரவையும் துண்டித்து நீக்குகிறது…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "சிக்னல் டெஸ்க்டாப்பின் முந்தைய நிறுவலிலிருந்து பயன்படுத்த முடியாத தரவு உங்கள் டெஸ்க்டாப்பில் உள்ளது. தொடர நீங்கள் தேர்வுசெய்தால் Signal desktop update, அது நீக்கப்படும், நீங்கள் புதிதாகத் தொடங்குவீர்கள்."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "அடுத்தது"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal-க்கு நன்கொடை அளி"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "பதிவிறக்கத் தயாராகிறது..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "உங்கள் மெசேஜ் வரலாற்றின் அளவைப் பொறுத்து இதற்குச் சில நிமிடங்கள் ஆகலாம்"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "ரத்துசெய்"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "ஒரு வண்ணத்தைத் தேர்வு செய்யவும்"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "குழு அவதார்"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "சில சமயங்களில் உங்கள் சொந்தக் கணக்கைத் தானியங்கு நிரப்புப் பரிந்துரைப் பட்டியலில் தவறாகச் சேர்க்கும் @ குறிப்புகள் கொண்ட பிழையை நாங்கள் சரிசெய்துள்ளோம். ஒரு நாசீசிஸ்டிக் தீர்வாக, இந்தப் பிழையை நீங்கள் எப்போதாவது தவறவிட்டால், உங்கள் குழு சாட்ஸில் உங்களைப் பற்றி பேச மூன்றாம் நபர் விவரிப்பு அம்சத்தைப் பயன்படுத்தலாம்."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "இப்போது நீங்கள் தொடுதிரை சாதனங்களில் சாட் பட்டியல் பக்கப்பட்டியின் அளவை மாற்றியமைக்கலாம்."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "చాట్లో పంపబడ్డ చిత్రం"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ఈ చిత్రానికి శీర్షిక ఉందని చూపించే ఐకాన్"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} అంశం} other {{count,number}అంశాలు}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "ఈ మీడియా ఇకపై అందుబాటులో లేదు."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "మరింత నేర్చుకోండి"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "భద్రపరుచు"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "మళ్ళీ ప్రయత్నించు"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "కోడ్ను రిఫ్రెష్ చేయండి"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "సహాయం పొందండి"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal డెస్క్టాప్ యొక్క ఈ వెర్షన్ నుండి మొత్తం డేటా మరియు సందేశాలను తొలగించేదా? మీరు ఎల్లప్పుడూ ఈ డెస్క్టాప్ను మళ్ళీ లింక్ చేయవచ్చు, కానీ మీ సందేశాలు రీస్టోర్ కావు. మీ ఫోన్ లేదా ఇతర లింక్ చేయబడిన పరికరాలలో మీ Signal ఖాతా మరియు డేటా తొలగించబడవు."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "మొత్తం డేటాను డిస్కనెక్ట్ చేస్తోంది మరియు తొలగిస్తోంది…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Signal Desktop యొక్క మునుపటి ఇన్స్టాలేషన్ నుండి మీరు వాడుకలో లేని డేటా కలిగి ఉన్నారు. ఒకవేళ మీరు కొనసాగించాలని ఎంచుకుంటే, అది తొలగించబడుతుంది మరియు మీరు మొదటి నుండి ప్రారంభిస్తారు."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "తరువాత"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal కు దానం చేయండి"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "డౌన్లోడ్ చేయడానికి సిద్ధమవుతోంది..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "మీ సందేశ చరిత్ర పరిమాణం ఆధారంగా దీనికి కొన్ని నిమిషాలు పట్టవచ్చు"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "రద్దు చేయండి"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "రంగును ఎంచుకోండి"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "గ్రూపు అవతార్"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "మేము @ ప్రస్తావనలతో ఒక బగ్ను పరిష్కరించాము, ఇది కొన్నిసార్లు మీ స్వంత ఖాతాను స్వయంపూర్తి సలహా జాబితాలో చేర్చింది. నార్సిసిస్టిక్ పరిష్కారంగాా, మీరు ఎప్పుడైనా ఈ బగ్ను తప్పిపోతే మీ గ్రూప్ చాట్లలో మీ గురించి మాట్లాడుకోవడానికి మీరు ఇప్పటికీ మూడవ వ్యక్తి కథనాన్ని ఉపయోగించవచ్చు."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "ఇప్పుడు మీరు టచ్ స్క్రీన్ పరికరాలలో చాట్ జాబితా సైడ్ బార్ పరిమాణాన్ని సర్దుబాటు చేయవచ్చు. కాబట్టి మీరు లాగడానికి ప్రయత్నించినప్పుడు అది అంత లాగడం కాదు మరియు మీ స్క్రీన్ పై ఉన్న మరకలు మీ వేలికొనల నుండి వెలువడే శక్తికి సాక్ష్యం."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "รูปภาพที่ส่งในแชท"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "ไอคอนแสดงว่ารูปภาพนี้มีคำอธิบายภาพ"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} รายการ}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "ไม่พบไฟล์สื่อนี้"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "เรียนรู้เพิ่มเติม"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "บันทึก"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "ลองอีกครั้ง"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "รีเฟรชคิวอาร์โค้ด"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "ขอความช่วยเหลือ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "คุณต้องการลบข้อมูลและข้อความทั้งหมดออกจาก Signal เดสก์ท็อปเวอร์ชันนี้ใช่หรือไม่ คุณสามารถเชื่อมโยงอุปกรณ์เดสก์ท็อปนี้ใหม่อีกครั้งได้ทุกเมื่อ แต่ข้อความของคุณจะไม่ได้รับการกู้คืนกลับมา อย่างไรก็ดี ระบบจะไม่ลบบัญชี Signal และข้อมูลของคุณที่อยู่บนมือถือหรืออุปกรณ์ที่เชื่อมโยงอยู่เครื่องอื่นๆ"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "กำลังยกเลิกการเชื่อมต่อและลบข้อมูลทั้งหมด…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "คุณมีข้อมูลที่ล้าสมัยจากการติดตั้ง Signal เดสก์ท็อปครั้งก่อนหน้า หากเลือกที่จะดำเนินการต่อ ข้อมูลดังกล่าวจะถูกลบและทุกอย่างจะเริ่มต้นใหม่ทั้งหมด"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "ถ้ดไป"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "บริจาคให้ Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "กำลังเตรียมการดาวน์โหลด..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "ขั้นตอนนี้อาจใช้เวลาสักครู่ โดยขึ้นอยู่กับขนาดประวัติการส่งข้อความของคุณ"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "ยกเลิก"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "เลือกสี"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "อวตารกลุ่ม"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "เราแก้ไขบั๊กในฟีเจอร์ @การกล่าวถึง ที่เคยรวมบัญชีของคุณไว้ในรายชื่อที่แนะนำด้วย"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "พัฒนาให้อุปกรณ์ทัชสกรีนรองรับการปรับขนาดแถบรายการแชทได้แล้ว"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Image na sinend sa chat"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Icon showing na may caption ang image na ito"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} na item} other {{count,number} Item}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Hindi na available ang media na ito."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Matuto pa"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "I-save"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Subukang muli"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "I-refresh ang code"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Humingi ng tulong"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Gusto mo bang burahin ang lahat ng data at messages mula sa version na ito ng Signal Desktop? Pwede mong palaging i-relink ang desktop na ito, pero hindi na maibabalik ang messages mo. Hindi mabubura ang iyong Signal account at data nito sa phone mo o ibang linked devices."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Dini-disconnect at binubura ang lahat ng data…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Mayroon kang lumang data mula sa lumang installation ng Signal Desktop. Mabubura ito kapag nagpatuloy ka at magsisimula ka ulit sa simula."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "Susunod"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Mag-donate sa Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Naghahandang mag-download..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Maaaring itong tumagal nang ilang minuto depende sa laki ng message history mo"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "I-cancel"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Pumili ng color"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Group Avatar"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "May inayos kaming bug sa @ mentions kung saan sinasama nito minsan ang account mo sa autocomplete suggestion list."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Pwede mo nang i-adjust ang size ng chat list sidebar sa touchscreen devices."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Sohbette gönderilen resim"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Bu görüntünün başlığı olduğunu gösteren ikon"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} Öğe} other {{count,number} öğe}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Bu medya artık kullanılamıyor."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Daha fazla bilgi"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Kaydet"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Tekrar dene"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Kodu yenile"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Yardım al"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal Desktop'ın bu sürümündeki tüm veriler ve mesajlar silinsin mi? Bu masaüstünü istediğin zaman yeniden bağlayabilirsin ancak mesajların geri yüklenmez. Signal hesabın ve telefonundaki veya diğer bağlı cihazlarındaki veriler silinmez."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Bağlantı kesiliyor ve tüm veriler siliniyor…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Daha önceki Signal Masaüstü kurulumundan kalma eski verilerin var. Eğer devam etmeyi seçersen bu veriler silinecek ve sıfırdan başlayacaksın."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "sonraki"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal'e Bağış Yap"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "İndirmeye hazırlanıyor..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Mesaj geçmişinin boyutuna bağlı olarak birkaç dakika sürebilir"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "İptal"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Bir renk seçin"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Grup resmi"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Otomatik tamamlama öneri listesine bazen yanlışlıkla kendi hesabını dahil eden @ bahsetmeler ile ilgili bir hatayı düzelttik. Bu sayede grup sohbetlerinde kendini gereksiz yere görmene gerek kalmayacak."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Bundan böyle dokunmatik ekranlı cihazlarda sohbet listesi kenar çubuğunun boyutunu ayarlayabilirsin. Böylece kenar çubuğunu eskisi gibi zorlanarak sürüklemeyecek, istediğin boyuta getirebileceksin."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "پاراڭدا يوللانغان رەسىم"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "بۇ رەسىمنىڭ ئىزاھلانغانلىقىنى كۆرسىتىدىغان سىنبەلگە"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} تۈر}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "بۇ مېدىيا ئەمدى مەۋجۇت ئەمەس."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "تەپسىلاتى"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "ساقلا"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "قايتا سىنا"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "كودنى يېڭىلاش"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "ياردەمگە ئېرىشىڭ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "بۇ نۇسخىدىكى Signal ئۈستەليۈزى نەشرىدىكى بارلىق سانلىق مەلۇمات ۋە ئۇچۇرلارنى ئۆچۈرەمسىز؟ بۇ ئۈستەليۈزى نەشرىگە خالىغان ۋاقىتتا قايتا ئۇلىنالايسىز، لېكىن ئۇچۇرلىرىڭىزنى ئەسلىگە كەلتۈرگىلى بولمايدۇ. يانفون ۋە باشقا ئۇلانغان ئۈسكۈنىلەردىكى Signal ھېساباتىڭىز ۋە سانلىق مەلۇماتلىرىڭىز ئۆچۈرۈلمەيدۇ."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "بارلىق سانلىق مەلۇماتلارنى ئۇلىنىشتىن ئاجرىتىۋاتىدۇ ۋە ئۆچۈرىۋاتىدۇ…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "بۇرۇن قاچىلىغان Signal ئۈستەليۈزى نەشرىدىكى ۋاقتى ئۆتكەن سانلىق مەلۇماتلار بار بولۇپ، ئەگەر داۋاملاشتۇرسىڭىز، ئۇلار ئۆچۈرۈلىدۇ ۋە ھەممىنى باشتىن باشلايسىز."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "كېيىنكى"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal غا ئىئانە قىلىڭ"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "چۈشۈرۈشكە تەييارلىق قىلىۋاتىدۇ..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "ئۇچۇر تارىخىڭىزنىڭ چوڭ-كىچىكلىكىگە ئاساسەن بىر قانچە مىنۇت ۋاقىت كېتىشى مۇمكىن"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "بىكار قىلىش"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "رەڭ تاللاڭ"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "گۇرۇپپا باش سۈرىتى"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "بىز بەزىدە ھېساباتىڭىزنى ئاپتوماتىك تاماملاش مەسلىھەت تىزىملىكىگە كىرگۈزۈپ قويىدىغان ، @ ئشلىتىلگەن بىر خاتالىقنى تۈزەتتۇق. بىز بەزىدە ھېساباتىڭىزنى ئاپتوماتىك تاماملاش مەسلىھەت تىزىملىكىگە كىرگۈزۈپ قويىدىغان ، @ ئشلىتىلگەن بىر خاتالىقنى تۈزەتتۇق."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "سىز ھازىر سېزىمچان ئېكران ئۈسكۈنىلىرىدىكى پاراڭ تىزىملىكى يان بالداقنىڭ چوڭ-كىچىكلىكىنى تەڭشىيەلەيسىز. سىز ھازىر سېزىمچان ئېكران ئۈسكۈنىلىرىدىكى پاراڭ تىزىملىكى يان بالداقنىڭ چوڭ-كىچىكلىكىنى تەڭشىيەلەيسىز."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Зображення, надіслане в чат"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Значок на позначення того, що це зображення має підпис"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number} файл} few {{count,number} файли} many {{count,number} файлів} other {{count,number} файлу}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Цей медіафайл уже недоступний."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Докладніше"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Зберегти"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Сканувати знову"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Оновити код"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Допомога"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Видалити всі дані й повідомлення з цієї версії Signal Desktop? Ви завжди зможете повторно зв'язати цей ПК, але можливості відновити повідомлення не буде. Ваш акаунт Signal і дані на телефоні й інших зв'язаних пристроях не буде видалено."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Триває від'єднання й видалення всіх даних…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "З попереднього встановлення Signal Desktop лишилися застарілі дані. Якщо ви продовжите, їх буде видалено, а ви почнете з самого початку."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "вперед"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Підтримати Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Підготовка до завантаження…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Це може зайняти кілька хвилин — швидкість залежить від розміру історії повідомлень"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Закрити"
|
||||
|
@ -4230,7 +4242,7 @@
|
|||
"messageformat": "{num, plural, one {Цей спеціальний колір використовується в {num,number} чаті. Бажаєте видалити його для всіх чатів?} few {Цей спеціальний колір використовується в {num,number} чатах. Бажаєте видалити його для всіх чатів?} many {Цей спеціальний колір використовується в {num,number} чатах. Бажаєте видалити його для всіх чатів?} other {Цей спеціальний колір використовується в {num,number} чату. Бажаєте видалити його для всіх чатів?}}"
|
||||
},
|
||||
"icu:ChatColorPicker__menu-title": {
|
||||
"messageformat": "Колір чатів"
|
||||
"messageformat": "Колір чату"
|
||||
},
|
||||
"icu:ChatColorPicker__reset": {
|
||||
"messageformat": "Скинути колір цього чату"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Обрати колір"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Зображення групи"
|
||||
},
|
||||
|
@ -4572,7 +4590,7 @@
|
|||
"messageformat": "Надсилати й отримувати повідомлення зі звуковим сповіщенням, якщо чат відкрито."
|
||||
},
|
||||
"icu:Preferences__button--general": {
|
||||
"messageformat": "Загальні відомості"
|
||||
"messageformat": "Загальні"
|
||||
},
|
||||
"icu:Preferences__button--appearance": {
|
||||
"messageformat": "Вигляд"
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Ми виправили помилку зі @ згадками, через яку серед автоматичних пропозицій міг з'являтися ваш власний акаунт. Якщо вам подобалася така додаткова увага, то ніхто не забороняє вам, наприклад, говорити про себе в групових чатах у третій особі."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Тепер на пристроях із сенсорним екраном можна змінювати розмір бічної панелі зі списком чатів. Встановлюйте зручний для себе розмір, просто перетягуючи панель без зайвої тягомотини!"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "چیٹ میں تصویر بھیج دی گئی"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "آئیکن ظاہر کررہی ہے کہ اس تصویر میں ایک عنوان ہے"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, one {{count,number}} other {{count,number} آئٹمز}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "یہ میڈیا مزید دستیاب نہیں ہے۔"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "مزید جانیں"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "محفوظ کریں"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "دوبارہ کوشش کریں"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "کوڈ ریفریش کریں"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "مدد حاصل کریں"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Signal ڈیسک ٹاپ کے اس ورژن سے تمام ڈیٹا اور میسجز کو حذف کریں؟ آپ کسی بھی وقت اس ڈیسک سے دوبارہ مربوط ہو سکتے ہیں، لیکن آپ کے میسجز بحال نہیں ہوں گے۔ آپ کا Signal اکاؤنٹ اور آپ کے فون یا دیگر مربوشط کردہ ڈیوائسز پر موجود ڈیٹا حذف نہیں کیا جائے گا۔"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "منقطع کیا جا رہا ہے اور تمام ڈیٹا خذف کیا جا رہا ہے…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "آپ کے پاس Signal Desktop کی پہلے والی تنصیب سے متروک ڈیٹا ہے۔ اگر آپ جاری رکھنے کا انتخاب کرتے ہیں تو ، اسے حذف کردیا جائے گا اور آپ شروع سے ہی شروع ہوجائیں گے۔"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "اگلے"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Signal کے لئے عطیہ کریں"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "ڈاؤن لوڈ کرنے کے لیے تیار کیا جا رہا ہے..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "یہ آپ کی میسج ہسٹری کے سائز پر منحصر ہے اور اس میں چند منٹ لگ سکتے ہیں"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "منسوخ کریں"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "رنگ منتخب کریں"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "گروپ اوتار"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "ہم نے @ کے ساتھ ایک نقص کی درستگی کی ہے جو بعض اوقات آپ کے اپنے اکاؤنٹ کو خود کار طور پر تکمیل کی تجویز کی فہرست میں شامل کرتا تھا۔"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "اب آپ ٹچ اسکرین ڈیوائسز پر چیٹ لسٹ کی سائیڈ بار کے سائز کو ایڈجسٹ کر سکتے ہیں۔"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "Hình ảnh đã được gửi vào cuộc trò chuyện"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "Biểu tượng cho biết hình ảnh này có chú thích"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} Mục}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "Tập tin đa phương tiện không còn khả dụng."
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "Tìm hiểu thêm"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "Lưu"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "Thử lại"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "Làm mới mã"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "Hỗ trợ"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "Xóa tất cả ứng dụng và tin nhắn khỏi phiên bản Signal Desktop này? Bạn luôn có thể liên kết lại với máy tính này, nhưng tin nhắn của bạn sẽ không được khôi phục. Tài khoản Signal và dữ liệu của bạn trên điện thoại hoặc các thiết bị đã liên kết sẽ không bị xóa."
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "Đang ngắt kết nối và xóa toàn bộ dữ liệu…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "Bạn có dữ liệu cũ từ một lần cài đặt trước của Signal Desktop. Nếu bạn chọn để tiếp tục, dữ liệu sẽ bị xoá và bạn sẽ bắt đầu lại từ đầu."
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "tiếp theo"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "Ủng hộ Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "Đang chuẩn bị tải xuống..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "Quá trình này có thể mất vài phút tùy vào dung lượng của lịch sử tin nhắn của bạn"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "Hủy"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "Chọn một màu sắc"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "Hình đại diện nhóm"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "Chúng tôi đã sửa lỗi tính năng đề cập @ thỉnh thoảng bao gồm cả tài khoản của bạn trong danh sách đề xuất tự động hoàn thành."
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "Giờ đây bạn có thể điều chỉnh kích thước thanh bên danh sách cuộc trò chuyện trên các thiết bị màn hình cảm ứng."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "發送至聊天嘅圖片"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "用嚟表示呢張圖片有描述嘅圖示"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} 個項目}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "呢個媒體已經冇咗。"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "了解多啲"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "儲存"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "再試多次"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "重新整理二維碼"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "搵幫手"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "係咪要刪除呢個 Signal 桌面版版本嘅所有資料同訊息?你可以隨時重新連結返呢部桌面電腦,但你啲訊息就冇得還原㗎喇。你嘅 Signal 帳戶同埋手機或者其他已連結裝置上面嘅資料係唔會刪除嘅。"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "中斷緊連接,同刪除緊資料…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "你之前安裝嘅 Signal 桌面版入面有過時嘅資料。如果你選擇繼續,呢啲資料就會被刪除,你就會從頭開始過喇。"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "下一個"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "捐款俾 Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "準備緊下載..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "視乎你嘅訊息紀錄多寡,過程可能需要幾分鐘"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "取消"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "揀一隻色"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "群組頭像"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "我哋修正咗一個 @ 提及嘅錯誤,就係有時會錯誤咁將你自己嘅帳戶納入自動完成建議清單度。如果你真係咁自戀嘅,更新完之後你都可以繼續喺群組聊天度用第三人稱稱呼自己。"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "而家,你可以喺觸控式裝置度調整聊天清單側欄嘅大細喇。"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "聊天中发送的图片"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "表示该图片带有描述的图标"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} 个项目}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "此媒体已不可用。"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "了解更多"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "保存"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "重试"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "刷新二维码"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "获取帮助"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "要删除此版 Signal Desktop 中的所有数据和消息吗?您可以随时重新链接此电脑,但您的消息将无法恢复。您的 Signal 账户和您手机或其他已链接设备上的数据不会被删除。"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "正在断开连接并删除所有数据…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "您先前安装的 Signal Desktop 中有旧的数据。如果选择继续,它将被删除,并且您将从头开始。"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "下一"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "捐赠 Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "正在准备下载…"
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "这可能需要几分钟时间,视您的消息记录大小而定"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "取消"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "选择一种颜色"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "群组头像"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "我们修复了 @ 提及功能的一个漏洞,该漏洞有时会将您自己的账户也包含在推荐列表中。"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "现在您可以在触屏设备上调整聊天列表侧边栏的大小。"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "圖片已在聊天中發送"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "圖示顯示此圖片有說明文字"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} 個項目}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "此媒體不再適用。"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "了解更多"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "儲存"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "重試"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "重新整理二維碼"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "尋求幫助"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "要刪除 Signal 桌面版此版本的所有資料和訊息嗎?你可以隨時重新連結此桌面電腦,但你的訊息將無法還原。你的 Signal 帳戶和手機或其他已連結裝置上的資料將不會被刪除。"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "正在中斷連線並刪除所有資料…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "您先前安裝的 Signal 桌面版中有過時的資料,如果選擇繼續,它將被刪除,並且將從頭開始。"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "下一個"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "贊助 Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "下載準備中..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "可能需時幾分鐘,視你的訊息紀錄大小而定"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "取消"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "選擇一種顏色"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "群組頭像"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "我們修正了一個 @ 提及的錯誤,就是有時會誤將你自己的帳戶納入自動完成建議清單中。"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "現在,你可以在觸控螢幕裝置上調整聊天清單側邊欄的大小。因此,當你嘗試拖曳時就不會那麼費力,而畫面上的污痕也只是你指尖發揮力量的證據。"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1121,6 +1121,9 @@
|
|||
"icu:lightboxImageAlt": {
|
||||
"messageformat": "圖片已在聊天中發送"
|
||||
},
|
||||
"icu:lightBoxDownloading": {
|
||||
"messageformat": "Downloading {downloaded} of {total}"
|
||||
},
|
||||
"icu:imageCaptionIconAlt": {
|
||||
"messageformat": "圖示顯示此圖片有說明文字"
|
||||
},
|
||||
|
@ -1137,10 +1140,19 @@
|
|||
"messageformat": "{count, plural, other {{count,number} 個項目}}"
|
||||
},
|
||||
"icu:mediaNoLongerAvailable": {
|
||||
"messageformat": "This media is no longer available."
|
||||
"messageformat": "此媒體不再適用。"
|
||||
},
|
||||
"icu:mediaNotAvailable": {
|
||||
"messageformat": "This media is not available"
|
||||
},
|
||||
"icu:attachmentNoLongerAvailable__learnMore": {
|
||||
"messageformat": "Learn more"
|
||||
"messageformat": "了解更多"
|
||||
},
|
||||
"icu:fileNotAvailable": {
|
||||
"messageformat": "This file is not available"
|
||||
},
|
||||
"icu:voiceMessageNotAvailable": {
|
||||
"messageformat": "This voice message is not available"
|
||||
},
|
||||
"icu:save": {
|
||||
"messageformat": "儲存"
|
||||
|
@ -1185,7 +1197,7 @@
|
|||
"messageformat": "重試"
|
||||
},
|
||||
"icu:Install__qr-max-rotations__retry": {
|
||||
"messageformat": "Refresh code"
|
||||
"messageformat": "重新整理二維碼"
|
||||
},
|
||||
"icu:Install__qr-failed-load__get-help": {
|
||||
"messageformat": "尋求幫助"
|
||||
|
@ -1584,7 +1596,7 @@
|
|||
"messageformat": "要刪除 Signal 桌面版此版本的所有資料和訊息嗎?你可以隨時重新連結此桌面電腦,但你的訊息將無法還原。你的 Signal 帳戶和手機或其他已連結裝置上的資料將不會被刪除。"
|
||||
},
|
||||
"icu:deleteAllDataProgress": {
|
||||
"messageformat": "Disconnecting and deleting all data…"
|
||||
"messageformat": "正在中斷連線並刪除所有資料…"
|
||||
},
|
||||
"icu:deleteOldIndexedDBData": {
|
||||
"messageformat": "你先前安裝的 Signal 桌面版中有過時的資料,如果選擇繼續,它將被刪除,並且將從頭開始。"
|
||||
|
@ -3576,7 +3588,7 @@
|
|||
"messageformat": "下一個"
|
||||
},
|
||||
"icu:ClearingData__description": {
|
||||
"messageformat": "This may take a few minutes depending on the size of your message history"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BadgeDialog__become-a-sustainer-button": {
|
||||
"messageformat": "贊助 Signal"
|
||||
|
@ -3609,7 +3621,7 @@
|
|||
"messageformat": "下載準備中..."
|
||||
},
|
||||
"icu:BackupImportScreen__description": {
|
||||
"messageformat": "可能需時幾分鐘,視你的訊息紀錄大小而定"
|
||||
"messageformat": "This may take a few minutes"
|
||||
},
|
||||
"icu:BackupImportScreen__cancel": {
|
||||
"messageformat": "取消"
|
||||
|
@ -4562,6 +4574,12 @@
|
|||
"icu:AvatarColorPicker--choose": {
|
||||
"messageformat": "選擇一種顏色"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownload": {
|
||||
"messageformat": "Retry download"
|
||||
},
|
||||
"icu:AttachmentDetailPill__retryDownloadShort": {
|
||||
"messageformat": "Retry"
|
||||
},
|
||||
"icu:LeftPaneSetGroupMetadataHelper__avatar-modal-title": {
|
||||
"messageformat": "群組頭像"
|
||||
},
|
||||
|
@ -5798,6 +5816,12 @@
|
|||
"messageformat": "我們修正了一個 @ 提及的錯誤,就是有時會誤將你自己的帳戶納入自動完成建議清單中。"
|
||||
},
|
||||
"icu:WhatsNew__v7.39--0": {
|
||||
"messageformat": "Now you can adjust the size of the chat list sidebar on touchscreen devices. So when you try to drag it won't be such a drag, and the smudges on your screen are simply evidence of the power emanating from your fingertips."
|
||||
"messageformat": "現在,你可以在觸控螢幕裝置上調整聊天清單側邊欄的大小。因此,當你嘗試拖曳時就不會那麼費力,而畫面上的污痕也只是你指尖發揮力量的證據。"
|
||||
},
|
||||
"icu:WhatsNew__v7.40--0": {
|
||||
"messageformat": "We fixed a rare bug that prevented some chats from opening correctly after they were selected, so now Signal Desktop doesn't also draw a blank while you're trying to remember what they said."
|
||||
},
|
||||
"icu:WhatsNew__v7.40--1": {
|
||||
"messageformat": "Now when you link your primary Signal device to a new Desktop or iPad, you can bring your chat history and your last 45 days of media with you. The transfer process is end-to-end encrypted, and completely optional. When it comes to making the choice about whether or not to leave the past behind, you're left to your own devices."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue