Update strings
This commit is contained in:
parent
34b1fa0e02
commit
e045368270
68 changed files with 3772 additions and 1297 deletions
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Inligting",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Skrap",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Skrap boodskappe",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Skrap klets?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Skrap boodskap?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Hierdie klets sal van hierdie toestel af geskrap word.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Boodskappe in hierdie klets sal van hierdie toestel af geskrap word. Jy kan steeds vir hierdie klets soek nadat jy boodskappe uitgevee het.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Skakel lui aan",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Meer opsies",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Jy",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Jou kamera is af",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Kon nie telefoonnommer herroep nie. Kontroleer jou verbinding en probeer weer.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Wysigings kan slegs aangebring word binne 3 uur vanaf die tyd wat jy hierdie boodskap gestuur het.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Wysigings kan slegs aangebring word binne 24 uur vanaf die tyd wat jy hierdie boodskap gestuur het.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Lui afgeskakel",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Instellings",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Klein veranderings, foutregstellings en prestasieverbeterings. Dankie dat jy Signal gebruik!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Hierdie vrystelling bevat 'n opgedateerde ontwerp vir Signal-stem- en -video-oproepe."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Nou kan jy jou geselekteerde taal in Signal verander sonder om jou stelselinstellings te verander (Signal-instellings > Voorkoms > Taal)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Ons het 'n kort vertraging reggemaak wat soms in macOS voorgekom het nadat daar by 'n oproep-wagkamer aangesluit is."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Ons het die oorgangsanimasie reggemaak vir videoteëls wanneer iemand by 'n groepoproep aansluit of dit verlaat."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Nou kan jy op 'n profielfoto of groepavatar in die kletsopskrif klik om vinnig toegang daartoe te verkry of te gaan kyk na enige stories van daardie klets wat jy nog nie gesien het nie. Dankie, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "معلومات",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "حذف",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "حذف الرسائل",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "حذف الدردشة؟",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "حذف الرسائل؟",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ستُحذَف هذه الدردشة من هذا الجهاز.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ستُحذَف رسائل هذه المحادثة من هذا الجهاز. يُمكنك البحث عن هذه الدردشة بعد حذف الرسائل.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "تشغيل الرنين",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "خيارات أكثر",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "أنت",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "الكاميرا غير مشغلة",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "لقد فشل جلب رقم الهاتف. يُرجى التأكد من اتصالك ثم المحاولة مرة أخرى.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "لا يُمكن إحداث التعديلات إلا في غضون 3 ساعات من وقت إرسال هذه الرسالة.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "لا يُمكن إحداث التعديلات إلاّ في غضون 24 ساعة من وقت إرسال هذه الرسالة.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "تم إيقاف الرنين",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "الإعدادات",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "تعديلات صغيرة، تصليح الأعطال، وتحسينات للأداء. شكرًا على استخدامكم سيجنال!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "يتضمّن هذا الإصدار تصميمًا محدثًا لمُكالمات سيجنال الصوتية ومكالمات الفيديو. الآن ستظل واجهة مستخدم الاتصال تبدو رائعة حتى لو لم تكن الكاميرا قيد التشغيل ولن تتمكّن من رؤية انعكاسك الجميل كالعادة."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "يُمكنك الآن تغيير لغتك المُختارة في سيجنال دون تغيير لغة النظام (إعدادات سيجنال > المظهر > اللغة)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "لقد أصلحنا تأخيرًا قصيرًا كان يقع أحيانا على أجهزة macOS عند الانضمام إلى ردهة اتصال."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "لقد أصلحنا رسمة الانتقال لمقاطع الفيديو عندما ينضم شخص إلى مكالمة جماعية أو يغادرها. عندما ترى وجه صديق يظهر في العرض، فهذه حركة اجتماعية."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "يمكنك الآن النقر على صورة حساب شخصي أو الصورة الرمزية لمجموعة ما في عنوان الدردشة للوصول بسرعة إلى إعدادات الدردشة أو مشاهدة أي قصص لم تُشاهد من تلك الدردشة. شكرًا، {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Məlumat",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Sil",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Mesajları sil",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Çat silinsin?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Mesajlar silinsin?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Bu söhbət bu cihazdan silinəcək.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Bu çatda olan mesajlar bu cihazdan silinəcək. Mesajları sildikdən sonra da bu çata daxil ola bilərsiniz.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Zəng səsini aktivləşdir",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Daha çox seçim",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Siz",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Kameranız bağlıdır",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Telefon nömrəsini alma uğursuz oldu. Bağlantınızı yoxlayıb yenidən sınayın.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Redaktələr yalnız siz bu mesajı göndərdikdən sonra 3 saat ərzində tətbiq oluna bilər.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Redaktələr yalnız siz bu mesajı göndərdikdən sonra 24 saat ərzində tətbiq oluna bilər.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Zəng qeyri-aktivdir",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Tənzimləmələr",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Kiçik spesifik tənzimləmələr, xəta düzəlişləri və məhsuldarlığın artırılması. Signal istifadə etdiyiniz üçün təşəkkürlər!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Bu buraxılış Signal-ın audio və video zənglərinin yeni formasını əhatə edir. Artıq kameranız sönülü olduqda və özünüzü görə bilmədiyinizdə belə zəng edən istifadəçinin interfeysi əla görünəcək."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Artıq Signal-da sistem parametrlərini dəyişmədən də seçilmiş dili dəyişə bilərsiniz (Signal Parametrləri > Görünüş > Dil)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Bəzən macOS cihazlarından zəng qrupuna qoşularkən baş verən qısa gecikmələr artıq sizi narahat etməyəcək, bu isə görüşə yarım saniyə gecikməyin ən azı bir bəhanəsini aradan qaldırmalıdır."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Kimsə qrup zənginə qoşulduqda və ya onu tərk etdikdə video fraqmentləri ilə əlaqəli keçid animasiyasını təkmilləşdirdik. Dostunuzun üzünün profil görüntüsünə doğru sürüşməsi onun sosial hərəkətini bildirir."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Artıq çat başlığında profil şəklinə və ya qrup avatarına klikləyərək vaxt itirmədən çat parametrlərinə daxil ola və ya həmin çatda nəzərinizdən qaçmış istənilən hekayəyə baxa bilərsiniz. Təşəkkürlər {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Информация",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Изтриване",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Изтриване на съобщенията",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Изтриване на чата?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Изтриване на съобщенията?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Чатът ще бъде изтрит от това устройство.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Съобщенията в този чат ще бъдат изтрити от това устройство. Пак ще можете да търсите този чат, след като изтриете съобщенията.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Включване на звъненето",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Още опции",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Вие",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Камерата е изключена",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Неуспешно извличане на телефонен номер. Проверете връзката си и опитайте отново.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Редакциите могат да се прилагат само в рамките на 3 часа от момента на изпращане на това съобщение.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Редакциите могат да се прилагат само в рамките на 24 часа от момента на изпращане на това съобщение.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Звъненето е изключено",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Настройки",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Дребни корекции, поправки на бъгове и подобрения на работата. Благодарим ви, че използвате Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Тази версия включва актуализиран дизайн за гласовите и видео разговори в Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Вече можете да промените избрания от вас език в Signal, без да променяте системните си настройки (Настройки на Signal > Външен вид > Език)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Коригирахме кратко забавяне, което понякога се случваше в macOS след присъединяване към лоби за разговор."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Коригирахме анимацията за преход за видеоплочки, когато някой се присъедини или напусне групово повикване."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Вече можете да кликвате върху профилна снимка или групов аватар в заглавката на чата за бърз достъп до настройките на чата или за преглед на неразгледаните истории от този чат. Благодарим, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "তথ্য",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "মুছে ফেলুন",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "মেসেজ মুছে ফেলুন",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "চ্যাট মুছে ফেলবেন?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "মেসেজ মুছে ফেলবেন?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "এই চ্যাটটি এই ডিভাইস থেকে মুছে ফেলা হবে।",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "এই চ্যাটের মেসেজগুলো এই ডিভাইস থেকে মুছে ফেলা হবে। মেসেজগুলো মুছে ফেলার পরেও আপনি এই চ্যাটটি অনুসন্ধান করতে পারবেন।",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "রিং চালু করুন",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "আরো অপশন",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "আপনি",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "আপনার ক্যামেরা বন্ধ রয়েছে",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "ফোন নাম্বার আনা সফল হয়নি। আপনার ইন্টারনেট সংযোগ ঠিক আছে কিনা দেখুন এবং আবার চেষ্টা করুন।",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "এই ম্যাসেজটি পাঠানোর পরবর্তী 3 ঘন্টার মধ্যে এডিট করা যাবে।",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "এই ম্যাসেজটি পাঠানোর পর শুধুমাত্র পরবর্তী 24 ঘন্টার মধ্যে এটি এডিট করা যাবে।",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "রিং বন্ধ করুন",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "সেটিংস",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "ছোট ছোট কিছু পরিবর্তন, বাগ সংশোধন এবং পারফর্মেন্স সমৃদ্ধ করা হয়েছে। Signal ব্যবহার করার জন্য ধন্যবাদ!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "এই রিলিজে Signal ভয়েস ও ভিডিও কলের জন্য একটি আপডেটকৃত ডিজাইন অন্তর্ভুক্ত রয়েছে।"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "এখন আপনি আপনার সিস্টেম সেটিংস পরিবর্তন না করেই Signal-এ আপনার নির্বাচিত ভাষা পরিবর্তন করতে পারবেন (Signal সেটিংস > অবয়ব > ভাষা)।"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "macOS ডিভাইস থেকে কখনো কখনো কল লবিতে যোগ দেওয়ার পর কিছুটা দেরি হওয়ার যে সমস্যাটি দেখা দিতো তা আমরা ঠিক করেছি।"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "যখন কেউ কোনো গ্রুপ কলে যোগ দেন বা বেরিয়ে যান তখন আমরা ভিডিও টাইলসের জন্য যে ট্রানজিশন অ্যানিমেশনটি দেখায় তা ঠিক করেছি।"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "এখন আপনি চ্যাট সেটিংসে দ্রুত অ্যাক্সেস করতে বা সেই চ্যাট থেকে কোনো অদেখা স্টোরি দেখতে চ্যাট শিরোনামে একটি প্রোফাইল ছবি বা গ্রুপ অ্যাভাটারে ক্লিক করতে পারবেন। ধন্যবাদ, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Informacije",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Izbriši",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Izbriši poruku",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Izbrisati chat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Izbrisati poruku?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Chat je izbrisan s ovog uređaja.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Poruke u ovom chatu će biti izbrisane s ovog uređaja. I dalje možete tražiti ovaj chat nakon što izbrišete poruke.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Uključite zvono",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Više opcija",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Vi",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Vaša kamera je isključena",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Dohvatanje broja telefona nije uspjelo. Provjerite vezu i pokušajte ponovo.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Izmjene se mogu primijeniti samo u roku od 3 sata od trenutka kada ste poslali ovu poruku.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Izmjene se mogu primijeniti samo u roku od 24 sata od trenutka kada ste poslali ovu poruku.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Zvono je isključeno",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Podešavanja",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Mala podešavanja, otklanjanje grešaka i poboljšanja performansi. Hvala vam što koristite Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Ovo izdanje uključuje ažurirani dizajn za glasovne i video pozive na Signalu."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Sada možete promijeniti odabrani jezik u Signalu bez promjene postavki sistema (Postavke Signala > Izgled > Jezik)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Popravili smo kratku odgodu koja se ponekad događala na macOS-u nakon pridruživanja pozivu."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Popravili smo animaciju prijelaza za videopločice kada se netko pridruži ili napusti grupni poziv."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Sada možete kliknuti profilnu sliku ili grupni avatar u zaglavlju chata kako biste brzo pristupili postavkama chata ili pregledali sve neviđene priče iz tog chata. Hvala, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Informació",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Suprimeix",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Eliminar missatges",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Vols eliminar el xat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Eliminar els missatges?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Aquest xat s'eliminarà del dispositiu.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Els missatges d'aquest xat s'eliminaran d'aquest dispositiu. Encara podràs cercar aquest xat després d'haver eliminat els missatges.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Activar el so",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Més opcions",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Tu",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "La càmera no està activa.",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "No s'ha pogut obtenir el número de telèfon. Comproveu la connexió i torneu-ho a provar.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Els canvis només es poden realitzar fins a 3 hores després d'enviar el missatge.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Els canvis només es poden realitzar fins 24 hores després d'enviar el missatge.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "So desactivat",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Configuració",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Petits ajustos, correccions d'errors i tasques de millora de rendiment. Gràcies per utilitzar Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Aquesta versió inclou un disseny actualitzat per les trucades de veu i de vídeo de Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Ara pots canviar l'idioma seleccionat a Signal sense canviar els ajustos del teu sistema (Ajustos de Signal > Aparença > Idioma)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Hem corregit un petit retard que de vegades es produïa en unir-te a una sala de trucades en dispositius macOS."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Hem arreglat l'animació de transició dels mosaics de vídeo quan algú s'uneix o surt d'una trucada grupal."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Ara pots fer clic sobre una foto de perfil o a un avatar de grup a la capçalera del xat per accedir ràpidament als ajustos del xat o veure les històries pendents d'aquest xat. Gràcies, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Odstranit",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Odstranit zprávy",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Odstranit chat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Odstranit zprávy?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Tento chat bude z tohoto zařízení odstraněn.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Zprávy v tomto chatu budou z tohoto zařízení odstraněny. Po odstranění zpráv můžete tento chat nadále používat.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Zapnout vyzvánění",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Více možností",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Vy",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Vaše kamera je vypnutá",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Nepodařilo se načíst telefonní číslo. Zkontrolujte připojení a zkuste to znovu.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Úpravy lze provádět pouze do 3 hodin od odeslání zprávy.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Úpravy lze provádět pouze do 24 hodin od odeslání této zprávy.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Vyzvánění vypnuto",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Nastavení",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Drobná vylepšení, opravy chyb a zvýšení výkonu. Děkujeme, že používáte Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Toto vydání obsahuje aktualizovaný design pro hlasové a video hovory Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Vybraný jazyk můžete nyní změnit v aplikaci Signal, aniž byste museli měnit nastavení systému (Nastavení Signal > Vzhled > Jazyk)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Opravili jsme krátké zpoždění, ke kterému občas docházelo na zařízeních macOS po připojení do rozhraní skupinového hovoru."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Opravili jsme přechodovou animaci u video dlaždic, když se někdo připojí ke skupinovému hovoru někdo jej opustí."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Teď můžete kliknutím na profilovou fotku nebo avatar skupiny v záhlaví chatu rychle přistupovat k nastavení chatu nebo zobrazit všechny dosud neprohlédnuté příběhy z tohoto chatu. Děkujeme, uživateli {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Information",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Slet",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Slet beskeder",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Slet chat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Slet beskeder?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Chatten vil blive slettet fra denne enhed.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Beskeder i denne chat slettes fra denne enhed. Du kan stadig søge efter denne chat, når du har slettet beskeder.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Slå opringning til",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Flere muligheder",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Dig",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Dit kamera er slået fra",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Det lykkedes ikke at hente telefonnummer. Kontroller din forbindelse, og prøv igen.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Ændringer kan kun foretages inden for 3 timer efter at du har sendt denne besked.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Ændringer kan kun foretages indenfor 24 timer efter at du har sendt denne besked.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Opringning slået fra",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Indstillinger",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Små tweaks, rettelser og forbedringer af appens præstation. Tak fordi du bruger Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Denne version indeholder et opdateret design til tale- og videoopkald i Signal. Nu vil brugergrænsefladen til opkald stadig se fantastisk ud, selvom dit kamera ikke er tændt og du ikke kan stirrer på dit eget smukke spejlbillede."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Nu kan du ændre dit valgte sprog i Signal uden at ændre dine systemindstillinger (Signal-indstillinger > Udseende > Sprog)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Vi har rettet en kort forsinkelse, der nogle gange opstod, når man tilsluttede sig en opkaldslobby på macOS-enheder, hvilket burde fjerne mindst én undskyldning for at komme et halvt sekund for sent til mødet."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Vi har rettet overgangsanimationen for videofliser, når nogen slutter sig til eller forlader et gruppeopkald. Når du ser en vens ansigt glide ind i billedet, er det en social bevægelse."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Nu kan du klikke på et profilbillede eller gruppens avatar i chatoverskriften for hurtigt at åbne indstillingerne eller se historier, som du ikke har set endnu. Tak, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Löschen",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Nachrichten löschen",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Chat löschen?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Nachrichten löschen?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Dieser Chat wird von diesem Gerät gelöscht.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Nachrichten in diesem Chat werden von diesem Gerät gelöscht. Du kannst nach dem Löschen von Nachrichten weiterhin nach diesem Chat suchen.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Klingelton einschalten",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Weitere Optionen",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Du",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Deine Kamera ist ausgeschaltet",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Rufnummer konnte nicht abgerufen werden. Überprüfe deine Internetverbindung und versuche es erneut.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Bearbeitungen können nur innerhalb von 3 Stunden ab dem Senden dieser Nachricht vorgenommen werden.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Bearbeitungen können nur innerhalb von 24 Stunden ab dem Senden dieser Nachricht vorgenommen werden.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Klingelton aus",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Einstellungen",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Kleine Optimierungen, Fehlerbehebungen und Leistungsverbesserungen. Danke, dass du Signal nutzt!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Die neue Version bietet ein aktualisiertes Design für Signal Sprach- und Videoanrufe. Jetzt sieht die Benutzeroberfläche für Anrufe auch dann toll aus, wenn deine Kamera nicht eingeschaltet ist und du dein eigenes hübsches Spiegelbild daher nicht bewundern kannst."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Jetzt kannst du deine gewählte Sprache in Signal wechseln, ohne deine Systemeinstellungen ändern zu müssen (Signal-Einstellungen > Erscheinungsbild > Sprache)."
|
||||
"messageformat": "Jetzt kannst du deine gewählte Sprache in Signal wechseln, ohne deine Systemeinstellungen ändern zu müssen (Signal-Einstellungen > Darstellung > Sprache)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Wir haben eine kurze Verzögerung behoben, die manchmal beim Beitreten zu einer Anrufwartelounge auf macOS-Geräten auftrat. So fällt zumindest eine Ausrede für die halbsekündige Verspätung zum Meeting weg."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Wir haben die Übergangsanimation für Videokacheln – wenn jemand einem Gruppenanruf beitritt oder ihn verlässt – verbessert. Wenn jetzt das Gesicht eines Freundes oder einer Freundin auftaucht, ist das eine »soziale Bewegung«."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Jetzt kannst du auf ein Profilfoto oder einen Gruppenavatar in der Chat-Kopfzeile klicken, um schnell auf die Chat-Einstellungen zuzugreifen oder um dir alle ungesehenen Storys aus diesem Chat anzusehen. Danke, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Πληροφορίες",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Διαγραφή",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Διαγραφή μηνυμάτων",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Διαγραφή συνομιλίας;",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Διαγραφή μηνυμάτων;",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Αυτή η συνομιλία θα διαγραφεί από αυτή τη συσκευή.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Τα μηνύματα σε αυτή τη συνομιλία θα διαγραφούν από αυτή τη συσκευή. Μπορείς ακόμα να κάνεις αναζήτηση αυτής της συνομιλίας αφού διαγράψεις μηνύματα.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Ενεργοποίηση κουδουνίσματος",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Περισσότερες επιλογές",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Εσύ",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Η κάμερά σου είναι απενεργοποιημένη",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Αποτυχία λήψης του τηλεφωνικού αριθμού. Έλεγξε τη σύνδεσή σου και προσπάθησε ξανά.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Οι τροποποιήσεις μπορούν να εφαρμοστούν μόνο εντός 3 ωρών από τη στιγμή που έστειλες αυτό το μήνυμα.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Οι τροποποιήσεις μπορούν να εφαρμοστούν μόνο εντός 24 ωρών από τη στιγμή που έστειλες αυτό το μήνυμα.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Κουδούνισμα ανενεργό",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Ρυθμίσεις",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Μικρές τροποποιήσεις, επιδιορθώσεις σφαλμάτων και βελτιώσεις απόδοσης. Ευχαριστούμε που χρησιμοποιείς το Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Αυτή η έκδοση περιλαμβάνει ενημερωμένο σχεδιασμό για τις φωνητικές κλήσεις και βιντεοκλήσεις Signal. Τώρα το περιβάλλον του χρήστη στην κλήση θα είναι φανταστικό ακόμα κι αν η κάμερα δεν είναι ενεργή και δεν μπορείς να βλέπεις το υπέροχο πρόσωπό σου."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Τώρα μπορείς να αλλάξεις την επιλεγμένη γλώσσα στο Signal χωρίς να αλλάξεις τις ρυθμίσεις του συστήματός σου (Ρυθμίσεις Signal > Εμφάνιση > Γλώσσα)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Διορθώσαμε μια μικρή καθυστέρηση που υπήρχε μερικές φορές κατά τη συμμετοχή σε ομαδικές κλήσεις σε συσκευές macOS."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Διορθώσαμε τη μετάβαση με κινούμενες εικόνες για πλακίδια βίντεο όταν κάποιο άτομο συμμετέχει ή αποχωρεί από μια ομαδική κλήση."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Τώρα μπορείς να πατήσεις σε μια φωτογραφία προφίλ ή ένα avatar ομάδας στην κεφαλίδα της συνομιλίας για γρήγορη πρόσβαση στις ρυθμίσεις συνομιλίας ή για να δεις τυχόν ιστορίες που δεν έχεις δει από αυτή τη συνομιλία. Ευχαριστούμε, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Detalles",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Eliminar",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Eliminar mensajes",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "¿Eliminar chat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "¿Eliminar mensajes?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Este chat se eliminará de este dispositivo.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Los mensajes de este chat se eliminarán de este dispositivo. Aún podrás buscar este chat después de eliminar los mensajes.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Activar el sonido",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Más opciones",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Tú",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Tu cámara está desactivada",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Fallo al recuperar el núm. de teléfono. Comprueba tu conexión e inténtalo de nuevo.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Solo pueden hacerse cambios hasta 3 horas después del momento en que enviaste este mensaje.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Solo pueden hacerse cambios hasta 24 horas después del momento en que enviaste este mensaje.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Sonido desactivado",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Ajustes",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Pequeños ajustes, soluciones a errores y mejoras al desempeño. ¡Gracias por usar Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Esta versión incluye un diseño actualizado para llamadas de voz y vídeo de Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Ahora puedes cambiar el idioma seleccionado en Signal sin cambiar los ajustes de tu sistema (Ajustes de Signal > Apariencia > Idioma)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Hemos solucionado un pequeño retraso que a veces ocurría al unirse a una sala de llamadas en dispositivos macOS."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Hemos arreglado la animación de transición de los mosaicos de vídeo cuando alguien se une o abandona una llamada grupal."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Ahora puedes hacer clic en una foto de perfil o avatar de grupo en la cabecera del chat para acceder rápidamente a los ajustes del chat o ver cualquier historia que tengas pendiente de ese chat. ¡Gracias, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Teave",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Kustuta",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Kustuta sõnumid",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Kas kustutada vestlus?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Kas kustutada sõnumid?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "See vestlus kustutatakse sellest seadmest.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Selle vestluse sõnumid kustutatakse sellest seadmest. Saad pärast sõnumite kustutamist endiselt seda vestlust otsida.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Lülita helin sisse",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Rohkem valikuid",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Sina",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Sinu kaamera on väljas",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Telefoninumbriga ei saadud ühendust. Kontrolli oma ühendust ja proovi uuesti.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Muutmine on võimalik vaid 3 tunni jooksul alates sõnumi saatmisest.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Muutmine on võimalik vaid 24 tunni jooksul alates sõnumi saatmisest.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Helin väljas",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Sätted",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Väikesed muudatused, vigade parandused ja jõudluse täiustused. Aitäh, et kasutad Signalit!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "See versioon sisaldab uut Signali heli- ja videokõnede disaini."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Nüüd saad Signalis oma valitud keelt muuta ilma süsteemi sätteid muutmata (Signali sätted > Välimus > Keel)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Parandasime kerge viivituse, mis mõnikord macOS-i seadmetes kõne ooteruumiga liitumisel tekkis."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Parandasime ära videoakende üleminekuanimatsiooni, kui keegi grupivestlusega liitub või sellest lahkub."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Nüüd saad klõpsata vestluse päises profiilifotole või grupi avatarile, et avada kiiresti vestluse sätted või vaadata vestluses olevaid lugusid, mis sul nägemata on jäänud. Aitäh, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Ezabatu",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Ezabatu mezuak",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Txata ezabatu nahi duzu?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Mezuak ezabatu nahi dituzu?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Txat hau gailu honetatik ezabatuko da.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Txat honetako mezuak gailu honetatik ezabatuko dira. Mezuak ezabatuta ere, txat hau bilatu ahalko duzu.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Aktibatu dei-tonua",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Aukera gehiago",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Zu",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Zure kamera itzalita dago",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Ezin izan da eskuratu telefono-zenbakia. Egiaztatu konektatuta zaudela eta saiatu berriro.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Mezu hau bidali eta 3 orduko epean soilik aplika daitezke aldaketak.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Mezu hau bidali eta 24 orduko epean soilik aplika daitezke aldaketak.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Dei-tonua desaktibatuta",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Ezarpenak",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Doikuntza txikiak, akats-konponketak eta errendimendu-hobekuntzak. Eskerrik asko Signal erabiltzeagatik!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Kaleratze honen bidez, Signal-eko ahots-dei eta bideodeien diseinua eguneratu da. Orain deia egiten duen erabiltzailearen interfazearen itxura zoragarria izango da, nahiz eta kamera aktibatuta ez egon eta zure isla ederra ez ikusi."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Orain, sistemaren ezarpenak aldatu beharrik gabe alda dezakezu Signal-en hizkuntza (Signal-en Ezarpenak > Itxura > Hizkuntza)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "macOS gailuetan deien harrera-pantailara sartzean batzuetan gertatzen zen atzerapen laburra konpondu dugu."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Norbait taldeko dei batean sartzen denean edo hartatik irteten denean ikusten diren bideo-lauzen trantsizio-animazioa konpondu dugu. Lagun baten aurpegia agertzen denean, mugimendu soziala deritzo."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Orain, txat-ezarpenak bizkor atzitzeko edo txat horretan ikusi ez dituzun istorioak ikusteko, profileko argazkiak edo talde-abatarrak saka ditzakezu. Aupa zu, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "اطلاعات",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "پاک کردن",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "پاک کردن پیامها",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "گفتگو پاک شود؟",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "پیامها پاک شود؟",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "این گفتگو از این دستگاه پاک خواهد شد.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "پیامهای این گفتگو از این دستگاه پاک خواهد شد. بعد از پاک کردن پیامها همچنان میتوانید این گفتگو را جستجو کنید.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "روشن کردن زنگ",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "گزینههای بیشتر",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "شما",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "دوربین شما خاموش است",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "شماره تلفن به دست نیامد. . اتصال خود را بررسی کنید و دوباره امتحان کنید.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "ویرایشها فقط تا ۳ ساعت بعد از ارسال این پیام قابل اعمال هستند.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "ویرایشها فقط تا ۲۴ ساعت بعد از ارسال این پیام قابل اعمال هستند.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "زنگ خاموش است",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "تنظیمات",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "تغییرات کوچک، رفع اشکالات و بهبود عملکرد. بابت استفاده از سیگنال سپاسگزاریم!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "در این نسخۀ جدید طراحی تماسهای صوتی و تصویری سیگنال بهروز شده است."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "حالا میتوانید بدون تغییر تنظیمات سیستم خود، زبان انتخابیتان در سیگنال را تغییر دهید (تنظیمات سیگنال > نمای ظاهری > زبان)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "تأخیر کوتاهی را که گاهی بعد از پیوستن به جلسۀ تماس در macOS رخ میداد برطرف کردیم."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "انیمیشن گذار را برای عنوان ویدئوها، در زمانی که کسی به تماس گروهی میپیوندد یا از آن خارج میشود، رفع اشکال کردهایم."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "حالا میتوانید روی یک عکس نمایه یا آواتار گروهی در سربرگ گفتگو کلیک کنید تا به سرعت به تنظیمات گفتگو دسترسی پیدا کنید یا استوریهای دیده نشده از آن گفتگو را مشاهده کنید. سپاس، {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Tietoja",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Poista",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Poista viestit",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Poistetaanko keskustelu?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Poistetaanko viesti?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Tämä keskustelu poistetaan tältä laitteelta.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Tämän keskustelun viestit poistetaan tästä laitteesta. Voit edelleen etsiä tätä keskustelua viestien poistamisen jälkeen.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Laita soittoääni päälle",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Lisää valintoja",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Sinä",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Kamerasi on pois päältä",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Puhelinnumeron noutaminen epäonnistui. Tarkista verkkoyhteys ja yritä uudelleen.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Muokkauksia voidaan tehdä vain 3 tunnin kuluessa tämän viestin lähettämisestä.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Muokkauksia voidaan tehdä vain 24 tunnin kuluessa tämän viestin lähettämisestä.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Soittoääni pois päältä",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Asetukset",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Pieniä säätöjä, virheenkorjauksia ja suorituskykyparannuksia. Kiitos, että käytät Signalia!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Tämä julkaisu sisältää Signalin ääni- ja videopuheluiden päivitetyn designin."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Nyt voit vaihtaa valitsemasi kielen Signalissa ilman, että muutat järjestelmäasetuksia (Signalin asetukset > Ulkoasu > Kieli)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Korjasimme lyhyen viiveen, joka esiintyi joskus puhelun aulaan liittymisen jälkeen macOS-laitteilla."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Olemme korjanneet videoruutujen siirtymäanimaation, kun joku liittyy ryhmäpuheluun tai poistuu siitä."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Nyt voit napsauttaa profiilikuvaa tai ryhmän avataria chatin otsikossa päästäksesi nopeasti chatin asetuksiin tai nähdäksesi chatissa olevat lukemattomat tarinat. Kiitos {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Supprimer",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Supprimer les messages",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Supprimer la conversation ?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Supprimer le message ?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Cette conversation sera supprimée de cet appareil.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Les messages de cette conversation seront supprimés de cet appareil. Vous pourrez tout de même rechercher cette conversation après avoir supprimé les messages.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Activer la sonnerie",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Plus d’options",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Vous",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Votre caméra est désactivée",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Échec de la récupération du numéro de téléphone. Vérifiez votre connexion et réessayez.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Les modifications peuvent être appliquées uniquement dans un délai de 3 heures à compter de l’envoi du message.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Vous ne pouvez modifier que pendant les 24 heures suivant l’envoi du message.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Sonnerie désactivée",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Paramètres",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Petits ajustements, corrections de bugs et améliorations des performances. Nous vous remercions d’utiliser Signal !",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Cette version comprend une interface pour les appels vocaux et vidéo Signal au design amélioré. L’interface utilisateur sera toujours magnifique, même si vous n’avez pas envie de vous admirer à l’écran et décidez donc de ne pas allumer votre caméra."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Vous pouvez désormais modifier la langue sélectionnée dans Signal sans modifier les paramètres de votre système (Paramètres Signal > Apparence > Langue)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Nous avons corrigé un léger retard parfois observé lors d'appels sur des périphériques macOS, soit une excuse de moins en cas de retard d'une demi-seconde à votre prochaine réunion."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Nous avons corrigé l’animation de transition des tuiles lorsqu’un participant rejoint ou quitte l’appel de groupe. Lorsque le visage de votre ami se glisse dans votre champ de vision sur votre écran, on appelle ça un mouvement social."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Vous pouvez désormais cliquer sur une photo de profil ou un avatar de groupe affichés dans l’en-tête d’une conversation pour accéder rapidement aux paramètres de la conversation ou visionner les nouvelles Stories publiées dans cette conversation. Merci, {linkToGithub} !"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Eolas",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Scrios",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Scrios teachtaireachtaí",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Scrios comhrá?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Scrios teachtaireachtaí?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Scriosfar an comhrá seo ón ngléas seo.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Scriosfar teachtaireachtaí sa chomhrá seo ón ngléas seo. Beidh tú in ann cuardach le haghaidh an chomhrá seo tar éis duit teachtaireachtaí a scriosadh.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Cas air glaoch",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Tuilleadh roghanna",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Tusa",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Your camera is off",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Theip ar an uimhir ghutháin a fháil. Seiceáil do nasc agus triail arís.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Ní féidir eagarthóireacht a chur i bhfeidhm ach amháin laistigh de 3 uair an chloig ón uair a sheol tú an teachtaireacht seo.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Ní féidir eagarthóireacht a chur i bhfeidhm ach amháin laistigh de 24 uair an chloig ón uair a sheol tú an teachtaireacht seo.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Glaoch as",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Socruithe",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Mionathruithe, paistí fabhtanna agus feabhsuithe ar fheidhmíocht. Go raibh maith agat as Signal a úsáid!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Áirítear leis an leagan seo dearadh nuashonraithe do ghuthghlaonna agus d'fhísghlaonna Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Anois is féidir leat do theanga roghnaithe a athrú in Signal gan socruithe do chórais a athrú (Socruithe Signal > Cuma > Teanga)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Réitíomar moill bheag a tharla corruair ar macOS tar éis dul isteach i nglao."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Réitíomar an bheochan trasdula do theidil físeán nuair a théann duine isteach i ngrúpghlao nó nuair a imíonn duine as."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Anois is féidir leat cliceáil ar ghrianghraf próifíle nó ar abhatár an ghrúpa i gceanntásc an chomhrá le socruithe comhrá a rochtain go tapa nó le féachaint ar aon scéal nach bhfaca tú ón gcomhrá sin. Le buíochas, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Información",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Eliminar",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Borrar mensaxes",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Borrar conversa?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Borrar mensaxes?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Esta conversa borrarase deste dispositivo.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "As mensaxes desta conversa eliminaranse deste dispositivo. Podes buscar esta conversa despois de eliminar as mensaxes.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Activar son da chamada",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Máis opcións",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Ti",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "A cámara está apagada",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Erro ao buscar o número de teléfono. Comproba a túa conexión e inténtao de novo.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "As edicións só poden facerse no termo de 3 horas dende que se enviou a mensaxe.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "As edicións só poden facerse no termo de 24 horas dende que se enviou esta mensaxe.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Son da chamada desactivado",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Configuración",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Comprende pequenas modificacións e melloras no rendemento. Moitas grazas por empregar Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Esta versión inclúe unha actualización no deseño das chamadas de voz e videochamadas de Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Agora podes cambiar o idioma que seleccionaches para Signal sen ter que cambiar a configuración do sistema (Configuración de Signal > Personalización > Idioma)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Arranxamos un pequeno atraso que se producía ás veces ao unirse a unha chamada dende un dispositivo macOS."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Corriximos a animación de transición dos mosaicos dos vídeos cando alguén se une ou abandona unha chamada de grupo."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Agora podes premer a foto de perfil ou avatar dun grupo na cabeceira da conversa para acceder de forma rápida á súa configuración ou ver as historias pendentes desa conversa. Grazas, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "માહિતી",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "ડિલીટ કરો",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "મેસેજ ડિલીટ કરો",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "ચેટ ડિલીટ કરવી છે?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "મેસેજ ડિલીટ કરવા છે?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "આ ડિવાઇસમાંથી આ ચેટને ડિલીટ કરવામાં આવશે.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "આ ડિવાઇસમાંથી આ ચેટમાંના મેસેજને ડિલીટ કરવામાં આવશે. તમે મેસેજ ડિલીટ કરી નાખો તે પછી પણ તમે આ ચેટ માટે શોધ કરી શકો છો.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "રિંગ ચાલુ કરો",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "વધુ વિકલ્પો",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "તમે",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "તમારો કૅમેરા બંધ છે",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "ફોન નંબર લાવવાનું નિષ્ફળ. તમારું કનેક્શન તપાસો અને ફરી પ્રયાસ કરો.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "તમે આ મેસેજ મોકલ્યો ત્યારથી માત્ર 3 કલાકની અંદર જ ફેરફારો લાગુ કરી શકાય છે.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "તમે આ મેસેજ મોકલ્યો હોય ત્યારથી માત્ર 24 કલાકની અંદર જ ફેરફારો લાગુ કરી શકાય છે.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "રિંગ બંધ છે",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "સેટિંગ્સ",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "નાના ફેરફારો, ભૂલ સુધારા અને પ્રદર્શનમાં વધારો. Signalનો ઉપયોગ કરવા બદલ આભાર!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "આ રિલીઝમાં Signal વોઇસ અને વીડિયો કૉલ માટે અપડેટ કરેલી ડિઝાઇન શામેલ છે."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "હવે તમે તમારા સિસ્ટમ સેટિંગ્સ બદલ્યા વિના Signalમાં તમારી પસંદ કરેલી ભાષા બદલી શકો છો (Signal સેટિંગ્સ > દેખાવ > ભાષા)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "અમે macOS પર કૉલ લોબીમાં જોડાયા પછી કેટલીકવાર થતાં ટૂંકા વિલંબને ઠીક કર્યો છે."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "જ્યારે કોઈ ગ્રૂપ કૉલમાં જોડાય અથવા છોડે ત્યારે વીડિયો ટાઇલ્સ માટેના ટ્રાન્ઝિશન એનિમેશનને અમે ઠીક કર્યું છે."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "હવે તમે ચેટ સેટિંગ્સને ઝડપથી ઍક્સેસ કરવા અથવા તે ચેટમાંથી કોઈ પણ ન જોયેલી સ્ટોરી જોવા માટે ચેટ હેડરમાં પ્રોફાઇલ ફોટો અથવા ગ્રૂપ અવતાર પર ક્લિક કરી શકો છો. આભાર, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "מידע",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "מחיקה",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "מחיקת הודעות",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "למחוק צ'אט?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "למחוק הודעות?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "צ'אט זה יימחק ממכשיר זה.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ההודעות בצ׳אט הזה יימחקו ממכשיר זה. עדיין תהיה לך אפשרות לחפש את הצ׳אט הזה אחרי מחיקת ההודעות.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "הפעלת צלצול",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "עוד אפשרויות",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "את/ה",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "המצלמה שלך כבויה",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "נכשל במשיכת מספר טלפון. בדוק את החיבור שלך ונסה שוב.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "ניתן לערוך רק עד 3 שעות מזמן שליחת ההודעה.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "ניתן לערוך את ההודעה הזו רק עד 24 שעות מזמן השליחה שלה.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "צלצול מושבת",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "הגדרות",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "התאמות קטנות, תיקוני באגים ושיפורי ביצועים. תודה על השימוש ב-Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "הגרסה הזו כוללת עיצוב מעודכן עבור שיחות קוליות ושיחות וידאו של Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "עכשיו אפשר לשנות את השפה ב–Signal בלי לשנות את הגדרות המערכת (הגדרות Signal > מראה > שפה)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "תיקנו עיכוב קל שהתרחש לפעמים ב–macOS אחרי הצטרפות לחדר המתנה של שיחה."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "תיקנו את אנימציית המעבר עבור אריחי וידאו כשמישהו או מישהי מצטרפים או עוזבים שיחה קבוצתית."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "עכשיו אפשר ללחוץ על תמונת פרופיל או אווטאר קבוצה בחלק העליון של הצ׳אט כדי לגשת במהירות להגדרות הצ׳אט או להציג סטוריז שלא נצפו מהצ׳אט הזה. תודה, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "जानकारी",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "डिलीट करें",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "संदेश डिलीट करें",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "चैट को डिलीट करना है?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "संदेश डिलीट करें?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "इस चैट को इस डिवाइस से डिलीट कर दिया जाएगा।",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "इस चैट के संदेश इस डिवाइस से हटा दिए जाएंगे। संदेश हटाने के बाद भी आप इस चैट को खोज सकते हैं।",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1690,7 +1678,7 @@
|
|||
"description": "Button to call someone back"
|
||||
},
|
||||
"icu:calling__call-again": {
|
||||
"messageformat": "दोबारा कोल करें",
|
||||
"messageformat": "दोबारा कॉल करें",
|
||||
"description": "Button to call someone again"
|
||||
},
|
||||
"icu:calling__join": {
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "रिंगिंग चालू करें",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "अधिक विकल्प",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "आप",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "आपका कैमरा बंद है",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "फ़ोन नंबर नहीं ला सका। अपना कनेक्शन जाँचें और फिर से प्रयास करें।",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "आपके द्वारा इस संदेश को भेजे जाने के 3 घंटे के भीतर ही संपादन लागू किए जा सकते हैं।",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "आपके द्वारा इस संदेश को भेजे जाने के 24 घंटे के भीतर ही संपादन लागू किए जा सकते हैं।",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "रिंगिंग बंद",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "सेटिंग्स",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "छोटे-छोटे ट्वीक, बग फ़िक्स, और प्रदर्शन में सुधार। Signal इस्तेमाल करने के लिए धन्यवाद।",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "इस रिलीज़ में सिग्नल वॉयस और वीडियो कॉल के लिए एक अद्यतन डिज़ाइन शामिल है। अब कॉलिंग यूजर इंटरफ़ेस तब भी शानदार दिखेगा, भले ही आपका कैमरा चालू न हो और आप अपने सुंदर प्रतिबिंब को नहीं देख पा रहे हों।"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "अब आप अपनी सिस्टम सेटिंग्स (Signal सेटिंग्स > दिखावट > भाषा) को बदले बिना Signal में अपनी चयनित भाषा बदल सकते हैं।"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "हमने macOS डिवाइसेस पर कॉल लॉबी में शामिल होने के दौरान कभी-कभी होने वाली देरी को ठीक कर दिया है, जिसका मतलब है कि अब मीटिंग में देरी से आने का बहाना नहीं चलेगा।"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "जब कोई ग्रुप कॉल में शामिल होता है या छोड़ता है तो हमने वीडियो टाइल्स के लिए ट्रांज़िशन एनीमेशन तय किया है। जब आप किसी मित्र का चेहरा सामने आते देखते हैं, तो यह एक सामाजिक आंदोलन है।"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "अब आप चैट सेटिंग्स तक तुरंत पहुंचने या उस चैट से किसी भी अनदेखी स्टोरीज़ को देखने के लिए चैट हेडर में प्रोफाइल फोटो या ग्रुप अवतार पर क्लिक कर सकते हैं। धन्यवाद, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Detalji",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Izbriši",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Izbriši poruke",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Izbriši razgovor?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Izbrisati poruke?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Ovaj razgovor će biti izbrisan s ovog uređaja.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Poruke iz ovog razgovora bit će izbrisane s ovog uređaja. I dalje možete pretražiti ovaj razgovor nakon što izbrišete poruke.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Uključi zvono",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Više opcija",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Vi",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Vaša kamera je isključena",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Dohvaćanje telefonskog broja nije uspjelo. Provjerite internetsku vezu i pokušajte ponovo.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Poruke je moguće uređivati samo u roku od 3 sata od trenutka slanja.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Poruke je moguće uređivati samo u roku od 24 sata od trenutka slanja.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Zvono isključeno",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Postavke",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Manja podešavanja, ispravci grešaka i poboljšanje rada aplikacije. Hvala vam što koristite Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Ova verzija uključuje ažurirani dizajn za glasovne pozive i videopozive na Signalu."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Sada možete promijeniti odabrani jezik u Signalu bez mijenjanja postavki sustava (Postavke Signala > Izgled > Jezik)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Ispravili smo kratak zastoj koji se ponekad događao u sustavu macOS tijekom pridruživanja čekaonici poziva."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Ispravili smo animaciju prijelaza videopločica prilikom pridruživanja grupnom pozivu ili napuštanja grupnog poziva."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Sada možete kliknuti na profilnu fotografiju ili grupni avatar u zaglavlju razgovora za brzi pristup postavkama razgovora ili pregledavanje novih priča u tom razgovoru. Hvala, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Részletek",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Törlés",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Üzenetek törlése",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Csevegés törlése?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Üzenetek törlése?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "A csevegés ezen az eszközön törlésre kerül.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Az ebben a csevegésben lévő üzenetek törlődnek erről az eszközről. Az üzenetek törlése után továbbra is rákereshetsz erre a csevegésre.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Csengés bekapcsolása",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "További lehetőségek",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Te",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "A kamerád ki van kapcsolva",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "A telefonszám lekérése sikertelen. Ellenőrizd a kapcsolatodat, majd próbáld újra!",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "A módosításokat csak az üzenet elküldésétől számított 3 órán belül lehet alkalmazni.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "A módosításokat csak az üzenet elküldésétől számított 24 órán belül lehet alkalmazni.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Csengés ki",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Beállítások",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Apró finomítások, hibajavítások és teljesítménynövelések. Köszönjük, hogy a Signalt használod!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Ez a kiadás frissített dizájnt tartalmaz a Signal hang- és videohívásokhoz."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Mostantól a rendszerbeállítások módosítása nélkül módosíthatod a kiválasztott nyelvet a Signal alkalmazásban (Signal-beállítások > Megjelenés > Nyelv)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Kijavítottunk egy rövid késést, ami néha macOS-en fordult elő a hívás előtti várakoztató térhez való csatlakozást követően."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Javítottuk a videocsempék átmeneti animációját, amikor valaki csatlakozik a csoporthíváshoz, vagy elhagyja azt."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Mostantól a csevegés fejlécében rákattinthatsz egy profilfotóra vagy a csoport avatarjára, hogy gyorsan elérd a csevegési beállításokat, vagy megtekinthesd a csevegésből származó még nem látott történeteket. Köszi, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Hapus",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Hapus pesan",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Hapus obrolan?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Hapus pesan?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Obrolan ini akan dihapus dari perangkat ini.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Pesan dalam obrolan ini akan dihapus dari perangkat. Anda masih bisa mencari obrolan ini setelah menghapus pesan.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Aktifkan dering",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Opsi lainnya",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Anda",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Kamera Anda mati",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Gagal mengambil nomor telepon. Periksa koneksi internet dan coba lagi.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Pengeditan hanya dapat diterapkan dalam rentang waktu 3 jam sejak Anda mengirimkan pesan ini.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Pengeditan hanya dapat diterapkan dalam rentang waktu 24 jam sejak Anda mengirimkan pesan ini.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Dering nonaktif",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Pengaturan",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Tambahan penyesuaian kecil, perbaikan bug, dan peningkatan performa. Terima kasih telah menggunakan Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Rilisan ini mencakup desain panggilan suara dan video Signal yang diperbarui."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Sekarang Anda dapat mengubah bahasa pilihan di Signal tanpa mengubah pengaturan sistem (Pengaturan Signal > Tampilan > Bahasa)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Kami memperbaiki keterlambatan singkat yang kadang terjadi di macOS setelah bergabung di lobi panggilan."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Kami memperbaiki animasi transisi untuk tile video saat seseorang bergabung atau keluar dari panggilan grup."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Kini Anda dapat mengeklik foto profil atau avatar grup di tajuk obrolan untuk mengakses pengaturan obrolan dengan cepat atau melihat cerita yang belum dilihat dari obrolan tersebut. Terima kasih, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Informazioni",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Elimina",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Elimina messaggi",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Vuoi eliminare la chat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Vuoi davvero eliminare i messaggi?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Questa chat verrà eliminata da questo dispositivo.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "I messaggi in questa chat verranno rimossi dal dispositivo. Dopo che avrai eliminato i messaggi, questa chat apparirà comunque nei risultati delle tue ricerche.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Attiva squillo chiamata",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Più opzioni",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Tu",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "La tua videocamera è disattivata",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Impossibile recuperare il numero di telefono. Controlla la tua connessione e riprova.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Puoi modificare questo messaggio entro 3 ore dall'invio.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Puoi modificare questo messaggio solo entro 24 ore dall'invio.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Squillo chiamata disattivato",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Impostazioni",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Altre piccole modifiche e correzioni di bug per far funzionare l'app senza problemi. Grazie per usare Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Questo aggiornamento include un nuovo design per le chiamate vocali e le videochiamate su Signal. L'interfaccia sarà molto più bella… ma mai quanto il tuo riflesso durante una videochiamata."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Da ora puoi modificare la lingua su Signal senza cambiare le impostazioni di sistema del tuo dispositivo (Impostazioni di Signal > Aspetto > Lingua)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Abbiamo risolto un problema di lag che poteva capitare quando si entrava in una chiamata di gruppo su dispositivi macOS."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Abbiamo aggiornato la transizione animata per le schermate video quando una persona si unisce a una chiamata di gruppo o la abbandona. Adesso sarà più semplice rimanere al passo con il continuo viavai di persone!"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Da ora puoi cliccare sulla foto di un profilo o sull'avatar di un gruppo nella parte superiore della chat per accedere subito alle impostazioni della chat o per recuperare le Storie non ancora visualizzate. Grazie, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "詳細",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "消去",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "メッセージを消去する",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "チャットを消去しますか?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "メッセージを消去しますか?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "このチャットはこの端末から消去されます。",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "このチャット内のメッセージはこの端末から消去されます。メッセージを消去した後も、このチャットを検索できます。",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "呼び出し音をオンにする",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "その他のオプション",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "あなた",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "カメラがオフになっています。",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "電話番号の取得に失敗しました。接続を確認して再度お試しください。",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "編集は、このメッセージを送信後 3 時間以内のみ可能です。",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "編集は、このメッセージを送信後24時間以内のみ可能です。",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "呼び出し音が鳴っていません",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "設定",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "細かな微調整、バグ修正、パフォーマンスの向上。 Signalをご利用いただきありがとうございます。",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "今回のリリースでは、Signalの音声通話とビデオ通話のデザインが一新されました。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "システム設定を変更することなく、Signalで選択した言語を変更できるようになりました(Signalの設定 > デザイン > 言語)。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "macOSで通話ロビーに参加した際に、わずかな遅れが発生することがあった問題を解消しました。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "誰かがグループ通話に参加または退出する際の画面表示の切り替えアニメーションを修正しました。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "チャットのヘッダーにあるプロフィール写真やグループアバターをクリックすると、そのチャットの設定に素早くアクセスしたり、該当チャットの見逃していたストーリーを表示したりできるようになりました。ありがとう、{linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "ინფორმაცია",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "წაშლა",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "შეტყობინებების წაშლა",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "წავშალოთ ჩატი?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "წავშალოთ შეტყობინებები?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ეს ჩატი ამ მოწყობილობიდან წაიშლება.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ამ ჩატში არსებული შეტყობინებები ამ მოწყობილობიდან წაიშლება. შეტყობინებების წაშლის შემდეგ ამ ჩატის მოძებნას მაინც შეძლებ.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "ჩართე ზარის ხმა",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "მეტი ოფცია",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "შენ",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "შენი კამერა გამორთულია",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "მობილურის ნომრის მიღება ვერ მოხერხდა. შეამოწმე შენი ინტერნეტ კავშირი და თავიდან სცადე.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "შეტყობინების რედაქტირება მისი გაგზავნიდან მხოლოდ 3 საათის განმავლობაშია შეგიძლია.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "შეტყობინების რედაქტირება მისი გაგზავნიდან მხოლოდ 24 საათის განმავლობაშია შესაძლებელი.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "ზარის ხმა გამორთულია",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Settings",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "მცირე შესწორებები, ბაგების გამოსწორება და წარმადობის გაუმჯობესება. მადლობას გიხდით სიგნალის გამოყენებისთვის!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "ეს გამოშვება Signal-ის ხმოვანი და ვიდეო ზარების განახლებულ დიზაინს შეიცავს. ახლა ზარის ინტერფეისი მაშინაც კი მშვენივრად გამოიყურება, როცა კამერა გამორთული გაქვს და შენი ლამაზი ანარეკლი არ ჩანს."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "ახლა უკვე შეგიძლია, შენი არჩეული ენა Signal-ში შენი სისტემის პარამეტრების შეცვლის გარეშე შეცვალო (სიგნალის პარამეტრები > ვიზუალი > ენა)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "ჩვენ შევასწორეთ მცირე შეფერხება, რომელსაც ხანდახან macOS-ზე ზარის ლობიში შესვლის შემდეგ აწყდებოდი."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "ჩვენ გამოვასწორეთ გარდამავალი ანიმაცია ვიდეოს ფანჯრებისთვის, როდესაც ვინმე უერთდება ან ტოვებს ჯგუფის ზარს."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "ახლა შეგიძლია, პროფილის ფოტოზე ან ჩატის სათაურში ჯგუფის ავატარზე დააწკაპუნო, რათა ჩატის პარამეტრებში სწრაფად გადახვიდე ან ამ ჩატის ნებისმიერი Srory-ი ნახო, რომელიც ჯერ არ გინახავს. მადლობა, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Ақпарат",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Жою",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Хаттарды жою",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Чатты жою керек пе?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Хаттарды жою керек пе?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Бұл чат құрылғыдан жойылады.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Осы чаттағы хаттар бұл құрылғыдан жойылады. Хаттарды жойған соң да, бұл чатты іздеп табуыңызға болады.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Қоңырауды қосу",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Қосымша опциялар",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Сіз",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Камераңыз өшірулі",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Телефон нөмірін алу мүмкін болмады. Байланысты тексеріп, қайталап көріңіз.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Бұл хатты жіберген соң, 3 сағаттың ішінде ғана өңдеулерді қолдануға болады.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Бұл хатты жіберген соң, оны 24 сағаттың ішінде ғана өзгертуге болады.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Қоңырау дыбысы өшірілді",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Параметрлер",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Кішігірім түзетпелер жасалды, ақаулар жөнделді және жұмысы жақсартылды. Signal-ды қолданғаныңыз үшін рақмет!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Бұл нұсқада Signal дауыстық және видеоқоңыраулары үшін дизайн жаңартылған. Енді камераңыз қосылып тұрмаса да және өзіңіздің сұлу бейнеңізге қарай алмасаңыз да, қоңырау шалып отырған пайдаланушы интерфейсінің көрінісі керемет болып тұрады."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Енді жүйе параметрлерін өзгертпестен Signal-да таңдалған тілді өзгерте аласыз (Signal параметрлері > Сыртқы көрініс > Тіл)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "macOS құрылғыларындағы қоңырау лоббиіне қосылып жатқанда кейде пайда болатын шамалы кешігу жағдайларын түзеттік. Енді жиналысқа жарты секунд та кешікпейсіз."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Топтық қоңырауға біреу қосылғанда немесе одан шығып кеткенде, видеоплиткалардағы ауысым анимациясын түзеттік. Досыңыздың түрі көрінгенде, әлеуметтік желі тірілді деген сөз."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Чат тақырыбындағы профиліңіздің суретін немесе топ аватарын басып, чат параметрлеріне жылдам кіре аласыз немесе сол чаттағы көрілмеген стористерді көре аласыз. Рақмет, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "ព័ត៌មាន",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "លុប",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "លុបសារ",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "លុបការជជែកឬ?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "លុបសារឬ?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ការជជែកនេះនឹងត្រូវលុបចេញពីឧបករណ៍នេះ។",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "សារនៅក្នុងការជជែកនេះនឹងត្រូវបានលុបចេញពីឧបករណ៍នេះ។ អ្នកនៅតែអាចស្វែងរកការជជែកនេះបាន បន្ទាប់ពីអ្នកលុបសារហើយ។",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "បើកសំឡេងរោទ៍",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "ជម្រើសច្រើនទៀត",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "អ្នក",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "កាមេរ៉ារបស់អ្នកបានបិទ",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "មិនអាចស្រង់រកលេខទូរសព្ទបាន។ សូមពិនិត្យមើលសេវាអ៊ីនធឺណិតរបស់អ្នក រួចព្យាយាមម្តងទៀត។",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "ការកែសារអាចធ្វើបានតែក្នុងរយៈពេល 3 ម៉ោងគិតចាប់ពីពេលដែលអ្នកបានផ្ញើសារនេះប៉ុណ្ណោះ។",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "ការកែសារអាចធ្វើបានតែក្នុងរយៈពេល 24 ម៉ោងគិតចាប់ពីពេលដែលអ្នកបានផ្ញើសារនេះប៉ុណ្ណោះ។",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "បានបិទសំឡេងរោទ៍",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "ការកំណត់",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "ការកែប្រែបន្តិចបន្តួច ការដោះស្រាយបញ្ហា និងការបង្កើនប្រតិបត្តិការ។ សូមអរគុណចំពោះការប្រើប្រាស់ Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "ការចេញផ្សាយនេះរួមបញ្ចូលនូវការរចនាអាប់ដេតថ្មីសម្រាប់ការហៅជាសំឡេង និងជាវីដេអូរបស់ Signal។ ឥឡូវនេះ អ៊ីនធើហ្វេសអ្នកប្រើសម្រាប់ការហៅនឹងមើលទៅនៅតែស្អាតអស្ចារ្យដដែល ទោះបីជាកាមេរ៉ារបស់អ្នកបិទ ហើយអ្នកមិនអាចសម្លឹងមើលខ្លួនឯងបានក៏ដោយ។"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "ឥឡូវនេះ អ្នកអាចផ្លាស់ប្តូរភាសាដែលអ្នកបានជ្រើសរើសនៅក្នុង Signal ដោយមិនចាំបាច់ផ្លាស់ប្តូរការកំណត់ប្រព័ន្ធរបស់អ្នកទេ (ការកំណត់ Signal > រូបរាង > ភាសា)។"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "យើងបានដោះស្រាយបញ្ហានៃការពន្យារពេលខ្លីមួយ ដែលជួនកាលកើតឡើងនៅលើឧបករណ៍ macOS ដោយត្រូវរង់ចាំបន្តិចនៅពេលចូលរួមការហៅទូរសព្ទ។ ការកែលម្អនេះយ៉ាងហោចណាស់ធ្វើឲ្យអ្នកចូលរួមលែងមានលេសទៀតហើយ នៅពេលដែលចូលរួមការប្រជុំយឺតបន្តិច។"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "យើងបានកែសម្រួលនូវការដាក់ចលនាសម្រាប់ក្រឡាវីដេអូ នៅពេលមាននរណាម្នាក់ចូលរួម ឬចាកចេញពីការហៅជាក្រុម។ នៅពេលអ្នកឃើញមុខមិត្តភក្តិរបស់អ្នកលេចឡើងនៅលើអេក្រង់ នោះហើយជាការប្រសើរសម្រាប់ទំនាក់ទំនងក្នុងបណ្តាញសង្គម។"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "ឥឡូវនេះ អ្នកអាចចុចលើរូបថតប្រូហ្វាល់ ឬរូបតំណាងក្រុមនៅក្នុងរូបក្បាលឆាត ដើម្បីចូលទៅការកំណត់នៃការជជែកបានឆាប់រហ័ស ឬមើលរឿងរ៉ាវដែលមិនទាន់បានឃើញពីការជជែកនោះ។ អរគុណ {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "ಮಾಹಿತಿ",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "ಅಳಿಸಿ",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "ಮೆಸೇಜ್ಗಳನ್ನು ಅಳಿಸಿ",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "ಚಾಟ್ ಅಳಿಸಬೇಕೆ?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "ಮೆಸೇಜ್ಗಳನ್ನು ಅಳಿಸಬೇಕೆ?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ಈ ಚಾಟ್ ಅನ್ನು ಈ ಸಾಧನದಿಂದ ಅಳಿಸಲಾಗುತ್ತದೆ.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ಈ ಸಾಧನದಿಂದ ಈ ಚಾಟ್ನಲ್ಲಿರುವ ಮೆಸೇಜ್ಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತದೆ. ನೀವು ಮೆಸೇಜ್ಗಳನ್ನು ಅಳಿಸಿದ ನಂತರವೂ ಈ ಚಾಟ್ ಅನ್ನು ನೀವು ಹುಡುಕಬಹುದು.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "ರಿಂಗಿಂಗ್ ಆನ್ ಮಾಡಿ",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "ನೀವು",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "ನಿಮ್ಮ ಕ್ಯಾಮರಾ ಆಫ್ ಆಗಿದೆ",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "ಫೋನ್ ನಂಬರ್ ಪಡೆಯಲು ವಿಫಲವಾಗಿದೆ. ನಿಮ್ಮ ಸಂಪರ್ಕ ಪರಿಶೀಲಿಸಿ ಹಾಗೂ ಮತ್ತೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಿ.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "ನೀವು ಈ ಮೆಸೇಜ್ ಕಳುಹಿಸಿದ 3 ಗಂಟೆಗಳ ಒಳಗೆ ಮಾತ್ರ ಎಡಿಟ್ಗಳನ್ನು ನೀವು ಅನ್ವಯಿಸಬಹುದು.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "ನೀವು ಈ ಮೆಸೇಜ್ ಕಳುಹಿಸಿದ 24 ಗಂಟೆಗಳ ಒಳಗೆ ಮಾತ್ರ ಎಡಿಟ್ಗಳು ಅನ್ವಯಿಸಬಹುದು.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "ರಿಂಗಿಂಗ್ ಆಫ್",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "ಸೆಟ್ಟಿಂಗ್ಗಳು",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "ಸಣ್ಣ ಟ್ವೀಕ್ಗಳು, ಬಗ್ ಫಿಕ್ಸ್ಗಳು ಮತ್ತು ಕಾರ್ಯಕ್ಷಮತೆ ವರ್ಧನೆಗಳು. Signal ಬಳಸುತ್ತಿರುವುದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "ಈ ಆವೃತ್ತಿಯು Signal ಧ್ವನಿ ಮತ್ತು ವೀಡಿಯೊ ಕರೆಗಳಿಗಾಗಿ ನವೀಕೃತ ವಿನ್ಯಾಸವನ್ನು ಒಳಗೊಂಡಿದೆ. ಈಗ ನಿಮ್ಮ ಕ್ಯಾಮರಾ ಆನ್ ಇಲ್ಲದಿದ್ದರೂ ಮತ್ತು ನಿಮ್ಮ ಸುಂದರವಾದ ಪ್ರತಿಬಿಂಬವನ್ನು ನೋಡಲು ಸಾಧ್ಯವಾಗದಿದ್ದರೂ ಕರೆ ಮಾಡುವ ಬಳಕೆದಾರ ಇಂಟರ್ಫೇಸ್ ಇನ್ನಷ್ಟು ಅದ್ಭುತವಾಗಿ ಕಾಣಲಿದೆ."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "ಈಗ ನಿಮ್ಮ ಸಿಸ್ಟಮ್ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು ಬದಲಾಯಿಸದೆಯೇ Signal ನಲ್ಲಿ ನಿಮ್ಮ ಆಯ್ಕೆಯ ಭಾಷೆಯನ್ನು ನೀವು ಬದಲಾಯಿಸಬಹುದು (Signal ಸೆಟ್ಟಿಂಗ್ಗಳು > ರೂಪ > ಭಾಷೆ)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "MacOS ಸಾಧನಗಳಲ್ಲಿ ಕರೆ ಲಾಬಿಗೆ ಸೇರುವಾಗ ಕೆಲವೊಮ್ಮೆ ಸಂಭವಿಸುತ್ತಿದ್ದ ತುಸು ವಿಳಂಬವನ್ನು ನಾವು ಸರಿಪಡಿಸಿದ್ದೇವೆ, ಇದರಿಂದಾಗಿ ಮೀಟಿಂಗ್ಗೆ ಸೇರುವಾಗ ಉಂಟಾಗುತ್ತಿದ್ದ ಅರ್ಧ ಸೆಕೆಂಡ್ ವಿಳಂಬದ ಸಮಸ್ಯೆ ಇನ್ನಿರುವುದಿಲ್ಲ."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "ಯಾರಾದರೂ ಗುಂಪು ಕರೆಗೆ ಸೇರಿದಾಗ ಅಥವಾ ತೊರೆದಾಗ ನಾವು ವೀಡಿಯೊ ಟೈಲ್ಗಳಿಗಾಗಿ ಪರಿವರ್ತನೆಯ ಅನಿಮೇಷನ್ ಅನ್ನು ಸರಿಪಡಿಸಿದ್ದೇವೆ. ಸ್ನೇಹಿತರ ಮುಖ ವೀಕ್ಷಣೆಗೆ ಸ್ಲೈಡ್ ಆಗಿರುವುದನ್ನು ನೀವು ನೋಡಿದಾಗ, ಅದು ಸಾಮಾಜಿಕ ಚಳುವಳಿಯಾಗಿದೆ."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "ಈಗ ನೀವು ಚಾಟ್ ಸೆಟ್ಟಿಂಗ್ಗಳನ್ನು ತ್ವರಿತವಾಗಿ ಪ್ರವೇಶಿಸಲು ಅಥವಾ ಆ ಚಾಟ್ನಿಂದ ಯಾವುದೇ ಕಾಣದ ಸ್ಟೋರೀಸ್ ಅನ್ನು ವೀಕ್ಷಿಸಲು ಚಾಟ್ ಹೆಡರ್ನಲ್ಲಿ ಪ್ರೊಫೈಲ್ ಫೋಟೋ ಅಥವಾ ಗುಂಪು ಅವತಾರ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡಬಹುದು. ಧನ್ಯವಾದಗಳು, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "정보",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "삭제",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "메시지 삭제",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "대화를 삭제하시겠습니까?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "메시지를 삭제하시겠습니까?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "이 기기에서 이 대화를 삭제합니다.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "이 대화의 메시지가 기기에서 삭제됩니다. 메시지를 삭제한 후에도 이 대화를 계속 검색할 수 있습니다.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "통화 켜기",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "옵션 더 보기",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "나",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "카메라가 꺼졌습니다.",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "전화번호를 가져오지 못했습니다. 연결을 확인하고 다시 시도하세요.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "메시지 수정은 발송 시간으로부터 3시간 이내로 제한됩니다.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "메시지 수정은 발송 시간으로부터 24시간 이내에 해야 합니다.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "통화 꺼짐",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "설정",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "사소한 변경 사항과 버그 수정 및 성능 개선. Signal을 이용해 주셔서 감사합니다!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "본 릴리스에는 Signal 음성 및 영상 통화에 대한 업데이트된 디자인이 포함됩니다."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "이제 시스템 설정을 변경하지 않고 Signal 선택 언어를 변경할 수 있습니다(Signal 설정 > 디자인 > 언어)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "macOS에서 통화 로비에 참가한 후 간혹 발생하던 짧은 지연을 해결했습니다."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "다른 사람이 그룹 통화에 들어오거나 나갈 때 표시되는 동영상 타일의 전환 애니메이션을 수정했습니다."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "이제 대화 헤더에서 프로필 사진이나 그룹 아바타를 클릭하여 빠르게 대화 설정을 이용하거나 대화의 확인하지 않은 스토리를 확인할 수 있습니다. 고마워요, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Маалымат",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Өчүрүү",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Билдирүүлөрдү өчүрүү",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Маекти өчүрөсүзбү?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Билдирүүлөрдү өчүрөсүзбү?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Маек бул түзмөктөн өчүрүлөт.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Ушул маектеги билдирүүлөр бул түзмөктөн өчүрүлөт. Билдирүүлөрдү өчүргөндөн кийин ушул маекти таба аласыз.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Шыңгырды күйгүзүү",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Дагы параметрлер",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Сиз",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Камераңыз өчүк",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Телефон номери алынбай калды. Интернетке туташууңузду текшерип, кайра аракет кылыңыз.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Оңдоолор бул билдирүү жөнөтүлгөндөн кийин 3 сааттын ичинде күчүнө кирет.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Оңдоолор бул билдирүү жөнөтүлгөндөн кийин 3 сааттын ичинде күчүнө кирет.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Шыңгырды өчүрүү",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Тууралоо",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Майда-барат өзгөрүүлөрдү киргизип, мүчүлүштүктөрдү оңдоп, колдонмонун иштешин жакшыртып жатабыз. Signal'ды колдонгонуңуз үчүн чоң рахмат!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Бул чыгарылышта Signal'дын аудио жана видео чалууларынын интерфейси жаңырды. Эми камераңыз күйбөй турса да, чалуулар интерфейси сонун көрүнөт."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Эми системанын параметрлерин өзгөртпөй туруп, Signal'дын тилин өзгөртө аласыз (Signal параметрлери > Көрүнүшү > Тил)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "macOS түзмөктөрүндө чалуу лоббисине кошулуп жаткандагы кичинекей кечигүүнү оңдодук."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Кимдир бирөө топтук чалууга кошулганда же андан чыкканда тийиштүү анимация көрүнөт. Досуңуздун жүзү көрүнсө, ал коомдук кыймыл болот."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Маектин параметрлерине өтүү же андагы жашырылган таржымалдарды көрүү үчүн маектеги профилдин сүрөтүн же топтук аватарды басып коюңуз. Чоң рахмат, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Informacija",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Ištrinti",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Ištrinti žinutes",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Ištrinti pokalbį?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Ištrinti žinutes?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Šis pokalbis bus ištrintas iš šio įrenginio.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Šio pokalbio žinutės bus ištrintos iš šio įrenginio. Net kai ištrinsi žinutes, vis tiek galėsi ieškoti šio pokalbio.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Įjungti skambėjimą",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Daugiau parinkčių",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Jūs",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Jūsų kamera išjungta",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Nepavyko gauti telefono numerio. Patikrinkite interneto ryšį ir bandykite dar kartą.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Redaguoti leidžiama 3 valandas nuo žinutės išsiuntimo momento.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Redaguoti galima ne vėliau kaip per 24 val. nuo šios žinutės išsiuntimo.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Skambėjimas išjungtas",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Nustatymai",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Smulkūs patobulinimai, klaidų pataisymai ir veikimo pagerinimas. Ačiū, kad naudoji „Signal“!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Šioje versijoje atnaujintas „Signal“ balso ir vaizdo skambučių dizainas."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Dabar programėlėje „Signal“ galima pakeisti pasirinktą kalbą nekeičiant savo sistemos nustatymų („Signal“ nustatymai > Išvaizda > Kalba)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Ištaisėme trumpą uždelsimą, kurį kartais patirdavo „macOS“ įrenginių naudotojai laukdami prijungimo prie skambučio."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Pataisėme vaizdo įrašų plytelių perėjimo animaciją, kai kas nors prisijungia arba išeina iš grupės skambučio. Jei pamatote draugo veidą, atsirandantį rodinyje, taip ir turi būti."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Dabar pokalbio antraštėje galite spustelėti profilio nuotrauką arba grupės avatarą, kad greitai pasiektumėte pokalbio nustatymus arba peržiūrėtumėte nematytas to pokalbio istorijas. Ačiū, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Informācija",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Dzēst",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Ziņu dzēšana",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Vai dzēst sarunu?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Vai dzēst ziņas?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Šī tērzēšana tiks dzēsta no šīs ierīces.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Šīs sarunas ziņas tiks dzēstas no šīs ierīces. Pēc ziņu dzēšanas joprojām varēsiet atrast šo sarunu meklēšanā.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Ieslēgt zvana signālu",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Papildu iespējas",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Jūs",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Jūsu kamera ir izslēgta",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Neizdevās ielādēt tālruņa numuru. Pārbaudiet savienojumu un mēģiniet vēlreiz.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Labojumi var tikt piemēroti tikai 3 stundu laikā pēc šīs ziņas nosūtīšanas.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Labojumus var veikt tikai 24 stundu laikā pēc šīs ziņas nosūtīšanas.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Zvana signāls izslēgts",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Iestatījumi",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Nelielas izmaiņas, kļūdu labojumi un darbības uzlabojumi. Paldies, ka lietojat Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Šajā versijā ir iekļauts atjaunināts Signal balss un videozvanu dizains. Tagad arī turpmāk lietotāja zvanīšanas saskarne izskatīsies fantastiski, pat ja kamera nebūs ieslēgta un ekrānā neredzēsiet savu skaisto atspulgu."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Tagad varat mainīt atlasīto valodu Signal platformā, nemainot sistēmas iestatījumus (Signal iestatījumi > Izskats > Valoda)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Mēs novērsām īslaicīgu aizkavi, kas radās, pievienojoties zvana uzgaidīšanas telpai macOS ierīcēs, tāpēc tagad jums būs par vienu attaisnojumu mazāk, ja ieradīsieties uz sapulci ar pussekundes nokavēšanos."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Mēs uzlabojām video elementu pāreju animācijas brīžos, kad lietotāji pievienojas grupas zvaniem vai pamet tos. Kolīdz redzat drauga portretu ieslīdam skatā, ir laiks ieslīgt sarunās."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Tagad sarunas galvenē varat noklikšķināt uz profila attēla vai grupas avatāra, lai ātri piekļūtu sarunas iestatījumiem vai apskatītu vēl neredzētos stāstus šajā sarunā. Paldies, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Информации",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Избриши",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Избриши ги пораките",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Да се избрише разговорот?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Да се избришат пораките?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Овој разговор ќе биде избришан од овој уред.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Пораките во овој разговор ќе бидат избришани од овој уред. Ќе можете да го пронајдате овој разговор и откако ќе ги избришете пораките.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Вклучи ѕвонење",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Повеќе опции",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Вие",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Вашата камера е исклучена",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Неуспешно пронаоѓање на телефонски број. Проверете ја интернет врската и обидете се повторно.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Може да се применуваат измени само во рок од 3 часа откако ја имате испратено пораката.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Може да се применуваат измени само во рок од 3 часа откако ја имате испратено пораката.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Ѕвонењето е оневозможено",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Поставувања",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Mали подобрувања, решени багови и подобрувања на перформансот. Ви благодариме што користите Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Оваа верзија вклучува ажуриран дизајн на Signal гласовни и видео повици."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Сега може да се смени избраниот јазик во Signal без да се менуваат системските поставувања (Поставувања на Signal > Изглед > Јазик)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Го поправивме краткото доцнење што некогаш се случуваше на macOS по вклучување на повик."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Ја поправивме преодната анимација за видео плочките кога некој се придружува или напушта групен повик."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Сега можете да кликнете на профилна слика или аватар на група во заглавието на разговорот за брз пристап до поставувањата на разговорот или за да ги видите неотворените приказни од тој разговор. Благодариме, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "വിവരം",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "ഇല്ലാതാക്കൂ",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "സന്ദേശങ്ങൾ ഇല്ലാതാക്കൂ",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "ചാറ്റ് ഇല്ലാതാക്കണോ?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "സന്ദേശങ്ങൾ ഇല്ലാതാക്കണോ?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ഈ ചാറ്റ് ഈ ഉപകരണത്തിൽ നിന്ന് ഇല്ലാതാക്കും.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ഈ ഉപകരണത്തിൽ നിന്ന് ഈ ചാറ്റിലെ സന്ദേശങ്ങൾ ഇല്ലാതാക്കപ്പെടും. സന്ദേശങ്ങൾ ഇല്ലാതാക്കിയതിന് ശേഷവും നിങ്ങൾക്ക് ഈ ചാറ്റ് തിരയാനാകും.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "റിംഗിംഗ് ഓണാക്കുക",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "കൂടുതൽ ഓപ്ഷനുകൾ",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "നിങ്ങൾ",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "നിങ്ങളുടെ ക്യാമറ ഓഫാണ്",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "ഫോൺ നമ്പർ കണ്ടെത്താനായില്ല. നിങ്ങളുടെ കണക്ഷൻ പരിശോധിച്ച ശേഷം വീണ്ടും ശ്രമിക്കുക.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "നിങ്ങൾ ഈ സന്ദേശം അയച്ച് 3 മണിക്കൂറിനകം മാത്രമെ എഡിറ്റുകൾ ബാധകമാക്കാനാകൂ.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "നിങ്ങൾ ഈ സന്ദേശം അയച്ച് 24 മണിക്കൂറിനുള്ളിൽ മാത്രമേ എഡിറ്റുകൾ ബാധകമാക്കാനാകൂ.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "റിംഗിംഗ് ഓഫാണ്",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "ക്രമീകരണങ്ങൾ",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "ചെറിയ മാറ്റങ്ങളും ബഗ് പരിഹരിക്കലുകളും പ്രകടന മെച്ചപ്പെടുത്തലുകളും. Signal ഉപയോഗിക്കുന്നതിന് നന്ദി!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "ഈ റിലീസിൽ Signal-ലെ വോയ്സ്, വീഡിയോ കോളുകൾക്കുള്ള അപ്ഡേറ്റ് ചെയ്ത ഡിസൈൻ ഉൾപ്പെടുന്നു. ഇപ്പോൾ നിങ്ങളുടെ ക്യാമറ ഓണല്ലെങ്കിൽപ്പോലും കോളിംഗ് ഉപയോക്തൃ ഇന്റർഫേസ് മനോഹരമായിരിക്കും, നിങ്ങളുടെ സ്വന്തം പ്രതിബിംബത്തിലേക്ക് തുറിച്ചുനോക്കാനാകില്ല."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "ഇപ്പോൾ നിങ്ങളുടെ സിസ്റ്റം ക്രമീകരണം മാറ്റാതെ തന്നെ നിങ്ങൾ തിരഞ്ഞെടുത്ത ഭാഷ Signal-ൽ മാറ്റാം (Signal ക്രമീകരണം >ദൃശ്യമാകുന്നത് > ഭാഷ)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "MacOS ഉപകരണങ്ങളിൽ നിന്ന് കോൾ ലോബിയിൽ ചേരുമ്പോൾ ചിലപ്പോൾ നേരിടുന്ന ചെറിയ കാലതാമസം ഞങ്ങൾ പരിഹരിച്ചു, മീറ്റിംഗിൽ ചേരാൻ അര സെക്കൻഡ് വൈകിയതിനുള്ള ഒരു ഒഴികഴിവെങ്കിലും ഇതോടെ ഇല്ലാതാകും."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "ആരെങ്കിലും ഗ്രൂപ്പ് കോളിൽ ചേരുമ്പോഴോ പുറത്തുപോകുമ്പോഴോ വീഡിയോ ടൈലുകൾക്കുള്ള ട്രാൻസിഷൻ ആനിമേഷൻ ഞങ്ങൾ പരിഹരിച്ചു. ഒരു സുഹൃത്തിന്റെ മുഖം കാഴ്ചയിലേക്ക് സ്ലൈഡ് ചെയ്യുന്നത് കാണുമ്പോൾ, അതൊരു സോഷ്യൽ മൂവ്മെന്റാണ്."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "ചാറ്റ് ക്രമീകരണങ്ങൾ വേഗത്തിൽ ആക്സസ് ചെയ്യാനോ ആ ചാറ്റിൽ നിന്ന് കാണാത്ത സ്റ്റോറികൾ കാണാനോ ഇപ്പോൾ ചാറ്റ് ഹെഡറിലെ ഒരു പ്രൊഫൈൽ ഫോട്ടോയിലോ ഗ്രൂപ്പ് അവതാറിലോ ക്ലിക്ക് ചെയ്യാം. നന്ദി, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "माहिती",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "हटवा",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "संदेश हटवा",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "चॅट हटवायचे?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "संदेश हटवायचा?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "हे चॅट या डिव्हाइस वरून हटवले जाईल.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "या चॅट्समधील संदेश या डिव्हाइस वरून हटवले जातील. आपण संदेश हटवल्यानंतर देखील अद्याप हे चॅट्स शोधू शकता.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "रिंग होणे सुरू करा",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "अधिक पर्याय",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "आपण",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "आपला कॅमेरा बंद आहे",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "फोन नंबर ओढून काढण्यात अयशस्वी. आपले कनेक्शन तपासा आणि पुन्हा प्रयत्न करा.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "आपण हा संदेश पाठवल्यापासून फक्त 3 तासांच्या आत संपादन करणे लागू केले जाऊ शकते.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "आपण हा संदेश पाठवल्यापासून फक्त 24 तासांच्या आत संपादन करणे लागू केले जाऊ शकते.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "रिंग होणे बंद झाले",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "सेटिंग",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "लहान ट्विक्स, दोष निवारण, आणि कामगिरी सुधारणा. Signal वापरल्याबद्दल आभारी आहोत!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "या रिलीज मध्ये Signal व्हाईस आणि व्हिडिओ कॉल्ससाठी अद्ययावत डिझाइनचा समावेश होतो. आता जरी आपला कॅमेरा सुरू नसला आणि आपले स्वतःचे सुंदर प्रतिबिंब शेअर करू शकला नाही तरीही वापरकर्त्याचा कॉलिंग इंटरफेस अद्याप विलक्षण दिसतो."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "आता आपण Signal मध्ये आपली निवडलेली भाषा आपले सिस्टिंम सेटिंग्ज न बदलता बदलू शकता (Signal सेटिंग्ज > स्वरूप > भाषा)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "आम्ही macOS डिव्हाइसेसवर कॉल लॉबी जॉईन करताना काही वेळा उद्भवणाऱ्या थोड्या विलंबाला दुरूस्त केले आहे, ज्यामुळे बैठकीला होणारा अर्ध्या-सेकंदाच्या विलंबाच्या एका कारणापासून सुटका देईल."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "जेव्हा कोणीतरी समूह कॉल मध्ये जोडला जातो किंवा समूह कॉलला सोडतो तेव्हा व्हिडिओ टाइल्ससाठी परिवर्तन अॅनिमेशन दुरूस्त केले आहे. जेव्हा आपणाला मित्राचा चेहरा दृश्य मध्ये दिसेल, ती एक सामाजिक हालचाल असेल."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "आता आपण चॅट्स शिर्षकामघील प्रोफाइल फोटो किंवा समूह अवतार यावर त्या चॅटमधील कोणत्याही न पाहिलेल्या स्टोरीज किंवा चॅट्स सेटिंग्ज द्रुतपणे अॅक्सेस करण्यासाठी क्लिक करु शकता. धन्यवाद, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Maklumat",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Padam",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Padam mesej",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Padam sembang?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Padam mesej?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Sembang ini akan dipadam daripada peranti ini.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Mesej dalam sembang ini akan dipadamkan daripada peranti ini. Anda masih boleh mencari sembang ini selepas anda memadamkan mesej.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Hidupkan deringan",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Lebih pilihan",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Anda",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Kamera anda dimatikan",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Gagal mengambil nombor telefon. Periksa sambungan anda dan cuba lagi.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Edit hanya boleh dibuat dalam masa 3 jam dari masa anda menghantar mesej ini.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Edit hanya boleh digunakan dalam masa 24 jam dari masa anda menghantar mesej ini.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Deringan dimatikan",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Tetapan",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Sedikit pengubahsuaian, pembaikan pepijat dan peningkatan prestasi. Terima kasih kerana menggunakan Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Keluaran ini termasuk reka bentuk yang dikemas kini untuk panggilan suara dan video Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Kini anda boleh menukar bahasa pilihan anda dalam Signal tanpa mengubah tetapan sistem anda (Tetapan Signal > Gaya > Bahasa)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Kami telah membaiki kelewatan yang kadangkala terjadi pada macOS selepas menyertai lobi panggilan."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Kami membetulkan animasi peralihan untuk jubin video apabila seseorang menyertai atau meninggalkan panggilan kumpulan."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Kini anda boleh klik pada foto profil atau avatar kumpulan dalam pengepala sembang untuk mengakses tetapan sembang dengan pantas atau melihat sebarang cerita yang tidak kelihatan daripada sembang itu. Terima kasih, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "အချက်အလက်",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "ဖျက်ရန်",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "မက်ဆေ့ချ်များကို ဖျက်ရန်",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "ချက်(တ်)ကို ဖျက်မည်လား။",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "မက်ဆေ့ချ်များကို ဖျက်မည်လား။",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ဤချက်(တ်)ကို ယခုစက်မှ ဖျက်လိုက်ပါမည်။",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ဤချက်(တ်)မှ မက်ဆေ့ချ်များကို ယခုစက်မှ ဖျက်လိုက်ပါမည်။ မက်ဆေ့ချ်များကို ဖျက်ပြီးနောက် ဤချက်(တ်)ကို သင် ရှာ၍ရပါသေးသည်။",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "ဖုန်းမြည်သံ ဖွင့်ရန်",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "နောက်ထပ် ရွေးစရာများ",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "သင်",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "သင့် ကင်မရာ ပိတ်ထားပါသည်",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "ဖုန်းနံပါတ် ထည့်ခြင်း မအောင်မြင်ပါ။ သင့်ချိတ်ဆက်မှုကို စစ်ဆေးပြီး ထပ်ကြိုးစားပါ။",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "ထိုမက်ဆေ့ချ်ကို ပေးပို့ခဲ့ချိန်မှ 3 နာရီအတွင်း၌သာ တည်းဖြတ်မှု လုပ်နိုင်ပါသည်။",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "ထိုမက်ဆေ့ချ်ကို ပေးပို့ခဲ့ချိန်မှ 24 နာရီအတွင်း၌သာ တည်းဖြတ်မှု လုပ်နိုင်ပါသည်။",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "ဖုန်းမြည်သံ ပိတ်ထားသည်",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "အပြင်အဆင်များ",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "အနေအထား ပြုပြင်မှုလေးများ၊ ချို့ယွင်းချက် ပြင်ဆင်မှုများနှင့် စွမ်းဆောင်ရည် မြှင့်တင်မှုများ။ Signal ကို သုံးသည့်အတွက် ကျေးဇူးတင်ပါသည်။",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "ဤထုတ်ဝေမှုတွင် Signal အသံနှင့် ဗီဒီယိုကောလ်များအတွက် အပ်ဒိတ်လုပ်ထားသည့် ဒီဇိုင်းတစ်ခု ပါဝင်ပါသည်။"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "ယခုအခါ သင့်စနစ်ဆက်တင်ကို မပြောင်းဘဲ Signal တွင် သင် ရွေးထားသော ဘာသာစကားကို ပြောင်းနိုင်ပါပြီ (Signal ဆက်တင် > ပုံပန်းသွင်ပြင် > ဘာသာစကား)။"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "macOS စက်များတွင် ကောလ် စောင့်ဆိုင်းခန်းသို့ ဝင်လိုက်သောအခါ တစ်ခါတစ်ရံ ဖြစ်ပေါ်တတ်သည့် ခဏတာနှောင့်နှေးမှုကို ကျွန်ုပ်တို့ ပြင်ဆင်ထားပါသည်။"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "အဖွဲ့ကောလ်တွင် လူတစ်ဦး ပါဝင်လာသောအခါ သို့မဟုတ် ထွက်ခွာသွားသောအခါ ပြသသည့် ဗီဒီယိုပြကွက်များအတွက် အကူးအပြောင်း အန်နီမေးရှင်းကို ကျွန်ုပ်တို့ ပြင်ဆင်ထားပါသည်။"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "ယခုအခါ ချက်(တ်)ဆက်တင်များကို လျင်မြန်စွာဝင်ကြည့်ရန် သို့မဟုတ် ထိုချက်(တ်)မှ မကြည့်ရသေးသော စတိုရီမှန်သမျှကို ကြည့်ရှုရန် ချက်(တ်)ခေါင်းစီးထဲမှ ပရိုဖိုင်ပုံ သို့မဟုတ် အဖွဲ့ရုပ်ပုံကို နှိပ်နိုင်ပါပြီ။ ကျေးဇူးပါ {linkToGithub}။"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Slett",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Slett meldingene",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Vil du slette samtalen?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Vil du slette meldingene?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Denne samtalen slettes fra denne enheten.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Alle meldingene i denne samtalen slettes fra enheten. Du kan søke etter samtalen selv om meldingene er slettet.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Slå på ringing",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Flere muligheter",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Deg",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Kameraet er skrudd av",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Kunne ikke hente telefonnummeret. Sjekk internettilkoblingen og prøv igjen.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Meldinger kan kun redigeres de første 3 timene etter at de ble sendt.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Meldinger kan kun redigeres de første 24 timene etter at de ble sendt.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Ringing av",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Innstillinger",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Noen små justeringer, feilrettinger og ytelsesforbedringer. Takk for at du bruker Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Lyd- og videosamtaler har fått et helt nytt design i denne utgaven av Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Nå kan du bytte språk i Signal uten å endre språket på enheten din (Gå til Signal-innstillingene > Design > Språk)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Det oppstod iblant forsinkelser når man forsøkte å bli med i samtaler via enheter med macOS – dette er nå fikset."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Vi har fikset opp i animasjonene som dukker opp når noen blir med i eller forlater en gruppesamtale."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Nå kan du trykke på profilbildene eller gruppebildene for å gå til innstillingene og storyene i samtaler. Takk for hjelpen, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -952,7 +952,7 @@
|
|||
"description": "View menu item to force the app to update download and install"
|
||||
},
|
||||
"icu:helpMenuShowKeyboardShortcuts": {
|
||||
"messageformat": "Toetsenbord-snelkoppelingen weergeven",
|
||||
"messageformat": "Sneltoetsen weergeven",
|
||||
"description": "Item under the help menu, pops up a screen showing the application's keyboard shortcuts"
|
||||
},
|
||||
"icu:contactUs": {
|
||||
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Berichtdetails",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Wissen",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Berichten wissen",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Chat verwijderen?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Berichten wissen?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Deze chat wordt alleen op dit apparaat verwijderd.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Berichten in deze chat worden van dit apparaat verwijderd. Je kunt nog steeds naar deze chat zoeken nadat je berichten hebt verwijderd.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Bellen inschakelen",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Meer opties",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Jij",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Je camera staat uit",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -1938,11 +1938,11 @@
|
|||
"description": "Header for permissions section of settings"
|
||||
},
|
||||
"icu:mediaPermissionsDescription": {
|
||||
"messageformat": "Ik geef de Signal-app toestemming om mijn microfoon te gebruiken",
|
||||
"messageformat": "Toegang tot de microfoon toestaan",
|
||||
"description": "Description of the media permission description"
|
||||
},
|
||||
"icu:mediaCameraPermissionsDescription": {
|
||||
"messageformat": "Ik geef de Signal-app toestemming om mijn camera te gebruiken",
|
||||
"messageformat": "Toegang tot de camera toestaan",
|
||||
"description": "Description of the media permission description"
|
||||
},
|
||||
"icu:general": {
|
||||
|
@ -2248,7 +2248,7 @@
|
|||
"description": "A notification shown in the conversation when a contact reinstalls"
|
||||
},
|
||||
"icu:safetyNumberChanges": {
|
||||
"messageformat": "Veiligheidsnummer veranderingen",
|
||||
"messageformat": "Veranderingen in veiligheidsnummer",
|
||||
"description": "Title for safety number changed modal"
|
||||
},
|
||||
"icu:safetyNumberChangedGroup": {
|
||||
|
@ -2284,7 +2284,7 @@
|
|||
"description": "Label text for dark theme"
|
||||
},
|
||||
"icu:themeSystem": {
|
||||
"messageformat": "Systeemstandaard volgen",
|
||||
"messageformat": "Systeemstandaard",
|
||||
"description": "Label text for system theme"
|
||||
},
|
||||
"icu:noteToSelf": {
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Het ophalen van het telefoonnummer is mislukt. Ga na dat je apparaat met het internet is verbonden en probeer het opnieuw.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Bewerkingen kunnen alleen worden toegepast binnen 3 uur vanaf het moment dat je dit bericht hebt verstuurd.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Berichten kunnen alleen binnen 24 uur na verzenden bewerkt worden.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3109,7 +3105,7 @@
|
|||
"description": "Expresses that 1, 2, 3, up to 9 are available shortcut keys"
|
||||
},
|
||||
"icu:Keyboard--header": {
|
||||
"messageformat": "Toetsenbord-snelkoppelingen",
|
||||
"messageformat": "Sneltoetsen",
|
||||
"description": "Title header of the keyboard shortcuts guide"
|
||||
},
|
||||
"icu:Keyboard--navigation-header": {
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Bellen uit",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Instellingen",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -4333,27 +4361,27 @@
|
|||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||
},
|
||||
"icu:GroupV2--group-link-add--disabled--you": {
|
||||
"messageformat": "Je hebt de groepslink ingeschakeld zonder vereiste beheerdersgoedkeuring van nieuwe leden.",
|
||||
"messageformat": "Je hebt de groepslink zonder beheerdersgoedkeuring van nieuwe leden ingeschakeld.",
|
||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||
},
|
||||
"icu:GroupV2--group-link-add--disabled--other": {
|
||||
"messageformat": "{adminName} heeft de groepslink ingeschakeld zonder vereiste beheerdersgoedkeuring van nieuwe leden.",
|
||||
"messageformat": "{adminName} heeft de groepslink zonder beheerdersgoedkeuring van nieuwe leden ingeschakeld.",
|
||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||
},
|
||||
"icu:GroupV2--group-link-add--disabled--unknown": {
|
||||
"messageformat": "De groepslink is ingeschakeld zonder vereiste beheerdersgoedkeuring van nieuwe leden.",
|
||||
"messageformat": "De groepslink zonder beheerdersgoedkeuring van nieuwe leden is ingeschakeld.",
|
||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||
},
|
||||
"icu:GroupV2--group-link-add--enabled--you": {
|
||||
"messageformat": "Je hebt de groepslink ingeschakeld met vereiste beheerdersgoedkeuring van nieuwe leden.",
|
||||
"messageformat": "Je hebt de groepslink met beheerdersgoedkeuring van nieuwe leden ingeschakeld.",
|
||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||
},
|
||||
"icu:GroupV2--group-link-add--enabled--other": {
|
||||
"messageformat": "{adminName} heeft de groepslink ingeschakeld met vereiste beheerdersgoedkeuring van nieuwe leden.",
|
||||
"messageformat": "{adminName} heeft de groepslink met beheerdersgoedkeuring van nieuwe leden ingeschakeld.",
|
||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||
},
|
||||
"icu:GroupV2--group-link-add--enabled--unknown": {
|
||||
"messageformat": "De groepslink is ingeschakeld met vereiste beheerdersgoedkeuring van nieuwe leden.",
|
||||
"messageformat": "De groepslink met beheerdersgoedkeuring van nieuwe leden is ingeschakeld.",
|
||||
"description": "Shown in timeline or conversation preview when v2 group changes"
|
||||
},
|
||||
"icu:GroupV2--group-link-remove--you": {
|
||||
|
@ -4797,7 +4825,7 @@
|
|||
"description": "This lets users share their group link"
|
||||
},
|
||||
"icu:GroupLinkManagement--confirm-reset": {
|
||||
"messageformat": "Weet je zeker dat je de groepslink wilt vernieuwen? Als je de link vernieuwt zullen mensen niet langer lid kunnen worden via de huidige link.",
|
||||
"messageformat": "Weet je zeker dat je de groepslink wilt vernieuwen? Als je de link vernieuwt kunnen mensen niet langer lid worden via de huidige link.",
|
||||
"description": "Shown in the confirmation dialog when an admin is about to reset the group link"
|
||||
},
|
||||
"icu:GroupLinkManagement--reset": {
|
||||
|
@ -6777,7 +6805,7 @@
|
|||
"description": "Text of disclaimer at the bottom of the username link modal"
|
||||
},
|
||||
"icu:UsernameLinkModalBody__reset": {
|
||||
"messageformat": "Standaardinstelling herstellen",
|
||||
"messageformat": "QR-code vernieuwen",
|
||||
"description": "Text of button at the bottom of the username link modal"
|
||||
},
|
||||
"icu:UsernameLinkModalBody__done": {
|
||||
|
@ -6789,11 +6817,11 @@
|
|||
"description": "ARIA label of button for selecting username link color"
|
||||
},
|
||||
"icu:UsernameLinkModalBody__reset__confirm": {
|
||||
"messageformat": "Als je je QR-code reset, werken je bestaande QR-code en link niet meer.",
|
||||
"messageformat": "Als je je QR-code vernieuwd, werken je bestaande QR-code en link niet meer.",
|
||||
"description": "Text of confirmation modal when resetting the username link"
|
||||
},
|
||||
"icu:UsernameLinkModalBody__resetting-link": {
|
||||
"messageformat": "Link aan het resetten…",
|
||||
"messageformat": "Link aan het vernieuwen…",
|
||||
"description": "Text shown when resetting the username link"
|
||||
},
|
||||
"icu:UsernameLinkModalBody__error__text": {
|
||||
|
@ -6961,7 +6989,7 @@
|
|||
"description": "Group chat multiple person typing indicator when space isn't available to show every avatar, this is the count of avatars hidden."
|
||||
},
|
||||
"icu:WhatsNew__modal-title": {
|
||||
"messageformat": "wat er nieuw is",
|
||||
"messageformat": "Wat er nieuw is",
|
||||
"description": "Title for the whats new modal"
|
||||
},
|
||||
"icu:WhatsNew__bugfixes": {
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Kleine aanpassingen, bugfixes en prestatieverbeteringen. Bedankt dat je Signal gebruikt!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Deze release bevat een bijgewerkt ontwerp voor video- en spraakoproepen in Signal. De gebruikersinterface waarmee je belt, ziet er nog steeds geweldig uit. Zelfs als je camera uitstaat en je niet naar je eigen, mooie spiegelbeeld kunt kijken."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Je kunt nu je geselecteerde taal in Signal wijzigen zonder je systeeminstellingen te wijzigen (Signal-instellingen > Uiterlijk > Taal)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "We hebben een korte vertraging opgelost die soms optrad tijdens het wachten in het wachtscherm op macOS-apparaten. Nu is er in ieder geval één excuus minder om een halve seconde te laat te zijn voor de vergadering."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "We hebben de overgangsanimaties gerepareerd voor videotegels die verschijnen wanneer iemand deelneemt aan een groepsoproep of deze verlaat. Wanneer je het gezicht van een contact in beeld ziet komen, dan is dat een sociale beweging."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Je kunt nu op een profielfoto of groepsafbeelding in de chatkop klikken om snel toegang te krijgen tot de chatinstellingen of om nog niet bekeken verhalen uit die chat te bekijken. Bedankt {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "ਜਾਣਕਾਰੀ",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "ਮਿਟਾਓ",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "ਸੁਨੇਹੇ ਮਿਟਾਓ",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "ਕੀ ਚੈਟ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "ਕੀ ਸੁਨੇਹਿਆਂ ਨੂੰ ਮਿਟਾਉਣਾ ਹੈ?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ਇਸ ਚੈਟ ਨੂੰ ਇਸ ਡਿਵਾਈਸ ਵਿੱਚੋਂ ਮਿਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ।",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ਇਸ ਚੈਟ ਵਿਚਲੇ ਸੁਨੇਹਿਆਂ ਨੂੰ ਇਸ ਡਿਵਾਈਸ ਵਿੱਚੋਂ ਮਿਟਾ ਦਿੱਤਾ ਜਾਵੇਗਾ। ਸੁਨੇਹੇ ਮਿਟਾਉਣ ਤੋਂ ਬਾਅਦ ਵੀ ਤੁਸੀਂ ਇਸ ਚੈਟ ਦੀ ਖੋਜ ਕਰ ਸਕਦੇ ਹੋ।",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "ਰਿੰਗ ਚਾਲੂ ਕਰੋ",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "ਹੋਰ ਵਿਕਲਪ",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "ਤੁਸੀਂ",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "ਤੁਹਾਡਾ ਕੈਮਰਾ ਬੰਦ ਹੈ",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "ਫ਼ੋਨ ਨੰਬਰ ਹਾਸਲ ਕਰਨ ਵਿੱਚ ਅਸਫਲ ਰਹੇ। ਆਪਣੇ ਕਨੈਕਸ਼ਨ ਦੀ ਜਾਂਚ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "ਇਸ ਸੁਨੇਹੇ ਨੂੰ ਭੇਜੇ ਜਾਣ ਤੋਂ 3 ਘੰਟੇ ਦੇ ਅੰਦਰ-ਅੰਦਰ ਹੀ ਸੋਧਿਆ ਜਾ ਸਕਦਾ ਹੈ।",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "ਇਸ ਸੁਨੇਹੇ ਨੂੰ ਭੇਜੇ ਜਾਣ ਤੋਂ 24 ਘੰਟੇ ਦੇ ਅੰਦਰ-ਅੰਦਰ ਹੀ ਇਸਨੂੰ ਸੋਧਿਆ ਜਾ ਸਕਦਾ ਹੈ।",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "ਰਿੰਗ ਬੰਦ ਹੈ",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "ਸੈਟਿੰਗਾਂ",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "ਛੋਟੇ-ਮੋਟੇ ਸੁਧਾਰ, ਖ਼ਰਾਬੀਆਂ ਨੂੰ ਦਰੁਸਤ ਅਤੇ ਪ੍ਰਦਰਸ਼ਨ ਨੂੰ ਬਿਹਤਰ ਬਣਾਇਆ ਗਿਆ ਹੈ। Signal ਦੀ ਵਰਤੋਂ ਕਰਨ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "ਇਸ ਰੀਲੀਜ਼ ਵਿੱਚ Signal ਵੌਇਸ ਅਤੇ ਵੀਡੀਓ ਕਾਲਾਂ ਲਈ ਇੱਕ ਅੱਪਡੇਟ ਕੀਤਾ ਡਿਜ਼ਾਈਨ ਸ਼ਾਮਲ ਹੈ।"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "ਹੁਣ ਤੁਸੀਂ ਆਪਣੀਆਂ ਸਿਸਟਮ ਸੈਟਿੰਗਾਂ ਨੂੰ ਬਦਲੇ ਬਿਨਾਂ Signal ਵਿੱਚ ਆਪਣੀ ਚੁਣੀ ਹੋਈ ਭਾਸ਼ਾ ਨੂੰ ਬਦਲ ਸਕਦੇ ਹੋ (Signal ਸੈਟਿੰਗਾਂ > ਦਿੱਖ > ਭਾਸ਼ਾ)।"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "ਅਸੀਂ macOS 'ਤੇ ਕਾਲ ਲਾਬੀ ਵਿੱਚ ਸ਼ਾਮਲ ਹੋਣ ਦੌਰਾਨ ਹੋਣ ਵਾਲੀ ਥੋੜ੍ਹੀ ਜਿਹੀ ਦੇਰੀ ਨੂੰ ਠੀਕ ਕੀਤਾ ਹੈ।"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "ਅਸੀਂ ਵੀਡੀਓ ਟਾਈਲਾਂ ਲਈ ਟ੍ਰਾਂਜੀਸ਼ਨ ਐਨੀਮੇਸ਼ਨ ਨੂੰ ਠੀਕ ਕੀਤਾ ਹੈ, ਜਦੋਂ ਕੋਈ ਗਰੁੱਪ ਕਾਲ ਵਿੱਚ ਸ਼ਾਮਲ ਹੁੰਦਾ ਹੈ ਜਾਂ ਕਾਲ ਨੂੰ ਛੱਡ ਕੇ ਜਾਂਦਾ ਹੈ।"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "ਹੁਣ ਤੁਸੀਂ ਚੈਟ ਸੈਟਿੰਗਾਂ ਨੂੰ ਤੇਜ਼ੀ ਨਾਲ ਐਕਸੈਸ ਕਰਨ ਲਈ ਜਾਂ ਉਸ ਚੈਟ ਤੋਂ ਕਿਸੇ ਵੀ ਅਣਦੇਖੀ ਕਹਾਣੀਆਂ ਨੂੰ ਦੇਖਣ ਲਈ ਚੈਟ ਹੈਡਰ ਵਿੱਚ ਪ੍ਰੋਫ਼ਾਈਲ ਫ਼ੋਟੋ ਜਾਂ ਗਰੁੱਪ ਅਵਤਾਰ 'ਤੇ ਕਲਿੱਕ ਕਰ ਸਕਦੇ ਹੋ। ਧੰਨਵਾਦ, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Informacje",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Usuń",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Usuń wiadomości",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Usunąć czat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Usunąć wiadomości?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Ten czat zostanie usunięty z tego urządzenia.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Wiadomości z tego czatu zostaną skasowane z tego urządzenia. Po skasowaniu wiadomości wciąż będziesz mieć możliwość wyszukania tego czatu.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Włącz dzwonek",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Więcej opcji",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Ty",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Twoja kamera jest wyłączona",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Nie udało się wyszukać numeru telefonu. Sprawdź połączenie z internetem i spróbuj ponownie.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Edycji można dokonać tylko w przeciągu 3 godzin od wysłania wiadomości.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Edycji można dokonać tylko w przeciągu 24 godzin od wysłania wiadomości.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Dzwonek wył.",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Ustawienia",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Małe ulepszenia, poprawki błędów i zwiększona funkcjonalność. Dzięki za korzystanie z Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Ta wersja zawiera zaktualizowany wygląd połączeń głosowych i wideo Signal. Od teraz interfejs osoby dzwoniącej nadal będzie świetnie wyglądać, nawet jeśli Twoja kamerka jest wyłączona i nie możesz przyglądać się swojemu pięknemu odbiciu."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Teraz można zmienić wybrany język w aplikacji Signal bez zmiany ustawień systemowych (Ustawienia Signal > Wygląd > Język)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Naprawiliśmy krótkie opóźnienie, które czasem występowało w trakcie dołączania do połączenia na urządzeniach z macOS, co powinno wyeliminować przynajmniej jedną z wymówek dla półsekundowego spóźnienia na spotkanie."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Poprawiliśmy efekt przejścia w kafelkach wideo — ten, który uruchamia się, gdy ktoś dołącza do połączenia grupowego lub je opuszcza. Angielskie wyjście jeszcze nigdy nie było tak proste."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Od teraz możesz kliknąć w zdjęcie profilowe lub awatar grupy w nagłówku czatu, aby szybko uzyskać dostęp do ustawień czatu lub wyświetlić wszystkie niewyświetlone relacje z tego czatu. Dzięki, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Apagar",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Excluir mensagens",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Quer excluir o chat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Apagar mensagens?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Este chat será excluído do dispositivo.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "As mensagens neste chat serão excluídas deste dispositivo. Você pode pesquisar neste chat antes de excluir mensagens.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Ativar toque",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Mais opções",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Você",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Sua câmera está desligada",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Falha ao buscar o número de telefone. Verifique a sua conexão e tente novamente.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Só é possível fazer edições no período de '{'0'}' horas após enviar esta mensagem.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Só é possível fazer edições no período de 24 horas após enviar esta mensagem.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Toque desligado",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Configurações",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Pequenas alterações adicionais, correções de bugs e melhorias de desempenho. Agradecemos por usar o Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Nesta versão, as chamadas de voz e de vídeo do Signal ganharam um novo design."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Agora você pode mudar o idioma do Signal sem alterar as configurações do seu sistema (Configurações do Signal > Aparência > Idioma)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Corrigimos um atraso pequeno que às vezes acontecia no macOS, após entrar no lobby de uma chamada."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Corrigimos a animação de transição para blocos de vídeo quando alguém entra ou sai de uma chamada em grupo."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Agora você pode clicar em uma foto de perfil ou avatar de grupo no nome do chat para acessar rapidamente as configurações do chat ou ver stories não visualizados da conversa. Valeu, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Eliminar",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Eliminar mensagens",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Eliminar chat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Eliminar mensagens?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Este chat será eliminado deste dispositivo.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "As mensagens neste chat serão eliminadas deste dispositivo. Ainda pode procurar este chat após eliminar as mensagens.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Ativar toque",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Mais opções",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Você",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "A sua câmara encontra-se desligada",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Falha ao procurar o número de telefone. Verifique a sua ligação e tente novamente.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "As edições só podem ser aplicadas dentro de 3 horas a partir do momento em que enviou esta mensagem.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "As edições só podem ser aplicadas dentro de 24 horas a partir do momento em que enviou esta mensagem.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Toque desligado",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Definições",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Pequenos ajustes adicionais, correções de bugs e melhorias de desempenho. Obrigado por usar o Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Esta versão inclui um design atualizado para chamadas de voz e vídeo do Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Agora pode alterar o idioma selecionado no Signal sem alterar as definições do sistema (Definições do Signal > Aparência > Idioma)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Corrigimos um breve atraso que às vezes ocorria ao entrar num lobby de chamadas em dispositivos macOS."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Corrigimos a animação de transição para os mosaicos de vídeo quando alguém entra ou sai de uma chamada em grupo."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Agora pode clicar numa foto de perfil ou avatar de grupo no cabeçalho do chat para aceder rapidamente às definições de chat ou ver quaisquer histórias não vistas desse chat. Obrigado, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Informații",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Șterge",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Șterge mesajele",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Ștergi conversația?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Ștergi mesajele?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Această conversație va fi ștearsă de pe acest dispozitiv.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Mesajele din această conversație vor fi șterse de pe acest dispozitiv. Poți căuta în continuare acest chat, după ce ștergi mesajele.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Activează soneria",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Mai multe opțiuni",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Tu",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Camera ta este oprită",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Nu s-a găsit numărul de telefon. Verifică conexiunea și încearcă din nou.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Modificările pot fi aplicate numai în termen de 3 de ore din momentul în care ai trimis acest mesaj.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Editările pot fi făcute numai în termen de 24 de ore de la trimiterea acestui mesaj.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Sunet de apel dezactivat",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Setări",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Mici ajustări, soluționări de bug-uri și îmbunătățiri ale performanței. Mersi că folosești Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Această versiune include un design actualizat pentru apelurile Signal vocale și video. Acum, interfața cu utilizatorul care apelează va arăta în continuare fantastic, chiar dacă camera nu este pornită și nu te poți uita la propria ta reflexie frumoasă."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Acum poți schimba limba selectată în Signal fără a modifica setările sistemului (Setări semnal > Aspect > Limbă)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Am remediat o scurtă întârziere care avea loc uneori în zona de așteptare a participării la un apel, pe dispozitive macOS, ceea ce ar trebui să nu-ți mai lase loc de nicio scuză atunci când ai întârziat o jumătate de secundă la întâlnire."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Am remediat animația de tranziție, atunci când cineva se alătură sau părăsește un apel de grup. Când apare pe ecran fața unui prieten, acest lucru indică activitate pe rețeaua de socializare."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Acum poți da clic pe o poză de profil sau pe un avatar de grup din antetul chatului pentru a accesa rapid setările de chat sau pentru a vedea orice povești nevăzute din acel chat. Mulțumesc, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Информация",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Удалить",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Удалить сообщения",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Удалить чат?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Удалить сообщения?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Этот чат будет удалён с этого устройства.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Сообщения в этом чате будут удалены с этого устройства. После удаления сообщений вы сможете продолжать поиск по этому чату.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Включить звонок",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Больше опций",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Вы",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Ваша камера отключена",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Не удалось выполнить запрос по номеру телефона. Проверьте ваше подключение к интернету и попробуйте ещё раз.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Изменения могут быть внесены только в течение '{'0'}' часа(-ов) с момента отправки этого сообщения.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Изменения могут быть внесены только в течение 24 часов с момента отправки этого сообщения.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Звонки отключены",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Настройки",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Небольшие изменения, исправления ошибок и улучшения производительности. Спасибо за то, что пользуетесь Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "В этом релизе обновлён дизайн интерфейса для аудио- и видеозвонков Signal. Теперь пользовательский интерфейс звонящего будет выглядеть потрясающе, даже если камера не включена и вы не можете полюбоваться на собственное прекрасное отражение."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Теперь можно изменить выбранный язык в Signal без изменения системных настроек (Настройки Signal > Настройки интерфейса > Язык)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Мы устранили небольшую задержку, которая иногда возникала при подключении к лобби звонка на устройствах с macOS. Исчезла как минимум одна причина для секундного опоздания на совещание."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Мы исправили анимацию перехода для плиток с видео, когда кто-то присоединяется к групповому звонку или покидает его. Теперь, когда лицо друга появляется на экране во время группового звонка, вы знаете, как выглядит настоящая социальная активность."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Теперь вы можете нажать на фото профиля или аватар группы в заголовке чата, чтобы быстро получить доступ к настройкам чата или увидеть все непросмотренные истории из него. Спасибо, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Vymazať",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Vymazať správy",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Vymazať čet?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Vymazať správy?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Tento čet sa vymaže z tohto zariadenia.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Správy v tomto čete budú vymazané z tohto zariadenia. Po vymazaní správ budete môcť tento čet stále vyhľadať.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Zapnúť zvonenie",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Viac možností",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Vy",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Váš fotoaparát je vypnutý",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Nepodarilo sa načítať telefónne číslo. Skontrolujte pripojenie a skúste to znova.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Úpravy je možné vykonať len do 3 hodín od odoslania tejto správy.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Úpravy je možné vykonať len do 24 hodín od odoslania tejto správy.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Zvonenie vypnuté",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Nastavenia",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Malé úpravy, opravy chýb a vylepšenia výkonu. Ďakujeme, že používate Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Toto vydanie zahŕňa aktualizovaný dizajn pre hlasové a video hovory."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Teraz môžete zmeniť vybraný jazyk v aplikácii Signal bez toho, aby ste zmenili nastavenia systému (Nastavenia Signal > Vzhľad > Jazyk)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Odstránili sme krátke oneskorenie, ktoré sa občas vyskytlo na macOS pri čakaní na pripojenie k hovoru."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Opravili sme animáciu prechodu pre dlaždice videa, keď sa niekto pripojí alebo opustí skupinový hovor."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Teraz môžete kliknúť na profilovú fotografiu alebo avatar skupiny v hlavičke četu pre rýchly prechod k nastaveniam četu alebo zobrazenie nepozretých príbehov z tohto četu. Ďakujeme, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Izbriši",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Izbriši sporočila",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Želite izbrisati klepet?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Izbrišem sporočila?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Ta klepet bo izbrisan s te naprave.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Sporočila v tem klepetu bodo izbrisana iz te naprave. Ko izbrišete sporočila, lahko še vedno iščete ta klepet.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Vključi zvonjenje",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Več možnosti",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Vi",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Vaša kamera je izključena",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Ne najdemo številke. Preverite internetno povezavo in poskusite znova.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Urejanje je mogoče uporabiti samo v 3 urah od trenutka, ko ste poslali to sporočilo.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Urejanje je mogoče uporabiti samo v 24 urah od trenutka, ko ste poslali to sporočilo.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Zvonjenje je izključeno",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Nastavitve",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Majhne prilagoditve, popravki napak in izboljšave zmogljivosti. Hvala, da uporabljate Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Ta izdaja vključuje posodobljeno zasnovo za glasovne in video klice Signal. Zdaj bo uporabniški vmesnik za klicanje še vedno videti fantastično, tudi če vaša kamera ni vklopljena in ne morete strmeti v svoj čudovit odsev."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Zdaj lahko spremenite izbrani jezik v Signalu, ne da bi spremenili sistemske nastavitve (Nastavitve signala > Videz > Jezik)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Popravili smo kratko zamudo, do katere je včasih prišlo med pridružitvijo preddverju klicev v napravah macOS, kar bi moralo odpraviti vsaj en izgovor za polsekundno zamudo na sestanek."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Popravili smo animacijo prehoda za video ploščice, ko se nekdo pridruži ali zapusti skupinski klic. Ko se pred vami prikaže prijateljev obraz, je to družbeno gibanje."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Zdaj lahko kliknete profilno fotografijo ali avatar skupine v glavi klepeta, da hitro dostopate do nastavitev klepeta ali si ogledate zgodbe iz tega klepeta, ki jih še niste videli. Hvala, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Fshije",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Fshi mesazhet",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Të fshihet biseda?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Të fshihen mesazhet?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Kjo bisedë do të fshihet nga kjo pajisjeje.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Mesazhet në këtë bisedë do të fshihen nga kjo pajisje. Mund ta kërkosh ende këtë bisedë pasi të fshish mesazhet.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Aktivizo zilen",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Opsione të tjera",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Ti",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Kamera juaj është e fikur",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "S’u arrit të sillej numër telefoni. Kontrolloni lidhjen tuaj dhe riprovoni.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Ndryshimet mund të zbatohen vetëm brenda 3 orëve nga momenti që dërgove këtë mesazh.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Përpunimet mund të zbatohen vetëm brenda 24 orëve nga momenti që dërgove këtë mesazh.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Zilja nuk po bie",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Rregullime",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Rregullme të vogla, riparime të gabimeve dhe përmirësime të mbarëvajtjes. Faleminderit që përdorni Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Ky version përfshin një dizajn të përditësuar për thirrjet zanore dhe me video në Signal. Tani ndërfaqja e përdoruesit që telefonon do të duket fantastike, edhe nëse kamera jote nuk është e ndezur dhe nuk shikon pasqyrimin tënd të bukur."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Tani mund ta ndryshosh gjuhën e zgjedhur në Signal pa ndryshuar cilësimet e sistemit (Cilësimet e Signal > Pamja > Gjuha)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Vonesa e shkurtër që shkaktohej ndonjëherë në pajisjet macOS teksa i bashkoheshit thirrjeve në zonën virtuale pritëse është rregulluar, gjë e cila duhet të mos justifikojë më të paktën një arsye lidhur me vonesën prej gjysmë sekonde në takim."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Kemi rregulluar efektin e animimit të kalimit nga një ndarje në një ndarje tjetër të ekranit të videos kur dikush bashkohet ose largohet nga një telefonatë në grup. Të shohësh fytyrën e një miku që të shfaqet në ekran quhet lëvizje shoqërore."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Tani mund të klikosh në një foto profili ose në një avatar grupi në krye të bisedës për të hyrë shpejt te cilësimet e bisedës ose për të parë postime që ende nuk i keni parë nga ajo bisedë. Faleminderit, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Инфо",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Избриши",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Избриши поруке",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Желите ли да избришете ћаскање?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Желите ли да избришете поруку?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Ћаскање ће бити избрисано са овог уређаја.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Поруке у овом ћаскању ће бити избрисане са овог уређаја. И даље можете да тражите ово ћаскање након што избришете поруке.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Укључи звоно",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Више опција",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Ви",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Ваша камера је искључена",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Није могуће налазити број телефона. Проверите да ли сте повезани на интернет и покушајте поново.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Измене се могу применити само у року од 3 сата од тренутка када сте послали ову поруку.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Измене се могу применити само у року од 24 сата од тренутка када сте послали ову поруку.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Звоно је искључено",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Подешавања",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Obavili smo manja fina prilagođavanja, ispravke grešaka i poboljšanja performansi. Hvala što koristite Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Ово издање обухвата ажурирани дизајн за гласовне и видео позиве у Signal-у."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Сада можете да промените изабрани језик у Signal-у без промене подешавања система (Подешавања Signal-а > Изглед > Језик)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Исправили смо кратко кашњење које се понекад дешавало на уређајима macOS након уласка у лоби за позиве."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Поправили смо анимацију прелаза код видео плочица када се неко придружи групном позиву или га напусти."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Сада можете да кликнете на профилну слику или аватар групе у заглављу ћаскања да бисте брзо приступили подешавањима ћаскања или прегледали све непрегледане приче из тог ћаскања. Хвала, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Ta bort",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Ta bort meddelanden",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Ta bort chatt?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Ta bort meddelanden?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Denna chatt kommer att tas bort från denna enhet.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Meddelanden i den här chatten kommer att tas bort från den här enheten. Du kan fortfarande söka efter den här chatten när du har tagit bort meddelanden.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Slå på ringsignal",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Fler alternativ",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Du",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Din kamera är avstängd",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Det gick inte att hämta telefonnummer. Kontrollera din anslutning och försök igen.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Redigeringar kan bara tillämpas inom 3 timmar från det att du skickade det här meddelandet.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Redigeringar kan bara tillämpas inom 24 timmar från det att du skickade det här meddelandet.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Ringsignal av",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Inställningar",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Små justeringer, buggfixar och prestandaförbättringar. Tack för att du använder Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Denna version innehåller en uppdaterad design för Signals röst- och videosamtal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Nu kan du ändra ditt valda språk i Signal utan att ändra dina systeminställningar (Signal-inställningar > Utseende > Språk)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Vi åtgärdade en kort fördröjning som ibland uppstod i macOS efter att man gått med i en samtalslobby."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Vi har åtgärdat övergångsanimationen för videobrickor när någon går med i eller lämnar ett gruppsamtal."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Nu kan du klicka på en profilbild eller gruppavatar i chattrubriken för att snabbt komma åt chattinställningar eller visa ovisade berättelser från den chatten. Tack @!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Maelezo",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Futa",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Futa jumbe",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Ungependa kufuta gumzo?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Futa ujumbe?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Gumzo hili litafutwa kwenye kifaa hiki.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Jumbe kwenye gumzo hili zitafutwa kutoka kwenye kifaa hiki. Bado unaweza kutafuta gumzo hili baada ya kufuta jumbe.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Washa sauti ya kuitana",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Chaguzi zaidi",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Wewe",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Kamera yako imezimwa",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Imeshindikana kupata nambari ya simu. Angalia muunganisho wa mtandao wako kisha ujaribu tena.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Uhariri unaweza kufanywa ndani ya saa 3 kutoka muda uliotuma ujumbe huu.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Mabadiliko yanaweza kufanywa ndani ya saa 3 kutoka muda uliotuma ujumbe huu.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Sauti ya kuitana imezimwa",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Mipangilio",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Mabadiliko madogo, marekebisho ya bugs na uboreshaji wa utendaji. Asante kwa kutumia Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Toleo hili linajumuisha muundo uliosasishwa kwa ajili ya simu ya kawaida na video. Sasa kiolezo cha mpiga simu bado kitaonekana vizuri hata kama kamera haijawashwa na huwezi kutazama sura yako nzuri."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Sasa unaweza kubadilisha lugha uliyochagua katika Signal bila kubadili mipangilio ya mfumo wako (Mipangilio ya Signal> Muonekano > Lugha)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Tumerekebisha ucheleweshaji mfupi ambao wakati mwingine ulitokea wakati wa kujiunga na chumba cha kupiga simu kwenye vifaa vya macOS, jambo ambalo linapaswa kuondoa angalau kisingizio kimoja cha kuchelewa mkutanoni kwa nusu sekunde."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Tumerekebisha mpito wa uhuishaji wa video za picha mtu anapojiunga au anapoondoka kwenye simu ya kikundi. Unapoona uso wa rafiki kwenye muonekano, hiyo ni harakati ya kijamii."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Sasa unaweza kubofya kwenye picha ya wasifu au avatar kwenye chanzo cha gumzo ili kufikia kwa haraka mipangilio ya gumzo au kutazama hadithi zozote ambazo hazikutazamwa kwenye gumzo hilo. Asante, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "தகவல்",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "நீக்கு",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "மெசேஜ்களை நீக்கு",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "சாட்டை நீக்க வேண்டுமா?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "மெசேஜ்களை நீக்க வேண்டுமா?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "இது அரட்டை இந்த டிவைசிலிருந்து நீக்கப்படும்.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "இந்த சாட்டில் உள்ள மெசேஜ்கள் இந்த டிவைஸிலிருந்து நீக்கப்படும். மெசேஜ்களை நீக்கிய பிறகும் நீங்கள் இந்த சாட்டைத் தேடலாம்.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "ரிங்கிங்கை ஆன் செய்யும்",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "அதிக விருப்பத்தேர்வுகள்",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "நீங்கள்",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "உங்கள் புகைப்பட கருவி அணைக்கப்பட்டுள்ளது",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "தொலைபேசி எண்ணைப் பெறுவதில் தோல்வி. உங்கள் இணைப்பைச் சரிபார்த்து மீண்டும்முயற்சிக்கவும்.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "நீங்கள் இந்த மெசேஜை அனுப்பியதிலிருந்து 3 மணிநேரத்திற்குள் மட்டுமே திருத்தங்களைப் பயன்படுத்த முடியும்.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "நீங்கள் இந்த மெசேஜை அனுப்பியதிலிருந்து 24 மணிநேரத்திற்குள் மட்டுமே திருத்தங்களைச் செய்ய முடியும்.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "ரிங்கிங்கை ஆஃப் செய்யும்",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "அமைப்புகள்",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "சிறு மாற்றங்கள், பிழை திருத்தங்கள் மற்றும் செயல்திறன் மேம்பாடுகள். சிக்னலைப் பயன்படுத்தியதற்கு நன்றி!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "இந்த வெளியீட்டில் Signal குரல் மற்றும் வீடியோ அழைப்புகளுக்கான மேம்படுத்தப்பட்ட வடிவமைப்பு உள்ளது. உங்கள் கேமரா இயங்காமல் இருந்தாலும், உங்களுடைய அழகிய பிரதிபலிப்பை உங்களால் பார்க்க முடியாவிட்டாலும், இப்போது காலிங் யூசர் இண்டர்ஃபேஸ் இன்னும் அழகாக இருக்கும்."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "இப்போது உங்கள் சிஸ்டம் அமைப்புகளை மாற்றாமலேயே நீங்கள் தேர்ந்தெடுத்த மொழியை Signal இல் மாற்றலாம் (Signal அமைப்புகள் > தோற்றம் > மொழி)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "சில சமயங்களில் macOS சாதனங்களில் அழைப்பு லாபியில் சேரும்போது ஏற்படும் ஒரு சிறிய தாமதத்தை நாங்கள் சரி செய்து விட்டோம்."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "யாராவது குழு அழைப்பில் சேரும்போது அல்லது வெளியேறும்போது வீடியோ டைல்களுக்கான டிரான்சிஷன் அனிமேஷனை நாங்கள் சரிசெய்துள்ளோம். யாராவது குழு அழைப்பில் சேரும்போது அல்லது வெளியேறும்போது வீடியோ டைல்களுக்கான டிரான்சிஷன் அனிமேஷனை நாங்கள் சரிசெய்துள்ளோம்."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "சாட் அமைப்புகளை விரைவாக அணுக அல்லது அந்த சாட்டில் இருந்து பார்க்கப்படாத ஸ்டோரீஸைப் பார்க்க, சாட் முகப்பில் உள்ள ப்ரொஃபைல் புகைப்படம் அல்லது குழு புகைப்படத்தைக் க்ளிக் செய்யலாம். நன்றி, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "సమాచారం",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "తొలగించండి",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "సందేశాలను తొలగించండి",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "చాట్ తొలగించేదా?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "సందేశాలను తొలగించేదా?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ఈ పరికరం నుండి ఈ చాట్ తొలగించబడుతుంది.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ఈ పరికరం నుండి ఈ చాట్లోని సందేశాలు తొలగించబడతాయి. మీరు సందేశాలను తొలగించిన తర్వాత కూడా మీరు ఇంకా ఈ చాట్ కోసం శోధించవచ్చు.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "రింగింగ్ ఆన్ చేయండి",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "మరిన్ని ఎంపికలు",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "మీరు",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "మీ కెమెరా ఆఫ్లో ఉంది",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "ఫోన్ నెంబర్ పొందడం విఫలమైంది. మీ కనెక్షన్ చెక్ చేసి, మళ్లీ ప్రయత్నించండి.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "ఈ సందేశాన్ని మీరు పంపిన సమయం నుంచి 3 గంటలలోపు మాత్రమే సవరణలు వర్తింపజేయబడతాయి.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "ఈ సందేశాన్ని మీరు పంపిన సమయం నుంచి 24 గంటలలోపు మాత్రమే సవరణలు వర్తింపజేయబడతాయి.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "రింగ్ ఆఫ్లో ఉంది",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "అమరికలు",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "చిన్న ట్వీక్లు, బగ్ ఫిక్స్లు, మరియు పనితీరు మెరుగుదలలు. Signal ఉపయోగించినందుకు మీకు ధన్యవాదాలు!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "ఈ విడుదల Signal స్వర మరియు వీడియో కాల్ల కోసం అప్డేట్ చేయబడిన డిజైన్ను కలిగి ఉంది. ఒకవేళ మీ కెమెరా ఆన్లో లేనప్పటికీ మరియు మీ స్వంత అందమైన ప్రతిబింబాన్ని మీరు తదేకంగా చూడలేకపోయినా కాలింగ్ యూజర్ ఇంటర్ఫేస్ ఇప్పుడు ఇంకా అద్భుతంగా కనిపిస్తుంది."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "మీ సిస్టమ్ సెట్టింగ్లను మార్చకుండానే Signal లో మీరు ఎంచుకున్న భాషను ఇప్పుడు మీరు మార్చవచ్చు (Signal సెట్టింగ్లు > రూపం > భాష)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "కాల్ లాబీలో చేరిన తర్వాత macOS లో కొన్నిసార్లు జరిగిన కొద్దిపాటి ఆలస్యాన్ని మేము పరిష్కరించాము."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "ఎవరైనా గ్రూప్ కాల్లో చేరినప్పుడు లేదా వదిలి వెళ్ళినప్పుడు వీడియో టైల్స్ కోసం స్థిత్యంతర యానిమేషన్ను మేము పరిష్కరించాము. స్నేహితుడి ముఖాన్ని చూసినప్పుడు వీక్షణలోకి జారుకోండి, ఇది ఒక సామాజిక చేష్ట."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "చాట్ సెట్టింగ్లను వేగంగా యాక్సెస్ చేయడానికి లేదా ఆ చాట్ నుండి కనిపించని కథలను వీక్షించడానికి చాట్ హెడర్లోని ప్రొఫైల్ ఫోటో లేదా గ్రూప్ అవతార్పై ఇప్పుడు మీరు క్లిక్ చేయవచ్చు. ధన్యవాదాలు, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "ข้อมูล",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "ลบ",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "ลบข้อความ",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "ลบแชทใช่หรือไม่",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "ลบข้อความหรือไม่",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "ระบบจะลบแชทนี้ออกจากอุปกรณ์เครื่องนี้",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "ระบบจะลบข้อความในแชทออกจากอุปกรณ์เครื่องนี้ โดยคุณจะยังสามารถค้นหาแชทนี้ได้แม้จะลบข้อความไปแล้ว",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "เปิดการส่งเสียงเรียกสาย",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "ตัวเลือกเพิ่มเติม",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "คุณ",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "กล้องของคุณปิดอยู่",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "ไม่สามารถดึงหมายเลขโทรศัพท์ได้ ตรวจสอบการเชื่อมต่อของคุณแล้วลองอีกครั้ง",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "สามารถแก้ไขข้อความนี้ได้ภายใน 3 ชั่วโมงนับจากเวลาที่คุณส่ง",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "สามารถแก้ไขข้อความนี้ได้ภายใน 24 ชั่วโมงนับจากเวลาที่คุณส่ง",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "การส่งเสียงเรียกสายปิดอยู่",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "การตั้งค่า",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "มีการปรับเปลี่ยนเล็กน้อย พร้อมแก้ไขบั๊ก และการพัฒนาประสิทธิภาพให้ดียิ่งขึ้น ขอขอบคุณที่เลือกใช้ Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "การอัปเดตครั้งนี้มาพร้อมการอัปลุคดีไซน์ใหม่ ปรับโฉมให้การโทรด้วยเสียงและวิดีโอคอลของ Signal ดูดีแถมใช้งานสะดวกยิ่งขึ้นอีก"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "ให้คุณเปลี่ยนภาษาที่แสดงในแอป Signal แบบง่ายๆ เลือกได้ตามใจไม่ว่าระบบของเครื่องจะใช้ภาษาอะไรอยู่ (ไปที่การตั้งค่า Signal > ลักษณะ > ภาษา)"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "เราจัดการแก้ไขปัญหาที่อาจเคยทำให้ผู้ใช้ macOS เจอกับความล่าช้าเล็กน้อยเวลาเข้าร่วมการโทร"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "เราปรับปรุงรูปแบบของการเคลื่อนไหวในตอนที่สมาชิกเข้าร่วมหรือออกจากสายวิดีโอคอลกลุ่ม"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "พัฒนาให้คุณสามารถคลิกที่รูปโปรไฟล์หรือภาพประจำตัวกลุ่มจากตรงแถบด้านบนของแชท เพื่อเข้าถึงการตั้งค่าแชทได้ทันที ทั้งยังสามารถเปิดดูสตอรี่ใหม่ในแชทนั้นได้เลยอีกด้วย ขอบคุณ {linkToGithub} สำหรับการปรับปรุงครั้งนี้!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Info",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Burahin",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Burahin ang message",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Gusto mo bang burahin ang chat?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Gusto mo bang burahin ang message?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Mabubura ang chat mula sa device na ito.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Buburahin mula sa device na ito ang lahat ng messages sa chat na ito. Pwede mo pa ring i-search ang chat na ito pagkatapos mong magbura ng message.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "I-on ang pag-ring",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Karagdagang options",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Ikaw",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Naka-off ang camera mo",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Failed to fetch phone number. I-check ang iyong internet connection at subukan ulit.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Mayroon ka lang 3 oras para i-edit ang message pagkatapos mo itong i-send.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "May 3 oras ka lang para i-edit ang message pagkatapos mo itong i-send.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Naka-off ang pag-ring",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Settings",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Dagdag na maliliit na pag-aayos, pag-alis ng bugs, at pagpapaganda ng takbo ng app. Maraming salamat sa paggamit ng Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Kasama sa release na ito ang updated design para sa voice at video calls ng Signal."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Ngayon, pwede mo nang baguhin ang iyong napiling wika sa Signal nang hindi binabago ang system settings mo (Signal Settings > Appearance > Language)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Inayos namin ang maikling delay na nangyayari minsan sa macOS pagkatapos mag-join sa isang call lobby."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Inayos namin ang transition animation ng video tiles kapag may sumali o umalis sa group call."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Ngayon, pwede ka nang mag-click ng profile photo o group avatar sa chat header para ma-access agad ang chat settings o tignan ang unseen stories mula sa chat na ito. Maraming salamat, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Bilgi",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Sil",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Mesajları sil",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Sohbet silinsin mi?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Mesajları sil?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Bu sohbet, bu cihazdan silinecektir.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Bu sohbetteki mesajlar bu cihazdan silinecek. Mesajları sildikten sonra da bu sohbeti arayabilirsin.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Zil sesini aç",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Daha fazla seçenek",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Sen",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Kameranız kapalı",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Telefon numarası alınamadı. Bağlantınızı kontrol edip tekrar deneyin.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Düzenlemeler yalnızca bu mesajı gönderdikten sonraki 3 saat içinde uygulanabilir.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Düzenlemeler yalnızca bu mesajı gönderdikten sonraki 24 saat içinde uygulanabilir.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Zil kapalı",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Ayarlar",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Küçük ince ayarlar, hata düzeltmeleri ve performans geliştirmeleri yaptık. Signal'i kullandığın için teşekkürler!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Bu sürüm, Signal sesli ve görüntülü aramalar için güncellenmiş bir tasarım içerir. Artık arayan kullanıcı arayüzü, kameran açık olmasa bile harika görünmeye devam edecek."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Artık sistem ayarlarını (Signal Ayarları > Görünüm > Dil) değiştirmeden Signal'de seçtiğin dili değiştirebilirsin."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "MacOS üzerinde bir arama lobisine katıldıktan sonra bazen meydana gelen kısa bir gecikmeyi düzelttik."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Birisi grup görüşmesine katıldığında veya grup görüşmesinden ayrıldığında video karelerinin geçiş animasyonunu düzelttik. Bir arkadaşının yüzünün görüş alanına kaydığını gördüğünde, bu heyecan verici bir andır."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Artık sohbet ayarlarına hızlı bir şekilde erişmek veya bu sohbetteki görünmeyen hikayeleri görüntülemek için sohbet başlığındaki bir profil fotoğrafına veya grup avatarına tıklayabilirsin. Teşekkürler {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "ئۇچۇر",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "ئۆچۈر",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "ئۇچۇر ئۆچۈرۈش",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "سۆھبەتنى ئۆچۈرەمسىز؟",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "ئۇچۇرنى ئۆچۈرەمسىز؟",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "بۇ پاراڭ بۇ ئۈسكۈنىدىن ئۆچۈرۈلىدۇ.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "بۇ پاراڭدىكى ئۇچۇرلار بۇ ئۈسكۈنىدىن ئۆچۈرۈلىدۇ. ئۇچۇرلارنى ئۆچۈرگەندىن كېيىنمۇ بۇ پاراڭنى يەنىلا تاپالايسىز.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "قوڭغۇراقنى ئېچىش",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "تېخىمۇ كۆپ تاللاش",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "سىز",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "كامېرا تاقاق",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "تېلېفون نومۇرىغا ئېرىشەلمىدى. تور ئۇلىنىشىڭىزنى تەكشۈرۈپ قايتا سىناڭ.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "بۇ ئۇچۇرنى يوللاپ پەقەت 3 سائەت ئىچىدىلا تەھرىرلەشكە بولىدۇ.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "بۇ ئۇچۇرنى يوللاپ 24 سائەت ئىچىدىلا تەھرىرلەشكە بولىدۇ.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "قوڭغۇراق ئېتىك",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "تەڭشەكلەر",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "كىچىك ئۆزگەرتىشلەر كىرگۈزۈلدى، كاشىلا ھەل قىلىندى ۋە ئىقتىدار ئەلالاشتۇرۇلدى. Signal نى ئىشلەتكەنلىكىڭىزگە رەھمەت!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "بۇ نۇسخىدا Signal ئاۋازى ۋە ئاۋازلىق چاقىرىقىغا يېڭىلاش كىرگۈزۈلدى."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "ئەمدى Signal دا تۆۋەندىكى ئۇسۇل بىلەن سىستېما تىلىنى ئۆزگەرتمەي تۇرۇپمۇ تاللىغان تىلىڭىزنى ئۆزگەرتەلەيسىز (Signal تەڭشەك > كۆرۈنۈش > تىل)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "چاقىرىق زالىغا قوشۇلغاندا macOS ئۈسكۈنىلەردە بەزى ۋاقىتلاردا كۆرۈلىدىغان كېچىكىش مەسىلىسىنى ھەل قىلدۇق."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "بىرەيلەن گۇرۇپپا چاقىرىقىغا قوشۇلغان ياكى ئۇنىڭدىن ئايرىلغاندىكى ۋىدېيو ئۆتكۈنچى كارتون مەسلىسىنى ھەل قىلدۇق."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "ھازىر پاراڭلىشىش سەرلەۋھەسىدىكى ئارخىپ رەسىمى ياكى گۇرۇپپا باش سۈرىتىنى چېكىپ، پاراڭ تەڭشەكلىرىگە كىرەلەيسىز ياكى بۇ پاراڭدىكى كۆرمەي قالغان ھېكايىلەرنى كۆرەلەيسىز. رەھمەت، {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Інформація",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Видалити",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Видалити повідомлення",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Видалити чат?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Видалити повідомлення?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Чат буде видалено з пристрою.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Повідомлення в цьому чаті буде видалено з пристрою. Ви зможете знайти цей чат навіть після видалення повідомлень.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Увімкнути дзвінок",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Більше опцій",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Ви",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Камера вимкнена",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Не вдалось знайти номер телефону. Перевірте з'єднання та спробуйте ще.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Вносити зміни можна протягом 3 годин із моменту надсилання повідомлення.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Вносити зміни можна протягом 24 годин із моменту надсилання повідомлення.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Дзвінок вимкнено",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Налаштування",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Дрібні поліпшення, виправлення помилок і покращення роботи застосунку. Дякуємо, що ви з Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "До цього випуску входить оновлений дизайн для голосових і відеодзвінків Signal. Тепер інтерфейс виклику буде виглядати фантастично, навіть якщо ваша камера не ввімкнена і ви не можете бачити своє прекрасне відображення."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Тепер ви можете змінити вибрану мову в Signal, не змінюючи системні налаштування (Налаштування Signal > Вигляд > Мова)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Ми виправили коротку затримку, яка іноді виникала на пристроях macOS під час приєднання до виклику. На жаль, це також означає мінус одне виправдання за секундне запізнення на зустріч."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Ми виправили анімацію переходу у віконцях із відео, яка програється, коли хтось приєднується до групового виклику або виходить із нього."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Тепер можна натиснути на фото профілю чи аватар групи в чаті, щоб одразу перейти в налаштування чату або побачити непереглянуті сторіз у чаті. Дякуємо, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "معلومات",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "حذف کریں",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "میسجز حذف کریں",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "چیٹ کو حذف کریں؟",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "میسجز حذف کریں؟",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "یہ چیٹ اس ڈیوائس سے حذف کر دی جائے گی۔",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "اس چیٹ میں میسجز اس ڈیوائس سے حذف ہو جائیں گے۔ آپ میسجز حذف کرنے کے بعد بھی اس چیٹ کو تلاش کر سکتے ہیں۔",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "رنگنگ آن کریں",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "مزید آپشنز",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "آپ",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "آپ کا کیمرا بند ہے",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "فون نمبر ڈھونڈنے میں ناکامی ہوئی۔ اپنا کنکشن چیک کریں اور دوبارہ کوشش کریں۔",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "آپ کی طرف سے اس میسج کو بھیجنے کے بعد ترامیم محض 3 گھنٹوں کے اندر کی جا سکتی ہیں۔",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "آپ کی طرف سے اس میسج کو بھیجنے کے بعد ترامیم کا اطلاق محض 24 گھنٹوں کے اندر کیا جا سکتا ہے۔",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "رنگنگ آف",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "ترتیبات",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "معمولی تبدیلیاں کی گئیں، بگ ٹھیک کیے گئے، اور کارکردگی اور بھی بہتر بنائی گئی ہے۔ Signal استعمال کرنے کے لیے شکریہ!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "اس ریلیز میں Signal کی وائس اور ویڈیو کالز کا اپ ڈیٹ کردہ ڈیزائن شامل ہے۔"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "اب آپ اپنی سسٹم سیٹنگز کو تبدیل کیے بغیر Signal میں اپنی منتخب کردہ زبان تبدیل کر سکتے ہیں (Signal سیٹنگز > رنگ روپ > زبان)۔"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "ہم نے macOS پر کال لابی جوائن کرنے کے بعد بعض اوقات پیش آنے والا مختصر تاخیر کا مسئلہ ٹھیک کر دیا ہے۔"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "ہم نے کسی نئے شخص کے گروپ کال میں شامل ہونے پر یا اس سے نکلنے پر ویڈیو ٹائلز کی ٹرانزیشن اینیمیشن کو ٹھیک کر دیا ہے۔"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "اب آپ چیٹ سیٹنگز تک فوری رسائی کے لیے چیٹ ہیڈر میں پروفائل فوٹو یا گروپ اوتار پر کلک کر سکتے ہیں یا اس چیٹ سے کوئی بھی ان دیکھی سٹوریز ویو کر سکتے ہیں۔ شکریہ،@!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "Thông tin",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "Xóa",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "Xóa tin nhắn",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "Xóa cuộc trò chuyện?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "Xóa tin nhắn?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "Trò chuyện này sẽ bị xóa khỏi thiết bị này.",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "Tin nhắn trong cuộc trò chuyện này sẽ được xóa khỏi thiết bị này. Bạn vẫn có thể tìm cuộc trò chuyện này sau khi xóa tin nhắn.",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "Bật đổ chuông",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "Tùy chọn khác",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "Bạn",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "Camera của bạn đang tắt",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "Tìm số điện thoại không thành công. Hãy kiểm tra đường truyền của bạn và thử lại.",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "Các chỉnh sửa chỉ có thể được thực hiện trong vòng 3 giờ kể từ lúc bạn gửi tin nhắn này.",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "Các chỉnh sửa chỉ có thể được thực hiện trong vòng 24 giờ kể từ lúc bạn gửi tin nhắn này.",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "Đổ chuông đang tắt",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "Cài đặt",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "Các tinh chỉnh, sửa lỗi, và cải thiện hiệu năng. Cảm ơn bạn đã sử dụng Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "Bản cập nhật này bao gồm các thiết kế được nâng cấp cho cuộc gọi âm thanh và cuộc gọi video."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "Giờ đây bạn có thể thay đổi ngôn ngữ đã chọn trong Signal mà không cần thay đổi thiết lập của hệ thống (Cài đặt Signal > Giao diện > Ngôn ngữ)."
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "Chúng tôi đã sửa lỗi đôi khi có khoảng thời gian trễ ngắn khi vào phòng cuộc gọi trên macOS."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "Chúng tôi đã sửa hiệu ứng động của các ô video khi có người tham gia hoặc rời cuộc gọi nhóm."
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "Giờ đây bạn có thể bấm vào ảnh hồ sơ hoặc hình đại diện của nhóm ở phần phía trên của khung trò chuyện để nhanh chóng vào mục cài đặt cuộc trò chuyện hoặc xem các story từ cuộc trò chuyện đó mà bạn chưa xem. Cảm ơn, {linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "詳細",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "刪除",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "刪除訊息",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "係咪要刪除聊天呀?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "係咪要刪除訊息?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "呢個聊天會喺呢部機度刪除。",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "呢個聊天入面嘅訊息會喺呢部機度刪除。 刪除訊息之後,你仍然可以搜尋到呢個聊天。",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "開鈴聲",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "其他選項",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "你",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "你個相機閂咗",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "搵唔到電話號碼。請檢查吓網絡連線然後再試過啦。",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "你只可以喺傳送訊息後 3 小時內套用編輯。",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "你只可以喺傳送訊息後 24 個鐘內套用編輯。",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "鈴聲閂咗",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "設定",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "我哋做咗啲調整、修復咗一啲錯誤,同埋加強咗程式功能。多謝你使用 Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "呢次版本更新包括 Signal 語音同視像通話嘅更新設計。 就算你冇開鏡頭欣賞唔到自己個靚樣都唔緊要,而家嘅通話用戶介面睇落一樣咁正。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "而家你可以直接喺 Signal 入面選擇語言,唔使再改系統設定啦(Signal 設定 > 介面設定 > 語言)。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "我哋整好咗喺 macOS 裝置度加入通話群組嗰陣間中會發生嘅少少延遲,咁以後就可以避免有人開會遲到揾呢個做藉口啦。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "我哋修復咗有人加入或者離開群組通話時畫面會出現嘅過渡動畫。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "而家,你只需要㩒一下聊天標題嘅個人或者群組頭像,就可以快速跳去聊天設定,仲可以即刻睇到你未睇嘅限時動態。唔該晒,{linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "信息",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "删除",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "删除消息",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "要删除聊天吗?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "要删除消息吗?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "此聊天将会在此设备上删除。",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "此聊天中的消息将会从此设备上删除。删除消息后,您仍然可以搜索此聊天。",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "开启铃声",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "更多选项",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "您",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "摄像头已关闭",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "无法获取电话号码。请检查您的网络连接并重试。",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "您只能在发送此消息的 3 小时以内进行编辑。",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "您只能在发送此消息后的 24 小时以内进行编辑。",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "铃声关闭",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "设置",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "我们进行了功能微调、漏洞修复和性能强化。感谢使用 Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "此版本包含 Signal 语音和视频通话的更新版设计。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "现在您无需更改系统设置即可在 Signal 中更改所选语言(Signal 设置 > 外观 > 语言)。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "我们修复了在 macOS 系统上加入通话大厅时偶尔会出现短暂延迟的问题。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "我们修复了当有人加入或离开群组通话时的视频图块的过渡动画。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "现在您可以点击聊天标头中的个人资料头像或群组头像来快速访问聊天设置或查看聊天中未看过的动态。对此我们要感谢{linkToGithub}!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "資訊",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "刪除",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "刪除訊息",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "是否刪除聊天?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "要刪除訊息嗎?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "此聊天將從此裝置上刪除。",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "此聊天中的訊息將從此裝置上刪除。 刪除訊息後,你仍可搜尋此聊天。",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "開啟響鈴",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "更多選項",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "你",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "你的相機已關閉",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "取得使用者名稱失敗。檢查你的網路連接並重試。",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "編輯只能在你傳送此訊息後的 3 小時內套用。",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "編輯只能在你傳送此訊息後的 24 小時內套用。",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "關閉響鈴",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "設定",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "細微的調整、問題修復和效能改善。感謝各位使用 Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "此發行版本包括 Signal 語音和視訊通話的更新設計。 即使你沒有開鏡頭而無法欣賞自己的美貌也不要緊,現在的通話用戶介面看起來依然很棒。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "現在,你可以在 Signal 中更改選擇的語言,而無需更改系統設定(Signal 設定 > 介面設定 > 語言)。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "我們修正了在 macOS 裝置上加入通話群組時可能發生的短暫延遲。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "我們修正了有人加入或離開群組通話時視訊圖塊的過渡動畫。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "現在,你可以點擊聊天標題中的個人資料相片或群組頭像,以快速到達聊天設定或查看該聊天中的任何限時動態。{linkToGithub},謝謝你!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1422,26 +1422,14 @@
|
|||
"messageformat": "資訊",
|
||||
"description": "Shown on the drop-down menu for an individual message, takes you to message detail screen"
|
||||
},
|
||||
"icu:deleteMessages": {
|
||||
"messageformat": "刪除",
|
||||
"description": "(deleted 2023/10/26) Menu item for deleting messages, title case."
|
||||
},
|
||||
"icu:deleteMessagesInConversation": {
|
||||
"messageformat": "刪除訊息",
|
||||
"description": "Menu item for deleting all messages in a conversation from your device"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__title": {
|
||||
"messageformat": "是否刪除聊天?",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Title"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__title": {
|
||||
"messageformat": "要刪除訊息嗎?",
|
||||
"description": "Title for confirmation modal to delete all messages in a conversation"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesConfirmation__description": {
|
||||
"messageformat": "此聊天將從此裝置上刪除。",
|
||||
"description": "(deleted 2023/10/26) Conversation Header > Delete Action > Delete Messages Confirmation Modal > Description"
|
||||
},
|
||||
"icu:ConversationHeader__DeleteMessagesInConversationConfirmation__description": {
|
||||
"messageformat": "此聊天中的訊息將從此裝置上刪除。 刪除訊息後,你仍可搜尋此聊天。",
|
||||
"description": "Description for confirmation modal to delete all messages in a conversation"
|
||||
|
@ -1781,6 +1769,18 @@
|
|||
"messageformat": "開啟響鈴",
|
||||
"description": "Button tooltip label for turning ringing on"
|
||||
},
|
||||
"icu:CallingButton--more-options": {
|
||||
"messageformat": "更多選項",
|
||||
"description": "Tooltip label for button in the calling screen that opens a menu with other call actions such as React or Raise Hand."
|
||||
},
|
||||
"icu:CallingRaisedHandsList__Title": {
|
||||
"messageformat": "{count, plural, one {Raised hands · {count,number} person} other {Raised hands · {count,number} people}}",
|
||||
"description": "Shown in the call raised hands list to describe how many people have active raised hands"
|
||||
},
|
||||
"icu:CallingReactions--me": {
|
||||
"messageformat": "你",
|
||||
"description": "Label next to in-call reactions to indicate that the current user sent that reaction."
|
||||
},
|
||||
"icu:calling__your-video-is-off": {
|
||||
"messageformat": "你的相機已關閉",
|
||||
"description": "Label in the calling lobby indicating that your camera is off"
|
||||
|
@ -2351,10 +2351,6 @@
|
|||
"messageformat": "取得使用者名稱失敗。檢查你的網路連接並重試。",
|
||||
"description": "Shown if request to Signal servers to find phone number fails"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage": {
|
||||
"messageformat": "編輯只能在你傳送此訊息後的 3 小時內套用。",
|
||||
"description": "(deleted 2023/10/26) Error message when you try to send an edit after message becomes too old"
|
||||
},
|
||||
"icu:ToastManager__CannotEditMessage_24": {
|
||||
"messageformat": "編輯只能在你傳送此訊息後的 24 小時內套用。",
|
||||
"description": "Error message when you try to send an edit after message becomes too old"
|
||||
|
@ -3600,6 +3596,38 @@
|
|||
"messageformat": "關閉響鈴",
|
||||
"description": "Shown in a group call lobby when call ringing is enabled, then the user disables ringing using the Ringing toggle button."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--you": {
|
||||
"messageformat": "Your hand is raised.",
|
||||
"description": "Shown in a call when the user raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--one": {
|
||||
"messageformat": "{name} raised a hand.",
|
||||
"description": "Shown in a call when someone else raises their hand."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--two": {
|
||||
"messageformat": "{name} and {otherName} raised a hand.",
|
||||
"description": "Shown in a call when 2 persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHandsToast--more": {
|
||||
"messageformat": "{name}, {otherName}, and {overflowCount,number} more raised a hand.",
|
||||
"description": "Shown in a call when 3 or more persons raise their hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--open-queue": {
|
||||
"messageformat": "Open queue",
|
||||
"description": "Link in call raised hands list and in toast shown when someone else raises their hand. Link opens the list of all raised hands."
|
||||
},
|
||||
"icu:CallControls__RaiseHands--lower": {
|
||||
"messageformat": "Lower",
|
||||
"description": "Link in call raised hands list and in toast shown when user raises their hand. Link allows user to lower their hand."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand": {
|
||||
"messageformat": "Raise Hand",
|
||||
"description": "Menu item to raise your hand during a call."
|
||||
},
|
||||
"icu:CallControls__MenuItemRaiseHand--lower": {
|
||||
"messageformat": "Lower Hand",
|
||||
"description": "Menu item to lower your previously raised hand during a call."
|
||||
},
|
||||
"icu:callingDeviceSelection__settings": {
|
||||
"messageformat": "設定",
|
||||
"description": "Title for device selection settings"
|
||||
|
@ -6992,13 +7020,22 @@
|
|||
"messageformat": "細微的調整、問題修復和效能改善。感謝各位使用 Signal!",
|
||||
"description": "Release notes for releases that only include bug fixes"
|
||||
},
|
||||
"icu:WhatsNew__v6.38--0": {
|
||||
"messageformat": "此發行版本包括 Signal 語音和視訊通話的更新設計。 即使你沒有開鏡頭而無法欣賞自己的美貌也不要緊,現在的通話用戶介面看起來依然很棒。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--0": {
|
||||
"messageformat": "現在,你可以在 Signal 中更改選擇的語言,而無需更改系統設定(Signal 設定 > 介面設定 > 語言)。"
|
||||
},
|
||||
"icu:WhatsNew__v6.39--1": {
|
||||
"messageformat": "我們修正了在 macOS 裝置上加入通話群組時可能發生的短暫延遲。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--0": {
|
||||
"messageformat": "我們修正了有人加入或離開群組通話時視訊圖塊的過渡動畫。"
|
||||
},
|
||||
"icu:WhatsNew__v6.41--1": {
|
||||
"messageformat": "現在,你可以點擊聊天標題中的個人資料相片或群組頭像,以快速到達聊天設定或查看該聊天中的任何限時動態。{linkToGithub},謝謝你!"
|
||||
},
|
||||
"icu:WhatsNew__v6.42--0": {
|
||||
"messageformat": "We fixed a bug that displayed quoted replies to videos as though they were quoted replies to photos, even though every video is really just a sequence of photos if you think about it."
|
||||
},
|
||||
"icu:WhatsNew__v6.42--1": {
|
||||
"messageformat": "Thanks to {linkToGithub1} and {linkToGithub2} for their help with this release."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,11 +36,7 @@ export function WhatsNewModal({
|
|||
id="icu:WhatsNew__v6.42--1"
|
||||
components={{
|
||||
linkToGithub1: (
|
||||
<a
|
||||
href="https://github.com/qauff"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
<a href="https://github.com/qauff" target="_blank" rel="noreferrer">
|
||||
@qauff
|
||||
</a>
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue