Update strings

This commit is contained in:
ayumi-signal 2024-05-22 12:10:35 -07:00
parent b2e0e21445
commit f2ef75e8b8
67 changed files with 2728 additions and 115 deletions

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} het hul telefoonnommer verander." "messageformat": "{sender} het hul telefoonnommer verander."
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} en {conversationTitle} is dieselfde rekening. Jou boodskapgeskiedenis vir albei kletse is hier." "messageformat": "{obsoleteConversationTitle} en {conversationTitle} is dieselfde rekening. Jou boodskapgeskiedenis vir albei kletse is hier."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Stuur aan na" "messageformat": "Stuur aan na"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Gaan voort" "messageformat": "Gaan voort"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Kan nie leë of geskrapte boodskappe aanstuur nie" "messageformat": "Kan nie leë of geskrapte boodskappe aanstuur nie"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Vind meer uit" "messageformat": "Vind meer uit"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Skakel getikte emotikons om in emoji's" "messageformat": "Skakel getikte emotikons om in emoji's"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": ":-) sal byvoorbeeld in 🙂 omskep word" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Gevorderd" "messageformat": "Gevorderd"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Oproepskakel" "messageformat": "Oproepskakel"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Geen onlangse gesprekke nie." "messageformat": "Geen onlangse gesprekke nie."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Geen resultate vir \"{query}\" nie" "messageformat": "Geen resultate vir \"{query}\" nie"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Uitgaande stemoproep} other {Inkomende stemoproep}}} Video {{direction, select, Outgoing {Uitgaande video-oproep} other {Inkomende video-oproep}}} Group {{direction, select, Outgoing {Uitgaande groepoproep} other {Inkomende groepoproep}}} other {{direction, select, Outgoing {Uitgaande oproep} other {Inkomende oproep}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Uitgaande stemoproep} other {Inkomende stemoproep}}} Video {{direction, select, Outgoing {Uitgaande video-oproep} other {Inkomende video-oproep}}} Group {{direction, select, Outgoing {Uitgaande groepoproep} other {Inkomende groepoproep}}} other {{direction, select, Outgoing {Uitgaande oproep} other {Inkomende oproep}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Oproepskakel" "messageformat": "Oproepskakel"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} ander persoon is besig om te tik.} other {{count,number} ander persone is besig om te tik.}}" "messageformat": "{count, plural, one {{count,number} ander persoon is besig om te tik.} other {{count,number} ander persone is besig om te tik.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Klein veranderings, foutregstellings en prestasieverbeterings. Dankie dat jy Signal gebruik!", "messageformat": "Klein veranderings, foutregstellings en prestasieverbeterings. Dankie dat jy Signal gebruik!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "‫‏لقد تغير رقم هاتف {sender}" "messageformat": "‫‏لقد تغير رقم هاتف {sender}"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} و {conversationTitle} هما نفس الحساب. سَتجد سِجل رسائلك مع الدردشتين هنا." "messageformat": "{obsoleteConversationTitle} و {conversationTitle} هما نفس الحساب. سَتجد سِجل رسائلك مع الدردشتين هنا."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "إعادة التوجيه نحو" "messageformat": "إعادة التوجيه نحو"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "الاستمرار" "messageformat": "الاستمرار"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "لا يمكن إعادة توجيه الرسائل الفارغة أو المحذوفة" "messageformat": "لا يمكن إعادة توجيه الرسائل الفارغة أو المحذوفة"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "لمعرفة المزيد" "messageformat": "لمعرفة المزيد"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "تحويل الرموز التعبيرية المكتوبة إلى وجوه تعبيرية" "messageformat": "تحويل الرموز التعبيرية المكتوبة إلى وجوه تعبيرية"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "مثلاً، سَيتم تحويل :-) إلى 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "مُتقدِم" "messageformat": "مُتقدِم"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "اتصال بالرابط" "messageformat": "اتصال بالرابط"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "لا توجد محادثات حديثة." "messageformat": "لا توجد محادثات حديثة."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "لا توجد نتيجة لـ \"{query}\"" "messageformat": "لا توجد نتيجة لـ \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {مكالمة صوتية صادرة} other {مكالمة صوتية واردة}}} Video {{direction, select, Outgoing {مكالمة فيديو صادرة} other {مكالمة فيديو واردة}}} Group {{direction, select, Outgoing {مكالمة جماعية صادرة} other {مكالمة جماعية واردة}}} other {{direction, select, Outgoing {مكالمة صادرة} other {مكالمة واردة}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {مكالمة صوتية صادرة} other {مكالمة صوتية واردة}}} Video {{direction, select, Outgoing {مكالمة فيديو صادرة} other {مكالمة فيديو واردة}}} Group {{direction, select, Outgoing {مكالمة جماعية صادرة} other {مكالمة جماعية واردة}}} other {{direction, select, Outgoing {مكالمة صادرة} other {مكالمة واردة}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "اتصال بالرابط" "messageformat": "اتصال بالرابط"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, zero {{count,number} آخرون يكتبون.} one {{count,number} آخر يكتب.} two {{count,number} آخران يكتبان.} few {{count,number} آخرون يكتبون.} many {{count,number} آخرين يكتبون.} other {{count,number} آخرون يكتبون.}}" "messageformat": "{count, plural, zero {{count,number} آخرون يكتبون.} one {{count,number} آخر يكتب.} two {{count,number} آخران يكتبان.} few {{count,number} آخرون يكتبون.} many {{count,number} آخرين يكتبون.} other {{count,number} آخرون يكتبون.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "تعديلات صغيرة، تصليح الأعطال، وتحسينات للأداء. شكرًا على استخدامكم سيجنال!", "messageformat": "تعديلات صغيرة، تصليح الأعطال، وتحسينات للأداء. شكرًا على استخدامكم سيجنال!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender}, nömrəsini dəyişdirdi" "messageformat": "{sender}, nömrəsini dəyişdirdi"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} və {conversationTitle} eyni hesaba aiddir. Hər iki çat üçün mesaj tarixçəniz buradadır." "messageformat": "{obsoleteConversationTitle} və {conversationTitle} eyni hesaba aiddir. Hər iki çat üçün mesaj tarixçəniz buradadır."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Yönləndir" "messageformat": "Yönləndir"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Davam et" "messageformat": "Davam et"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Boş və ya silinmiş mesajları yönləndirmək mümkün deyil" "messageformat": "Boş və ya silinmiş mesajları yönləndirmək mümkün deyil"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Daha ətraflı" "messageformat": "Daha ətraflı"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Əl ilə daxil edilən ifadələri avtomatik emojilərə çevirin" "messageformat": "Əl ilə daxil edilən ifadələri avtomatik emojilərə çevirin"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Məsələn, :-) ifadəsi 🙂 emojisinə çevriləcək" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Qabaqcıl" "messageformat": "Qabaqcıl"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Zəng keçidi" "messageformat": "Zəng keçidi"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Yeni söhbət yoxdur." "messageformat": "Yeni söhbət yoxdur."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” üçün heç bir nəticə yoxdur" "messageformat": "“{query}” üçün heç bir nəticə yoxdur"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Gedən audio zəng} other {Gələn audio zəng}}} Video {{direction, select, Outgoing {Gedən görüntülü zəng} other {Görüntülü zəng gəlir}}} Group {{direction, select, Outgoing {Gedən qrup zəngi} other {Gələn qrup zəngi}}} other {{direction, select, Outgoing {Gedən zəng} other {Gələn zəng}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Gedən audio zəng} other {Gələn audio zəng}}} Video {{direction, select, Outgoing {Gedən görüntülü zəng} other {Görüntülü zəng gəlir}}} Group {{direction, select, Outgoing {Gedən qrup zəngi} other {Gələn qrup zəngi}}} other {{direction, select, Outgoing {Gedən zəng} other {Gələn zəng}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Zəng keçidi" "messageformat": "Zəng keçidi"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Əlavə {count,number} nəfər də yazır.} other {Əlavə {count,number} nəfər də yazır.}}" "messageformat": "{count, plural, one {Əlavə {count,number} nəfər də yazır.} other {Əlavə {count,number} nəfər də yazır.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"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!", "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!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} е сменил/а телефонния си номер" "messageformat": "{sender} е сменил/а телефонния си номер"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} и {conversationTitle} са един и същ акаунт. Вашата хронология на съобщенията и за двата чата е тук." "messageformat": "{obsoleteConversationTitle} и {conversationTitle} са един и същ акаунт. Вашата хронология на съобщенията и за двата чата е тук."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Препращане до" "messageformat": "Препращане до"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Продължаване" "messageformat": "Продължаване"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Не могат да се препращат празни или изтрити съобщения" "messageformat": "Не могат да се препращат празни или изтрити съобщения"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Научете повече" "messageformat": "Научете повече"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Превръщане на въведени емотикони в емоджита" "messageformat": "Превръщане на въведени емотикони в емоджита"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Например :-) ще се превръща в 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Допълнителни" "messageformat": "Допълнителни"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Линк за повикване" "messageformat": "Линк за повикване"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Няма скорошни разговори." "messageformat": "Няма скорошни разговори."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Не са открити резултати за „{query}“" "messageformat": "Не са открити резултати за „{query}“"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Изходящо гласово повикване} other {Входящо гласово повикване}}} Video {{direction, select, Outgoing {Изходящо видео повикване} other {Входящо видео повикване}}} Group {{direction, select, Outgoing {Изходящо групово повикване} other {Входящо групово повикване}}} other {{direction, select, Outgoing {Изходящо повикване} other {Входящо обаждане}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Изходящо гласово повикване} other {Входящо гласово повикване}}} Video {{direction, select, Outgoing {Изходящо видео повикване} other {Входящо видео повикване}}} Group {{direction, select, Outgoing {Изходящо групово повикване} other {Входящо групово повикване}}} other {{direction, select, Outgoing {Изходящо повикване} other {Входящо обаждане}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Линк за повикване" "messageformat": "Линк за повикване"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} друг човек пише.} other {{count,number} други души пишат.}}" "messageformat": "{count, plural, one {{count,number} друг човек пише.} other {{count,number} други души пишат.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Дребни корекции, поправки на бъгове и подобрения на работата. Благодарим ви, че използвате Signal!", "messageformat": "Дребни корекции, поправки на бъгове и подобрения на работата. Благодарим ви, че използвате Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} তার ফোন নাম্বার পরিবর্তন করেছেন।" "messageformat": "{sender} তার ফোন নাম্বার পরিবর্তন করেছেন।"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} এবং {conversationTitle} একই অ্যাকাউন্ট। উভয় চ্যাট-এর জন্য আপনার ম্যাসেজের ইতিহাসই এখানে আছে।" "messageformat": "{obsoleteConversationTitle} এবং {conversationTitle} একই অ্যাকাউন্ট। উভয় চ্যাট-এর জন্য আপনার ম্যাসেজের ইতিহাসই এখানে আছে।"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "ফরওয়ার্ড করুন" "messageformat": "ফরওয়ার্ড করুন"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "চালিয়ে যান" "messageformat": "চালিয়ে যান"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "খালি বা মুছে ফেলা ম্যাসেজ ফরোয়ার্ড করা যাবে না" "messageformat": "খালি বা মুছে ফেলা ম্যাসেজ ফরোয়ার্ড করা যাবে না"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "আরও জানুন" "messageformat": "আরও জানুন"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "টাইপ করা ইমোটিকনকে ইমোজিতে রূপান্তর করুন" "messageformat": "টাইপ করা ইমোটিকনকে ইমোজিতে রূপান্তর করুন"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "উদাহরণস্বরূপ, :-) 🙂-তে রূপান্তরিত হবে" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "অ্যাডভান্সড" "messageformat": "অ্যাডভান্সড"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "কলের লিংক" "messageformat": "কলের লিংক"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "কোনো সাম্প্রতিক কথোপকথন নেই।" "messageformat": "কোনো সাম্প্রতিক কথোপকথন নেই।"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}”-এর জন্য কোনো ফলাফল পাওয়া যায়নি" "messageformat": "“{query}”-এর জন্য কোনো ফলাফল পাওয়া যায়নি"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {ভয়েস কল যাচ্ছে} other {ভয়েস কল আসছে}}} Video {{direction, select, Outgoing {ভিডিও কল যাচ্ছে} other {ভিডিও কল আসছে}}} Group {{direction, select, Outgoing {আউটগোয়িং গ্রুপ কল} other {ইনকামিং গ্রুপ কল}}} other {{direction, select, Outgoing {আউটগোয়িং কল} other {আগত কল}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {ভয়েস কল যাচ্ছে} other {ভয়েস কল আসছে}}} Video {{direction, select, Outgoing {ভিডিও কল যাচ্ছে} other {ভিডিও কল আসছে}}} Group {{direction, select, Outgoing {আউটগোয়িং গ্রুপ কল} other {ইনকামিং গ্রুপ কল}}} other {{direction, select, Outgoing {আউটগোয়িং কল} other {আগত কল}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "কলের লিংক" "messageformat": "কলের লিংক"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {আরো {count,number} জন টাইপ করছেন।} other {আরো {count,number} জন টাইপ করছেন।}}" "messageformat": "{count, plural, one {আরো {count,number} জন টাইপ করছেন।} other {আরো {count,number} জন টাইপ করছেন।}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "ছোট ছোট কিছু পরিবর্তন, বাগ সংশোধন এবং পারফর্মেন্স সমৃদ্ধ করা হয়েছে। Signal ব্যবহার করার জন্য ধন্যবাদ!", "messageformat": "ছোট ছোট কিছু পরিবর্তন, বাগ সংশোধন এবং পারফর্মেন্স সমৃদ্ধ করা হয়েছে। Signal ব্যবহার করার জন্য ধন্যবাদ!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "Pošiljaoc {sender} je promijenio broj telefona" "messageformat": "Pošiljaoc {sender} je promijenio broj telefona"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} i {conversationTitle} predstavljaju isti račun. Vaša historija poruka za oba chata je ovdje." "messageformat": "{obsoleteConversationTitle} i {conversationTitle} predstavljaju isti račun. Vaša historija poruka za oba chata je ovdje."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Proslijedi" "messageformat": "Proslijedi"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Nastavi" "messageformat": "Nastavi"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Nije moguće proslijediti prazne ili izbrisane poruke" "messageformat": "Nije moguće proslijediti prazne ili izbrisane poruke"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Saznajte više" "messageformat": "Saznajte više"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Pretvorite otkucane emotikone u emoji naljepnice" "messageformat": "Pretvorite otkucane emotikone u emoji naljepnice"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Na primjer, :-) će se pretvoriti u 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Napredno" "messageformat": "Napredno"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Link za poziv" "messageformat": "Link za poziv"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Nema nedavnih razgovora." "messageformat": "Nema nedavnih razgovora."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Nema rezultata za “{query}”" "messageformat": "Nema rezultata za “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Odlazni glasovni poziv} other {Dolazni glasovni poziv}}} Video {{direction, select, Outgoing {Odlazni video poziv} other {Dolazni video poziv}}} Group {{direction, select, Outgoing {Odlazni grupni poziv} other {Dolazni grupni poziv}}} other {{direction, select, Outgoing {Odlazni poziv} other {Dolazni poziv}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Odlazni glasovni poziv} other {Dolazni glasovni poziv}}} Video {{direction, select, Outgoing {Odlazni video poziv} other {Dolazni video poziv}}} Group {{direction, select, Outgoing {Odlazni grupni poziv} other {Dolazni grupni poziv}}} other {{direction, select, Outgoing {Odlazni poziv} other {Dolazni poziv}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Link za poziv" "messageformat": "Link za poziv"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} druga osoba trenutno piše} few {{count,number} druge osobe trenutno pišu} many {{count,number} drugih osoba trenutno piše} other {{count,number} drugih osoba trenutno piše}}" "messageformat": "{count, plural, one {{count,number} druga osoba trenutno piše} few {{count,number} druge osobe trenutno pišu} many {{count,number} drugih osoba trenutno piše} other {{count,number} drugih osoba trenutno piše}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Mala podešavanja, otklanjanje grešaka i poboljšanja performansi. Hvala vam što koristite Signal!", "messageformat": "Mala podešavanja, otklanjanje grešaka i poboljšanja performansi. Hvala vam što koristite Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} ha canviat el número de telèfon." "messageformat": "{sender} ha canviat el número de telèfon."
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} i {conversationTitle} són el mateix compte. El teu historial de missatges per als dos xats és aquí." "messageformat": "{obsoleteConversationTitle} i {conversationTitle} són el mateix compte. El teu historial de missatges per als dos xats és aquí."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Reenvia a" "messageformat": "Reenvia a"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Continua" "messageformat": "Continua"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "No es poden reenviar missatges buits o eliminats" "messageformat": "No es poden reenviar missatges buits o eliminats"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Més informació" "messageformat": "Més informació"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Converteix les emoticones escrites en emoji" "messageformat": "Converteix les emoticones escrites en emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Per exemple, :-) es convertirà a 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avançada" "messageformat": "Avançada"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Enllaç de trucada" "messageformat": "Enllaç de trucada"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "No hi ha converses recents." "messageformat": "No hi ha converses recents."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "No s'ha trobat cap resultat per a «{query}»" "messageformat": "No s'ha trobat cap resultat per a «{query}»"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Trucada sortint} other {Trucada entrant}}} Video {{direction, select, Outgoing {Trucada de vídeo sortint} other {Trucada de vídeo entrant}}} Group {{direction, select, Outgoing {Trucada grupal sortint} other {Trucada grupal entrant}}} other {{direction, select, Outgoing {Telefonada feta} other {Telefonada rebuda}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Trucada sortint} other {Trucada entrant}}} Video {{direction, select, Outgoing {Trucada de vídeo sortint} other {Trucada de vídeo entrant}}} Group {{direction, select, Outgoing {Trucada grupal sortint} other {Trucada grupal entrant}}} other {{direction, select, Outgoing {Telefonada feta} other {Telefonada rebuda}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Enllaç de trucada" "messageformat": "Enllaç de trucada"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} persona més està escrivint.} other {{count,number} persones més estan escrivint.}}" "messageformat": "{count, plural, one {{count,number} persona més està escrivint.} other {{count,number} persones més estan escrivint.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Petits ajustos, correccions d'errors i tasques de millora de rendiment. Gràcies per utilitzar Signal!", "messageformat": "Petits ajustos, correccions d'errors i tasques de millora de rendiment. Gràcies per utilitzar Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} změnil své telefonní číslo" "messageformat": "{sender} změnil své telefonní číslo"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} a {conversationTitle} patří ke stejnému účtu. Historie vašich zpráv z obou chatů je zde." "messageformat": "{obsoleteConversationTitle} a {conversationTitle} patří ke stejnému účtu. Historie vašich zpráv z obou chatů je zde."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Přeposlat uživateli" "messageformat": "Přeposlat uživateli"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Pokračovat" "messageformat": "Pokračovat"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Nelze přeposílat prázdné nebo odstraněné zprávy" "messageformat": "Nelze přeposílat prázdné nebo odstraněné zprávy"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Zjistit více" "messageformat": "Zjistit více"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Převádět emotikony psané pomocí znaků na emoji" "messageformat": "Převádět emotikony psané pomocí znaků na emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Například :-) se převede na 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Rozšířené možnosti" "messageformat": "Rozšířené možnosti"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Odkaz na hovor" "messageformat": "Odkaz na hovor"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Žádné nedávné konverzace." "messageformat": "Žádné nedávné konverzace."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Pro „{query}“ nebylo nic nalezeno" "messageformat": "Pro „{query}“ nebylo nic nalezeno"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Odchozí hlasový hovor} other {Příchozí hlasový hovor}}} Video {{direction, select, Outgoing {Odchozí videhovor} other {Příchozí videohovor}}} Group {{direction, select, Outgoing {Odchozí skupinový hovor} other {Příchozí skupinový hovor}}} other {{direction, select, Outgoing {Odchozí hovor} other {Příchozí hovor}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Odchozí hlasový hovor} other {Příchozí hlasový hovor}}} Video {{direction, select, Outgoing {Odchozí videhovor} other {Příchozí videohovor}}} Group {{direction, select, Outgoing {Odchozí skupinový hovor} other {Příchozí skupinový hovor}}} other {{direction, select, Outgoing {Odchozí hovor} other {Příchozí hovor}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Odkaz na hovor" "messageformat": "Odkaz na hovor"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} další píše.} few {{count,number} další píšou.} many {{count,number} dalších píše.} other {{count,number} dalších píše.}}" "messageformat": "{count, plural, one {{count,number} další píše.} few {{count,number} další píšou.} many {{count,number} dalších píše.} other {{count,number} dalších píše.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Drobná vylepšení, opravy chyb a zvýšení výkonu. Děkujeme, že používáte Signal!", "messageformat": "Drobná vylepšení, opravy chyb a zvýšení výkonu. Děkujeme, že používáte Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} har ændret sit telefonnummer" "messageformat": "{sender} har ændret sit telefonnummer"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} og {conversationTitle} er den samme konto. Din beskedhistorik for begge chats er her." "messageformat": "{obsoleteConversationTitle} og {conversationTitle} er den samme konto. Din beskedhistorik for begge chats er her."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Videresend til" "messageformat": "Videresend til"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Fortsæt" "messageformat": "Fortsæt"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Kan ikke videresende tomme eller slettede beskeder" "messageformat": "Kan ikke videresende tomme eller slettede beskeder"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Læs mere" "messageformat": "Læs mere"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Konvertér indtastede humørikoner til emoji" "messageformat": "Konvertér indtastede humørikoner til emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": ":-) konverteres for eksempel til 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avanceret" "messageformat": "Avanceret"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Opkaldslink" "messageformat": "Opkaldslink"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Ingen nylige samtaler." "messageformat": "Ingen nylige samtaler."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Ingen resultater for \"{query}\"" "messageformat": "Ingen resultater for \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Udgående stemmeopkald} other {Indgående stemmeopkald}}} Video {{direction, select, Outgoing {Udgående videoopkald} other {Indgående videoopkald}}} Group {{direction, select, Outgoing {Udgående gruppeopkald} other {Indgående gruppeopkald}}} other {{direction, select, Outgoing {Udgående opkald} other {Indkommende opkald}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Udgående stemmeopkald} other {Indgående stemmeopkald}}} Video {{direction, select, Outgoing {Udgående videoopkald} other {Indgående videoopkald}}} Group {{direction, select, Outgoing {Udgående gruppeopkald} other {Indgående gruppeopkald}}} other {{direction, select, Outgoing {Udgående opkald} other {Indkommende opkald}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Opkaldslink" "messageformat": "Opkaldslink"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} anden skriver.} other {{count,number} andre skriver.}}" "messageformat": "{count, plural, one {{count,number} anden skriver.} other {{count,number} andre skriver.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Små tweaks, rettelser og forbedringer af appens præstation. Tak fordi du bruger Signal!", "messageformat": "Små tweaks, rettelser og forbedringer af appens præstation. Tak fordi du bruger Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "Die Telefonnummer von {sender} hat sich geändert" "messageformat": "Die Telefonnummer von {sender} hat sich geändert"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} und {conversationTitle} gehören zum selben Konto. Deinen Nachrichtenverlauf für beide Chats findest du hier." "messageformat": "{obsoleteConversationTitle} und {conversationTitle} gehören zum selben Konto. Deinen Nachrichtenverlauf für beide Chats findest du hier."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Weiterleiten an" "messageformat": "Weiterleiten an"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Fortfahren" "messageformat": "Fortfahren"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Leere oder gelöschte Nachrichten können nicht weitergeleitet werden" "messageformat": "Leere oder gelöschte Nachrichten können nicht weitergeleitet werden"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Mehr erfahren" "messageformat": "Mehr erfahren"
}, },
@ -3984,7 +3993,7 @@
"messageformat": "Zurücksetzen" "messageformat": "Zurücksetzen"
}, },
"icu:ChatColorPicker__confirm-reset-message": { "icu:ChatColorPicker__confirm-reset-message": {
"messageformat": "Möchtest du alle Chatfarben überschreiben?" "messageformat": "Möchtest du alle Chatfarben zurücksetzen?"
}, },
"icu:ChatColorPicker__custom-color--label": { "icu:ChatColorPicker__custom-color--label": {
"messageformat": "Farbeditor anzeigen" "messageformat": "Farbeditor anzeigen"
@ -4347,7 +4356,7 @@
"messageformat": "Eingegebene Emoticons in Emojis umwandeln" "messageformat": "Eingegebene Emoticons in Emojis umwandeln"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Das Emoticon :-) wird beispielsweise umgewandelt in 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Weitere Einstellungen" "messageformat": "Weitere Einstellungen"
@ -4953,7 +4962,7 @@
"messageformat": "Stummschaltung aufheben" "messageformat": "Stummschaltung aufheben"
}, },
"icu:StoryViewer__views-off": { "icu:StoryViewer__views-off": {
"messageformat": "Anzeigen aus" "messageformat": "Aufrufe aus"
}, },
"icu:StoryViewer__sending": { "icu:StoryViewer__sending": {
"messageformat": "Wird gesendet …" "messageformat": "Wird gesendet …"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Anruflink" "messageformat": "Anruflink"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Keine aktuellen Unterhaltungen." "messageformat": "Keine aktuellen Unterhaltungen."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Keine Ergebnisse für »{query}«" "messageformat": "Keine Ergebnisse für »{query}«"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Ausgehender Sprachanruf} other {Eingehender Sprachanruf}}} Video {{direction, select, Outgoing {Ausgehender Videoanruf} other {Eingehender Videoanruf}}} Group {{direction, select, Outgoing {Ausgehender Gruppenanruf} other {Eingehender Gruppenanruf}}} other {{direction, select, Outgoing {Ausgehender Anruf} other {Eingehender Anruf}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Ausgehender Sprachanruf} other {Eingehender Sprachanruf}}} Video {{direction, select, Outgoing {Ausgehender Videoanruf} other {Eingehender Videoanruf}}} Group {{direction, select, Outgoing {Ausgehender Gruppenanruf} other {Eingehender Gruppenanruf}}} other {{direction, select, Outgoing {Ausgehender Anruf} other {Eingehender Anruf}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Anruflink" "messageformat": "Anruflink"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} andere*r schreibt etwas.} other {{count,number} andere schreiben etwas.}}" "messageformat": "{count, plural, one {{count,number} andere*r schreibt etwas.} other {{count,number} andere schreiben etwas.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Kleine Optimierungen, Fehlerbehebungen und Leistungsverbesserungen. Danke, dass du Signal nutzt!", "messageformat": "Kleine Optimierungen, Fehlerbehebungen und Leistungsverbesserungen. Danke, dass du Signal nutzt!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "Ο/Η {sender} άλλαξε τον αριθμό τηλεφώνου του/της" "messageformat": "Ο/Η {sender} άλλαξε τον αριθμό τηλεφώνου του/της"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "Οι συνομιλίες {obsoleteConversationTitle} και {conversationTitle} ανήκουν στον ίδιο λογαριασμό. Το ιστορικό των μηνυμάτων σου και για τις δύο συνομιλίες είναι εδώ." "messageformat": "Οι συνομιλίες {obsoleteConversationTitle} και {conversationTitle} ανήκουν στον ίδιο λογαριασμό. Το ιστορικό των μηνυμάτων σου και για τις δύο συνομιλίες είναι εδώ."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Προώθηση σε" "messageformat": "Προώθηση σε"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Συνέχεια" "messageformat": "Συνέχεια"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Δεν είναι δυνατή η προώθηση κενών ή διαγραμμένων μηνυμάτων" "messageformat": "Δεν είναι δυνατή η προώθηση κενών ή διαγραμμένων μηνυμάτων"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Μάθε περισσότερα" "messageformat": "Μάθε περισσότερα"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Μετάτρεψε τα emoticon σε emoji" "messageformat": "Μετάτρεψε τα emoticon σε emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Για παράδειγμα, το :-) θα μετατραπεί σε 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Για προχωρημένους" "messageformat": "Για προχωρημένους"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Σύνδεσμος κλήσης" "messageformat": "Σύνδεσμος κλήσης"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Δεν υπάρχουν πρόσφατες συνομιλίες." "messageformat": "Δεν υπάρχουν πρόσφατες συνομιλίες."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Δεν βρέθηκαν αποτελέσματα για “{query}”" "messageformat": "Δεν βρέθηκαν αποτελέσματα για “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Εξερχόμενη κλήση} other {Εισερχόμενη κλήση}}} Video {{direction, select, Outgoing {Εξερχόμενη βιντεοκλήση} other {Εισερχόμενη βιντεοκλήση}}} Group {{direction, select, Outgoing {Εξερχόμενη ομαδική κλήση} other {Εισερχόμενη ομαδική κλήση}}} other {{direction, select, Outgoing {Εξερχόμενη κλήση} other {Εισερχόμενη κλήση}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Εξερχόμενη κλήση} other {Εισερχόμενη κλήση}}} Video {{direction, select, Outgoing {Εξερχόμενη βιντεοκλήση} other {Εισερχόμενη βιντεοκλήση}}} Group {{direction, select, Outgoing {Εξερχόμενη ομαδική κλήση} other {Εισερχόμενη ομαδική κλήση}}} other {{direction, select, Outgoing {Εξερχόμενη κλήση} other {Εισερχόμενη κλήση}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Σύνδεσμος κλήσης" "messageformat": "Σύνδεσμος κλήσης"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} άλλο άτομο πληκτρολογεί.} other {{count,number} άλλα άτομα πληκτρολογούν.}}" "messageformat": "{count, plural, one {{count,number} άλλο άτομο πληκτρολογεί.} other {{count,number} άλλα άτομα πληκτρολογούν.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Μικρές τροποποιήσεις, επιδιορθώσεις σφαλμάτων και βελτιώσεις απόδοσης. Ευχαριστούμε που χρησιμοποιείς το Signal!", "messageformat": "Μικρές τροποποιήσεις, επιδιορθώσεις σφαλμάτων και βελτιώσεις απόδοσης. Ευχαριστούμε που χρησιμοποιείς το Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} ha cambiado su número de teléfono" "messageformat": "{sender} ha cambiado su número de teléfono"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} y {conversationTitle} son la misma cuenta. Tu historial de mensajes para ambos chats está aquí." "messageformat": "{obsoleteConversationTitle} y {conversationTitle} son la misma cuenta. Tu historial de mensajes para ambos chats está aquí."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Reenviar a" "messageformat": "Reenviar a"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Adelante" "messageformat": "Adelante"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "No se pueden reenviar mensajes vacíos o eliminados" "messageformat": "No se pueden reenviar mensajes vacíos o eliminados"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Saber más" "messageformat": "Saber más"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Convertir emoticones escritos en emoji" "messageformat": "Convertir emoticones escritos en emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Por ejemplo, :-) se convertirá en 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avanzado" "messageformat": "Avanzado"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Enlace de llamada" "messageformat": "Enlace de llamada"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "No hay conversaciones recientes." "messageformat": "No hay conversaciones recientes."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "No se encontraron resultados para «{query}»" "messageformat": "No se encontraron resultados para «{query}»"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Llamada realizada} other {Llamada entrante}}} Video {{direction, select, Outgoing {Videollamada realizada} other {Videollamada entrante}}} Group {{direction, select, Outgoing {Llamada grupal realizada} other {Llamada grupal entrante}}} other {{direction, select, Outgoing {Realizando llamada} other {Recibiendo llamada}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Llamada realizada} other {Llamada entrante}}} Video {{direction, select, Outgoing {Videollamada realizada} other {Videollamada entrante}}} Group {{direction, select, Outgoing {Llamada grupal realizada} other {Llamada grupal entrante}}} other {{direction, select, Outgoing {Realizando llamada} other {Recibiendo llamada}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Enlace de llamada" "messageformat": "Enlace de llamada"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} persona más está escribiendo.} other {{count,number} personas más están escribiendo.}}" "messageformat": "{count, plural, one {{count,number} persona más está escribiendo.} other {{count,number} personas más están escribiendo.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Pequeños ajustes, soluciones a errores y mejoras al desempeño. ¡Gracias por usar Signal!", "messageformat": "Pequeños ajustes, soluciones a errores y mejoras al desempeño. ¡Gracias por usar Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} muutis enda telefoninumbrit" "messageformat": "{sender} muutis enda telefoninumbrit"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} ja {conversationTitle} on sama konto. Sinu mõlema vestluse sõnumiajalugu on siin." "messageformat": "{obsoleteConversationTitle} ja {conversationTitle} on sama konto. Sinu mõlema vestluse sõnumiajalugu on siin."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Edasta saajale" "messageformat": "Edasta saajale"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Jätka" "messageformat": "Jätka"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Tühje või kustutatud sõnumeid ei saa edastada" "messageformat": "Tühje või kustutatud sõnumeid ei saa edastada"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Rohkem infot" "messageformat": "Rohkem infot"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Muuda trükitud emotikonid emojideks" "messageformat": "Muuda trükitud emotikonid emojideks"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Näiteks :-) asemel sisestatakse 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Täpsemad sätted" "messageformat": "Täpsemad sätted"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Kõne link" "messageformat": "Kõne link"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Hiljutisi vestlusi pole." "messageformat": "Hiljutisi vestlusi pole."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "„{query}“ ei andnud otsingutulemusi" "messageformat": "„{query}“ ei andnud otsingutulemusi"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Väljuv häälkõne} other {Sissetulev häälkõne}}} Video {{direction, select, Outgoing {Tehtud videokõne} other {Sissetulev videokõne}}} Group {{direction, select, Outgoing {Väljuv grupikõne} other {Sissetulev grupikõne}}} other {{direction, select, Outgoing {Väljaminev kõne} other {Sissetulev kõne}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Väljuv häälkõne} other {Sissetulev häälkõne}}} Video {{direction, select, Outgoing {Tehtud videokõne} other {Sissetulev videokõne}}} Group {{direction, select, Outgoing {Väljuv grupikõne} other {Sissetulev grupikõne}}} other {{direction, select, Outgoing {Väljaminev kõne} other {Sissetulev kõne}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Kõne link" "messageformat": "Kõne link"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} veel kirjutab.} other {{count,number} veel kirjutavad.}}" "messageformat": "{count, plural, one {{count,number} veel kirjutab.} other {{count,number} veel kirjutavad.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Väikesed muudatused, vigade parandused ja jõudluse täiustused. Aitäh, et kasutad Signalit!", "messageformat": "Väikesed muudatused, vigade parandused ja jõudluse täiustused. Aitäh, et kasutad Signalit!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender}(e)k bere telefono-zenbakia aldatu du" "messageformat": "{sender}(e)k bere telefono-zenbakia aldatu du"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} eta {conversationTitle} kontu bera dira. Bi txatetako mezuen historia hemen dago." "messageformat": "{obsoleteConversationTitle} eta {conversationTitle} kontu bera dira. Bi txatetako mezuen historia hemen dago."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Birbidali honi" "messageformat": "Birbidali honi"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Jarraitu" "messageformat": "Jarraitu"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Ezin dira bidali hutsik dauden edo ezabatu diren mezuak" "messageformat": "Ezin dira bidali hutsik dauden edo ezabatu diren mezuak"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Gehiago jakin" "messageformat": "Gehiago jakin"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Bihurtu idazten dituzun emotikonoak emoji" "messageformat": "Bihurtu idazten dituzun emotikonoak emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Adibidez, :-) 🙂 bihurtuko da" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Aurreratua" "messageformat": "Aurreratua"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Deiaren esteka" "messageformat": "Deiaren esteka"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Ez dago duela gutxiko elkarrizketarik." "messageformat": "Ez dago duela gutxiko elkarrizketarik."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Ez dago honen emaitzarik: \"{query}\"" "messageformat": "Ez dago honen emaitzarik: \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Irteerako ahots-deia} other {Sarrerako ahots-deia}}} Video {{direction, select, Outgoing {Irteerako bideodeia} other {Sarrerako bideodeia}}} Group {{direction, select, Outgoing {Irteerako talde-deia} other {Sarrerako talde-deia}}} other {{direction, select, Outgoing {Irteerako deia} other {Sarrerako dei}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Irteerako ahots-deia} other {Sarrerako ahots-deia}}} Video {{direction, select, Outgoing {Irteerako bideodeia} other {Sarrerako bideodeia}}} Group {{direction, select, Outgoing {Irteerako talde-deia} other {Sarrerako talde-deia}}} other {{direction, select, Outgoing {Irteerako deia} other {Sarrerako dei}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Deiaren esteka" "messageformat": "Deiaren esteka"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Beste {count,number} idazten ari da.} other {Beste {count,number} idazten ari dira.}}" "messageformat": "{count, plural, one {Beste {count,number} idazten ari da.} other {Beste {count,number} idazten ari dira.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Doikuntza txikiak, akats-konponketak eta errendimendu-hobekuntzak. Eskerrik asko Signal erabiltzeagatik!", "messageformat": "Doikuntza txikiak, akats-konponketak eta errendimendu-hobekuntzak. Eskerrik asko Signal erabiltzeagatik!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender}شماره تلفن خود را تغییر داد" "messageformat": "{sender}شماره تلفن خود را تغییر داد"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} و {conversationTitle} یک حساب هستند. تاریخچه پیام هر دو گفتگوی شما اینجاست." "messageformat": "{obsoleteConversationTitle} و {conversationTitle} یک حساب هستند. تاریخچه پیام هر دو گفتگوی شما اینجاست."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "بازارسال به" "messageformat": "بازارسال به"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "ادامه" "messageformat": "ادامه"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "امکان بازارسال پیام‌های خالی یا پاک‌شده وجود ندارد" "messageformat": "امکان بازارسال پیام‌های خالی یا پاک‌شده وجود ندارد"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "بیشتر یاد بگیرید" "messageformat": "بیشتر یاد بگیرید"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "تبدیل شکلک‌های تایپی به ایموجی" "messageformat": "تبدیل شکلک‌های تایپی به ایموجی"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "مثلاً :-) به 🙂 تبدیل خواهد شد" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "پیشرفته" "messageformat": "پیشرفته"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "پیوند تماس" "messageformat": "پیوند تماس"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "مکالمه اخیری وجود ندارد." "messageformat": "مکالمه اخیری وجود ندارد."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "نتیجه‌ای برای «{query}» پیدا نشد" "messageformat": "نتیجه‌ای برای «{query}» پیدا نشد"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {تماس صوتی خروجی} other {تماس صوتی دریافتی}}} Video {{direction, select, Outgoing {تماس تصویری خروجی} other {تماس صوتی دریافتی}}} Group {{direction, select, Outgoing {تماس گروهی خروجی} other {تماس گروهی ورودی}}} other {{direction, select, Outgoing {تماس خروجی} other {تماس ورودی}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {تماس صوتی خروجی} other {تماس صوتی دریافتی}}} Video {{direction, select, Outgoing {تماس تصویری خروجی} other {تماس صوتی دریافتی}}} Group {{direction, select, Outgoing {تماس گروهی خروجی} other {تماس گروهی ورودی}}} other {{direction, select, Outgoing {تماس خروجی} other {تماس ورودی}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "پیوند تماس" "messageformat": "پیوند تماس"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} نفر دیگر در حال تایپ است.} other {{count,number} نفر دیگر در حال تایپ هستند.}}" "messageformat": "{count, plural, one {{count,number} نفر دیگر در حال تایپ است.} other {{count,number} نفر دیگر در حال تایپ هستند.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "تغییرات کوچک، رفع اشکالات و بهبود عملکرد. بابت استفاده از سیگنال سپاسگزاریم!", "messageformat": "تغییرات کوچک، رفع اشکالات و بهبود عملکرد. بابت استفاده از سیگنال سپاسگزاریم!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} on vaihtanut puhelinnumeronsa" "messageformat": "{sender} on vaihtanut puhelinnumeronsa"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "Keskusteluissa {obsoleteConversationTitle} ja {conversationTitle} on kyse samasta tilistä. Molempien keskusteluiden viestihistoria on täällä." "messageformat": "Keskusteluissa {obsoleteConversationTitle} ja {conversationTitle} on kyse samasta tilistä. Molempien keskusteluiden viestihistoria on täällä."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Välitä vastaanottajalle" "messageformat": "Välitä vastaanottajalle"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Jatka" "messageformat": "Jatka"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Tyhjiä tai poistettuja viestejä ei voi välittää" "messageformat": "Tyhjiä tai poistettuja viestejä ei voi välittää"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Lue lisää" "messageformat": "Lue lisää"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Muunna tekstihymiöt graafisiksi hymiöiksi" "messageformat": "Muunna tekstihymiöt graafisiksi hymiöiksi"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Esimerkiksi :-) muunnetaan muotoon 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Lisäasetukset" "messageformat": "Lisäasetukset"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Puhelulinkki" "messageformat": "Puhelulinkki"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Ei viimeaikaisia keskusteluja." "messageformat": "Ei viimeaikaisia keskusteluja."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Ei tuloksia haulle \"{query}\"" "messageformat": "Ei tuloksia haulle \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Lähtevä äänipuhelu} other {Saapuva äänipuhelu}}} Video {{direction, select, Outgoing {Soitettu videopuhelu} other {Vastattu videopuhelu}}} Group {{direction, select, Outgoing {Lähtevä ryhmäpuhelu} other {Saapuva ryhmäpuhelu}}} other {{direction, select, Outgoing {Lähtevä puhelu} other {Saapuva puhelu}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Lähtevä äänipuhelu} other {Saapuva äänipuhelu}}} Video {{direction, select, Outgoing {Soitettu videopuhelu} other {Vastattu videopuhelu}}} Group {{direction, select, Outgoing {Lähtevä ryhmäpuhelu} other {Saapuva ryhmäpuhelu}}} other {{direction, select, Outgoing {Lähtevä puhelu} other {Saapuva puhelu}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Puhelulinkki" "messageformat": "Puhelulinkki"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} käyttäjä kirjoittaa.} other {{count,number} käyttäjää kirjoittaa.}}" "messageformat": "{count, plural, one {{count,number} käyttäjä kirjoittaa.} other {{count,number} käyttäjää kirjoittaa.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Pieniä säätöjä, virheenkorjauksia ja suorituskykyparannuksia. Kiitos, että käytät Signalia!", "messageformat": "Pieniä säätöjä, virheenkorjauksia ja suorituskykyparannuksia. Kiitos, että käytät Signalia!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -75,7 +75,7 @@
"messageformat": "Supprimer définitivement toutes les données ?" "messageformat": "Supprimer définitivement toutes les données ?"
}, },
"icu:databaseError__deleteDataConfirmation__detail": { "icu:databaseError__deleteDataConfirmation__detail": {
"messageformat": "Tout lhistorique de vos messages et de vos fichiers sera définitivement supprimé de cet appareil. Vous pourrez utiliser Signal sur cet appareil après lavoir relié. Cette action ne supprimera aucune donnée de votre téléphone." "messageformat": "Tout lhistorique de vos messages et tous les médias stockés sur Signal seront définitivement supprimés de cet appareil. Vous pourrez de nouveau utiliser Signal sur cet appareil après lavoir réassocié. Cette action ne supprimera aucune donnée de votre téléphone."
}, },
"icu:databaseError__startOldVersion": { "icu:databaseError__startOldVersion": {
"messageformat": "La version de votre base de données ne peut pas supporter cette version de Signal. Assurez-vous douvrir la dernière version de Signal sur votre ordinateur." "messageformat": "La version de votre base de données ne peut pas supporter cette version de Signal. Assurez-vous douvrir la dernière version de Signal sur votre ordinateur."
@ -279,7 +279,7 @@
"messageformat": "Paramètres" "messageformat": "Paramètres"
}, },
"icu:NavTabs__ItemLabel--Update": { "icu:NavTabs__ItemLabel--Update": {
"messageformat": "Mettre Signal à jour" "messageformat": "Installer la dernière version de Signal"
}, },
"icu:NavTabs__ItemLabel--Profile": { "icu:NavTabs__ItemLabel--Profile": {
"messageformat": "Profil" "messageformat": "Profil"
@ -582,7 +582,7 @@
"messageformat": "Vous ne pouvez pas joindre dautres fichiers à ce message." "messageformat": "Vous ne pouvez pas joindre dautres fichiers à ce message."
}, },
"icu:fileSizeWarning": { "icu:fileSizeWarning": {
"messageformat": "Désolé, le fichier sélectionné dépasse la limite de taille des messages. {limit,number} {units}" "messageformat": "La taille du fichier sélectionné dépasse la limite autorisée. "
}, },
"icu:unableToLoadAttachment": { "icu:unableToLoadAttachment": {
"messageformat": "Impossible de charger le fichier joint sélectionné." "messageformat": "Impossible de charger le fichier joint sélectionné."
@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} a changé de numéro de téléphone" "messageformat": "{sender} a changé de numéro de téléphone"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} et {conversationTitle} appartiennent au même compte. Lhistorique de vos conversations est ici." "messageformat": "{obsoleteConversationTitle} et {conversationTitle} appartiennent au même compte. Lhistorique de vos conversations est ici."
}, },
@ -1125,7 +1128,7 @@
"messageformat": "Choisissez le nom de cet appareil" "messageformat": "Choisissez le nom de cet appareil"
}, },
"icu:finishLinkingPhone": { "icu:finishLinkingPhone": {
"messageformat": "Terminer la liaison du téléphone" "messageformat": "Finaliser lassociation du téléphone"
}, },
"icu:initialSync": { "icu:initialSync": {
"messageformat": "Synchronisation des contacts et groupes" "messageformat": "Synchronisation des contacts et groupes"
@ -1137,10 +1140,10 @@
"messageformat": "Échec de connexion au serveur." "messageformat": "Échec de connexion au serveur."
}, },
"icu:installTooManyDevices": { "icu:installTooManyDevices": {
"messageformat": "Désolé, trop dappareils sont déjà reliés. Essayez den supprimer." "messageformat": "Vous avez déjà associé un trop grand nombre dappareils. Veuillez en supprimer quelques-uns."
}, },
"icu:installTooOld": { "icu:installTooOld": {
"messageformat": "Mettez Signal à jour sur cet appareil pour relier votre téléphone." "messageformat": "Pour associer votre téléphone à cet appareil, installez la dernière version de Signal."
}, },
"icu:installErrorHeader": { "icu:installErrorHeader": {
"messageformat": "Une erreur sest produite." "messageformat": "Une erreur sest produite."
@ -1260,7 +1263,7 @@
"messageformat": "Réagir" "messageformat": "Réagir"
}, },
"icu:calling__button--ring__disabled-because-group-is-too-large": { "icu:calling__button--ring__disabled-because-group-is-too-large": {
"messageformat": "Le groupe est trop grand pour appeler tous les participants." "messageformat": "Appel impossible : le groupe compte un trop grand nombre de participants."
}, },
"icu:CallingButton__ring-off": { "icu:CallingButton__ring-off": {
"messageformat": "Désactiver la sonnerie" "messageformat": "Désactiver la sonnerie"
@ -1584,7 +1587,7 @@
"messageformat": "Messages éphémères" "messageformat": "Messages éphémères"
}, },
"icu:disappearingMessagesDisabled": { "icu:disappearingMessagesDisabled": {
"messageformat": "Les messages éphémères sont désactivés" "messageformat": "Messages éphémères désactivés"
}, },
"icu:disappearingMessagesDisabledByMember": { "icu:disappearingMessagesDisabledByMember": {
"messageformat": "Un membre a désactivé les messages éphémères." "messageformat": "Un membre a désactivé les messages éphémères."
@ -1761,7 +1764,7 @@
"messageformat": "Cliquez pour relier Signal Desktop pour ordinateur à votre appareil mobile et continuer à communiquer." "messageformat": "Cliquez pour relier Signal Desktop pour ordinateur à votre appareil mobile et continuer à communiquer."
}, },
"icu:unlinked": { "icu:unlinked": {
"messageformat": "Non relié" "messageformat": "Dissocié"
}, },
"icu:autoUpdateNewVersionTitle": { "icu:autoUpdateNewVersionTitle": {
"messageformat": "Une mise à jour est disponible" "messageformat": "Une mise à jour est disponible"
@ -2109,7 +2112,7 @@
"messageformat": "De tels messages futurs seront synchronisés, maintenant que vous utilisez une version à jour de Signal." "messageformat": "De tels messages futurs seront synchronisés, maintenant que vous utilisez une version à jour de Signal."
}, },
"icu:Message--update-signal": { "icu:Message--update-signal": {
"messageformat": "Mettre Signal à jour" "messageformat": "Installer la dernière version de Signal"
}, },
"icu:Message--tap-to-view-expired": { "icu:Message--tap-to-view-expired": {
"messageformat": "Vu" "messageformat": "Vu"
@ -2469,7 +2472,7 @@
"messageformat": "Vous pourrez échanger des messages et des appels." "messageformat": "Vous pourrez échanger des messages et des appels."
}, },
"icu:MessageRequests--unblock-group-confirm-body": { "icu:MessageRequests--unblock-group-confirm-body": {
"messageformat": "Les membres du groupe pourront vous rajouter à ce groupe." "messageformat": "Les membres pourront de nouveau vous ajouter à ce groupe."
}, },
"icu:MessageRequests--block-and-report-spam-success-toast": { "icu:MessageRequests--block-and-report-spam-success-toast": {
"messageformat": "Signalé comme indésirable et bloqué." "messageformat": "Signalé comme indésirable et bloqué."
@ -2484,7 +2487,7 @@
"messageformat": "Bloquer et quitter {title} ?" "messageformat": "Bloquer et quitter {title} ?"
}, },
"icu:MessageRequests--block-group-confirm-body": { "icu:MessageRequests--block-group-confirm-body": {
"messageformat": "Vous ne recevrez plus ni message ni mise à jour de ce groupe et les membres ne pourront plus vous rajouter à ce groupe." "messageformat": "Ce groupe ne pourra plus vous envoyer de messages, ni vous tenir informé des dernières actualités, et ses membres ne pourront plus vous y ajouter."
}, },
"icu:MessageRequests--reportAndMaybeBlock": { "icu:MessageRequests--reportAndMaybeBlock": {
"messageformat": "Signaler..." "messageformat": "Signaler..."
@ -2847,7 +2850,7 @@
"messageformat": "{max, plural, one {{max,number} modification peut-être appliquée à ce message.} other {{max,number} modifications seulement peuvent être appliquées à ce message.}}" "messageformat": "{max, plural, one {{max,number} modification peut-être appliquée à ce message.} other {{max,number} modifications seulement peuvent être appliquées à ce message.}}"
}, },
"icu:unknown-sgnl-link": { "icu:unknown-sgnl-link": {
"messageformat": "Désolé, ce lien sgnl:// était invalide" "messageformat": "Le lien sgnl:// est incorrect."
}, },
"icu:GroupV2--cannot-send": { "icu:GroupV2--cannot-send": {
"messageformat": "Vous ne pouvez pas envoyer de message à ce groupe." "messageformat": "Vous ne pouvez pas envoyer de message à ce groupe."
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Transférer à" "messageformat": "Transférer à"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Poursuivre" "messageformat": "Poursuivre"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Impossible de transférer des messages vides ou supprimés" "messageformat": "Impossible de transférer des messages vides ou supprimés"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "En savoir plus" "messageformat": "En savoir plus"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Convertir les émoticônes en émojis" "messageformat": "Convertir les émoticônes en émojis"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Par exemple, :-) deviendra 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avancés" "messageformat": "Avancés"
@ -5046,7 +5055,7 @@
"messageformat": "{maxDurationInSec, plural, one {Impossible de poster la vidéo dans la Story car elle dure plus de 1 seconde.} other {Impossible de poster la vidéo dans la Story car elle dure plus de {maxDurationInSec,number} secondes.}}" "messageformat": "{maxDurationInSec, plural, one {Impossible de poster la vidéo dans la Story car elle dure plus de 1 seconde.} other {Impossible de poster la vidéo dans la Story car elle dure plus de {maxDurationInSec,number} secondes.}}"
}, },
"icu:StoryCreator__error--video-too-big": { "icu:StoryCreator__error--video-too-big": {
"messageformat": "Impossible de poster la vidéo dans la Story car elle est plus lourde que {limit,number} {units}." "messageformat": "La vidéo dépasse la limite de {limit,number} {units} : impossible de la publier dans la story."
}, },
"icu:StoryCreator__error--video-error": { "icu:StoryCreator__error--video-error": {
"messageformat": "Impossible de charger la vidéo" "messageformat": "Impossible de charger la vidéo"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Lien dappel" "messageformat": "Lien dappel"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Aucune conversation récente." "messageformat": "Aucune conversation récente."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Aucun résultat pour « {query} »" "messageformat": "Aucun résultat pour « {query} »"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Appel vocal sortant} other {Appel vocal entrant}}} Video {{direction, select, Outgoing {Appel vidéo sortant} other {Appel vidéo entrant}}} Group {{direction, select, Outgoing {Appel de groupe sortant} other {Appel de groupe entrant}}} other {{direction, select, Outgoing {Appel sortant} other {Appel entrant}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Appel vocal sortant} other {Appel vocal entrant}}} Video {{direction, select, Outgoing {Appel vidéo sortant} other {Appel vidéo entrant}}} Group {{direction, select, Outgoing {Appel de groupe sortant} other {Appel de groupe entrant}}} other {{direction, select, Outgoing {Appel sortant} other {Appel entrant}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Lien dappel" "messageformat": "Lien dappel"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} autre personne est en train décrire.} other {{count,number} autres personnes sont en train décrire.}}" "messageformat": "{count, plural, one {{count,number} autre personne est en train décrire.} other {{count,number} autres personnes sont en train décrire.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Petits ajustements, corrections de bugs et améliorations des performances. Nous vous remercions dutiliser Signal !", "messageformat": "Petits ajustements, corrections de bugs et améliorations des performances. Nous vous remercions dutiliser Signal !",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "D'athraigh {sender} an uimhir ghutháin" "messageformat": "D'athraigh {sender} an uimhir ghutháin"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "Baineann {obsoleteConversationTitle} agus {conversationTitle} leis an gcuntas céanna. Tá stair na dteachtaireachtaí don dá chomhrá anseo." "messageformat": "Baineann {obsoleteConversationTitle} agus {conversationTitle} leis an gcuntas céanna. Tá stair na dteachtaireachtaí don dá chomhrá anseo."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Seol ar aghaidh Chuig" "messageformat": "Seol ar aghaidh Chuig"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Ar aghaidh" "messageformat": "Ar aghaidh"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Ní féidir teachtaireachtaí folmha ná scriosta a sheoladh ar aghaidh" "messageformat": "Ní féidir teachtaireachtaí folmha ná scriosta a sheoladh ar aghaidh"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Foghlaim tuilleadh" "messageformat": "Foghlaim tuilleadh"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Tiontaigh straoiseoga clóscríofa ina emoji" "messageformat": "Tiontaigh straoiseoga clóscríofa ina emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Mar shampla, tiontófar :-) ina 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Ardroghanna" "messageformat": "Ardroghanna"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Nasc glao" "messageformat": "Nasc glao"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Ní comhráite le déanaí ann." "messageformat": "Ní comhráite le déanaí ann."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Níl aon torthaí ar “{query}”" "messageformat": "Níl aon torthaí ar “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Guthghlao amach} other {Guthghlao isteach}}} Video {{direction, select, Outgoing {Físghlao amach} other {Físghlao isteach}}} Group {{direction, select, Outgoing {Grúpghlao amach} other {Grúpghlao isteach}}} other {{direction, select, Outgoing {Glao amach} other {Glao isteach}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Guthghlao amach} other {Guthghlao isteach}}} Video {{direction, select, Outgoing {Físghlao amach} other {Físghlao isteach}}} Group {{direction, select, Outgoing {Grúpghlao amach} other {Grúpghlao isteach}}} other {{direction, select, Outgoing {Glao amach} other {Glao isteach}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Nasc glao" "messageformat": "Nasc glao"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Tá {count,number} duine eile ag clóscríobh.} two {Tá {count,number} dhuine eile ag clóscríobh.} few {Tá {count,number} dhuine eile ag clóscríobh.} many {Tá {count,number} nduine eile ag clóscríobh.} other {Tá {count,number} duine eile ag clóscríobh.}}" "messageformat": "{count, plural, one {Tá {count,number} duine eile ag clóscríobh.} two {Tá {count,number} dhuine eile ag clóscríobh.} few {Tá {count,number} dhuine eile ag clóscríobh.} many {Tá {count,number} nduine eile ag clóscríobh.} other {Tá {count,number} duine eile ag clóscríobh.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Mionathruithe, paistí fabhtanna agus feabhsuithe ar fheidhmíocht. Go raibh maith agat as Signal a úsáid!", "messageformat": "Mionathruithe, paistí fabhtanna agus feabhsuithe ar fheidhmíocht. Go raibh maith agat as Signal a úsáid!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} cambiou o seu número de teléfono" "messageformat": "{sender} cambiou o seu número de teléfono"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} e {conversationTitle} pertencen á mesma conta. O teu historial de mensaxes para ambas conversas está aquí." "messageformat": "{obsoleteConversationTitle} e {conversationTitle} pertencen á mesma conta. O teu historial de mensaxes para ambas conversas está aquí."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Reenviar a" "messageformat": "Reenviar a"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Continuar" "messageformat": "Continuar"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Non se poden reenviar mensaxes borradas ou baleiras" "messageformat": "Non se poden reenviar mensaxes borradas ou baleiras"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Saber máis" "messageformat": "Saber máis"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Converter emoticonas escritas en emoji" "messageformat": "Converter emoticonas escritas en emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Por exemplo: :-) converterase en 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avanzado" "messageformat": "Avanzado"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Ligazón de chamada" "messageformat": "Ligazón de chamada"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Sen conversas recentes." "messageformat": "Sen conversas recentes."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Ningún resultado para «{query}»" "messageformat": "Ningún resultado para «{query}»"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Chamada de voz saínte} other {Chamada de voz entrante}}} Video {{direction, select, Outgoing {Chamada saínte de vídeo} other {Chamada entrante de vídeo}}} Group {{direction, select, Outgoing {Chamada de grupo saínte} other {Chamada de grupo entrante}}} other {{direction, select, Outgoing {Chamada saínte} other {Chamada recibida}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Chamada de voz saínte} other {Chamada de voz entrante}}} Video {{direction, select, Outgoing {Chamada saínte de vídeo} other {Chamada entrante de vídeo}}} Group {{direction, select, Outgoing {Chamada de grupo saínte} other {Chamada de grupo entrante}}} other {{direction, select, Outgoing {Chamada saínte} other {Chamada recibida}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Ligazón de chamada" "messageformat": "Ligazón de chamada"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} outro está a escribir.} other {{count,number} outros están a escribir.}}" "messageformat": "{count, plural, one {{count,number} outro está a escribir.} other {{count,number} outros están a escribir.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Comprende pequenas modificacións e melloras no rendemento. Moitas grazas por empregar Signal!", "messageformat": "Comprende pequenas modificacións e melloras no rendemento. Moitas grazas por empregar Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender}એ તેમનો ફોન નંબર બદલ્યો" "messageformat": "{sender}એ તેમનો ફોન નંબર બદલ્યો"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} અને {conversationTitle} એક જ એકાઉન્ટ છે. બંને ચેટ માટેની તમારી મેસેજ હિસ્ટ્રી અહીં છે." "messageformat": "{obsoleteConversationTitle} અને {conversationTitle} એક જ એકાઉન્ટ છે. બંને ચેટ માટેની તમારી મેસેજ હિસ્ટ્રી અહીં છે."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "આમને ફોરવર્ડ કરો" "messageformat": "આમને ફોરવર્ડ કરો"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "ચાલુ રાખો" "messageformat": "ચાલુ રાખો"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "ખાલી અથવા ડિલીટ કરેલા મેસેજ ફોરવર્ડ કરી શકાતા નથી" "messageformat": "ખાલી અથવા ડિલીટ કરેલા મેસેજ ફોરવર્ડ કરી શકાતા નથી"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "વધુ શીખો" "messageformat": "વધુ શીખો"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "ટાઇપ કરેલા ઇમોટિકન્સને ઇમોજીમાં કન્વર્ટ કરો" "messageformat": "ટાઇપ કરેલા ઇમોટિકન્સને ઇમોજીમાં કન્વર્ટ કરો"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "ઉદાહરણ તરીકે, :-) 🙂 માં કન્વર્ટ થઈ જશે" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "વધુ" "messageformat": "વધુ"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "કૉલ લિંક" "messageformat": "કૉલ લિંક"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "કોઈ તાજેતરની વાતચીતો નથી." "messageformat": "કોઈ તાજેતરની વાતચીતો નથી."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” માટે કોઈ પરિણામ નથી" "messageformat": "“{query}” માટે કોઈ પરિણામ નથી"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {આઉટગોઇંગ વૉઇસ કૉલ} other {ઇનકમિંગ વૉઇસ કૉલ}}} Video {{direction, select, Outgoing {આઉટગોઈંગ વિડિયો કૉલ} other {ઈનકમિંગ વિડિયો કૉલ}}} Group {{direction, select, Outgoing {આઉટગોઇંગ ગ્રૂપ કૉલ} other {ઇનકમિંગ ગ્રૂપ કૉલ}}} other {{direction, select, Outgoing {આઉટગોઇંગ કૉલ} other {આવી રહેલ કોલ}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {આઉટગોઇંગ વૉઇસ કૉલ} other {ઇનકમિંગ વૉઇસ કૉલ}}} Video {{direction, select, Outgoing {આઉટગોઈંગ વિડિયો કૉલ} other {ઈનકમિંગ વિડિયો કૉલ}}} Group {{direction, select, Outgoing {આઉટગોઇંગ ગ્રૂપ કૉલ} other {ઇનકમિંગ ગ્રૂપ કૉલ}}} other {{direction, select, Outgoing {આઉટગોઇંગ કૉલ} other {આવી રહેલ કોલ}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "કૉલ લિંક" "messageformat": "કૉલ લિંક"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} અન્ય ટાઇપ કરી રહ્યા છે.} other {{count,number} અન્યો ટાઇપ કરી રહ્યાં છે.}}" "messageformat": "{count, plural, one {{count,number} અન્ય ટાઇપ કરી રહ્યા છે.} other {{count,number} અન્યો ટાઇપ કરી રહ્યાં છે.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "નાના ફેરફારો, ભૂલ સુધારા અને પ્રદર્શનમાં વધારો. Signalનો ઉપયોગ કરવા બદલ આભાર!", "messageformat": "નાના ફેરફારો, ભૂલ સુધારા અને પ્રદર્શનમાં વધારો. Signalનો ઉપયોગ કરવા બદલ આભાર!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} שינה/שינתה את מספר הטלפון שלו/שלה" "messageformat": "{sender} שינה/שינתה את מספר הטלפון שלו/שלה"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} ו{conversationTitle} שייכים לאותו חשבון. היסטוריית ההודעות שלך לשני הצ׳אטים נמצאת כאן." "messageformat": "{obsoleteConversationTitle} ו{conversationTitle} שייכים לאותו חשבון. היסטוריית ההודעות שלך לשני הצ׳אטים נמצאת כאן."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "העברה אל" "messageformat": "העברה אל"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "המשך" "messageformat": "המשך"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "לא ניתן להעביר הודעות ריקות או מחוקות" "messageformat": "לא ניתן להעביר הודעות ריקות או מחוקות"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "למד עוד" "messageformat": "למד עוד"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "המרת אמוטיקונים מוקלדים לאימוג׳ים" "messageformat": "המרת אמוטיקונים מוקלדים לאימוג׳ים"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "למשל, :-) יומר ל–🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "מתקדם" "messageformat": "מתקדם"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "לינק לשיחה" "messageformat": "לינק לשיחה"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "אין שיחות חדשות." "messageformat": "אין שיחות חדשות."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "אין תוצאות עבור ״{query}״" "messageformat": "אין תוצאות עבור ״{query}״"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {שיחה קולית יוצאת} other {שיחה קולית נכנסת}}} Video {{direction, select, Outgoing {שיחת וידאו יוצאת} other {שיחת וידאו נכנסת}}} Group {{direction, select, Outgoing {שיחה קבוצתית יוצאת} other {שיחה קבוצתית נכנסת}}} other {{direction, select, Outgoing {שיחה יוצאת} other {שיחה נכנסת}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {שיחה קולית יוצאת} other {שיחה קולית נכנסת}}} Video {{direction, select, Outgoing {שיחת וידאו יוצאת} other {שיחת וידאו נכנסת}}} Group {{direction, select, Outgoing {שיחה קבוצתית יוצאת} other {שיחה קבוצתית נכנסת}}} other {{direction, select, Outgoing {שיחה יוצאת} other {שיחה נכנסת}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "לינק לשיחה" "messageformat": "לינק לשיחה"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {עוד {count,number} מקליד/ה.} two {עוד {count,number} מקלידים.} many {עוד {count,number} מקלידים.} other {עוד {count,number} מקלידים.}}" "messageformat": "{count, plural, one {עוד {count,number} מקליד/ה.} two {עוד {count,number} מקלידים.} many {עוד {count,number} מקלידים.} other {עוד {count,number} מקלידים.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "התאמות קטנות, תיקוני באגים ושיפורי ביצועים. תודה על השימוש ב-Signal!", "messageformat": "התאמות קטנות, תיקוני באגים ושיפורי ביצועים. תודה על השימוש ב-Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} ने अपने फोन नंबर बदल लिए" "messageformat": "{sender} ने अपने फोन नंबर बदल लिए"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} और {conversationTitle} एक ही अकाउंट हैं। दोनों चैट हेतु आपकी संदेश हिस्ट्री यहाँ हैं।" "messageformat": "{obsoleteConversationTitle} और {conversationTitle} एक ही अकाउंट हैं। दोनों चैट हेतु आपकी संदेश हिस्ट्री यहाँ हैं।"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "को फ़ॉरवर्ड करें" "messageformat": "को फ़ॉरवर्ड करें"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "आगे" "messageformat": "आगे"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "खाली या हटाए गए संदेशों को अग्रेषित नहीं कर सकते" "messageformat": "खाली या हटाए गए संदेशों को अग्रेषित नहीं कर सकते"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "अधिक जानें" "messageformat": "अधिक जानें"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "टाइप किए गए इमोटिकॉन्स को इमोजी में बदलें" "messageformat": "टाइप किए गए इमोटिकॉन्स को इमोजी में बदलें"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "उदाहरण के लिए, :-) को 🙂 में परिवर्तित किया जाएगा" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "अधिक" "messageformat": "अधिक"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "कॉल लिंक" "messageformat": "कॉल लिंक"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "कोई हालिया बातचीत नहीं।" "messageformat": "कोई हालिया बातचीत नहीं।"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” के लिए कोई परिणाम नहीं" "messageformat": "“{query}” के लिए कोई परिणाम नहीं"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {आउटगोइंग वॉयस कॉल} other {इनकमिंग वॉयस कॉल}}} Video {{direction, select, Outgoing {वीडियो कॉल की जा रही है} other {वीडियो कॉल आ रही है}}} Group {{direction, select, Outgoing {आउटगोइंग ग्रुप कॉल} other {इनकमिंग ग्रुप कॉल}}} other {{direction, select, Outgoing {जाने वाली कॉल} other {आने वाली कॉल}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {आउटगोइंग वॉयस कॉल} other {इनकमिंग वॉयस कॉल}}} Video {{direction, select, Outgoing {वीडियो कॉल की जा रही है} other {वीडियो कॉल आ रही है}}} Group {{direction, select, Outgoing {आउटगोइंग ग्रुप कॉल} other {इनकमिंग ग्रुप कॉल}}} other {{direction, select, Outgoing {जाने वाली कॉल} other {आने वाली कॉल}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "कॉल लिंक" "messageformat": "कॉल लिंक"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} अन्य टाइप कर रहा/रही है।} other {{count,number} अन्य टाइप कर रहे/रही हैं।}}" "messageformat": "{count, plural, one {{count,number} अन्य टाइप कर रहा/रही है।} other {{count,number} अन्य टाइप कर रहे/रही हैं।}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "छोटे-छोटे ट्वीक, बग फ़िक्स, और प्रदर्शन में सुधार। Signal इस्तेमाल करने के लिए धन्यवाद।", "messageformat": "छोटे-छोटे ट्वीक, बग फ़िक्स, और प्रदर्शन में सुधार। Signal इस्तेमाल करने के लिए धन्यवाद।",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} promijenio/la je svoj broj telefona" "messageformat": "{sender} promijenio/la je svoj broj telefona"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} i {conversationTitle} pripadaju istom računu. Vaša povijest poruka za oba razgovora nalazi se ovdje." "messageformat": "{obsoleteConversationTitle} i {conversationTitle} pripadaju istom računu. Vaša povijest poruka za oba razgovora nalazi se ovdje."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Proslijedi kontaktu" "messageformat": "Proslijedi kontaktu"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Nastavi" "messageformat": "Nastavi"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Nije moguće proslijediti prazne ili izbrisane poruke" "messageformat": "Nije moguće proslijediti prazne ili izbrisane poruke"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Saznajte više" "messageformat": "Saznajte više"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Pretvori tipkane emotikone u emoji" "messageformat": "Pretvori tipkane emotikone u emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Npr. :-) pretvorit će se u 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Napredno" "messageformat": "Napredno"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Poveznica na poziv" "messageformat": "Poveznica na poziv"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Nema nedavnih razgovora." "messageformat": "Nema nedavnih razgovora."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Nema rezultata za \"{query}\"" "messageformat": "Nema rezultata za \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Odlazni glasovni poziv} other {Dolazni glasovni poziv}}} Video {{direction, select, Outgoing {Odlazni video poziv} other {Dolazni video poziv}}} Group {{direction, select, Outgoing {Odlazni grupni poziv} other {Dolazni grupni poziv}}} other {{direction, select, Outgoing {Odlazni poziv} other {Dolazni poziv}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Odlazni glasovni poziv} other {Dolazni glasovni poziv}}} Video {{direction, select, Outgoing {Odlazni video poziv} other {Dolazni video poziv}}} Group {{direction, select, Outgoing {Odlazni grupni poziv} other {Dolazni grupni poziv}}} other {{direction, select, Outgoing {Odlazni poziv} other {Dolazni poziv}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Poveznica na poziv" "messageformat": "Poveznica na poziv"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} osoba tipka.} few {{count,number} osobe tipkaju.} many {{count,number} osoba tipka.} other {{count,number} osoba tipka.}}" "messageformat": "{count, plural, one {{count,number} osoba tipka.} few {{count,number} osobe tipkaju.} many {{count,number} osoba tipka.} other {{count,number} osoba tipka.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Manja podešavanja, ispravci grešaka i poboljšanje rada aplikacije. Hvala vam što koristite Signal!", "messageformat": "Manja podešavanja, ispravci grešaka i poboljšanje rada aplikacije. Hvala vam što koristite Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} megváltoztatta a telefonszámát" "messageformat": "{sender} megváltoztatta a telefonszámát"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} és {conversationTitle} ugyanaz a fiók. Itt található mindkét csevegés üzenetelőzménye." "messageformat": "{obsoleteConversationTitle} és {conversationTitle} ugyanaz a fiók. Itt található mindkét csevegés üzenetelőzménye."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Továbbítás ide:" "messageformat": "Továbbítás ide:"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Folytatás" "messageformat": "Folytatás"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Üres vagy törölt üzeneteket nem lehet továbbítani" "messageformat": "Üres vagy törölt üzeneteket nem lehet továbbítani"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Tudj meg többet!" "messageformat": "Tudj meg többet!"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "A beírt hangulatjelek emodzsivá való átalakítása" "messageformat": "A beírt hangulatjelek emodzsivá való átalakítása"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Például a :-) hangulatjel 🙂 emodzsivá kerül átalakításra" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Haladó" "messageformat": "Haladó"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Híváshivatkozás" "messageformat": "Híváshivatkozás"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Nincsenek legutóbbi beszélgetések." "messageformat": "Nincsenek legutóbbi beszélgetések."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Nincs találat a következőre: „{query}”" "messageformat": "Nincs találat a következőre: „{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Kimenő hanghívás} other {Bejövő hanghívás}}} Video {{direction, select, Outgoing {Kimenő videóhívás} other {Bejövő videóhívás}}} Group {{direction, select, Outgoing {Kimenő csoportos hívás} other {Bejövő csoportos hívás}}} other {{direction, select, Outgoing {Kimenő hívás} other {Bejövő hívás}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Kimenő hanghívás} other {Bejövő hanghívás}}} Video {{direction, select, Outgoing {Kimenő videóhívás} other {Bejövő videóhívás}}} Group {{direction, select, Outgoing {Kimenő csoportos hívás} other {Bejövő csoportos hívás}}} other {{direction, select, Outgoing {Kimenő hívás} other {Bejövő hívás}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Híváshivatkozás" "messageformat": "Híváshivatkozás"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} másik személy ír.} other {{count,number} másik személy ír.}}" "messageformat": "{count, plural, one {{count,number} másik személy ír.} other {{count,number} másik személy ír.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Apró finomítások, hibajavítások és teljesítménynövelések. Köszönjük, hogy a Signalt használod!", "messageformat": "Apró finomítások, hibajavítások és teljesítménynövelések. Köszönjük, hogy a Signalt használod!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} mengubah nomornya" "messageformat": "{sender} mengubah nomornya"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} dan {conversationTitle} adalah milik akun yang sama. Riwayat pesan Anda untuk kedua obrolan ada di sini." "messageformat": "{obsoleteConversationTitle} dan {conversationTitle} adalah milik akun yang sama. Riwayat pesan Anda untuk kedua obrolan ada di sini."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Teruskan Ke" "messageformat": "Teruskan Ke"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Lanjutkan" "messageformat": "Lanjutkan"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Tidak dapat meneruskan pesan kosong atau pesan yang telah dihapus" "messageformat": "Tidak dapat meneruskan pesan kosong atau pesan yang telah dihapus"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Pelajari lebih lanjut" "messageformat": "Pelajari lebih lanjut"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Ubah emotikon ketik jadi emoji" "messageformat": "Ubah emotikon ketik jadi emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Contoh, :-) akan diubah jadi 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Lanjutan" "messageformat": "Lanjutan"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Tautan panggilan" "messageformat": "Tautan panggilan"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Tidak ada percakapan terkini." "messageformat": "Tidak ada percakapan terkini."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Tidak ada hasil untuk “{query}”" "messageformat": "Tidak ada hasil untuk “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Panggilan suara keluar} other {Panggilan suara masuk}}} Video {{direction, select, Outgoing {Panggilan video keluar} other {Panggilan video masuk}}} Group {{direction, select, Outgoing {Panggilan grup keluar} other {Panggilan grup masuk}}} other {{direction, select, Outgoing {Panggilan keluar} other {Panggilan masuk}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Panggilan suara keluar} other {Panggilan suara masuk}}} Video {{direction, select, Outgoing {Panggilan video keluar} other {Panggilan video masuk}}} Group {{direction, select, Outgoing {Panggilan grup keluar} other {Panggilan grup masuk}}} other {{direction, select, Outgoing {Panggilan keluar} other {Panggilan masuk}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Tautan panggilan" "messageformat": "Tautan panggilan"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {{count,number} orang lainnya sedang mengetik.}}" "messageformat": "{count, plural, other {{count,number} orang lainnya sedang mengetik.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Tambahan penyesuaian kecil, perbaikan bug, dan peningkatan performa. Terima kasih telah menggunakan Signal!", "messageformat": "Tambahan penyesuaian kecil, perbaikan bug, dan peningkatan performa. Terima kasih telah menggunakan Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} ha cambiato il suo numero di telefono" "messageformat": "{sender} ha cambiato il suo numero di telefono"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} e {conversationTitle} appartengono allo stesso account. La cronologia dei messaggi per entrambe le chat è qui." "messageformat": "{obsoleteConversationTitle} e {conversationTitle} appartengono allo stesso account. La cronologia dei messaggi per entrambe le chat è qui."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Inoltra a" "messageformat": "Inoltra a"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Continua" "messageformat": "Continua"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Impossibile inoltrare un messaggio vuoto o eliminato" "messageformat": "Impossibile inoltrare un messaggio vuoto o eliminato"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Scopri di più" "messageformat": "Scopri di più"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Converti le emoticon \"scritte\" in emoji" "messageformat": "Converti le emoticon \"scritte\" in emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Per esempio :-) diventerà 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avanzate" "messageformat": "Avanzate"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Link chiamata" "messageformat": "Link chiamata"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Nessuna conversazione recente." "messageformat": "Nessuna conversazione recente."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Nessun risultato per \"{query}\"" "messageformat": "Nessun risultato per \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Chiamata in uscita} other {Chiamata in arrivo}}} Video {{direction, select, Outgoing {Videochiamata in uscita} other {Videochiamata in arrivo}}} Group {{direction, select, Outgoing {Chiamata di gruppo in uscita} other {Chiamata di gruppo in entrata}}} other {{direction, select, Outgoing {Chiamata in uscita} other {Chiamata in entrata}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Chiamata in uscita} other {Chiamata in arrivo}}} Video {{direction, select, Outgoing {Videochiamata in uscita} other {Videochiamata in arrivo}}} Group {{direction, select, Outgoing {Chiamata di gruppo in uscita} other {Chiamata di gruppo in entrata}}} other {{direction, select, Outgoing {Chiamata in uscita} other {Chiamata in entrata}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Link chiamata" "messageformat": "Link chiamata"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} persona sta scrivendo.} other {{count,number} persone stanno scrivendo.}}" "messageformat": "{count, plural, one {{count,number} persona sta scrivendo.} other {{count,number} persone stanno scrivendo.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Altre piccole modifiche e correzioni di bug per far funzionare l'app senza problemi. Grazie per usare Signal!", "messageformat": "Altre piccole modifiche e correzioni di bug per far funzionare l'app senza problemi. Grazie per usare Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} は電話番号を変更しました" "messageformat": "{sender} は電話番号を変更しました"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} と {conversationTitle} は同じアカウントから発せられています。両方のチャットのメッセージ履歴はこちらです。" "messageformat": "{obsoleteConversationTitle} と {conversationTitle} は同じアカウントから発せられています。両方のチャットのメッセージ履歴はこちらです。"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "転送先" "messageformat": "転送先"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "続ける" "messageformat": "続ける"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "空のメッセージや消去されたメッセージは転送できません" "messageformat": "空のメッセージや消去されたメッセージは転送できません"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "さらに詳しく" "messageformat": "さらに詳しく"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "入力した顔文字を絵文字に変換する" "messageformat": "入力した顔文字を絵文字に変換する"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "例::-)は🙂に変換されます" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "詳細設定" "messageformat": "詳細設定"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "通話リンク" "messageformat": "通話リンク"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "最近の通話はありません。" "messageformat": "最近の通話はありません。"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” の検索結果はありません" "messageformat": "“{query}” の検索結果はありません"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {音声通話発信} other {音声通話着信}}} Video {{direction, select, Outgoing {ビデオ通話発信} other {ビデオ通話着信}}} Group {{direction, select, Outgoing {グループ通話発信} other {グループ通話着信}}} other {{direction, select, Outgoing {発信} other {着信}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {音声通話発信} other {音声通話着信}}} Video {{direction, select, Outgoing {ビデオ通話発信} other {ビデオ通話着信}}} Group {{direction, select, Outgoing {グループ通話発信} other {グループ通話着信}}} other {{direction, select, Outgoing {発信} other {着信}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "通話リンク" "messageformat": "通話リンク"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {{count,number} 人が入力中です。}}" "messageformat": "{count, plural, other {{count,number} 人が入力中です。}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "細かな微調整、バグ修正、パフォーマンスの向上。 Signalをご利用いただきありがとうございます。", "messageformat": "細かな微調整、バグ修正、パフォーマンスの向上。 Signalをご利用いただきありがとうございます。",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender}-მა თავისი ტელეფონის ნომერი გამოცვალა" "messageformat": "{sender}-მა თავისი ტელეფონის ნომერი გამოცვალა"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} და {conversationTitle} ერთი და იგივე პროფილია. ორივე ჩატში შენი მიმოწერის ისტორია აქაა." "messageformat": "{obsoleteConversationTitle} და {conversationTitle} ერთი და იგივე პროფილია. ორივე ჩატში შენი მიმოწერის ისტორია აქაა."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "გაეგზავნოთ ჩამოთვლილებს" "messageformat": "გაეგზავნოთ ჩამოთვლილებს"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "გაგრძელება" "messageformat": "გაგრძელება"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "ცარიელი ან წაშლილი შეტყობინების გადაგზავნა ვერ მოხერხდება" "messageformat": "ცარიელი ან წაშლილი შეტყობინების გადაგზავნა ვერ მოხერხდება"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "გაიგე მეტი" "messageformat": "გაიგე მეტი"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "აკრეფილი სმაილიკების emoji-ებად გადაქცევა" "messageformat": "აკრეფილი სმაილიკების emoji-ებად გადაქცევა"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "მაგალითად, :-) 🙂-ად გადაიქცევა" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "დეტალური" "messageformat": "დეტალური"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "ზარის ბმული" "messageformat": "ზარის ბმული"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "ბოლოდროინდელი მიმოწერები ვერ მოიძებნა." "messageformat": "ბოლოდროინდელი მიმოწერები ვერ მოიძებნა."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "„{query}“-ზე ვერაფერი მოიძებნა" "messageformat": "„{query}“-ზე ვერაფერი მოიძებნა"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {გამავალი ხმოვანი ზარი} other {შემომავალი ხმოვანი ზარი}}} Video {{direction, select, Outgoing {გამავალი ვიდეო ზარი} other {შემომავალი ვიდეო ზარი}}} Group {{direction, select, Outgoing {ჯგუფის გამავალი ზარი} other {ჯგუფის შემომავალი ზარი}}} other {{direction, select, Outgoing {გამავალი ზარი} other {შემომავალი ზარი}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {გამავალი ხმოვანი ზარი} other {შემომავალი ხმოვანი ზარი}}} Video {{direction, select, Outgoing {გამავალი ვიდეო ზარი} other {შემომავალი ვიდეო ზარი}}} Group {{direction, select, Outgoing {ჯგუფის გამავალი ზარი} other {ჯგუფის შემომავალი ზარი}}} other {{direction, select, Outgoing {გამავალი ზარი} other {შემომავალი ზარი}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "ზარის ბმული" "messageformat": "ზარის ბმული"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} სხვა ბეჭდავს.} other {{count,number} სხვა ბეჭდავს.}}" "messageformat": "{count, plural, one {{count,number} სხვა ბეჭდავს.} other {{count,number} სხვა ბეჭდავს.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "მცირე შესწორებები, ბაგების გამოსწორება და წარმადობის გაუმჯობესება. მადლობას გიხდით სიგნალის გამოყენებისთვის!", "messageformat": "მცირე შესწორებები, ბაგების გამოსწორება და წარმადობის გაუმჯობესება. მადლობას გიხდით სიგნალის გამოყენებისთვის!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} өзінің телефон нөмірін өзгертті" "messageformat": "{sender} өзінің телефон нөмірін өзгертті"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} және {conversationTitle} екеуі бір аккаунт. Екі чат үшін де хаттар тарихын осы жерден таба аласыз." "messageformat": "{obsoleteConversationTitle} және {conversationTitle} екеуі бір аккаунт. Екі чат үшін де хаттар тарихын осы жерден таба аласыз."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Жіберілетін контакт" "messageformat": "Жіберілетін контакт"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Жалғастыру" "messageformat": "Жалғастыру"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Бос немесе жойылған хаттарды басқа біреуге жіберу мүмкін емес" "messageformat": "Бос немесе жойылған хаттарды басқа біреуге жіберу мүмкін емес"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Толық ақпарат" "messageformat": "Толық ақпарат"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Терілген эмотикондарды эмодзилерге түрлендіру" "messageformat": "Терілген эмотикондарды эмодзилерге түрлендіру"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Мысалы, :-) деп терсеңіз, 🙂 болады" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Озық" "messageformat": "Озық"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Қоңырау сілтемесі" "messageformat": "Қоңырау сілтемесі"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Соңғы сұхбаттар жоқ." "messageformat": "Соңғы сұхбаттар жоқ."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "\"{query}\" бойынша нәтижелер жоқ" "messageformat": "\"{query}\" бойынша нәтижелер жоқ"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Шығыс дауыстық қоңырау} other {Кіріс дауыстық қоңырау}}} Video {{direction, select, Outgoing {Шығыс видеоқоңырау} other {Кіріс видеоқоңырау}}} Group {{direction, select, Outgoing {Шығыс топтық қоңырау} other {Кіріс топтық қоңырау}}} other {{direction, select, Outgoing {Шығатын қоңырау} other {Келетін қоңырау }}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Шығыс дауыстық қоңырау} other {Кіріс дауыстық қоңырау}}} Video {{direction, select, Outgoing {Шығыс видеоқоңырау} other {Кіріс видеоқоңырау}}} Group {{direction, select, Outgoing {Шығыс топтық қоңырау} other {Кіріс топтық қоңырау}}} other {{direction, select, Outgoing {Шығатын қоңырау} other {Келетін қоңырау }}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Қоңырау сілтемесі" "messageformat": "Қоңырау сілтемесі"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Тағы {count,number} адам жазып жатыр.} other {Тағы {count,number} адам жазып жатыр.}}" "messageformat": "{count, plural, one {Тағы {count,number} адам жазып жатыр.} other {Тағы {count,number} адам жазып жатыр.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Кішігірім түзетпелер жасалды, ақаулар жөнделді және жұмысы жақсартылды. Signal-ды қолданғаныңыз үшін рақмет!", "messageformat": "Кішігірім түзетпелер жасалды, ақаулар жөнделді және жұмысы жақсартылды. Signal-ды қолданғаныңыз үшін рақмет!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} បានផ្លាស់ប្តូរលេខទូរសព្ទរបស់ពួកគេ" "messageformat": "{sender} បានផ្លាស់ប្តូរលេខទូរសព្ទរបស់ពួកគេ"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} និង {conversationTitle} គឺជាគណនីតែមួយ។ ប្រវត្តិសាររបស់អ្នកសម្រាប់ការជជែកទាំងពីរមាននៅទីនេះ។" "messageformat": "{obsoleteConversationTitle} និង {conversationTitle} គឺជាគណនីតែមួយ។ ប្រវត្តិសាររបស់អ្នកសម្រាប់ការជជែកទាំងពីរមាននៅទីនេះ។"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "បញ្ជូនបន្តទៅកាន់" "messageformat": "បញ្ជូនបន្តទៅកាន់"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "បន្ត" "messageformat": "បន្ត"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "មិនអាចបញ្ជូនបន្តសារទទេ ឬសារដែលបានលុបទេ" "messageformat": "មិនអាចបញ្ជូនបន្តសារទទេ ឬសារដែលបានលុបទេ"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "សិក្សាបន្ថែម" "messageformat": "សិក្សាបន្ថែម"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "បំប្លែងសញ្ញាអារម្មណ៍ដែលបានវាយបញ្ចូលទៅជារូបអារម្មណ៍" "messageformat": "បំប្លែងសញ្ញាអារម្មណ៍ដែលបានវាយបញ្ចូលទៅជារូបអារម្មណ៍"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "ឧទាហរណ៍ :-) នឹងត្រូវបានបំប្លែងទៅជា 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "កម្រិតខ្ពស់" "messageformat": "កម្រិតខ្ពស់"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "តំណសម្រាប់ការហៅ" "messageformat": "តំណសម្រាប់ការហៅ"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "គ្មានការសន្ទនាថ្មីៗនេះទេ។" "messageformat": "គ្មានការសន្ទនាថ្មីៗនេះទេ។"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "គ្មានលទ្ធផលសម្រាប់ “{query}”" "messageformat": "គ្មានលទ្ធផលសម្រាប់ “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {ការហៅចេញជាសំឡេង} other {ការហៅចូលជាសំឡេង}}} Video {{direction, select, Outgoing {ការហៅចេញជាវីដេអូ} other {ការហៅចូលជាវីដេអូ}}} Group {{direction, select, Outgoing {ការហៅចេញជាក្រុម} other {ការហៅចូលជាក្រុម}}} other {{direction, select, Outgoing {ហៅចេញក្រៅ} other {ការហៅចូល}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {ការហៅចេញជាសំឡេង} other {ការហៅចូលជាសំឡេង}}} Video {{direction, select, Outgoing {ការហៅចេញជាវីដេអូ} other {ការហៅចូលជាវីដេអូ}}} Group {{direction, select, Outgoing {ការហៅចេញជាក្រុម} other {ការហៅចូលជាក្រុម}}} other {{direction, select, Outgoing {ហៅចេញក្រៅ} other {ការហៅចូល}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "តំណសម្រាប់ការហៅ" "messageformat": "តំណសម្រាប់ការហៅ"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {{count,number} នាក់ផ្សេងទៀតកំពុងវាយអក្សរ។}}" "messageformat": "{count, plural, other {{count,number} នាក់ផ្សេងទៀតកំពុងវាយអក្សរ។}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "ការកែប្រែបន្តិចបន្តួច ការដោះស្រាយបញ្ហា និងការបង្កើនប្រតិបត្តិការ។ សូមអរគុណចំពោះការប្រើប្រាស់ Signal!", "messageformat": "ការកែប្រែបន្តិចបន្តួច ការដោះស្រាយបញ្ហា និងការបង្កើនប្រតិបត្តិការ។ សូមអរគុណចំពោះការប្រើប្រាស់ Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} ತಮ್ಮ ಫೋನ್ ನಂಬರ್ ಬದಲಾಯಿಸಿದ್ದಾರೆ" "messageformat": "{sender} ತಮ್ಮ ಫೋನ್ ನಂಬರ್ ಬದಲಾಯಿಸಿದ್ದಾರೆ"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} ಮತ್ತು {conversationTitle} ಒಂದೇ ಖಾತೆಯಾಗಿದೆ. ಎರಡೂ ಚಾಟ್‌ಗಳ ನಿಮ್ಮ ಸಂದೇಶ ಇತಿಹಾಸ ಇಲ್ಲಿದೆ." "messageformat": "{obsoleteConversationTitle} ಮತ್ತು {conversationTitle} ಒಂದೇ ಖಾತೆಯಾಗಿದೆ. ಎರಡೂ ಚಾಟ್‌ಗಳ ನಿಮ್ಮ ಸಂದೇಶ ಇತಿಹಾಸ ಇಲ್ಲಿದೆ."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "ಇವರಿಗೆ ಫಾರ್ವರ್ಡ್ ಮಾಡಿ" "messageformat": "ಇವರಿಗೆ ಫಾರ್ವರ್ಡ್ ಮಾಡಿ"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "ಮುಂದುವರಿಸಿ" "messageformat": "ಮುಂದುವರಿಸಿ"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "ಖಾಲಿ ಅಥವಾ ಅಳಿಸಿದ ಮೆಸೇಜ್‌ಗಳನ್ನು ಫಾರ್ವರ್ಡ್ ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ" "messageformat": "ಖಾಲಿ ಅಥವಾ ಅಳಿಸಿದ ಮೆಸೇಜ್‌ಗಳನ್ನು ಫಾರ್ವರ್ಡ್ ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ" "messageformat": "ಇನ್ನಷ್ಟು ತಿಳಿಯಿರಿ"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "ಟೈಪ್ ಮಾಡಿದ ಎಮೋಟಿಕಾನ್‌ಗಳನ್ನು ಎಮೋಜಿಗೆ ಪರಿವರ್ತಿಸಿ" "messageformat": "ಟೈಪ್ ಮಾಡಿದ ಎಮೋಟಿಕಾನ್‌ಗಳನ್ನು ಎಮೋಜಿಗೆ ಪರಿವರ್ತಿಸಿ"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "ಉದಾಹರಣೆಗೆ, :-) ಅನ್ನು 🙂 ಗೆ ಪರಿವರ್ತಿಸಲಾಗುತ್ತದೆ" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "ಸುಧಾರಿತ" "messageformat": "ಸುಧಾರಿತ"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "ಕರೆ ಲಿಂಕ್" "messageformat": "ಕರೆ ಲಿಂಕ್"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "ಇತ್ತೀಚಿನ ಯಾವುದೇ ಸಂಭಾಷಣೆಗಳಿಲ್ಲ." "messageformat": "ಇತ್ತೀಚಿನ ಯಾವುದೇ ಸಂಭಾಷಣೆಗಳಿಲ್ಲ."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "{query} ಗೆ ಫಲಿತಾಂಶಗಳು ಲಭ್ಯವಿಲ್ಲ" "messageformat": "{query} ಗೆ ಫಲಿತಾಂಶಗಳು ಲಭ್ಯವಿಲ್ಲ"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {ಹೊರಹೋಗುವ ವಾಯ್ಸ್ ಕಾಲ್} other {ಒಳಬರುವ ವಾಯ್ಸ್ ಕಾಲ್}}} Video {{direction, select, Outgoing {ಹೊರಹೋಗುವ ವೀಡಿಯೊ ಕಾಲ್} other {ಒಳಬರುವ ವೀಡಿಯೊ ಕಾಲ್}}} Group {{direction, select, Outgoing {ಹೊರಹೋಗುವ ಗ್ರೂಪ್ ಕರೆ} other {ಒಳಬರುವ ಗ್ರೂಪ್ ಕರೆ}}} other {{direction, select, Outgoing {ಹೊರಹೋಗುವ ಕರೆ} other {ಒಳಬರುವ ಕರೆ}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {ಹೊರಹೋಗುವ ವಾಯ್ಸ್ ಕಾಲ್} other {ಒಳಬರುವ ವಾಯ್ಸ್ ಕಾಲ್}}} Video {{direction, select, Outgoing {ಹೊರಹೋಗುವ ವೀಡಿಯೊ ಕಾಲ್} other {ಒಳಬರುವ ವೀಡಿಯೊ ಕಾಲ್}}} Group {{direction, select, Outgoing {ಹೊರಹೋಗುವ ಗ್ರೂಪ್ ಕರೆ} other {ಒಳಬರುವ ಗ್ರೂಪ್ ಕರೆ}}} other {{direction, select, Outgoing {ಹೊರಹೋಗುವ ಕರೆ} other {ಒಳಬರುವ ಕರೆ}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "ಕರೆ ಲಿಂಕ್" "messageformat": "ಕರೆ ಲಿಂಕ್"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} ಇತರೆ ವ್ಯಕ್ತಿ ಟೈಪ್ ಮಾಡುತ್ತಿದ್ದಾರೆ.} other {{count,number} ಇತರ ಮಂದಿ ಟೈಪ್ ಮಾಡುತ್ತಿದ್ದಾರೆ.}}" "messageformat": "{count, plural, one {{count,number} ಇತರೆ ವ್ಯಕ್ತಿ ಟೈಪ್ ಮಾಡುತ್ತಿದ್ದಾರೆ.} other {{count,number} ಇತರ ಮಂದಿ ಟೈಪ್ ಮಾಡುತ್ತಿದ್ದಾರೆ.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "ಸಣ್ಣ ಟ್ವೀಕ್‌ಗಳು, ಬಗ್ ಫಿಕ್ಸ್‌ಗಳು ಮತ್ತು ಕಾರ್ಯಕ್ಷಮತೆ ವರ್ಧನೆಗಳು. Signal ಬಳಸುತ್ತಿರುವುದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!", "messageformat": "ಸಣ್ಣ ಟ್ವೀಕ್‌ಗಳು, ಬಗ್ ಫಿಕ್ಸ್‌ಗಳು ಮತ್ತು ಕಾರ್ಯಕ್ಷಮತೆ ವರ್ಧನೆಗಳು. Signal ಬಳಸುತ್ತಿರುವುದಕ್ಕಾಗಿ ಧನ್ಯವಾದಗಳು!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} 님이 전화번호를 변경했습니다." "messageformat": "{sender} 님이 전화번호를 변경했습니다."
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} 님과 {conversationTitle} 님은 같은 계정입니다. 두 대화의 메시지 기록을 여기서 확인하세요." "messageformat": "{obsoleteConversationTitle} 님과 {conversationTitle} 님은 같은 계정입니다. 두 대화의 메시지 기록을 여기서 확인하세요."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "전달 대상" "messageformat": "전달 대상"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "계속" "messageformat": "계속"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "빈 메시지나 삭제한 메시지는 전달할 수 없습니다." "messageformat": "빈 메시지나 삭제한 메시지는 전달할 수 없습니다."
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "더 알아보기" "messageformat": "더 알아보기"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "글로 입력한 이모티콘을 이모지로 변환" "messageformat": "글로 입력한 이모티콘을 이모지로 변환"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "예를 들어 :-) 기호를 입력하면 🙂 이모지로 변환됨" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "고급" "messageformat": "고급"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "통화 링크" "messageformat": "통화 링크"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "최근 대화 없음." "messageformat": "최근 대화 없음."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” 검색 결과 없음" "messageformat": "“{query}” 검색 결과 없음"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {발신 음성 통화} other {수신 음성 통화}}} Video {{direction, select, Outgoing {발신 영상 통화} other {수신 영상 통화}}} Group {{direction, select, Outgoing {발신 그룹 통화} other {수신 그룹 통화}}} other {{direction, select, Outgoing {발신 전화} other {수신 전화}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {발신 음성 통화} other {수신 음성 통화}}} Video {{direction, select, Outgoing {발신 영상 통화} other {수신 영상 통화}}} Group {{direction, select, Outgoing {발신 그룹 통화} other {수신 그룹 통화}}} other {{direction, select, Outgoing {발신 전화} other {수신 전화}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "통화 링크" "messageformat": "통화 링크"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {{count,number}명이 입력하는 중입니다.}}" "messageformat": "{count, plural, other {{count,number}명이 입력하는 중입니다.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "사소한 변경 사항과 버그 수정 및 성능 개선. Signal을 이용해 주셔서 감사합니다!", "messageformat": "사소한 변경 사항과 버그 수정 및 성능 개선. Signal을 이용해 주셔서 감사합니다!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} телефон номерин өзгөрттү" "messageformat": "{sender} телефон номерин өзгөрттү"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} менен {conversationTitle} бир эле аккаунт. Эки маектеги билдирүүлөр ушул жерде көрүнөт." "messageformat": "{obsoleteConversationTitle} менен {conversationTitle} бир эле аккаунт. Эки маектеги билдирүүлөр ушул жерде көрүнөт."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Багыттоо" "messageformat": "Багыттоо"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Улантуу" "messageformat": "Улантуу"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Бош же өчкөн билдирүүлөрдү башка дарекке жөнөтө албайсыз" "messageformat": "Бош же өчкөн билдирүүлөрдү башка дарекке жөнөтө албайсыз"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Кененирээк маалымат" "messageformat": "Кененирээк маалымат"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Терилген эмотикондорду быйтыкчаларга айландыруу" "messageformat": "Терилген эмотикондорду быйтыкчаларга айландыруу"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Мисалы, :-) деген эмотикон ушундай быйтыкчага 🙂 айланат" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Өркүндөтүлгөн" "messageformat": "Өркүндөтүлгөн"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Чалуу шилтемеси" "messageformat": "Чалуу шилтемеси"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Эч нерсе жок." "messageformat": "Эч нерсе жок."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” боюнча эч нерсе табылган жок" "messageformat": "“{query}” боюнча эч нерсе табылган жок"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Чыгуучу аудио чалуу} other {Келүүчү аудио чалуу}}} Video {{direction, select, Outgoing {Чыгуучу видео чалуу} other {Кирүүчү видео чалуу}}} Group {{direction, select, Outgoing {Чыгуучу топтук чалуу} other {Келүүчү топтук чалуу}}} other {{direction, select, Outgoing {Чыгуучу чалуу} other {Кирүүчү чалуу}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Чыгуучу аудио чалуу} other {Келүүчү аудио чалуу}}} Video {{direction, select, Outgoing {Чыгуучу видео чалуу} other {Кирүүчү видео чалуу}}} Group {{direction, select, Outgoing {Чыгуучу топтук чалуу} other {Келүүчү топтук чалуу}}} other {{direction, select, Outgoing {Чыгуучу чалуу} other {Кирүүчү чалуу}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Чалуу шилтемеси" "messageformat": "Чалуу шилтемеси"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {Дагы {count,number} адам жазып жатат.}}" "messageformat": "{count, plural, other {Дагы {count,number} адам жазып жатат.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Майда-барат өзгөрүүлөрдү киргизип, мүчүлүштүктөрдү оңдоп, колдонмонун иштешин жакшыртып жатабыз. Signal'ды колдонгонуңуз үчүн чоң рахмат!", "messageformat": "Майда-барат өзгөрүүлөрдү киргизип, мүчүлүштүктөрдү оңдоп, колдонмонун иштешин жакшыртып жатабыз. Signal'ды колдонгонуңуз үчүн чоң рахмат!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} pasikeitė telefono numerį" "messageformat": "{sender} pasikeitė telefono numerį"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} ir {conversationTitle} yra ta pati paskyra. Abiejų pokalbių žinučių istorija yra čia." "messageformat": "{obsoleteConversationTitle} ir {conversationTitle} yra ta pati paskyra. Abiejų pokalbių žinučių istorija yra čia."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Kam persiųsti" "messageformat": "Kam persiųsti"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Tęsti" "messageformat": "Tęsti"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Negalima persiųsti tuščių arba ištrintų žinučių" "messageformat": "Negalima persiųsti tuščių arba ištrintų žinučių"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Sužinoti daugiau" "messageformat": "Sužinoti daugiau"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Konvertuoti tekstinius jaustukus į paveikslėlius" "messageformat": "Konvertuoti tekstinius jaustukus į paveikslėlius"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Pavyzdžiui, :-) bus konvertuotas į 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Išplėstiniai" "messageformat": "Išplėstiniai"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Skambučio nuoroda" "messageformat": "Skambučio nuoroda"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Nesenų pokalbių nėra." "messageformat": "Nesenų pokalbių nėra."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Paieška „{query}“ be rezultatų" "messageformat": "Paieška „{query}“ be rezultatų"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Išsiunčiamasis balso skambutis} other {Gaunamasis balso skambutis}}} Video {{direction, select, Outgoing {Išsiunčiamasis vaizdo skambutis} other {Gaunamasis vaizdo skambutis}}} Group {{direction, select, Outgoing {Išsiunčiamasis grupės skambutis} other {Gaunamasis grupės skambutis}}} other {{direction, select, Outgoing {Išsiunčiamasis skambutis} other {Gaunamasis skambutis}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Išsiunčiamasis balso skambutis} other {Gaunamasis balso skambutis}}} Video {{direction, select, Outgoing {Išsiunčiamasis vaizdo skambutis} other {Gaunamasis vaizdo skambutis}}} Group {{direction, select, Outgoing {Išsiunčiamasis grupės skambutis} other {Gaunamasis grupės skambutis}}} other {{direction, select, Outgoing {Išsiunčiamasis skambutis} other {Gaunamasis skambutis}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Skambučio nuoroda" "messageformat": "Skambučio nuoroda"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} žmogus rašo.} few {{count,number} žmonės rašo.} many {{count,number} žmonių rašo.} other {{count,number} žmonių rašo.}}" "messageformat": "{count, plural, one {{count,number} žmogus rašo.} few {{count,number} žmonės rašo.} many {{count,number} žmonių rašo.} other {{count,number} žmonių rašo.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Smulkūs patobulinimai, klaidų pataisymai ir veikimo pagerinimas. Ačiū, kad naudoji „Signal“!", "messageformat": "Smulkūs patobulinimai, klaidų pataisymai ir veikimo pagerinimas. Ačiū, kad naudoji „Signal“!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} nomainīja savu tālruņa numuru" "messageformat": "{sender} nomainīja savu tālruņa numuru"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} un {conversationTitle} ir viens un tas pats konts. Šeit ir pieejama abu sarunu ziņu vēsture." "messageformat": "{obsoleteConversationTitle} un {conversationTitle} ir viens un tas pats konts. Šeit ir pieejama abu sarunu ziņu vēsture."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Pārsūtīt" "messageformat": "Pārsūtīt"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Turpināt" "messageformat": "Turpināt"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Nevar pārsūtīt tukšas vai izdzēstas ziņas" "messageformat": "Nevar pārsūtīt tukšas vai izdzēstas ziņas"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Lasīt vairāk" "messageformat": "Lasīt vairāk"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Pārvērst visas ievadītās emocijzīmes par emocijikonām" "messageformat": "Pārvērst visas ievadītās emocijzīmes par emocijikonām"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Piemēram, :-) tiks pārvērsts par 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Papildu" "messageformat": "Papildu"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Zvana saite" "messageformat": "Zvana saite"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Nav neseno sarunu." "messageformat": "Nav neseno sarunu."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Vaicājumam “{query}” nav rezultātu" "messageformat": "Vaicājumam “{query}” nav rezultātu"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Izejošs balss zvans} other {Ienākošs balss zvans}}} Video {{direction, select, Outgoing {Izejošs videozvans} other {Ienākošs videozvans}}} Group {{direction, select, Outgoing {Izejošais grupas zvans} other {Ienākošais grupas zvans}}} other {{direction, select, Outgoing {Izejošais zvans} other {Ienākošs zvans}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Izejošs balss zvans} other {Ienākošs balss zvans}}} Video {{direction, select, Outgoing {Izejošs videozvans} other {Ienākošs videozvans}}} Group {{direction, select, Outgoing {Izejošais grupas zvans} other {Ienākošais grupas zvans}}} other {{direction, select, Outgoing {Izejošais zvans} other {Ienākošs zvans}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Zvana saite" "messageformat": "Zvana saite"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, zero {{count,number} citi raksta.} one {{count,number} cits raksta.} other {{count,number} citi raksta.}}" "messageformat": "{count, plural, zero {{count,number} citi raksta.} one {{count,number} cits raksta.} other {{count,number} citi raksta.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Nelielas izmaiņas, kļūdu labojumi un darbības uzlabojumi. Paldies, ka lietojat Signal!", "messageformat": "Nelielas izmaiņas, kļūdu labojumi un darbības uzlabojumi. Paldies, ka lietojat Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender}го смени телефонскиот број" "messageformat": "{sender}го смени телефонскиот број"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} и {conversationTitle} се истата сметка. Историјата на двата разговори е тука." "messageformat": "{obsoleteConversationTitle} и {conversationTitle} се истата сметка. Историјата на двата разговори е тука."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Препрати до" "messageformat": "Препрати до"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Продолжи" "messageformat": "Продолжи"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Не може да се препратат празни или избришани пораки" "messageformat": "Не може да се препратат празни или избришани пораки"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Дознајте повеќе" "messageformat": "Дознајте повеќе"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Претворете ги искуцаните емотикони во емоџи" "messageformat": "Претворете ги искуцаните емотикони во емоџи"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "На пример, :-) ќе се претвори во 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Напредно" "messageformat": "Напредно"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Линк за повик" "messageformat": "Линк за повик"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Нема неодамнешни разговори." "messageformat": "Нема неодамнешни разговори."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Не се пронајдени резултати за „{query}“" "messageformat": "Не се пронајдени резултати за „{query}“"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Појдовен гласовен повик} other {Дојдовен гласовен повик}}} Video {{direction, select, Outgoing {Појдовен видео повик} other {Дојдовен видео повик}}} Group {{direction, select, Outgoing {Појдовен групен повик} other {Дојдовен групен повик}}} other {{direction, select, Outgoing {Појдовен повик} other {Дојдовен повик}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Појдовен гласовен повик} other {Дојдовен гласовен повик}}} Video {{direction, select, Outgoing {Појдовен видео повик} other {Дојдовен видео повик}}} Group {{direction, select, Outgoing {Појдовен групен повик} other {Дојдовен групен повик}}} other {{direction, select, Outgoing {Појдовен повик} other {Дојдовен повик}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Линк за повик" "messageformat": "Линк за повик"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Уште {count,number} лице пишува.} other {Уште {count,number} лица пишуваат.}}" "messageformat": "{count, plural, one {Уште {count,number} лице пишува.} other {Уште {count,number} лица пишуваат.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Mали подобрувања, решени багови и подобрувања на перформансот. Ви благодариме што користите Signal!", "messageformat": "Mали подобрувања, решени багови и подобрувања на перформансот. Ви благодариме што користите Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} അവരുടെ ഫോൺ നമ്പർ മാറ്റി" "messageformat": "{sender} അവരുടെ ഫോൺ നമ്പർ മാറ്റി"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} , {conversationTitle} എന്നിവ ഒരേ അക്കൗണ്ടാണ്. രണ്ട് ചാറ്റുകൾക്കുമുള്ള നിങ്ങളുടെ സന്ദേശ ചരിത്രം ഇവിടെയുണ്ട്." "messageformat": "{obsoleteConversationTitle} , {conversationTitle} എന്നിവ ഒരേ അക്കൗണ്ടാണ്. രണ്ട് ചാറ്റുകൾക്കുമുള്ള നിങ്ങളുടെ സന്ദേശ ചരിത്രം ഇവിടെയുണ്ട്."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "ഇനിപ്പറയുന്നയാൾക്ക് കൈമാറുക" "messageformat": "ഇനിപ്പറയുന്നയാൾക്ക് കൈമാറുക"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "തുടരുക" "messageformat": "തുടരുക"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "ശൂന്യമായതോ ഇല്ലാതാക്കിയതോ ആയ സന്ദേശങ്ങൾ കൈമാറാനാകില്ല" "messageformat": "ശൂന്യമായതോ ഇല്ലാതാക്കിയതോ ആയ സന്ദേശങ്ങൾ കൈമാറാനാകില്ല"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "കൂടുതൽ അറിയുക" "messageformat": "കൂടുതൽ അറിയുക"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "ടൈപ്പ് ചെയ്ത ഇമോട്ടിക്കോണുകൾ ഇമോജിയിലേക്ക് പരിവർത്തനം ചെയ്യുക" "messageformat": "ടൈപ്പ് ചെയ്ത ഇമോട്ടിക്കോണുകൾ ഇമോജിയിലേക്ക് പരിവർത്തനം ചെയ്യുക"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "ഉദാഹരണത്തിന്, :-) എന്നത് 🙂 ആയി പരിവർത്തനം ചെയ്യപ്പെടും" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "വിപുലമായ" "messageformat": "വിപുലമായ"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "കോൾ ലിങ്ക്" "messageformat": "കോൾ ലിങ്ക്"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "സമീപകാല സംഭാഷണങ്ങളൊന്നുമില്ല." "messageformat": "സമീപകാല സംഭാഷണങ്ങളൊന്നുമില്ല."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "\"{query}\" എന്നതിന് ഫലങ്ങളൊന്നുമില്ല" "messageformat": "\"{query}\" എന്നതിന് ഫലങ്ങളൊന്നുമില്ല"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {ഔട്ട്ഗോയിംഗ് വോയ്‌സ് കോൾ} other {ഇൻകമിംഗ് വോയ്‌സ് കോൾ}}} Video {{direction, select, Outgoing {ഔട്ട്ഗോയിംഗ് വീഡിയോ കോൾ} other {ഇൻകമിംഗ് വീഡിയോ കോൾ}}} Group {{direction, select, Outgoing {ഔട്ട്‌ഗോയിംഗ് ഗ്രൂപ്പ് കോൾ} other {ഇൻകമിംഗ് ഗ്രൂപ്പ് കോൾ}}} other {{direction, select, Outgoing {ഔട്ട് ഗോയിംഗ് കോൾ} other {ഇൻകമിംഗ് കോൾ}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {ഔട്ട്ഗോയിംഗ് വോയ്‌സ് കോൾ} other {ഇൻകമിംഗ് വോയ്‌സ് കോൾ}}} Video {{direction, select, Outgoing {ഔട്ട്ഗോയിംഗ് വീഡിയോ കോൾ} other {ഇൻകമിംഗ് വീഡിയോ കോൾ}}} Group {{direction, select, Outgoing {ഔട്ട്‌ഗോയിംഗ് ഗ്രൂപ്പ് കോൾ} other {ഇൻകമിംഗ് ഗ്രൂപ്പ് കോൾ}}} other {{direction, select, Outgoing {ഔട്ട് ഗോയിംഗ് കോൾ} other {ഇൻകമിംഗ് കോൾ}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "കോൾ ലിങ്ക്" "messageformat": "കോൾ ലിങ്ക്"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {മറ്റ് {count,number} ആൾ ടൈപ്പ് ചെയ്യുന്നു.} other {മറ്റ് {count,number} പേർ ടൈപ്പ് ചെയ്യുന്നു.}}" "messageformat": "{count, plural, one {മറ്റ് {count,number} ആൾ ടൈപ്പ് ചെയ്യുന്നു.} other {മറ്റ് {count,number} പേർ ടൈപ്പ് ചെയ്യുന്നു.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "ചെറിയ മാറ്റങ്ങളും ബഗ് പരിഹരിക്കലുകളും പ്രകടന മെച്ചപ്പെടുത്തലുകളും. Signal ഉപയോഗിക്കുന്നതിന് നന്ദി!", "messageformat": "ചെറിയ മാറ്റങ്ങളും ബഗ് പരിഹരിക്കലുകളും പ്രകടന മെച്ചപ്പെടുത്തലുകളും. Signal ഉപയോഗിക്കുന്നതിന് നന്ദി!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} नी त्यांचा फोन नंबर बदलला आहे" "messageformat": "{sender} नी त्यांचा फोन नंबर बदलला आहे"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} आणि {conversationTitle} ही एकच खाती आहेत. दोन्ही चॅटस् साठीचा आपला संदेश इतिहास येथे आहे." "messageformat": "{obsoleteConversationTitle} आणि {conversationTitle} ही एकच खाती आहेत. दोन्ही चॅटस् साठीचा आपला संदेश इतिहास येथे आहे."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "ला अग्रेषित केला" "messageformat": "ला अग्रेषित केला"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "सुरू ठेवा" "messageformat": "सुरू ठेवा"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "रिक्त किंवा हटवलेले संदेश अग्रेषित करु शकत नाही" "messageformat": "रिक्त किंवा हटवलेले संदेश अग्रेषित करु शकत नाही"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "अधिक जाणा" "messageformat": "अधिक जाणा"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "टाइप केलेल्या इमोटिकॉनना इमोजीमध्ये रूपांतरीत करा" "messageformat": "टाइप केलेल्या इमोटिकॉनना इमोजीमध्ये रूपांतरीत करा"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "उदाहरपणार्थ, :-) हे 🙂 मध्ये रूपांतरित केले जाईल" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "प्रगत" "messageformat": "प्रगत"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "कॉल लिंक" "messageformat": "कॉल लिंक"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "कोणतेही अलिकडील संभाषण नाही." "messageformat": "कोणतेही अलिकडील संभाषण नाही."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” साठी कोणतेही परिणाम नाहीत" "messageformat": "“{query}” साठी कोणतेही परिणाम नाहीत"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {बाहेर जाणारा व्हाईस कॉल} other {येणारा व्हाईस कॉल}}} Video {{direction, select, Outgoing {जाणारा व्हिडिओ कॉल} other {येणारा व्हिडिओ कॉल}}} Group {{direction, select, Outgoing {बाहेर जाणारे ग्रुप कॉल} other {येणारे ग्रुप कॉल}}} other {{direction, select, Outgoing {जाणारा कॉल} other {येणारा कॉल}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {बाहेर जाणारा व्हाईस कॉल} other {येणारा व्हाईस कॉल}}} Video {{direction, select, Outgoing {जाणारा व्हिडिओ कॉल} other {येणारा व्हिडिओ कॉल}}} Group {{direction, select, Outgoing {बाहेर जाणारे ग्रुप कॉल} other {येणारे ग्रुप कॉल}}} other {{direction, select, Outgoing {जाणारा कॉल} other {येणारा कॉल}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "कॉल लिंक" "messageformat": "कॉल लिंक"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} इतर टाईप करत आहे.} other {{count,number} इतर टाईप करत आहेत.}}" "messageformat": "{count, plural, one {{count,number} इतर टाईप करत आहे.} other {{count,number} इतर टाईप करत आहेत.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "लहान ट्विक्स, दोष निवारण, आणि कामगिरी सुधारणा. Signal वापरल्याबद्दल आभारी आहोत!", "messageformat": "लहान ट्विक्स, दोष निवारण, आणि कामगिरी सुधारणा. Signal वापरल्याबद्दल आभारी आहोत!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} telah menukar nombor telefon mereka" "messageformat": "{sender} telah menukar nombor telefon mereka"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} dan {conversationTitle} adalah akaun yang sama. Sejarah mesej anda untuk kedua-dua sembang ada di sini." "messageformat": "{obsoleteConversationTitle} dan {conversationTitle} adalah akaun yang sama. Sejarah mesej anda untuk kedua-dua sembang ada di sini."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Majukan Kepada" "messageformat": "Majukan Kepada"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Teruskan" "messageformat": "Teruskan"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Tidak boleh memajukan mesej kosong atau dipadamkan" "messageformat": "Tidak boleh memajukan mesej kosong atau dipadamkan"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Ketahui lebih lanjut" "messageformat": "Ketahui lebih lanjut"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Tukar emotikon yang ditaip kepada emoji" "messageformat": "Tukar emotikon yang ditaip kepada emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Sebagai contoh, :-) akan ditukar kepada 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Lanjutan" "messageformat": "Lanjutan"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Pautan panggilan" "messageformat": "Pautan panggilan"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Tiada perbualan terbaru." "messageformat": "Tiada perbualan terbaru."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Tiada hasil untuk “{query}”" "messageformat": "Tiada hasil untuk “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Panggilan suara keluar} other {Panggilan suara masuk}}} Video {{direction, select, Outgoing {Panggilan video keluar} other {Panggilan video masuk}}} Group {{direction, select, Outgoing {Panggilan kumpulan keluar} other {Panggilan kumpulan masuk}}} other {{direction, select, Outgoing {Panggilan keluar} other {Panggilan masuk}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Panggilan suara keluar} other {Panggilan suara masuk}}} Video {{direction, select, Outgoing {Panggilan video keluar} other {Panggilan video masuk}}} Group {{direction, select, Outgoing {Panggilan kumpulan keluar} other {Panggilan kumpulan masuk}}} other {{direction, select, Outgoing {Panggilan keluar} other {Panggilan masuk}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Pautan panggilan" "messageformat": "Pautan panggilan"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {{count,number} yang lain sedang menaip.}}" "messageformat": "{count, plural, other {{count,number} yang lain sedang menaip.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Sedikit pengubahsuaian, pembaikan pepijat dan peningkatan prestasi. Terima kasih kerana menggunakan Signal!", "messageformat": "Sedikit pengubahsuaian, pembaikan pepijat dan peningkatan prestasi. Terima kasih kerana menggunakan Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} က ၎င်း၏ ဖုန်းနံပါတ် ပြောင်းလိုက်ပါသည်" "messageformat": "{sender} က ၎င်း၏ ဖုန်းနံပါတ် ပြောင်းလိုက်ပါသည်"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} နှင့် {conversationTitle} သည် တူညီသော အကောင့် ဖြစ်ပါသည်။ ချက်(တ်)နှစ်ခုလုံးအတွက် မက်ဆေ့ချ်မှတ်တမ်းကို ဤနေရာတွင် တွေ့နိုင်ပါသည်။" "messageformat": "{obsoleteConversationTitle} နှင့် {conversationTitle} သည် တူညီသော အကောင့် ဖြစ်ပါသည်။ ချက်(တ်)နှစ်ခုလုံးအတွက် မက်ဆေ့ချ်မှတ်တမ်းကို ဤနေရာတွင် တွေ့နိုင်ပါသည်။"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "ဒီကို ထပ်ဆင့်ပို့မည်" "messageformat": "ဒီကို ထပ်ဆင့်ပို့မည်"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "ဆက်လုပ်ရန်" "messageformat": "ဆက်လုပ်ရန်"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "အလွတ် သို့မဟုတ် ဖျက်ထားသော မက်ဆေ့ချ်များကို ထပ်ဆင့်ပို့၍ မရပါ" "messageformat": "အလွတ် သို့မဟုတ် ဖျက်ထားသော မက်ဆေ့ချ်များကို ထပ်ဆင့်ပို့၍ မရပါ"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "ထပ်မံလေ့လာရန်" "messageformat": "ထပ်မံလေ့လာရန်"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "စာရိုက်ထားသော ရုပ်ပြောင်များကို အီမိုဂျီအဖြစ် ပြောင်းရန်" "messageformat": "စာရိုက်ထားသော ရုပ်ပြောင်များကို အီမိုဂျီအဖြစ် ပြောင်းရန်"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "ဥပမာ :-) ကို 🙂 ဟု ပြောင်းခြင်း" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "အဆင်မြင့်သော" "messageformat": "အဆင်မြင့်သော"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "ကောလ်လင့်ခ်" "messageformat": "ကောလ်လင့်ခ်"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "လတ်တလော စကားပြောဆိုမှုများ မရှိပါ။" "messageformat": "လတ်တလော စကားပြောဆိုမှုများ မရှိပါ။"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” အတွက် ရလဒ်မရှိပါ" "messageformat": "“{query}” အတွက် ရလဒ်မရှိပါ"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {အထွက် အော်ဒီယိုကောလ်} other {အဝင် အော်ဒီယိုကောလ်}}} Video {{direction, select, Outgoing {ဗီဒီယိုကောလ် အထွက်} other {ဗီဒီယိုကောလ် အဝင်}}} Group {{direction, select, Outgoing {အထွက် အဖွဲ့ကောလ်} other {အဝင် အဖွဲ့ကောလ်}}} other {{direction, select, Outgoing {ဖုန်းခေါ်ဆိုမှု} other {အဝင်ဖုန်းလာသည်}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {အထွက် အော်ဒီယိုကောလ်} other {အဝင် အော်ဒီယိုကောလ်}}} Video {{direction, select, Outgoing {ဗီဒီယိုကောလ် အထွက်} other {ဗီဒီယိုကောလ် အဝင်}}} Group {{direction, select, Outgoing {အထွက် အဖွဲ့ကောလ်} other {အဝင် အဖွဲ့ကောလ်}}} other {{direction, select, Outgoing {ဖုန်းခေါ်ဆိုမှု} other {အဝင်ဖုန်းလာသည်}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "ကောလ်လင့်ခ်" "messageformat": "ကောလ်လင့်ခ်"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {အခြား {count,number} ဦး စာရိုက်နေသည်။}}" "messageformat": "{count, plural, other {အခြား {count,number} ဦး စာရိုက်နေသည်။}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "အနေအထား ပြုပြင်မှုလေးများ၊ ချို့ယွင်းချက် ပြင်ဆင်မှုများနှင့် စွမ်းဆောင်ရည် မြှင့်တင်မှုများ။ Signal ကို သုံးသည့်အတွက် ကျေးဇူးတင်ပါသည်။", "messageformat": "အနေအထား ပြုပြင်မှုလေးများ၊ ချို့ယွင်းချက် ပြင်ဆင်မှုများနှင့် စွမ်းဆောင်ရည် မြှင့်တင်မှုများ။ Signal ကို သုံးသည့်အတွက် ကျေးဇူးတင်ပါသည်။",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} har byttet telefonnummer." "messageformat": "{sender} har byttet telefonnummer."
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} og {conversationTitle} tilhører samme konto. Du finner meldingsloggene for begge samtalene her." "messageformat": "{obsoleteConversationTitle} og {conversationTitle} tilhører samme konto. Du finner meldingsloggene for begge samtalene her."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Videresend til" "messageformat": "Videresend til"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Fortsett" "messageformat": "Fortsett"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Det er ikke mulig å videresende meldinger som er tomme eller slettet" "messageformat": "Det er ikke mulig å videresende meldinger som er tomme eller slettet"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Lær mer" "messageformat": "Lær mer"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Gjør emoticons om til emojier" "messageformat": "Gjør emoticons om til emojier"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Eks: :-) blir gjort om til 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avansert" "messageformat": "Avansert"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Samtalelenke" "messageformat": "Samtalelenke"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Ingen nylige samtaler." "messageformat": "Ingen nylige samtaler."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "«{query}» ga ingen resultater" "messageformat": "«{query}» ga ingen resultater"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Utgående taleanrop} other {Innkommende taleanrop}}} Video {{direction, select, Outgoing {Utgående videosamtale} other {Innkommende videosamtale}}} Group {{direction, select, Outgoing {Utgående gruppeanrop} other {Innkommende gruppeanrop}}} other {{direction, select, Outgoing {Utgående anrop} other {Innkommende anrop}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Utgående taleanrop} other {Innkommende taleanrop}}} Video {{direction, select, Outgoing {Utgående videosamtale} other {Innkommende videosamtale}}} Group {{direction, select, Outgoing {Utgående gruppeanrop} other {Innkommende gruppeanrop}}} other {{direction, select, Outgoing {Utgående anrop} other {Innkommende anrop}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Samtalelenke" "messageformat": "Samtalelenke"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} annen person skriver.} other {{count,number} andre personer skriver.}}" "messageformat": "{count, plural, one {{count,number} annen person skriver.} other {{count,number} andre personer skriver.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Noen små justeringer, feilrettinger og ytelsesforbedringer. Takk for at du bruker Signal!", "messageformat": "Noen små justeringer, feilrettinger og ytelsesforbedringer. Takk for at du bruker Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} heeft diens telefoonnummer gewijzigd" "messageformat": "{sender} heeft diens telefoonnummer gewijzigd"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} en {conversationTitle} zijn hetzelfde account. Hier vind je je berichtengeschiedenis voor beide chats." "messageformat": "{obsoleteConversationTitle} en {conversationTitle} zijn hetzelfde account. Hier vind je je berichtengeschiedenis voor beide chats."
}, },
@ -3045,7 +3048,7 @@
"messageformat": "{inviteeName} heeft de groepsuitnodiging van {inviterName} geaccepteerd." "messageformat": "{inviteeName} heeft de groepsuitnodiging van {inviterName} geaccepteerd."
}, },
"icu:GroupV2--member-add--from-invite--other-no-from": { "icu:GroupV2--member-add--from-invite--other-no-from": {
"messageformat": "{inviteeName} heeft de groepsuitnodiging geaccepteerd." "messageformat": "{inviteeName} heeft een groepsuitnodiging geaccepteerd."
}, },
"icu:GroupV2--member-add--from-invite--you": { "icu:GroupV2--member-add--from-invite--you": {
"messageformat": "Je hebt de groepsuitnodiging van {inviterName} geaccepteerd." "messageformat": "Je hebt de groepsuitnodiging van {inviterName} geaccepteerd."
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Doorsturen naar" "messageformat": "Doorsturen naar"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Doorgaan" "messageformat": "Doorgaan"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Kan lege of verwijderde berichten niet doorsturen" "messageformat": "Kan lege of verwijderde berichten niet doorsturen"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Meer informatie" "messageformat": "Meer informatie"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Converteer getypte emoticons naar emoji" "messageformat": "Converteer getypte emoticons naar emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": ":-) wordt bijvoorbeeld omgezet naar 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Geavanceerd" "messageformat": "Geavanceerd"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Oproeplink" "messageformat": "Oproeplink"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Geen recente gesprekken." "messageformat": "Geen recente gesprekken."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Geen resultaten voor {query}" "messageformat": "Geen resultaten voor {query}"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Uitgaande spraakoproep} other {Inkomende spraakoproep}}} Video {{direction, select, Outgoing {Uitgaande video-oproep} other {Inkomende video-oproep}}} Group {{direction, select, Outgoing {Uitgaande groepsoproep} other {Inkomende groepsoproep}}} other {{direction, select, Outgoing {Uitgaande oproep} other {Inkomende oproep}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Uitgaande spraakoproep} other {Inkomende spraakoproep}}} Video {{direction, select, Outgoing {Uitgaande video-oproep} other {Inkomende video-oproep}}} Group {{direction, select, Outgoing {Uitgaande groepsoproep} other {Inkomende groepsoproep}}} other {{direction, select, Outgoing {Uitgaande oproep} other {Inkomende oproep}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Oproeplink" "messageformat": "Oproeplink"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} ander is aan het typen.} other {{count,number} anderen zijn aan het typen.}}" "messageformat": "{count, plural, one {{count,number} ander is aan het typen.} other {{count,number} anderen zijn aan het typen.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Kleine aanpassingen, bugfixes en prestatieverbeteringen. Bedankt dat je Signal gebruikt!", "messageformat": "Kleine aanpassingen, bugfixes en prestatieverbeteringen. Bedankt dat je Signal gebruikt!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} ਨੇ ਆਪਣਾ ਫ਼ੋਨ ਨੰਬਰ ਬਦਲਿਆ ਹੈ" "messageformat": "{sender} ਨੇ ਆਪਣਾ ਫ਼ੋਨ ਨੰਬਰ ਬਦਲਿਆ ਹੈ"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} ਅਤੇ {conversationTitle} ਇੱਕੋ ਖਾਤੇ ਨਾਲ ਸੰਬੰਧਿਤ ਹਨ। ਤੁਹਾਡੀਆਂ ਦੋਵਾਂ ਚੈਟਾਂ ਦੇ ਪੁਰਾਣੇ ਸੁਨੇਹੇ ਇੱਥੇ ਮੌਜੂਦ ਹਨ।" "messageformat": "{obsoleteConversationTitle} ਅਤੇ {conversationTitle} ਇੱਕੋ ਖਾਤੇ ਨਾਲ ਸੰਬੰਧਿਤ ਹਨ। ਤੁਹਾਡੀਆਂ ਦੋਵਾਂ ਚੈਟਾਂ ਦੇ ਪੁਰਾਣੇ ਸੁਨੇਹੇ ਇੱਥੇ ਮੌਜੂਦ ਹਨ।"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "ਇਹਨਾਂ ਨੂੰ ਅੱਗੇ ਭੇਜੋ" "messageformat": "ਇਹਨਾਂ ਨੂੰ ਅੱਗੇ ਭੇਜੋ"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "ਜਾਰੀ ਰੱਖੋ" "messageformat": "ਜਾਰੀ ਰੱਖੋ"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "ਖਾਲੀ ਜਾਂ ਮਿਟਾਏ ਗਏ ਸੁਨੇਹਿਆਂ ਨੂੰ ਅੱਗੇ ਨਹੀਂ ਭੇਜਿਆ ਜਾ ਸਕਦਾ" "messageformat": "ਖਾਲੀ ਜਾਂ ਮਿਟਾਏ ਗਏ ਸੁਨੇਹਿਆਂ ਨੂੰ ਅੱਗੇ ਨਹੀਂ ਭੇਜਿਆ ਜਾ ਸਕਦਾ"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "ਹੋਰ ਜਾਣੋ" "messageformat": "ਹੋਰ ਜਾਣੋ"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "ਟਾਈਪ ਕੀਤੇ ਇਮੋਟੀਕੋਨ ਨੂੰ ਇਮੋਜੀ ਵਿੱਚ ਬਦਲੋ" "messageformat": "ਟਾਈਪ ਕੀਤੇ ਇਮੋਟੀਕੋਨ ਨੂੰ ਇਮੋਜੀ ਵਿੱਚ ਬਦਲੋ"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "ਉਦਾਹਰਨ ਦੇ ਲਈ, :-) ਨੂੰ 🙂 ਵਿੱਚ ਬਦਲਿਆ ਜਾਵੇਗਾ" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "ਤਕਨੀਕੀ" "messageformat": "ਤਕਨੀਕੀ"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "ਕਾਲ ਦਾ ਲਿੰਕ" "messageformat": "ਕਾਲ ਦਾ ਲਿੰਕ"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "ਕੋਈ ਹਾਲੀਆ ਗੱਲਬਾਤ ਮੌਜੂਦ ਨਹੀਂ ਹੈ।" "messageformat": "ਕੋਈ ਹਾਲੀਆ ਗੱਲਬਾਤ ਮੌਜੂਦ ਨਹੀਂ ਹੈ।"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” ਲਈ ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ" "messageformat": "“{query}” ਲਈ ਕੋਈ ਨਤੀਜੇ ਨਹੀਂ ਮਿਲੇ"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {ਆਊਟਗੋਇੰਗ ਵੌਇਸ ਕਾਲ} other {ਇਨਕਮਿੰਗ ਵੌਇਸ ਕਾਲ}}} Video {{direction, select, Outgoing {ਜਾਰੀ ਵੀਡੀਓ ਕਾਲ} other {ਆ ਰਹੀ ਵੀਡੀਓ ਕਾਲ}}} Group {{direction, select, Outgoing {ਆਊਟਗੋਇੰਗ ਗਰੁੱਪ ਕਾਲ} other {ਇਨਕਮਿੰਗ ਗਰੁੱਪ ਕਾਲ}}} other {{direction, select, Outgoing {ਬਾਹਰ ਜਾਣ ਵਾਲੀ ਕਾਲ} other {ਆਉਣ ਵਾਲੀ ਕਾਲ }}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {ਆਊਟਗੋਇੰਗ ਵੌਇਸ ਕਾਲ} other {ਇਨਕਮਿੰਗ ਵੌਇਸ ਕਾਲ}}} Video {{direction, select, Outgoing {ਜਾਰੀ ਵੀਡੀਓ ਕਾਲ} other {ਆ ਰਹੀ ਵੀਡੀਓ ਕਾਲ}}} Group {{direction, select, Outgoing {ਆਊਟਗੋਇੰਗ ਗਰੁੱਪ ਕਾਲ} other {ਇਨਕਮਿੰਗ ਗਰੁੱਪ ਕਾਲ}}} other {{direction, select, Outgoing {ਬਾਹਰ ਜਾਣ ਵਾਲੀ ਕਾਲ} other {ਆਉਣ ਵਾਲੀ ਕਾਲ }}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "ਕਾਲ ਦਾ ਲਿੰਕ" "messageformat": "ਕਾਲ ਦਾ ਲਿੰਕ"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} ਹੋਰ ਵਰਤੋਂਕਾਰ ਲਿਖ ਰਿਹਾ ਹੈ।} other {{count,number} ਹੋਰ ਵਰਤੋਂਕਾਰ ਲਿਖ ਰਹੇ ਹਨ।}}" "messageformat": "{count, plural, one {{count,number} ਹੋਰ ਵਰਤੋਂਕਾਰ ਲਿਖ ਰਿਹਾ ਹੈ।} other {{count,number} ਹੋਰ ਵਰਤੋਂਕਾਰ ਲਿਖ ਰਹੇ ਹਨ।}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "ਛੋਟੇ-ਮੋਟੇ ਸੁਧਾਰ, ਖ਼ਰਾਬੀਆਂ ਨੂੰ ਦਰੁਸਤ ਅਤੇ ਪ੍ਰਦਰਸ਼ਨ ਨੂੰ ਬਿਹਤਰ ਬਣਾਇਆ ਗਿਆ ਹੈ। Signal ਦੀ ਵਰਤੋਂ ਕਰਨ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ!", "messageformat": "ਛੋਟੇ-ਮੋਟੇ ਸੁਧਾਰ, ਖ਼ਰਾਬੀਆਂ ਨੂੰ ਦਰੁਸਤ ਅਤੇ ਪ੍ਰਦਰਸ਼ਨ ਨੂੰ ਬਿਹਤਰ ਬਣਾਇਆ ਗਿਆ ਹੈ। Signal ਦੀ ਵਰਤੋਂ ਕਰਨ ਲਈ ਤੁਹਾਡਾ ਧੰਨਵਾਦ!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} zmienił(a) swój numer telefonu" "messageformat": "{sender} zmienił(a) swój numer telefonu"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} i {conversationTitle} należą do tego samego konta. Tutaj znajdziesz historię wiadomości dla obu Waszych czatów." "messageformat": "{obsoleteConversationTitle} i {conversationTitle} należą do tego samego konta. Tutaj znajdziesz historię wiadomości dla obu Waszych czatów."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Przekaż do" "messageformat": "Przekaż do"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Kontynuuj" "messageformat": "Kontynuuj"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Nie można przekazać pustej lub skasowanej wiadomości" "messageformat": "Nie można przekazać pustej lub skasowanej wiadomości"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Dowiedz się więcej" "messageformat": "Dowiedz się więcej"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Konwertowanie wpisanych emotikonów na emoji" "messageformat": "Konwertowanie wpisanych emotikonów na emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Na przykład :-) zostanie przekonwertowane na 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Zaawansowane" "messageformat": "Zaawansowane"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Link do połączenia" "messageformat": "Link do połączenia"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Brak najnowszych konwersacji." "messageformat": "Brak najnowszych konwersacji."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Brak wyników dla „{query}”" "messageformat": "Brak wyników dla „{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Wychodzące połączenie głosowe} other {Przychodzące połączenie głosowe}}} Video {{direction, select, Outgoing {Wychodzące połączenie wideo} other {Przychodzące połączenie wideo}}} Group {{direction, select, Outgoing {Wychodzące połączenie grupowe} other {Nadchodzące połączenie grupowe}}} other {{direction, select, Outgoing {Połączenie wychodzące} other {Połączenie przychodzące}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Wychodzące połączenie głosowe} other {Przychodzące połączenie głosowe}}} Video {{direction, select, Outgoing {Wychodzące połączenie wideo} other {Przychodzące połączenie wideo}}} Group {{direction, select, Outgoing {Wychodzące połączenie grupowe} other {Nadchodzące połączenie grupowe}}} other {{direction, select, Outgoing {Połączenie wychodzące} other {Połączenie przychodzące}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Link do połączenia" "messageformat": "Link do połączenia"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} inna osoba pisze.} few {{count,number} inne osoby piszą.} many {{count,number} innych osób pisze.} other {{count,number} innej osoby pisze.}}" "messageformat": "{count, plural, one {{count,number} inna osoba pisze.} few {{count,number} inne osoby piszą.} many {{count,number} innych osób pisze.} other {{count,number} innej osoby pisze.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Małe ulepszenia, poprawki błędów i zwiększona funkcjonalność. Dzięki za korzystanie z Signal!", "messageformat": "Małe ulepszenia, poprawki błędów i zwiększona funkcjonalność. Dzięki za korzystanie z Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} alterou o número de telefone" "messageformat": "{sender} alterou o número de telefone"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} e {conversationTitle} são a mesma conta. Seu histórico de mensagens dos dois chats está aqui." "messageformat": "{obsoleteConversationTitle} e {conversationTitle} são a mesma conta. Seu histórico de mensagens dos dois chats está aqui."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Encaminhar para" "messageformat": "Encaminhar para"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Continuar" "messageformat": "Continuar"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Não é possível encaminhar mensagens vazias ou excluídas" "messageformat": "Não é possível encaminhar mensagens vazias ou excluídas"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Saiba mais" "messageformat": "Saiba mais"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Converter emoticons digitados em emoji" "messageformat": "Converter emoticons digitados em emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Por exemplo, :-) será convertido para 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avançadas" "messageformat": "Avançadas"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Link da chamada" "messageformat": "Link da chamada"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Nenhuma conversa recente." "messageformat": "Nenhuma conversa recente."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Nenhum resultado encontrado para “{query}”" "messageformat": "Nenhum resultado encontrado para “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Chamada de voz efetuada} other {Recebendo chamada de voz}}} Video {{direction, select, Outgoing {Chamada de vídeo efetuada} other {Chamada de vídeo recebida}}} Group {{direction, select, Outgoing {Chamada de grupo efetuada} other {Recebendo chamada de grupo}}} other {{direction, select, Outgoing {Fazendo chamada} other {Recebendo chamada}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Chamada de voz efetuada} other {Recebendo chamada de voz}}} Video {{direction, select, Outgoing {Chamada de vídeo efetuada} other {Chamada de vídeo recebida}}} Group {{direction, select, Outgoing {Chamada de grupo efetuada} other {Recebendo chamada de grupo}}} other {{direction, select, Outgoing {Fazendo chamada} other {Recebendo chamada}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Link de chamada" "messageformat": "Link de chamada"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} outra pessoa está digitando.} other {{count,number} outras pessoas estão digitando.}}" "messageformat": "{count, plural, one {{count,number} outra pessoa está digitando.} other {{count,number} outras pessoas estão digitando.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Pequenas alterações adicionais, correções de bugs e melhorias de desempenho. Agradecemos por usar o Signal!", "messageformat": "Pequenas alterações adicionais, correções de bugs e melhorias de desempenho. Agradecemos por usar o Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} alterou o número de telemóvel" "messageformat": "{sender} alterou o número de telemóvel"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} e {conversationTitle} são da mesma conta. O seu histórico de mensagens para ambos os chats está aqui." "messageformat": "{obsoleteConversationTitle} e {conversationTitle} são da mesma conta. O seu histórico de mensagens para ambos os chats está aqui."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Encaminhar para" "messageformat": "Encaminhar para"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Continuar" "messageformat": "Continuar"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Não é possível encaminhar mensagens vazias ou eliminadas" "messageformat": "Não é possível encaminhar mensagens vazias ou eliminadas"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Saber mais" "messageformat": "Saber mais"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Converter emoticons escritos em emoji" "messageformat": "Converter emoticons escritos em emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Por exemplo, :-) será convertido em 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avançadas" "messageformat": "Avançadas"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Link de chamada" "messageformat": "Link de chamada"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Não há conversas recentes." "messageformat": "Não há conversas recentes."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Nenhum resultado para “{query}”" "messageformat": "Nenhum resultado para “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {A efetuar chamada de voz} other {A receber chamada de voz}}} Video {{direction, select, Outgoing {A efetuar videochamada} other {A receber videochamada}}} Group {{direction, select, Outgoing {Chamada de grupo enviada} other {Chamada de grupo recebida}}} other {{direction, select, Outgoing {A efetuar chamada} other {A Receber Chamada}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {A efetuar chamada de voz} other {A receber chamada de voz}}} Video {{direction, select, Outgoing {A efetuar videochamada} other {A receber videochamada}}} Group {{direction, select, Outgoing {Chamada de grupo enviada} other {Chamada de grupo recebida}}} other {{direction, select, Outgoing {A efetuar chamada} other {A Receber Chamada}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Link de chamada" "messageformat": "Link de chamada"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} está a escrever.} other {{count,number} estão a escrever.}}" "messageformat": "{count, plural, one {{count,number} está a escrever.} other {{count,number} estão a escrever.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Pequenos ajustes adicionais, correções de bugs e melhorias de desempenho. Obrigado por usar o Signal!", "messageformat": "Pequenos ajustes adicionais, correções de bugs e melhorias de desempenho. Obrigado por usar o Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} și-a schimbat numărul de telefon" "messageformat": "{sender} și-a schimbat numărul de telefon"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} și {conversationTitle} sunt același cont. Istoricul de mesaje pentru ambele conversații sunt aici." "messageformat": "{obsoleteConversationTitle} și {conversationTitle} sunt același cont. Istoricul de mesaje pentru ambele conversații sunt aici."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Redirecționează către" "messageformat": "Redirecționează către"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Continuă" "messageformat": "Continuă"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Nu se pot redirecționa mesaje goale sau șterse" "messageformat": "Nu se pot redirecționa mesaje goale sau șterse"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Află mai multe" "messageformat": "Află mai multe"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Convertește emoticoanele tastate în emoji" "messageformat": "Convertește emoticoanele tastate în emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "De exemplu, :-) va fi convertit în 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avansat" "messageformat": "Avansat"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Link de apel" "messageformat": "Link de apel"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Fără conversații recente." "messageformat": "Fără conversații recente."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Fără rezultate pentru „{query}“" "messageformat": "Fără rezultate pentru „{query}“"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Apel de ieșire vocal} other {Apel de intrare vocal}}} Video {{direction, select, Outgoing {Apel de ieșire video} other {Apel de intrare video}}} Group {{direction, select, Outgoing {Apel de ieșire de grup} other {Apel de intrare de grup}}} other {{direction, select, Outgoing {Apel de ieșire} other {Apel de intrare}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Apel de ieșire vocal} other {Apel de intrare vocal}}} Video {{direction, select, Outgoing {Apel de ieșire video} other {Apel de intrare video}}} Group {{direction, select, Outgoing {Apel de ieșire de grup} other {Apel de intrare de grup}}} other {{direction, select, Outgoing {Apel de ieșire} other {Apel de intrare}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Link de apel" "messageformat": "Link de apel"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {încă {count,number} scrie.} few {încă {count,number} alții scriu.} other {încă {count,number} alții scriu.}}" "messageformat": "{count, plural, one {încă {count,number} scrie.} few {încă {count,number} alții scriu.} other {încă {count,number} alții scriu.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Mici ajustări, soluționări de bug-uri și îmbunătățiri ale performanței. Mersi că folosești Signal!", "messageformat": "Mici ajustări, soluționări de bug-uri și îmbunătățiri ale performanței. Mersi că folosești Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} изменил(-а) свой номер телефона" "messageformat": "{sender} изменил(-а) свой номер телефона"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} и {conversationTitle} — это одна и та же учётная запись. История сообщений для обоих чатов находится здесь." "messageformat": "{obsoleteConversationTitle} и {conversationTitle} — это одна и та же учётная запись. История сообщений для обоих чатов находится здесь."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Переслать" "messageformat": "Переслать"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Продолжить" "messageformat": "Продолжить"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Невозможно переслать пустые или удалённые сообщения" "messageformat": "Невозможно переслать пустые или удалённые сообщения"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Узнать больше" "messageformat": "Узнать больше"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Преобразование набранных смайликов в эмодзи" "messageformat": "Преобразование набранных смайликов в эмодзи"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Например, :-) будет преобразовано в 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Расширенные" "messageformat": "Расширенные"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Ссылка на звонок" "messageformat": "Ссылка на звонок"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Нет последних разговоров." "messageformat": "Нет последних разговоров."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Нет результатов для «{query}»" "messageformat": "Нет результатов для «{query}»"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Исходящий голосовой звонок} other {Входящий голосовой звонок}}} Video {{direction, select, Outgoing {Исходящий видеозвонок} other {Входящий видеозвонок}}} Group {{direction, select, Outgoing {Исходящий групповой звонок} other {Входящий групповой звонок}}} other {{direction, select, Outgoing {Исходящий звонок} other {Входящий вызов}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Исходящий голосовой звонок} other {Входящий голосовой звонок}}} Video {{direction, select, Outgoing {Исходящий видеозвонок} other {Входящий видеозвонок}}} Group {{direction, select, Outgoing {Исходящий групповой звонок} other {Входящий групповой звонок}}} other {{direction, select, Outgoing {Исходящий звонок} other {Входящий вызов}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Ссылка на звонок" "messageformat": "Ссылка на звонок"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Ещё {count,number} печатает.} few {Ещё {count,number} печатают.} many {Ещё {count,number} печатают.} other {Ещё {count,number} печатают.}}" "messageformat": "{count, plural, one {Ещё {count,number} печатает.} few {Ещё {count,number} печатают.} many {Ещё {count,number} печатают.} other {Ещё {count,number} печатают.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Небольшие изменения, исправления ошибок и улучшения производительности. Спасибо за то, что пользуетесь Signal!", "messageformat": "Небольшие изменения, исправления ошибок и улучшения производительности. Спасибо за то, что пользуетесь Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} zmenil/a svoje telefónne číslo" "messageformat": "{sender} zmenil/a svoje telefónne číslo"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} a {conversationTitle} patria tomu istému účtu. Históriu správ pre oba čety nájdete tu." "messageformat": "{obsoleteConversationTitle} a {conversationTitle} patria tomu istému účtu. Históriu správ pre oba čety nájdete tu."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Preposlať používateľovi" "messageformat": "Preposlať používateľovi"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Pokračovať" "messageformat": "Pokračovať"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Prázdne alebo odstránené správy sa nedajú preposlať" "messageformat": "Prázdne alebo odstránené správy sa nedajú preposlať"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Dozvedieť sa viac" "messageformat": "Dozvedieť sa viac"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Premeniť napísané emotikony na emoji" "messageformat": "Premeniť napísané emotikony na emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Napríklad :-) sa zmení na 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Pokročilé" "messageformat": "Pokročilé"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Odkaz na hovor" "messageformat": "Odkaz na hovor"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Žiadne nedávne konverzácie." "messageformat": "Žiadne nedávne konverzácie."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Žiadne výsledky pre „{query}“" "messageformat": "Žiadne výsledky pre „{query}“"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Odchádzajúci hlasový hovor} other {Prichádzajúci hlasový hovor}}} Video {{direction, select, Outgoing {Odchádzajúci videohovor} other {Prichádzajúci videohovor}}} Group {{direction, select, Outgoing {Odchádzajúci skupinový hovor} other {Prichádzajúci skupinový hovor}}} other {{direction, select, Outgoing {Odchádzajúci hovor} other {Prichádzajúci hovor}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Odchádzajúci hlasový hovor} other {Prichádzajúci hlasový hovor}}} Video {{direction, select, Outgoing {Odchádzajúci videohovor} other {Prichádzajúci videohovor}}} Group {{direction, select, Outgoing {Odchádzajúci skupinový hovor} other {Prichádzajúci skupinový hovor}}} other {{direction, select, Outgoing {Odchádzajúci hovor} other {Prichádzajúci hovor}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Odkaz na hovor" "messageformat": "Odkaz na hovor"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} ďalší píše.} few {{count,number} ďalší píšu.} many {{count,number} ďalšieho píše.} other {{count,number} ďalších píše.}}" "messageformat": "{count, plural, one {{count,number} ďalší píše.} few {{count,number} ďalší píšu.} many {{count,number} ďalšieho píše.} other {{count,number} ďalších píše.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Malé úpravy, opravy chýb a vylepšenia výkonu. Ďakujeme, že používate Signal!", "messageformat": "Malé úpravy, opravy chýb a vylepšenia výkonu. Ďakujeme, že používate Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} je spremenil_a svojo telefonsko številko." "messageformat": "{sender} je spremenil_a svojo telefonsko številko."
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} in {conversationTitle} pripadata istemu računu. Vaša zgodovina sporočil za oba klepeta je tukaj." "messageformat": "{obsoleteConversationTitle} in {conversationTitle} pripadata istemu računu. Vaša zgodovina sporočil za oba klepeta je tukaj."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Posreduj uporabniku_ci" "messageformat": "Posreduj uporabniku_ci"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Nadaljuj" "messageformat": "Nadaljuj"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Ni mogoče posredovati praznih ali izbrisanih sporočil" "messageformat": "Ni mogoče posredovati praznih ali izbrisanih sporočil"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Preberite več" "messageformat": "Preberite več"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Pretvorite vtipkane emotikone v emoji" "messageformat": "Pretvorite vtipkane emotikone v emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Na primer, :-) bo pretvorjen v 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Napredno" "messageformat": "Napredno"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Povezava do klica" "messageformat": "Povezava do klica"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Ni nedavnih pogovorov." "messageformat": "Ni nedavnih pogovorov."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Ni rezultatov za “{query}”" "messageformat": "Ni rezultatov za “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Odhodni glasovni klic} other {Dohodni glasovni klic}}} Video {{direction, select, Outgoing {Odhodni video klic} other {Dohodni video klic}}} Group {{direction, select, Outgoing {Odhodni skupinski klic} other {Dohodni skupinski klic}}} other {{direction, select, Outgoing {Odhodni klic} other {Dohodni klic}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Odhodni glasovni klic} other {Dohodni glasovni klic}}} Video {{direction, select, Outgoing {Odhodni video klic} other {Dohodni video klic}}} Group {{direction, select, Outgoing {Odhodni skupinski klic} other {Dohodni skupinski klic}}} other {{direction, select, Outgoing {Odhodni klic} other {Dohodni klic}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Povezava do klica" "messageformat": "Povezava do klica"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Še ena oseba tipka.} two {Še {count,number} osebi tipkata.} few {Še {count,number} osebe tipkajo.} other {Še {count,number} oseb tipka.}}" "messageformat": "{count, plural, one {Še ena oseba tipka.} two {Še {count,number} osebi tipkata.} few {Še {count,number} osebe tipkajo.} other {Še {count,number} oseb tipka.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Majhne prilagoditve, popravki napak in izboljšave zmogljivosti. Hvala, da uporabljate Signal!", "messageformat": "Majhne prilagoditve, popravki napak in izboljšave zmogljivosti. Hvala, da uporabljate Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} ndryshoi numrin e vet të telefonit" "messageformat": "{sender} ndryshoi numrin e vet të telefonit"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} dhe {conversationTitle} janë e njëjta llogari. Historiku yt i mesazheve për të dyja bisedat është këtu." "messageformat": "{obsoleteConversationTitle} dhe {conversationTitle} janë e njëjta llogari. Historiku yt i mesazheve për të dyja bisedat është këtu."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Përcille" "messageformat": "Përcille"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Vazhdo" "messageformat": "Vazhdo"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Mesazhet boshe ose të fshira nuk mund të përcillen" "messageformat": "Mesazhet boshe ose të fshira nuk mund të përcillen"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Mësoni më tepër" "messageformat": "Mësoni më tepër"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Konverto emotikonat e shtypur në emoji" "messageformat": "Konverto emotikonat e shtypur në emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Për shembull, :-) do të konvertohet në 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Të mëtejshme" "messageformat": "Të mëtejshme"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Lidhja e thirrjes" "messageformat": "Lidhja e thirrjes"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Nuk ka biseda të fundit." "messageformat": "Nuk ka biseda të fundit."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Nuk ka rezultate për \"{query}\"" "messageformat": "Nuk ka rezultate për \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Thirrje zanore dalëse} other {Thirrje zanore hyrëse}}} Video {{direction, select, Outgoing {Thirrje video nga ju} other {Thirrje video ardhëse}}} Group {{direction, select, Outgoing {Thirrje dalëse në grup} other {Thirrje hyrëse në grup}}} other {{direction, select, Outgoing {Thirrje nga ju} other {Thirrje ardhëse}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Thirrje zanore dalëse} other {Thirrje zanore hyrëse}}} Video {{direction, select, Outgoing {Thirrje video nga ju} other {Thirrje video ardhëse}}} Group {{direction, select, Outgoing {Thirrje dalëse në grup} other {Thirrje hyrëse në grup}}} other {{direction, select, Outgoing {Thirrje nga ju} other {Thirrje ardhëse}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Lidhja e thirrjes" "messageformat": "Lidhja e thirrjes"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} tjetër po shkruan.} other {{count,number} tjerë po shkruajnë.}}" "messageformat": "{count, plural, one {{count,number} tjetër po shkruan.} other {{count,number} tjerë po shkruajnë.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Rregullme të vogla, riparime të gabimeve dhe përmirësime të mbarëvajtjes. Faleminderit që përdorni Signal!", "messageformat": "Rregullme të vogla, riparime të gabimeve dhe përmirësime të mbarëvajtjes. Faleminderit që përdorni Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} је променио/ла број телефона" "messageformat": "{sender} је променио/ла број телефона"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} и {conversationTitle} су исти налог. Историја порука за оба ћаскања је овде." "messageformat": "{obsoleteConversationTitle} и {conversationTitle} су исти налог. Историја порука за оба ћаскања је овде."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Проследи на" "messageformat": "Проследи на"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Настави" "messageformat": "Настави"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Није могуће проследити празне или избрисане поруке" "messageformat": "Није могуће проследити празне или избрисане поруке"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Сазнајте више" "messageformat": "Сазнајте више"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Претвори откуцане емотиконе у емоџије" "messageformat": "Претвори откуцане емотиконе у емоџије"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "На пример, :-) биће претворено у 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Напредно" "messageformat": "Напредно"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Линк за позив" "messageformat": "Линк за позив"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Нема недавног ћаскања." "messageformat": "Нема недавног ћаскања."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Нема резултата за „{query}“" "messageformat": "Нема резултата за „{query}“"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Одлазни гласовни позив} other {Долазни гласовни позив}}} Video {{direction, select, Outgoing {Одлазни видео позив} other {Долазни видео позив}}} Group {{direction, select, Outgoing {Одлазни групни позив} other {Долазни групни позив}}} other {{direction, select, Outgoing {Одлазни позив} other {Долазни позив}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Одлазни гласовни позив} other {Долазни гласовни позив}}} Video {{direction, select, Outgoing {Одлазни видео позив} other {Долазни видео позив}}} Group {{direction, select, Outgoing {Одлазни групни позив} other {Долазни групни позив}}} other {{direction, select, Outgoing {Одлазни позив} other {Долазни позив}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Линк за позив" "messageformat": "Линк за позив"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Још {count,number} особа куца.} other {Још њих {count,number} куцају.}}" "messageformat": "{count, plural, one {Још {count,number} особа куца.} other {Још њих {count,number} куцају.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Обавили смо мања фина прилагођавања, исправке грешака и побољшања перформанси. Хвала што користите Signal!", "messageformat": "Обавили смо мања фина прилагођавања, исправке грешака и побољшања перформанси. Хвала што користите Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} ändrade sitt telefonnummer" "messageformat": "{sender} ändrade sitt telefonnummer"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} och {conversationTitle} är samma konto. Din meddelandehistorik för båda chattarna finns här." "messageformat": "{obsoleteConversationTitle} och {conversationTitle} är samma konto. Din meddelandehistorik för båda chattarna finns här."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Vidarebefordra till" "messageformat": "Vidarebefordra till"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Fortsätt" "messageformat": "Fortsätt"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Det går inte att vidarebefordra tomma eller raderade meddelanden" "messageformat": "Det går inte att vidarebefordra tomma eller raderade meddelanden"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Läs mer" "messageformat": "Läs mer"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Konvertera skrivna uttryckssymboler till emojier" "messageformat": "Konvertera skrivna uttryckssymboler till emojier"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Till exempel kommer :-) att konverteras till 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Avancerat" "messageformat": "Avancerat"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Samtalslänk" "messageformat": "Samtalslänk"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Inga senaste konversationer." "messageformat": "Inga senaste konversationer."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Inga resultat för ”{query}”" "messageformat": "Inga resultat för ”{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Utgående röstsamtal} other {Inkommande röstsamtal}}} Video {{direction, select, Outgoing {Utgående videosamtal} other {Inkommande videosamtal}}} Group {{direction, select, Outgoing {Utgående gruppsamtal} other {Inkommande gruppsamtal}}} other {{direction, select, Outgoing {Utgående samtal} other {Inkommande samtal}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Utgående röstsamtal} other {Inkommande röstsamtal}}} Video {{direction, select, Outgoing {Utgående videosamtal} other {Inkommande videosamtal}}} Group {{direction, select, Outgoing {Utgående gruppsamtal} other {Inkommande gruppsamtal}}} other {{direction, select, Outgoing {Utgående samtal} other {Inkommande samtal}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Samtalslänk" "messageformat": "Samtalslänk"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} annan skriver.} other {{count,number} andra skriver.}}" "messageformat": "{count, plural, one {{count,number} annan skriver.} other {{count,number} andra skriver.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Små justeringer, buggfixar och prestandaförbättringar. Tack för att du använder Signal!", "messageformat": "Små justeringer, buggfixar och prestandaförbättringar. Tack för att du använder Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} amebadili nambari yake ya simu" "messageformat": "{sender} amebadili nambari yake ya simu"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} na {conversationTitle} ni akaunti moja. Historia ya gumzo zote mbili zipo hapa." "messageformat": "{obsoleteConversationTitle} na {conversationTitle} ni akaunti moja. Historia ya gumzo zote mbili zipo hapa."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Sambaza Kwa" "messageformat": "Sambaza Kwa"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Endelea" "messageformat": "Endelea"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Huwezi kusambaza jumbe zisizopo au zilizofutwa" "messageformat": "Huwezi kusambaza jumbe zisizopo au zilizofutwa"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Jifunze zaidi" "messageformat": "Jifunze zaidi"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Badili emoticons zilizoandikwa kuwa emoji" "messageformat": "Badili emoticons zilizoandikwa kuwa emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Kwa mfano, :-) itabadilika kuwa 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "ya juu" "messageformat": "ya juu"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Kiungo cha simu" "messageformat": "Kiungo cha simu"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Hakuna mazungungumzo ya hivi karibuni." "messageformat": "Hakuna mazungungumzo ya hivi karibuni."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Hakuna matokeo ya \"{query}\"" "messageformat": "Hakuna matokeo ya \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Simu ya kawaida uliyopiga} other {Simu ya kawaida inayopigwa}}} Video {{direction, select, Outgoing {Simu ya video uliyopiga} other {Simu ya video uliyopigiwa}}} Group {{direction, select, Outgoing {Kupiga simu ya kikundi} other {Simu ya kikundi inayopigwa}}} other {{direction, select, Outgoing {Simu inayotoka} other {Simu inaingia}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Simu ya kawaida uliyopiga} other {Simu ya kawaida inayopigwa}}} Video {{direction, select, Outgoing {Simu ya video uliyopiga} other {Simu ya video uliyopigiwa}}} Group {{direction, select, Outgoing {Kupiga simu ya kikundi} other {Simu ya kikundi inayopigwa}}} other {{direction, select, Outgoing {Simu inayotoka} other {Simu inaingia}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Kiungo cha simu" "messageformat": "Kiungo cha simu"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Mwingine {count,number} anaandika.} other {Wengine {count,number} wanaandika.}}" "messageformat": "{count, plural, one {Mwingine {count,number} anaandika.} other {Wengine {count,number} wanaandika.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Mabadiliko madogo, marekebisho ya bugs na uboreshaji wa utendaji. Asante kwa kutumia Signal!", "messageformat": "Mabadiliko madogo, marekebisho ya bugs na uboreshaji wa utendaji. Asante kwa kutumia Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} அவர்களின் தொலைபேசி எண்ணை மாற்றியுள்ளார்" "messageformat": "{sender} அவர்களின் தொலைபேசி எண்ணை மாற்றியுள்ளார்"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} மற்றும் {conversationTitle} ஆகியவை ஒரே கணக்கைச் சேர்ந்தவை. இரண்டு சாட்களுக்கான உங்கள் செய்தி வரலாறு இங்கே உள்ளது." "messageformat": "{obsoleteConversationTitle} மற்றும் {conversationTitle} ஆகியவை ஒரே கணக்கைச் சேர்ந்தவை. இரண்டு சாட்களுக்கான உங்கள் செய்தி வரலாறு இங்கே உள்ளது."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "இவருக்கு முன்னனுப்பு" "messageformat": "இவருக்கு முன்னனுப்பு"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "தொடர்க" "messageformat": "தொடர்க"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "வெற்று அல்லது நீக்கப்பட்ட மெசேஜ்களை அனுப்ப முடியாது" "messageformat": "வெற்று அல்லது நீக்கப்பட்ட மெசேஜ்களை அனுப்ப முடியாது"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "மேலும் அறிக" "messageformat": "மேலும் அறிக"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "டைப் செய்யப்பட்ட இமோடிகான்களை இமோஜியாக மாற்று" "messageformat": "டைப் செய்யப்பட்ட இமோடிகான்களை இமோஜியாக மாற்று"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "எடுத்துக்காட்டாக, :-) 🙂 ஆக மாற்றப்படும்" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "மேம்படுத்தபட்ட" "messageformat": "மேம்படுத்தபட்ட"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "அழைப்பு இணைப்பு" "messageformat": "அழைப்பு இணைப்பு"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "சமீபத்திய உரையாடல்கள் எதுவுமில்லை." "messageformat": "சமீபத்திய உரையாடல்கள் எதுவுமில்லை."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "''{query}' க்கான முடிவுகள் எதுவும் கிடைக்கவில்லை" "messageformat": "''{query}' க்கான முடிவுகள் எதுவும் கிடைக்கவில்லை"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {வெளிச்செல்லும் குரல் அழைப்பு} other {உள்வரும் குரல் அழைப்பு}}} Video {{direction, select, Outgoing {வெளிச்செல்லும் காணொளி அழைப்பு} other {உள்வரும் காணொளி அழைப்பு}}} Group {{direction, select, Outgoing {வெளிச்செல்லும் குழு அழைப்பு} other {உள்வரும் குழு அழைப்பு}}} other {{direction, select, Outgoing {வெளிசெல்லும் அழைப்பு} other {உள்வரும் அழைப்பு}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {வெளிச்செல்லும் குரல் அழைப்பு} other {உள்வரும் குரல் அழைப்பு}}} Video {{direction, select, Outgoing {வெளிச்செல்லும் காணொளி அழைப்பு} other {உள்வரும் காணொளி அழைப்பு}}} Group {{direction, select, Outgoing {வெளிச்செல்லும் குழு அழைப்பு} other {உள்வரும் குழு அழைப்பு}}} other {{direction, select, Outgoing {வெளிசெல்லும் அழைப்பு} other {உள்வரும் அழைப்பு}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "அழைப்பு இணைப்பு" "messageformat": "அழைப்பு இணைப்பு"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {மேலும் {count,number} நபர் டைப் செய்கிறார்.} other {மேலும் {count,number} பேர் டைப் செய்கின்றனர்.}}" "messageformat": "{count, plural, one {மேலும் {count,number} நபர் டைப் செய்கிறார்.} other {மேலும் {count,number} பேர் டைப் செய்கின்றனர்.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "சிறு மாற்றங்கள், பிழை திருத்தங்கள் மற்றும் செயல்திறன் மேம்பாடுகள். சிக்னலைப் பயன்படுத்தியதற்கு நன்றி!", "messageformat": "சிறு மாற்றங்கள், பிழை திருத்தங்கள் மற்றும் செயல்திறன் மேம்பாடுகள். சிக்னலைப் பயன்படுத்தியதற்கு நன்றி!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender}వారి ఫోన్ నెంబర్‌ని మార్చారు" "messageformat": "{sender}వారి ఫోన్ నెంబర్‌ని మార్చారు"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} మరియు {conversationTitle} లు ఒకే ఖాతా. రెండు చాట్‌ల కొరకు మీ సందేశ చరిత్ర ఇక్కడ ఉంది." "messageformat": "{obsoleteConversationTitle} మరియు {conversationTitle} లు ఒకే ఖాతా. రెండు చాట్‌ల కొరకు మీ సందేశ చరిత్ర ఇక్కడ ఉంది."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "వీరికి ఫార్వర్డ్ చేయండి" "messageformat": "వీరికి ఫార్వర్డ్ చేయండి"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "కొనసాగించండి" "messageformat": "కొనసాగించండి"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "ఖాళీ లేదా తొలగించబడిన సందేశాలను ఫార్వర్డ్ చేయలేము" "messageformat": "ఖాళీ లేదా తొలగించబడిన సందేశాలను ఫార్వర్డ్ చేయలేము"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "ఇంకా నేర్చుకో" "messageformat": "ఇంకా నేర్చుకో"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "టైప్ చేసిన ఎమోటికాన్‌లను ఎమోజీగా మార్చండి" "messageformat": "టైప్ చేసిన ఎమోటికాన్‌లను ఎమోజీగా మార్చండి"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "ఉదాహరణకు, :-) 🙂 ఎమోజీగా మార్చబడుతుంది" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "ఆధునిక" "messageformat": "ఆధునిక"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "కాల్ లింక్" "messageformat": "కాల్ లింక్"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "ఇటీవలి సంభాషణలు ఏవీ లేవు." "messageformat": "ఇటీవలి సంభాషణలు ఏవీ లేవు."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "“{query}” కోసం ఫలితాలు లేవు" "messageformat": "“{query}” కోసం ఫలితాలు లేవు"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {అవుట్‌గోయింగ్ వాయిస్ కాల్} other {ఇన్‌కమింగ్ వాయిస్ కాల్}}} Video {{direction, select, Outgoing {అవుట్గోయింగ్ వీడియో కాల్} other {కొత్తగా వచ్చిన వీడియో కాల్}}} Group {{direction, select, Outgoing {అవుట్‌గోయింగ్ గ్రూప్ కాల్} other {ఇన్‌కమింగ్ గ్రూప్ కాల్}}} other {{direction, select, Outgoing {అవుట్గోయింగ్ కాల్} other {క్రొత్తగా వచ్చిన కాల్}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {అవుట్‌గోయింగ్ వాయిస్ కాల్} other {ఇన్‌కమింగ్ వాయిస్ కాల్}}} Video {{direction, select, Outgoing {అవుట్గోయింగ్ వీడియో కాల్} other {కొత్తగా వచ్చిన వీడియో కాల్}}} Group {{direction, select, Outgoing {అవుట్‌గోయింగ్ గ్రూప్ కాల్} other {ఇన్‌కమింగ్ గ్రూప్ కాల్}}} other {{direction, select, Outgoing {అవుట్గోయింగ్ కాల్} other {క్రొత్తగా వచ్చిన కాల్}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "కాల్ లింక్" "messageformat": "కాల్ లింక్"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} ఇతర వ్యక్తి టైప్ చేస్తున్నారు.} other {{count,number} మంది ఇతర వ్యక్తులు టైప్ చేస్తున్నారు.}}" "messageformat": "{count, plural, one {{count,number} ఇతర వ్యక్తి టైప్ చేస్తున్నారు.} other {{count,number} మంది ఇతర వ్యక్తులు టైప్ చేస్తున్నారు.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "చిన్న ట్వీక్‌లు, బగ్ ఫిక్స్‌లు, మరియు పనితీరు మెరుగుదలలు. Signal ఉపయోగించినందుకు మీకు ధన్యవాదాలు!", "messageformat": "చిన్న ట్వీక్‌లు, బగ్ ఫిక్స్‌లు, మరియు పనితీరు మెరుగుదలలు. Signal ఉపయోగించినందుకు మీకు ధన్యవాదాలు!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} เปลี่ยนหมายเลขโทรศัพท์แล้ว" "messageformat": "{sender} เปลี่ยนหมายเลขโทรศัพท์แล้ว"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} และ {conversationTitle} เป็นบัญชีเดียวกัน ประวัติการส่งข้อความสำหรับแชททั้งสองรายการอยู่ในนี้" "messageformat": "{obsoleteConversationTitle} และ {conversationTitle} เป็นบัญชีเดียวกัน ประวัติการส่งข้อความสำหรับแชททั้งสองรายการอยู่ในนี้"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "ส่งต่อไปยัง" "messageformat": "ส่งต่อไปยัง"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "ดำเนินการต่อ" "messageformat": "ดำเนินการต่อ"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "ไม่สามารถส่งต่อข้อความเปล่าหรือข้อความที่ลบแล้วได้" "messageformat": "ไม่สามารถส่งต่อข้อความเปล่าหรือข้อความที่ลบแล้วได้"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "เรียนรู้เพิ่มเติม" "messageformat": "เรียนรู้เพิ่มเติม"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "เปลี่ยนอีโมติคอนที่พิมพ์ให้กลายเป็นอีโมจิ" "messageformat": "เปลี่ยนอีโมติคอนที่พิมพ์ให้กลายเป็นอีโมจิ"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "ตัวอย่างเช่น :-) จะถูกเปลี่ยนให้เป็น 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "ขั้นสูง" "messageformat": "ขั้นสูง"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "ลิงก์การโทร" "messageformat": "ลิงก์การโทร"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "ยังไม่มีการสนทนาล่าสุด" "messageformat": "ยังไม่มีการสนทนาล่าสุด"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "ไม่พบผลลัพธ์สำหรับ “{query}”" "messageformat": "ไม่พบผลลัพธ์สำหรับ “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {การโทรด้วยเสียงขาออก} other {การโทรด้วยเสียงขาเข้า}}} Video {{direction, select, Outgoing {สายวิดีโอโทรออก} other {สายวิดีโอเรียกเข้า}}} Group {{direction, select, Outgoing {สายโทรกลุ่มขาออก} other {สายโทรกลุ่มขาเข้า}}} other {{direction, select, Outgoing {สายโทรออก} other {สายโทรเข้า}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {การโทรด้วยเสียงขาออก} other {การโทรด้วยเสียงขาเข้า}}} Video {{direction, select, Outgoing {สายวิดีโอโทรออก} other {สายวิดีโอเรียกเข้า}}} Group {{direction, select, Outgoing {สายโทรกลุ่มขาออก} other {สายโทรกลุ่มขาเข้า}}} other {{direction, select, Outgoing {สายโทรออก} other {สายโทรเข้า}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "ลิงก์การโทร" "messageformat": "ลิงก์การโทร"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {อีก {count,number} คนกำลังพิมพ์}}" "messageformat": "{count, plural, other {อีก {count,number} คนกำลังพิมพ์}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "มีการปรับเปลี่ยนเล็กน้อย พร้อมแก้ไขบั๊ก และการพัฒนาประสิทธิภาพให้ดียิ่งขึ้น ขอขอบคุณที่เลือกใช้ Signal!", "messageformat": "มีการปรับเปลี่ยนเล็กน้อย พร้อมแก้ไขบั๊ก และการพัฒนาประสิทธิภาพให้ดียิ่งขึ้น ขอขอบคุณที่เลือกใช้ Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -21,7 +21,7 @@
"messageformat": "Ina-add si {contact}…" "messageformat": "Ina-add si {contact}…"
}, },
"icu:RecordingComposer__cancel": { "icu:RecordingComposer__cancel": {
"messageformat": "Kanselahin" "messageformat": "I-cancel"
}, },
"icu:RecordingComposer__send": { "icu:RecordingComposer__send": {
"messageformat": "I-send" "messageformat": "I-send"
@ -54,7 +54,7 @@
"messageformat": "Apple silicon" "messageformat": "Apple silicon"
}, },
"icu:copyErrorAndQuit": { "icu:copyErrorAndQuit": {
"messageformat": "Copy error at mag-quit" "messageformat": "Kopyahin ang error at mag-quit"
}, },
"icu:unknownContact": { "icu:unknownContact": {
"messageformat": "Unknown contact" "messageformat": "Unknown contact"
@ -84,7 +84,7 @@
"messageformat": "&File" "messageformat": "&File"
}, },
"icu:mainMenuCreateStickers": { "icu:mainMenuCreateStickers": {
"messageformat": "Create/upload sticker pack" "messageformat": "Gumawa/mag-upload sticker pack"
}, },
"icu:mainMenuEdit": { "icu:mainMenuEdit": {
"messageformat": "&Edit" "messageformat": "&Edit"
@ -105,13 +105,13 @@
"messageformat": "Services" "messageformat": "Services"
}, },
"icu:appMenuHide": { "icu:appMenuHide": {
"messageformat": "I-hide" "messageformat": "Itago"
}, },
"icu:appMenuHideOthers": { "icu:appMenuHideOthers": {
"messageformat": "Hide Others" "messageformat": "Itago ang Iba"
}, },
"icu:appMenuUnhide": { "icu:appMenuUnhide": {
"messageformat": "Show All" "messageformat": "Ipakita Lahat"
}, },
"icu:appMenuQuit": { "icu:appMenuQuit": {
"messageformat": "I-close ang Signal App" "messageformat": "I-close ang Signal App"
@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "Pinalitan ni {sender} ang kanyang phone number" "messageformat": "Pinalitan ni {sender} ang kanyang phone number"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "Magkaparehong account ang {obsoleteConversationTitle} at {conversationTitle}. Nandito ang inyong message history para sa parehong chats." "messageformat": "Magkaparehong account ang {obsoleteConversationTitle} at {conversationTitle}. Nandito ang inyong message history para sa parehong chats."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "I-forward Kay" "messageformat": "I-forward Kay"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Magpatuloy" "messageformat": "Magpatuloy"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Hindi ma-forward ang messages na walang laman o binura na" "messageformat": "Hindi ma-forward ang messages na walang laman o binura na"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Matuto pa" "messageformat": "Matuto pa"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Gawing emoji ang typed emoticons" "messageformat": "Gawing emoji ang typed emoticons"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Halimbawa, ang :-) ay magiging 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Advanced" "messageformat": "Advanced"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Call link" "messageformat": "Call link"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Walang recent conversations." "messageformat": "Walang recent conversations."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Walang resulta para sa \"{query}\"" "messageformat": "Walang resulta para sa \"{query}\""
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Outgoing voice call} other {Incoming voice call}}} Video {{direction, select, Outgoing {Outgoing video call} other {Incoming video call}}} Group {{direction, select, Outgoing {Outgoing group call} other {Incoming group call}}} other {{direction, select, Outgoing {Outgoing call} other {Incoming call}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Outgoing voice call} other {Incoming voice call}}} Video {{direction, select, Outgoing {Outgoing video call} other {Incoming video call}}} Group {{direction, select, Outgoing {Outgoing group call} other {Incoming group call}}} other {{direction, select, Outgoing {Outgoing call} other {Incoming call}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Call link" "messageformat": "Call link"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} ang nagta-type.} other {{count,number} ang nagta-type.}}" "messageformat": "{count, plural, one {{count,number} ang nagta-type.} other {{count,number} ang nagta-type.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Dagdag na maliliit na pag-aayos, pag-alis ng bugs, at pagpapaganda ng takbo ng app. Maraming salamat sa paggamit ng Signal!", "messageformat": "Dagdag na maliliit na pag-aayos, pag-alis ng bugs, at pagpapaganda ng takbo ng app. Maraming salamat sa paggamit ng Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} telefon numarasını değiştirdi" "messageformat": "{sender} telefon numarasını değiştirdi"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} ve {conversationTitle} aynı hesap. Her iki sohbetin mesaj geçmişi burada." "messageformat": "{obsoleteConversationTitle} ve {conversationTitle} aynı hesap. Her iki sohbetin mesaj geçmişi burada."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "İlet:" "messageformat": "İlet:"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Devam" "messageformat": "Devam"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Boş veya silinmiş mesajlar iletilemez" "messageformat": "Boş veya silinmiş mesajlar iletilemez"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Dahasını öğrenin" "messageformat": "Dahasını öğrenin"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Yazılan ifadeleri emojiye dönüştür" "messageformat": "Yazılan ifadeleri emojiye dönüştür"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Örneğin :-) simgesi 🙂 olacak" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Gelişmiş" "messageformat": "Gelişmiş"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Arama bağlantısı" "messageformat": "Arama bağlantısı"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Güncel konuşma yok." "messageformat": "Güncel konuşma yok."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "\"{query}\" için sonuç yok" "messageformat": "\"{query}\" için sonuç yok"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Giden sesli arama} other {Gelen sesli arama}}} Video {{direction, select, Outgoing {Giden görüntülü arama} other {Gelen görüntülü arama}}} Group {{direction, select, Outgoing {Giden grup araması} other {Gelen grup araması}}} other {{direction, select, Outgoing {Giden arama} other {Gelen arama}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Giden sesli arama} other {Gelen sesli arama}}} Video {{direction, select, Outgoing {Giden görüntülü arama} other {Gelen görüntülü arama}}} Group {{direction, select, Outgoing {Giden grup araması} other {Gelen grup araması}}} other {{direction, select, Outgoing {Giden arama} other {Gelen arama}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Arama bağlantısı" "messageformat": "Arama bağlantısı"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} kişi daha yazıyor.} other {{count,number} kişi daha yazıyor.}}" "messageformat": "{count, plural, one {{count,number} kişi daha yazıyor.} other {{count,number} kişi daha yazıyor.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Küçük ince ayarlar, hata düzeltmeleri ve performans geliştirmeleri yaptık. Signal'i kullandığın için teşekkürler!", "messageformat": "Küçük ince ayarlar, hata düzeltmeleri ve performans geliştirmeleri yaptık. Signal'i kullandığın için teşekkürler!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} تېلېفون نومۇرىنى ئۆزگەرتتى" "messageformat": "{sender} تېلېفون نومۇرىنى ئۆزگەرتتى"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} ۋە {conversationTitle} بولسا ئوخشاش بىر ھېسابات. ھەر ئىككى پاراڭلىشىش خاتىرىڭىز بۇ يەردە." "messageformat": "{obsoleteConversationTitle} ۋە {conversationTitle} بولسا ئوخشاش بىر ھېسابات. ھەر ئىككى پاراڭلىشىش خاتىرىڭىز بۇ يەردە."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "ئۇلاپ يوللاش" "messageformat": "ئۇلاپ يوللاش"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "داۋاملاشتۇرۇش" "messageformat": "داۋاملاشتۇرۇش"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "قۇرۇق ياكى ئۆچۈرۈلگەن ئۇچۇرلارنى ئۇلاپ يوللىغىلى بولمايدۇ" "messageformat": "قۇرۇق ياكى ئۆچۈرۈلگەن ئۇچۇرلارنى ئۇلاپ يوللىغىلى بولمايدۇ"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "كۆپرەك ئۆگىنىش" "messageformat": "كۆپرەك ئۆگىنىش"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "كىرگۈزگەن emoticons نى emoji غا ئايلاندۇرۇش" "messageformat": "كىرگۈزگەن emoticons نى emoji غا ئايلاندۇرۇش"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "مەسىلەن، :-) نى 🙂 گە ئايلاندۇرۇش" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "ئالىي" "messageformat": "ئالىي"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "چاقىرىق ئۇلانمىسى" "messageformat": "چاقىرىق ئۇلانمىسى"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "يېڭى بىر پاراڭ يوق." "messageformat": "يېڭى بىر پاراڭ يوق."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "{query} ئۈچۈن نەتىجە يوق" "messageformat": "{query} ئۈچۈن نەتىجە يوق"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {ئۇرۇلغان ئاۋازلىق چاقىرىق} other {كەلگەن ئاۋازلىق چاقىرىق}}} Video {{direction, select, Outgoing {ئۇرۇلغان ۋىدېيولۇق چاقىرىق} other {كەلگەن ۋىدېيولۇق چاقىرىق}}} Group {{direction, select, Outgoing {ئۇرۇلغان گۇرۇپپا چاقىرىقى} other {كەلگەن گۇرۇپپا چاقىرىقى}}} other {{direction, select, Outgoing {قىلىنغان چاقىرىق} other {كەلگەن چاقىرىق}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {ئۇرۇلغان ئاۋازلىق چاقىرىق} other {كەلگەن ئاۋازلىق چاقىرىق}}} Video {{direction, select, Outgoing {ئۇرۇلغان ۋىدېيولۇق چاقىرىق} other {كەلگەن ۋىدېيولۇق چاقىرىق}}} Group {{direction, select, Outgoing {ئۇرۇلغان گۇرۇپپا چاقىرىقى} other {كەلگەن گۇرۇپپا چاقىرىقى}}} other {{direction, select, Outgoing {قىلىنغان چاقىرىق} other {كەلگەن چاقىرىق}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "چاقىرىق ئۇلانمىسى" "messageformat": "چاقىرىق ئۇلانمىسى"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {{count,number} باشقىلار يېزىۋاتىدۇ.}}" "messageformat": "{count, plural, other {{count,number} باشقىلار يېزىۋاتىدۇ.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "كىچىك ئۆزگەرتىشلەر كىرگۈزۈلدى، كاشىلا ھەل قىلىندى ۋە ئىقتىدار ئەلالاشتۇرۇلدى. Signal نى ئىشلەتكەنلىكىڭىزگە رەھمەت!", "messageformat": "كىچىك ئۆزگەرتىشلەر كىرگۈزۈلدى، كاشىلا ھەل قىلىندى ۋە ئىقتىدار ئەلالاشتۇرۇلدى. Signal نى ئىشلەتكەنلىكىڭىزگە رەھمەت!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -324,7 +324,7 @@
"messageformat": "Повідомлення" "messageformat": "Повідомлення"
}, },
"icu:ContactListItem__menu__audio-call": { "icu:ContactListItem__menu__audio-call": {
"messageformat": "Голосовий виклик" "messageformat": "Аудіовиклик"
}, },
"icu:ContactListItem__menu__video-call": { "icu:ContactListItem__menu__video-call": {
"messageformat": "Відеовиклик" "messageformat": "Відеовиклик"
@ -393,7 +393,7 @@
"messageformat": "{count, plural, one {{count,number} непрочитане повідомлення} few {{count,number} непрочитані повідомлення} many {{count,number} непрочитаних повідомлень} other {{count,number} непрочитаного повідомлення}}" "messageformat": "{count, plural, one {{count,number} непрочитане повідомлення} few {{count,number} непрочитані повідомлення} many {{count,number} непрочитаних повідомлень} other {{count,number} непрочитаного повідомлення}}"
}, },
"icu:messageHistoryUnsynced": { "icu:messageHistoryUnsynced": {
"messageformat": "Для вашої безпеки історія чатів не переноситься на нові зв'язані пристрої." "messageformat": "З міркувань безпеки історія чатів не переноситься на нові зв'язані пристрої."
}, },
"icu:youMarkedAsVerified": { "icu:youMarkedAsVerified": {
"messageformat": "Ви позначили, що код безпеки для чату з користувачем {name} перевірено" "messageformat": "Ви позначили, що код безпеки для чату з користувачем {name} перевірено"
@ -498,7 +498,7 @@
"messageformat": "Позначити як неперевірений" "messageformat": "Позначити як неперевірений"
}, },
"icu:SafetyNumberViewer__hint": { "icu:SafetyNumberViewer__hint": {
"messageformat": "Щоб перевірити наявність наскрізного шифрування з користувачем {name}, порівняйте наведені вище цифри із цифрами на пристрої вашого співрозмовника. Користувач також може відсканувати ваш код за допомогою свого пристрою." "messageformat": "Щоб перевірити наявність наскрізного шифрування з користувачем {name}, порівняйте наведені вище цифри із цифрами на пристрої цього співрозмовника. Також користувач може зісканувати ваш код своїм пристроєм."
}, },
"icu:SafetyNumberViewer__learn_more": { "icu:SafetyNumberViewer__learn_more": {
"messageformat": "Дізнатися більше" "messageformat": "Дізнатися більше"
@ -771,10 +771,10 @@
"messageformat": "Сталася помилка з записувачем голосового повідомлення." "messageformat": "Сталася помилка з записувачем голосового повідомлення."
}, },
"icu:attachmentSaved": { "icu:attachmentSaved": {
"messageformat": "Додаток збережено." "messageformat": "Вкладення збережено."
}, },
"icu:attachmentSavedShow": { "icu:attachmentSavedShow": {
"messageformat": "Показати у папці" "messageformat": "Показати в папці"
}, },
"icu:you": { "icu:you": {
"messageformat": "Ви" "messageformat": "Ви"
@ -819,7 +819,7 @@
"messageformat": "Швидше за все, Signal Desktop знаходиться в карантині macOS і не зможе автоматично оновлюватись. Будь ласка, спробуйте перемістити {app} в {folder} за допомогою Finder." "messageformat": "Швидше за все, Signal Desktop знаходиться в карантині macOS і не зможе автоматично оновлюватись. Будь ласка, спробуйте перемістити {app} в {folder} за допомогою Finder."
}, },
"icu:ok": { "icu:ok": {
"messageformat": "Добре" "messageformat": "Зрозуміло"
}, },
"icu:cancel": { "icu:cancel": {
"messageformat": "Закрити" "messageformat": "Закрити"
@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "У {sender} змінився номер телефону" "messageformat": "У {sender} змінився номер телефону"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} і {conversationTitle} належить одному акаунту. Ваша історія повідомлень для обох чатів знаходиться тут." "messageformat": "{obsoleteConversationTitle} і {conversationTitle} належить одному акаунту. Ваша історія повідомлень для обох чатів знаходиться тут."
}, },
@ -1479,7 +1482,7 @@
"messageformat": "Тільки ім'я" "messageformat": "Тільки ім'я"
}, },
"icu:newMessage": { "icu:newMessage": {
"messageformat": "Нове Повідомлення" "messageformat": "Нове повідомлення"
}, },
"icu:notificationSenderInGroup": { "icu:notificationSenderInGroup": {
"messageformat": "{sender} у {group}" "messageformat": "{sender} у {group}"
@ -1551,7 +1554,7 @@
"messageformat": "Щойно" "messageformat": "Щойно"
}, },
"icu:timestampFormat__long--today": { "icu:timestampFormat__long--today": {
"messageformat": "Сьогодні, {time}" "messageformat": "сьогодні, {time}"
}, },
"icu:timestampFormat__long--yesterday": { "icu:timestampFormat__long--yesterday": {
"messageformat": "Учора, {time}" "messageformat": "Учора, {time}"
@ -2550,13 +2553,13 @@
"messageformat": "{count, plural, one {{count,number} учасник} few {{count,number} учасники} many {{count,number} учасників} other {{count,number} учасника}}" "messageformat": "{count, plural, one {{count,number} учасник} few {{count,number} учасники} many {{count,number} учасників} other {{count,number} учасника}}"
}, },
"icu:member-of-1-group": { "icu:member-of-1-group": {
"messageformat": "Є учасником «{group}»" "messageformat": "Учасник {group}"
}, },
"icu:member-of-2-groups": { "icu:member-of-2-groups": {
"messageformat": "Є учасником «{group1}» і «{group2}»" "messageformat": "Учасник {group1} і {group2}"
}, },
"icu:member-of-3-groups": { "icu:member-of-3-groups": {
"messageformat": "Є учасником «{group1}», «{group2}» і «{group3}»" "messageformat": "Учасник {group1}, {group2} і {group3}"
}, },
"icu:member-of-more-than-3-groups--one-more": { "icu:member-of-more-than-3-groups--one-more": {
"messageformat": "Учасник {group1}, {group2}, {group3} та ще однієї" "messageformat": "Учасник {group1}, {group2}, {group3} та ще однієї"
@ -2580,31 +2583,31 @@
"messageformat": "Відхилити" "messageformat": "Відхилити"
}, },
"icu:declinedIncomingAudioCall": { "icu:declinedIncomingAudioCall": {
"messageformat": "Ви відхилили голосовий виклик" "messageformat": "Ви відхилили аудіовиклик"
}, },
"icu:declinedIncomingVideoCall": { "icu:declinedIncomingVideoCall": {
"messageformat": "Ви відхилили відеодзвінок" "messageformat": "Ви відхилили відеодзвінок"
}, },
"icu:acceptedIncomingAudioCall": { "icu:acceptedIncomingAudioCall": {
"messageformat": "Вхідний голосовий виклик" "messageformat": "Вхідний аудіовиклик"
}, },
"icu:acceptedIncomingVideoCall": { "icu:acceptedIncomingVideoCall": {
"messageformat": "Вхідний відеодзвінок" "messageformat": "Вхідний відеодзвінок"
}, },
"icu:missedIncomingAudioCall": { "icu:missedIncomingAudioCall": {
"messageformat": "Пропущений голосовий виклик" "messageformat": "Пропущений аудіовиклик"
}, },
"icu:missedIncomingVideoCall": { "icu:missedIncomingVideoCall": {
"messageformat": "Пропущений відеодзвінок" "messageformat": "Пропущений відеодзвінок"
}, },
"icu:acceptedOutgoingAudioCall": { "icu:acceptedOutgoingAudioCall": {
"messageformat": "Вихідний голосовий виклик" "messageformat": "Вихідний аудіовиклик"
}, },
"icu:acceptedOutgoingVideoCall": { "icu:acceptedOutgoingVideoCall": {
"messageformat": "Вихідний відеодзвінок" "messageformat": "Вихідний відеодзвінок"
}, },
"icu:missedOrDeclinedOutgoingAudioCall": { "icu:missedOrDeclinedOutgoingAudioCall": {
"messageformat": "Голосовий виклик без відповіді" "messageformat": "Аудіовиклик без відповіді"
}, },
"icu:missedOrDeclinedOutgoingVideoCall": { "icu:missedOrDeclinedOutgoingVideoCall": {
"messageformat": "Відеодзвінок без відповіді" "messageformat": "Відеодзвінок без відповіді"
@ -2622,7 +2625,7 @@
"messageformat": "Вхідний відеовиклик…" "messageformat": "Вхідний відеовиклик…"
}, },
"icu:outgoingAudioCall": { "icu:outgoingAudioCall": {
"messageformat": "Вихідний голосовий виклик" "messageformat": "Вихідний аудіовиклик"
}, },
"icu:outgoingVideoCall": { "icu:outgoingVideoCall": {
"messageformat": "Вихідний відеодзвінок" "messageformat": "Вихідний відеодзвінок"
@ -2664,7 +2667,7 @@
"messageformat": "{count, plural, one {{count,number} особи} few {{count,number} осіб} many {{count,number} осіб} other {{count,number} осіб}}" "messageformat": "{count, plural, one {{count,number} особи} few {{count,number} осіб} many {{count,number} осіб} other {{count,number} осіб}}"
}, },
"icu:CallControls__InfoDisplay--audio-call": { "icu:CallControls__InfoDisplay--audio-call": {
"messageformat": "Голосовий виклик" "messageformat": "Аудіовиклик"
}, },
"icu:CallControls__InfoDisplay--adhoc-call": { "icu:CallControls__InfoDisplay--adhoc-call": {
"messageformat": "Посилання на виклик" "messageformat": "Посилання на виклик"
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Переслати до" "messageformat": "Переслати до"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Продовжити" "messageformat": "Продовжити"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Порожні або видалені повідомлення не можна пересилати" "messageformat": "Порожні або видалені повідомлення не можна пересилати"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Дізнатися більше" "messageformat": "Дізнатися більше"
}, },
@ -4242,7 +4251,7 @@
"messageformat": "Не зараз" "messageformat": "Не зараз"
}, },
"icu:ProfileEditor--edit-photo": { "icu:ProfileEditor--edit-photo": {
"messageformat": "Редагувати фото" "messageformat": "Змінити фото"
}, },
"icu:ProfileEditor--info--general": { "icu:ProfileEditor--info--general": {
"messageformat": "Ваш профіль і зміни в ньому бачитимуть ваші співрозмовники, контакти та групи." "messageformat": "Ваш профіль і зміни в ньому бачитимуть ваші співрозмовники, контакти та групи."
@ -4296,7 +4305,7 @@
"messageformat": "адміністратори" "messageformat": "адміністратори"
}, },
"icu:AvatarEditor--choose": { "icu:AvatarEditor--choose": {
"messageformat": "Обрати фото профілю" "messageformat": "Оберіть аватар"
}, },
"icu:AvatarColorPicker--choose": { "icu:AvatarColorPicker--choose": {
"messageformat": "Обрати колір" "messageformat": "Обрати колір"
@ -4347,7 +4356,7 @@
"messageformat": "Перетворювати емограми, введені символами, на емоджі" "messageformat": "Перетворювати емограми, введені символами, на емоджі"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Наприклад, :-) перетвориться на 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Додаткові налаштування" "messageformat": "Додаткові налаштування"
@ -4401,7 +4410,7 @@
"messageformat": "Будь-яка людина, що має ваш номер телефону, бачитиме вас у Signal і зможе розпочати з вами розмову." "messageformat": "Будь-яка людина, що має ваш номер телефону, бачитиме вас у Signal і зможе розпочати з вами розмову."
}, },
"icu:Preferences__pnp__discoverability--description--nobody": { "icu:Preferences__pnp__discoverability--description--nobody": {
"messageformat": "Ніхто не бачитиме, що ви використовуєте Signal, окрім людей, з якими ви вже маєте чат або яким напишете повідомлення." "messageformat": "Крім людей, яким ви напишете самі й з якими ви вже маєте спільний чат, ніхто не побачить, що ви зареєстровані в Signal."
}, },
"icu:Preferences__pnp__discoverability__everyone": { "icu:Preferences__pnp__discoverability__everyone": {
"messageformat": "Усі" "messageformat": "Усі"
@ -5325,27 +5334,54 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Посилання на виклик" "messageformat": "Посилання на виклик"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Немає недавніх розмов." "messageformat": "Немає недавніх розмов."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Немає результатів за запитом «{query}»" "messageformat": "Немає результатів за запитом «{query}»"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Вихідний голосовий виклик} other {Вхідний голосовий виклик}}} Video {{direction, select, Outgoing {Вихідний відеодзвінок} other {Вхідний відеодзвінок}}} Group {{direction, select, Outgoing {Вихідний груповий дзвінок} other {Вхідний груповий дзвінок}}} other {{direction, select, Outgoing {Вихідний виклик} other {Вхідний виклик}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Вихідний аудіовиклик} other {Вхідний аудіовиклик}}} Video {{direction, select, Outgoing {Вихідний відеодзвінок} other {Вхідний відеодзвінок}}} Group {{direction, select, Outgoing {Вихідний груповий дзвінок} other {Вхідний груповий дзвінок}}} other {{direction, select, Outgoing {Вихідний виклик} other {Вхідний виклик}}}}"
}, },
"icu:CallHistory__Description--Missed": { "icu:CallHistory__Description--Missed": {
"messageformat": "{type, select, Audio {Пропущений голосовий виклик} Video {Пропущений відеодзвінок} Group {Пропущений груповий дзвінок} other {Пропущений виклик}}" "messageformat": "{type, select, Audio {Пропущений аудіовиклик} Video {Пропущений відеодзвінок} Group {Пропущений груповий дзвінок} other {Пропущений виклик}}"
}, },
"icu:CallHistory__Description--Unanswered": { "icu:CallHistory__Description--Unanswered": {
"messageformat": "{type, select, Audio {Голосовий виклик без відповіді} Video {Відеодзвінок без відповіді} Group {Груповий виклик без відповіді} other {Виклик без відповіді}}" "messageformat": "{type, select, Audio {Аудіовиклик без відповіді} Video {Відеодзвінок без відповіді} Group {Груповий виклик без відповіді} other {Виклик без відповіді}}"
}, },
"icu:CallHistory__Description--Declined": { "icu:CallHistory__Description--Declined": {
"messageformat": "{type, select, Audio {Відхилений голосовий виклик} Video {Відхилений відеовиклик} Group {Відхилений груповий виклик} other {Відхилений виклик}}" "messageformat": "{type, select, Audio {Відхилений аудіовиклик} Video {Відхилений відеовиклик} Group {Відхилений груповий виклик} other {Відхилений виклик}}"
}, },
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Посилання на виклик" "messageformat": "Посилання на виклик"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {Ще {count,number} пише.} few {Ще {count,number} пишуть.} many {Ще {count,number} пишуть.} other {Ще {count,number} пише.}}" "messageformat": "{count, plural, one {Ще {count,number} пише.} few {Ще {count,number} пишуть.} many {Ще {count,number} пишуть.} other {Ще {count,number} пише.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "Дрібні поліпшення, виправлення помилок і покращення роботи застосунку. Дякуємо, що ви з Signal!", "messageformat": "Дрібні поліпшення, виправлення помилок і покращення роботи застосунку. Дякуємо, що ви з Signal!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} نے اپنا فون نمبر تبدیل کر دیا ہے" "messageformat": "{sender} نے اپنا فون نمبر تبدیل کر دیا ہے"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} اور {conversationTitle} یکساں اکاؤنٹ ہیں۔ دونوں چیٹس کے لیے آپ کے میسج کی ہسٹری یہاں ہے۔" "messageformat": "{obsoleteConversationTitle} اور {conversationTitle} یکساں اکاؤنٹ ہیں۔ دونوں چیٹس کے لیے آپ کے میسج کی ہسٹری یہاں ہے۔"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "فارورڈ بطرف" "messageformat": "فارورڈ بطرف"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "جاری رکھیں" "messageformat": "جاری رکھیں"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "خالی یا حذف کردہ میسجز فارورڈ نہیں کیے جا سکتے" "messageformat": "خالی یا حذف کردہ میسجز فارورڈ نہیں کیے جا سکتے"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "مزید پڑھیں" "messageformat": "مزید پڑھیں"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "ٹائپ کردہ ایموٹیکنز کو ایموجی میں تبدیل کریں" "messageformat": "ٹائپ کردہ ایموٹیکنز کو ایموجی میں تبدیل کریں"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "مثال کے طور پر، :-) 🙂 میں تبدیل ہو جائے گی" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "اعلی' درجے کی" "messageformat": "اعلی' درجے کی"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "کال کا لنک" "messageformat": "کال کا لنک"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "کوئی حالیہ گفتگوئیں نہیں۔" "messageformat": "کوئی حالیہ گفتگوئیں نہیں۔"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "\"{query}\" کے لیے کوئی نتائج نہیں ہیں" "messageformat": "\"{query}\" کے لیے کوئی نتائج نہیں ہیں"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {آؤٹ گوئنگ وائس کال} other {ان کمنگ وائس کال}}} Video {{direction, select, Outgoing {آؤٹ گوئنگ ویڈیو کال} other {آنے والی ویڈیو کال}}} Group {{direction, select, Outgoing {جانے والی گروپ کال} other {آنے والی گروپ کال}}} other {{direction, select, Outgoing {کی گئی کال} other {موصول ہونے والی کال}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {آؤٹ گوئنگ وائس کال} other {ان کمنگ وائس کال}}} Video {{direction, select, Outgoing {آؤٹ گوئنگ ویڈیو کال} other {آنے والی ویڈیو کال}}} Group {{direction, select, Outgoing {جانے والی گروپ کال} other {آنے والی گروپ کال}}} other {{direction, select, Outgoing {کی گئی کال} other {موصول ہونے والی کال}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "کال کا لنک" "messageformat": "کال کا لنک"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, one {{count,number} دوسرا ٹائپ کر رہا ہے۔} other {{count,number} دوسرے ٹائپ کر رہے ہیں۔}}" "messageformat": "{count, plural, one {{count,number} دوسرا ٹائپ کر رہا ہے۔} other {{count,number} دوسرے ٹائپ کر رہے ہیں۔}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "معمولی تبدیلیاں کی گئیں، بگ ٹھیک کیے گئے، اور کارکردگی اور بھی بہتر بنائی گئی ہے۔ Signal استعمال کرنے کے لیے شکریہ!", "messageformat": "معمولی تبدیلیاں کی گئیں، بگ ٹھیک کیے گئے، اور کارکردگی اور بھی بہتر بنائی گئی ہے۔ Signal استعمال کرنے کے لیے شکریہ!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} đã đổi số điện thoại của họ" "messageformat": "{sender} đã đổi số điện thoại của họ"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} và {conversationTitle} là cùng một tài khoản. Lịch sử tin nhắn của bạn của các cuộc trò chuyện ở hai bên đều ở đây." "messageformat": "{obsoleteConversationTitle} và {conversationTitle} là cùng một tài khoản. Lịch sử tin nhắn của bạn của các cuộc trò chuyện ở hai bên đều ở đây."
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "Chuyển tiếp Đến" "messageformat": "Chuyển tiếp Đến"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "Tiếp tục" "messageformat": "Tiếp tục"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "Không thể chuyển tiếp tin nhắn trống hoặc đã xóa" "messageformat": "Không thể chuyển tiếp tin nhắn trống hoặc đã xóa"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "Tìm hiểu thêm" "messageformat": "Tìm hiểu thêm"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "Chuyển đổi biểu tượng cảm xúc khi bạn nhập thành emoji" "messageformat": "Chuyển đổi biểu tượng cảm xúc khi bạn nhập thành emoji"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "Ví dụ, :-) sẽ được chuyển đổi thành 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "Nâng cao" "messageformat": "Nâng cao"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "Đường dẫn cuộc gọi" "messageformat": "Đường dẫn cuộc gọi"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "Không có cuộc trò chuyện gần đây." "messageformat": "Không có cuộc trò chuyện gần đây."
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "Không có kết quả cho “{query}”" "messageformat": "Không có kết quả cho “{query}”"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {Cuộc gọi thoại đi} other {Cuộc gọi thoại đến}}} Video {{direction, select, Outgoing {Cuộc gọi video đang gọi đi} other {Cuộc gọi video đang đến}}} Group {{direction, select, Outgoing {Cuộc gọi nhóm đi} other {Cuộc gọi nhóm đến}}} other {{direction, select, Outgoing {Cuộc gọi đi} other {Cuộc gọi đến}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {Cuộc gọi thoại đi} other {Cuộc gọi thoại đến}}} Video {{direction, select, Outgoing {Cuộc gọi video đang gọi đi} other {Cuộc gọi video đang đến}}} Group {{direction, select, Outgoing {Cuộc gọi nhóm đi} other {Cuộc gọi nhóm đến}}} other {{direction, select, Outgoing {Cuộc gọi đi} other {Cuộc gọi đến}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "Đường dẫn cuộc gọi" "messageformat": "Đường dẫn cuộc gọi"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {{count,number} người khác đang nhập.}}" "messageformat": "{count, plural, other {{count,number} người khác đang nhập.}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"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!", "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!",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} 已經轉咗電話冧把" "messageformat": "{sender} 已經轉咗電話冧把"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} 同 {conversationTitle} 係同一個帳戶。兩個聊天嘅訊息紀錄都喺晒度。" "messageformat": "{obsoleteConversationTitle} 同 {conversationTitle} 係同一個帳戶。兩個聊天嘅訊息紀錄都喺晒度。"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "轉寄俾" "messageformat": "轉寄俾"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "繼續" "messageformat": "繼續"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "空白或者刪除咗嘅訊息唔可以轉寄" "messageformat": "空白或者刪除咗嘅訊息唔可以轉寄"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "了解多啲" "messageformat": "了解多啲"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "自動將輸入嘅表情字符變成表情符號" "messageformat": "自動將輸入嘅表情字符變成表情符號"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "例如::-) 會變成 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "進階" "messageformat": "進階"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "通話連結" "messageformat": "通話連結"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "冇最近嘅對話。" "messageformat": "冇最近嘅對話。"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "冇同「{query}」相關嘅搜尋結果" "messageformat": "冇同「{query}」相關嘅搜尋結果"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {打出嘅語音通話} other {語音通話來電}}} Video {{direction, select, Outgoing {打出去嘅視像通話} other {打入嚟嘅視像通話}}} Group {{direction, select, Outgoing {打出嘅群組通話} other {群組通話來電}}} other {{direction, select, Outgoing {打出嘅 通話} other {打入嚟嘅 通話}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {打出嘅語音通話} other {語音通話來電}}} Video {{direction, select, Outgoing {打出去嘅視像通話} other {打入嚟嘅視像通話}}} Group {{direction, select, Outgoing {打出嘅群組通話} other {群組通話來電}}} other {{direction, select, Outgoing {打出嘅 通話} other {打入嚟嘅 通話}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "通話連結" "messageformat": "通話連結"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {另外有 {count,number} 個人打緊字。}}" "messageformat": "{count, plural, other {另外有 {count,number} 個人打緊字。}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "我哋做咗啲調整、修復咗一啲錯誤,同埋加強咗程式功能。多謝你使用 Signal", "messageformat": "我哋做咗啲調整、修復咗一啲錯誤,同埋加強咗程式功能。多謝你使用 Signal",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender}已更改手机号码" "messageformat": "{sender}已更改手机号码"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle}和{conversationTitle}来自同一个账户。这是两个聊天的消息记录。" "messageformat": "{obsoleteConversationTitle}和{conversationTitle}来自同一个账户。这是两个聊天的消息记录。"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "转发给" "messageformat": "转发给"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "继续" "messageformat": "继续"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "无法转发空消息或已删除的消息" "messageformat": "无法转发空消息或已删除的消息"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "了解更多" "messageformat": "了解更多"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "将文字表情转换为表情符号" "messageformat": "将文字表情转换为表情符号"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "例如将 :-) 转换为 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "高级" "messageformat": "高级"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "通话链接" "messageformat": "通话链接"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "最近没有对话。" "messageformat": "最近没有对话。"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "没有找到“{query}”的相关结果" "messageformat": "没有找到“{query}”的相关结果"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {拨出语音通话} other {语音来电}}} Video {{direction, select, Outgoing {拨出视频通话} other {视频来电}}} Group {{direction, select, Outgoing {拨出群组通话} other {拨入群组通话}}} other {{direction, select, Outgoing {呼叫} other {来电}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {拨出语音通话} other {语音来电}}} Video {{direction, select, Outgoing {拨出视频通话} other {视频来电}}} Group {{direction, select, Outgoing {拨出群组通话} other {拨入群组通话}}} other {{direction, select, Outgoing {呼叫} other {来电}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "通话链接" "messageformat": "通话链接"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {其他 {count,number} 人正在输入。}}" "messageformat": "{count, plural, other {其他 {count,number} 人正在输入。}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "我们进行了功能微调、漏洞修复和性能强化。感谢使用 Signal", "messageformat": "我们进行了功能微调、漏洞修复和性能强化。感谢使用 Signal",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} 變更了他們的電話號碼" "messageformat": "{sender} 變更了他們的電話號碼"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} 及 {conversationTitle} 是相同的帳戶。兩個聊天的訊息紀錄均在此處。" "messageformat": "{obsoleteConversationTitle} 及 {conversationTitle} 是相同的帳戶。兩個聊天的訊息紀錄均在此處。"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "轉寄給" "messageformat": "轉寄給"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "繼續" "messageformat": "繼續"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "無法轉寄空白或已刪除的訊息" "messageformat": "無法轉寄空白或已刪除的訊息"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "了解更多" "messageformat": "了解更多"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "將打出的表情字符轉換為表情符號" "messageformat": "將打出的表情字符轉換為表情符號"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "例如 :-) 將轉換為 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "進階" "messageformat": "進階"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "通話連結" "messageformat": "通話連結"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "沒有最近的對話。" "messageformat": "沒有最近的對話。"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "沒有符合「{query}」的結果" "messageformat": "沒有符合「{query}」的結果"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {撥打語音通話} other {語音通話來電}}} Video {{direction, select, Outgoing {撥出視訊電話} other {視訊電話來電}}} Group {{direction, select, Outgoing {撥出群組通話} other {群組通話來電}}} other {{direction, select, Outgoing {撥出 通話} other {來電}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {撥打語音通話} other {語音通話來電}}} Video {{direction, select, Outgoing {撥出視訊電話} other {視訊電話來電}}} Group {{direction, select, Outgoing {撥出群組通話} other {群組通話來電}}} other {{direction, select, Outgoing {撥出 通話} other {來電}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "通話連結" "messageformat": "通話連結"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {其他 {count,number} 個人正在打字。}}" "messageformat": "{count, plural, other {其他 {count,number} 個人正在打字。}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "細微的調整、問題修復和效能改善。感謝各位使用 Signal", "messageformat": "細微的調整、問題修復和效能改善。感謝各位使用 Signal",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }

View file

@ -1034,6 +1034,9 @@
"icu:ChangeNumber--notification": { "icu:ChangeNumber--notification": {
"messageformat": "{sender} 變更了他們的電話號碼" "messageformat": "{sender} 變更了他們的電話號碼"
}, },
"icu:JoinedSignal--notification": {
"messageformat": "Contact joined Signal"
},
"icu:ConversationMerge--notification": { "icu:ConversationMerge--notification": {
"messageformat": "{obsoleteConversationTitle} 及 {conversationTitle} 是相同的帳戶。兩個聊天的訊息紀錄均在此處。" "messageformat": "{obsoleteConversationTitle} 及 {conversationTitle} 是相同的帳戶。兩個聊天的訊息紀錄均在此處。"
}, },
@ -3866,12 +3869,18 @@
"icu:ForwardMessageModal__title": { "icu:ForwardMessageModal__title": {
"messageformat": "轉寄給" "messageformat": "轉寄給"
}, },
"icu:ForwardMessageModal__ShareCallLink": {
"messageformat": "Share call link"
},
"icu:ForwardMessageModal--continue": { "icu:ForwardMessageModal--continue": {
"messageformat": "繼續" "messageformat": "繼續"
}, },
"icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": { "icu:ForwardMessagesModal__toast--CannotForwardEmptyMessage": {
"messageformat": "無法轉寄空白或已刪除的訊息" "messageformat": "無法轉寄空白或已刪除的訊息"
}, },
"icu:ShareCallLinkViaSignal__DraftMessageText": {
"messageformat": "Use this link to join a Signal call: {url}"
},
"icu:MessageRequestWarning__learn-more": { "icu:MessageRequestWarning__learn-more": {
"messageformat": "了解更多" "messageformat": "了解更多"
}, },
@ -4347,7 +4356,7 @@
"messageformat": "將打出的表情字符轉換為表情符號" "messageformat": "將打出的表情字符轉換為表情符號"
}, },
"icu:Preferences__auto-convert-emoji--description": { "icu:Preferences__auto-convert-emoji--description": {
"messageformat": "例如 :-) 將轉換為 🙂" "messageformat": "For example, :-) will be converted to <emojify>🙂</emojify>"
}, },
"icu:Preferences--advanced": { "icu:Preferences--advanced": {
"messageformat": "進階" "messageformat": "進階"
@ -5325,12 +5334,30 @@
"icu:CallsList__ItemCallInfo--CallLink": { "icu:CallsList__ItemCallInfo--CallLink": {
"messageformat": "通話連結" "messageformat": "通話連結"
}, },
"icu:CallsList__ItemCallInfo--Active": {
"messageformat": "Active"
},
"icu:CallsList__LeaveCallDialogTitle": {
"messageformat": "Leave the current call?"
},
"icu:CallsList__LeaveCallDialogBody": {
"messageformat": "You must leave the current call before joining a new call."
},
"icu:CallsList__LeaveCallDialogButton--leave": {
"messageformat": "Leave call"
},
"icu:CallsNewCall__EmptyState--noQuery": { "icu:CallsNewCall__EmptyState--noQuery": {
"messageformat": "沒有最近的對話。" "messageformat": "沒有最近的對話。"
}, },
"icu:CallsNewCall__EmptyState--hasQuery": { "icu:CallsNewCall__EmptyState--hasQuery": {
"messageformat": "沒有符合「{query}」的結果" "messageformat": "沒有符合「{query}」的結果"
}, },
"icu:CallsNewCallButton--return": {
"messageformat": "Return"
},
"icu:CallsNewCallButtonTooltip--in-another-call": {
"messageformat": "You must leave the current call before joining a new call"
},
"icu:CallHistory__Description--Default": { "icu:CallHistory__Description--Default": {
"messageformat": "{type, select, Audio {{direction, select, Outgoing {撥打語音通話} other {語音通話來電}}} Video {{direction, select, Outgoing {撥出視訊電話} other {視訊電話來電}}} Group {{direction, select, Outgoing {撥出群組通話} other {群組通話來電}}} other {{direction, select, Outgoing {撥出電話} other {來電}}}}" "messageformat": "{type, select, Audio {{direction, select, Outgoing {撥打語音通話} other {語音通話來電}}} Video {{direction, select, Outgoing {撥出視訊電話} other {視訊電話來電}}} Group {{direction, select, Outgoing {撥出群組通話} other {群組通話來電}}} other {{direction, select, Outgoing {撥出電話} other {來電}}}}"
}, },
@ -5346,6 +5373,15 @@
"icu:CallHistory__Description--Adhoc": { "icu:CallHistory__Description--Adhoc": {
"messageformat": "通話連結" "messageformat": "通話連結"
}, },
"icu:CallLinkDetails__Join": {
"messageformat": "Join"
},
"icu:CallLinkDetails__CopyLink": {
"messageformat": "Copy link"
},
"icu:CallLinkDetails__ShareLinkViaSignal": {
"messageformat": "Share link via Signal"
},
"icu:TypingBubble__avatar--overflow-count": { "icu:TypingBubble__avatar--overflow-count": {
"messageformat": "{count, plural, other {其他 {count,number} 個人正在打字。}}" "messageformat": "{count, plural, other {其他 {count,number} 個人正在打字。}}"
}, },
@ -5385,5 +5421,8 @@
"icu:WhatsNew__bugfixes--6": { "icu:WhatsNew__bugfixes--6": {
"messageformat": "細微的調整、問題修復和效能改善。感謝各位使用 Signal", "messageformat": "細微的調整、問題修復和效能改善。感謝各位使用 Signal",
"ignoreUnused": true "ignoreUnused": true
},
"icu:WhatsNew__v7.11--0": {
"messageformat": "We fixed a rendering bug that caused the contacts icon to smash itself right next to the contact's name while viewing the list of participants in a group call. You're probably really close to your contacts, but sometimes you (and the Signal Desktop user interface) both need a little space."
} }
} }