Update strings
This commit is contained in:
parent
59da9c7ae5
commit
d221895b3a
63 changed files with 1029 additions and 37 deletions
|
@ -392,7 +392,7 @@
|
|||
"description": "Used on a warning dialog to make it clear that it might be risky to continue the group call."
|
||||
},
|
||||
"noLongerVerified": {
|
||||
"message": "Jou veiligheidsnommer met $name$ het verander en is nie meer geverifieer nie. Klik om to wys.",
|
||||
"message": "Jou veiligheidsnommer met $name$ het verander en is nie meer geverifieer nie. Klik om te wys.",
|
||||
"description": "Shown in conversation banner when user's safety number has changed, but they were previously verified."
|
||||
},
|
||||
"multipleNoLongerVerified": {
|
||||
|
@ -867,7 +867,7 @@
|
|||
"description": "Shown if the user attempts access the microphone for calling without audio permissions turned on"
|
||||
},
|
||||
"videoCallingPermissionNeeded": {
|
||||
"message": "Om video-oproepe te maak, moet jy vir Signal Desktop toegang tot jou mikrofoon gee.",
|
||||
"message": "Om video-oproepe te maak, moet jy vir Signal Desktop toegang tot jou kamera gee.",
|
||||
"description": "Shown if the user attempts access the camera for video calling without video permissions turned on"
|
||||
},
|
||||
"allowAccess": {
|
||||
|
@ -1402,7 +1402,7 @@
|
|||
"description": "Shown in the participants list to describe how many people are in the call"
|
||||
},
|
||||
"calling__you-have-blocked": {
|
||||
"message": "Jy het $name$ geblokkeer",
|
||||
"message": "Jy het $name$ versper",
|
||||
"description": "when you block someone and cannot view their video"
|
||||
},
|
||||
"calling__block-info": {
|
||||
|
@ -1708,11 +1708,11 @@
|
|||
"description": "Shown if the user tries to send more than 64kb of text"
|
||||
},
|
||||
"unblockToSend": {
|
||||
"message": "Deblokkeer hierdie kontak om 'n boodskap te stuur.",
|
||||
"message": "Ontsper hierdie kontak om 'n boodskap te stuur.",
|
||||
"description": "Brief message shown when trying to message a blocked number"
|
||||
},
|
||||
"unblockGroupToSend": {
|
||||
"message": "Deblokkeer hierdie groep om 'n boodskap te stuur.",
|
||||
"message": "Ontsper hierdie groep om 'n boodskap te stuur.",
|
||||
"description": "Brief message shown when trying to message a blocked group"
|
||||
},
|
||||
"youChangedTheTimer": {
|
||||
|
@ -2356,7 +2356,7 @@
|
|||
"description": "When a message is too long this is the affordance to expand the message"
|
||||
},
|
||||
"Message--unsupported-message": {
|
||||
"message": "$contact$ het vir jou 'n boodskap gestuur wat nie verwerk of vertoon kan word nie, omdat dit 'n gebruik maak van 'n nuwe Signal-funksie."
|
||||
"message": "$contact$ het vir jou 'n boodskap gestuur wat nie verwerk of vertoon kan word nie, omdat dit gebruik maak van 'n nuwe Signal-funksie."
|
||||
},
|
||||
"Message--unsupported-message-ask-to-resend": {
|
||||
"message": "Jy kan $contact$ vra om hierdie boodskap weer te stuur nou dat jy 'n bygewerkte weergawe van Signal gebruik."
|
||||
|
@ -2871,7 +2871,7 @@
|
|||
"description": "Shown as the message for a message request in a direct message"
|
||||
},
|
||||
"MessageRequests--message-direct-blocked": {
|
||||
"message": "Laat $name$ toe om vir jou boodskappe te stuur, en deel jou naam en foto met hulle? Tot jy hulle ontblokkeer, sal jy geen boodskappe ontvang nie.",
|
||||
"message": "Laat $name$ toe om vir jou boodskappe te stuur, en deel jou naam en foto met hulle? Tot jy hulle ontsper, sal jy geen boodskappe ontvang nie.",
|
||||
"description": "Shown as the message for a message request in a direct message with a blocked account"
|
||||
},
|
||||
"MessageRequests--message-group": {
|
||||
|
@ -2879,19 +2879,19 @@
|
|||
"description": "Shown as the message for a message request in a group"
|
||||
},
|
||||
"MessageRequests--message-group-blocked": {
|
||||
"message": "Deblokkeer hierdie groep en deel jou naam en foto met die lede? Tot jy hulle ontblokkeer, sal jy geen boodskappe ontvang nie.",
|
||||
"message": "Deblokkeer hierdie groep en deel jou naam en foto met die lede? Tot jy hulle ontsper, sal jy geen boodskappe ontvang nie.",
|
||||
"description": "Shown as the message for a message request in a blocked group"
|
||||
},
|
||||
"MessageRequests--block": {
|
||||
"message": "Blokkeer",
|
||||
"message": "Versper",
|
||||
"description": "Shown as a button to let the user block a message request"
|
||||
},
|
||||
"MessageRequests--unblock": {
|
||||
"message": "Ontblokkeer",
|
||||
"message": "Ontsper",
|
||||
"description": "Shown as a button to let the user unblock a message request"
|
||||
},
|
||||
"MessageRequests--unblock-direct-confirm-title": {
|
||||
"message": "Ontblokkeer $name$?",
|
||||
"message": "Ontsper $name$?",
|
||||
"description": "Shown as a button to let the user unblock a message request"
|
||||
},
|
||||
"MessageRequests--unblock-direct-confirm-body": {
|
||||
|
@ -2903,23 +2903,23 @@
|
|||
"description": "Shown as the body in the confirmation modal for unblocking a group message request"
|
||||
},
|
||||
"MessageRequests--block-and-report-spam": {
|
||||
"message": "Rapporteer gemorspos en blokkeer",
|
||||
"message": "Rapporteer gemorspos en versper",
|
||||
"description": "Shown as a button to let the user block a message request and report spam"
|
||||
},
|
||||
"MessageRequests--block-and-report-spam-success-toast": {
|
||||
"message": "Rapporteer as gemorspos en blokkeer.",
|
||||
"message": "Rapporteer as gemorspos en versper.",
|
||||
"description": "Shown in a toast when you successfully block a user and report them as spam"
|
||||
},
|
||||
"MessageRequests--block-direct-confirm-title": {
|
||||
"message": "Blokkeer $name$?",
|
||||
"message": "Versper $name$?",
|
||||
"description": "Shown as the title in the confirmation modal for blocking a private message request"
|
||||
},
|
||||
"MessageRequests--block-direct-confirm-body": {
|
||||
"message": "Geblokkeerde mense kan nie bel of vir jou boodskappe stuur nie.",
|
||||
"message": "Versperde mense kan nie bel of vir jou boodskappe stuur nie.",
|
||||
"description": "Shown as the body in the confirmation modal for blocking a private message request"
|
||||
},
|
||||
"MessageRequests--block-group-confirm-title": {
|
||||
"message": "Blokkeer en verlaat $group$?",
|
||||
"message": "Versper en verlaat $group$?",
|
||||
"description": "Shown as the title in the confirmation modal for blocking a group message request"
|
||||
},
|
||||
"MessageRequests--block-group-confirm-body": {
|
||||
|
@ -3011,7 +3011,7 @@
|
|||
"description": "Shown to indicate this user is not a member of any groups"
|
||||
},
|
||||
"no-groups-in-common-warning": {
|
||||
"message": "Geen groepe in gemeen nie. Gaan versoeke noukeuring na.",
|
||||
"message": "Geen groepe in gemeen nie. Gaan versoeke noukeurig na.",
|
||||
"description": "When a user has no common groups, show this warning"
|
||||
},
|
||||
"acceptCall": {
|
||||
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Onbeantwoorde video-oproep",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal is steeds oop",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal sal steeds in die kennisgewingafdeling oop wees. Jy kan dit in Signal-instellings verander.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Inkomende oudio-oproep…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -3943,7 +3951,7 @@
|
|||
"description": "Shown instead of composition area when user is forced to migrate a legacy group (GV1)."
|
||||
},
|
||||
"GroupV1--Migration--was-upgraded": {
|
||||
"message": "Hierdie groep is na ’n nuwe groep opgegradeer.",
|
||||
"message": "Hierdie groep is na ’n Nuwe Groep opgegradeer.",
|
||||
"description": "Shown in timeline when a legacy group (GV1) is upgraded to a new group (GV2)"
|
||||
},
|
||||
"GroupV1--Migration--learn-more": {
|
||||
|
@ -3963,7 +3971,7 @@
|
|||
"description": "Shown on Migration popup after choosing to migrate group"
|
||||
},
|
||||
"GroupV1--Migration--info--summary": {
|
||||
"message": "Nuwe groepe het funksies soos @vermeldings en groepadmin, en sal in die toekoms nog funksies ondersteun.",
|
||||
"message": "Nuwe Groepe het funksies soos @vermeldings en groepadmin, en sal in die toekoms nog funksies ondersteun.",
|
||||
"description": "Shown on Learn More popup after or Migration popup before GV1 migration"
|
||||
},
|
||||
"GroupV1--Migration--info--keep-history": {
|
||||
|
@ -4175,11 +4183,11 @@
|
|||
"description": "This is a button to leave a group"
|
||||
},
|
||||
"ConversationDetailsActions--block-group": {
|
||||
"message": "Blokkeer groep",
|
||||
"message": "Versper groep",
|
||||
"description": "This is a button to block a group"
|
||||
},
|
||||
"ConversationDetailsActions--unblock-group": {
|
||||
"message": "Ontblokkeer groep",
|
||||
"message": "Versperde groep",
|
||||
"description": "This is a button to unblock a group"
|
||||
},
|
||||
"ConversationDetailsActions--leave-group-must-choose-new-admin": {
|
||||
|
@ -4199,11 +4207,11 @@
|
|||
"description": "This is the modal button to confirm leaving a group"
|
||||
},
|
||||
"ConversationDetailsActions--unblock-group-modal-title": {
|
||||
"message": "Ontblokkeer die \"$groupName$\"-groep?",
|
||||
"message": "Ontsper die \"$groupName$\"-groep?",
|
||||
"description": "This is the modal title for confirming unblock of a group"
|
||||
},
|
||||
"ConversationDetailsActions--block-group-modal-title": {
|
||||
"message": "Blokkeer en verlaat die “$groupName$”-groep?",
|
||||
"message": "Versper en verlaat die “$groupName$”-groep?",
|
||||
"description": "This is the modal title for confirming blocking a group"
|
||||
},
|
||||
"ConversationDetailsActions--block-group-modal-content": {
|
||||
|
@ -4211,7 +4219,7 @@
|
|||
"description": "This is the modal content for confirming blocking a group"
|
||||
},
|
||||
"ConversationDetailsActions--block-group-modal-confirm": {
|
||||
"message": "Blokkeer",
|
||||
"message": "Versper",
|
||||
"description": "This is the modal button to confirm blocking a group"
|
||||
},
|
||||
"ConversationDetailsActions--unblock-group-modal-content": {
|
||||
|
@ -4219,7 +4227,7 @@
|
|||
"description": "This is the modal content for confirming unblock of a group"
|
||||
},
|
||||
"ConversationDetailsActions--unblock-group-modal-confirm": {
|
||||
"message": "Ontblokkeer",
|
||||
"message": "Ontsper",
|
||||
"description": "This is the modal button to confirm unblock of a group"
|
||||
},
|
||||
"ConversationDetailsHeader--members": {
|
||||
|
@ -4359,19 +4367,19 @@
|
|||
"description": "Information shown below the invite list"
|
||||
},
|
||||
"PendingRequests--block--button": {
|
||||
"message": "Blokkeer versoek",
|
||||
"message": "Versper versoek",
|
||||
"description": "Shown in timeline if users cancel their request to join a group via a group link"
|
||||
},
|
||||
"PendingRequests--block--title": {
|
||||
"message": "Blokkeer versoek?",
|
||||
"message": "Versper versoek?",
|
||||
"description": "Title of dialog to block a user from requesting to join via the link again"
|
||||
},
|
||||
"PendingRequests--block--contents": {
|
||||
"message": "$name$ sal nie d.m.v. die groepskakel by hierdie groep kan aansluit of versoek om aan te sluit nie. Hulle kan steeds met die hand by die groep bygevoeg word.",
|
||||
"message": "$name$ sal nie d.m.v. die groepskakel by hierdie groep kan aansluit of versoek om aan te sluit nie. Hulle kan steeds met die hand by die groep gevoeg word.",
|
||||
"description": "Details of dialog to block a user from requesting to join via the link again"
|
||||
},
|
||||
"PendingRequests--block--confirm": {
|
||||
"message": "Blokkeer versoek",
|
||||
"message": "Versper versoek",
|
||||
"description": "Confirmation button of dialog to block a user from requesting to join via the link again"
|
||||
},
|
||||
"AvatarInput--no-photo-label--group": {
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Gesien deur",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Verdwyn oor",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Meer oor",
|
||||
"description": "Default text for about field"
|
||||
|
@ -4967,7 +4979,7 @@
|
|||
"description": "Title for username editing"
|
||||
},
|
||||
"ProfileEditorModal--error": {
|
||||
"message": "U profiel kan nie bygewerk word nie. Probeer asb. weer.",
|
||||
"message": "Jou profiel kan nie bygewerk word nie. Probeer asb. weer.",
|
||||
"description": "Error message when something goes wrong updating your profile."
|
||||
},
|
||||
"AnnouncementsOnlyGroupBanner--modal": {
|
||||
|
@ -5047,7 +5059,7 @@
|
|||
"description": "Label for the notification content setting select box"
|
||||
},
|
||||
"Preferences--blocked": {
|
||||
"message": "Geblokkeer",
|
||||
"message": "Versper",
|
||||
"description": "Label for blocked contacts setting"
|
||||
},
|
||||
"Preferences--blocked-count-singular": {
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Lêergrootte $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Verdwyn oor $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopieer tydstempel",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
@ -5671,7 +5687,7 @@
|
|||
"description": "Button label to apply the link preview to story"
|
||||
},
|
||||
"StoryCreator__input-placeholder": {
|
||||
"message": "Voeg teks toe",
|
||||
"message": "Voeg teks by",
|
||||
"description": "Placeholder to add text"
|
||||
},
|
||||
"StoryCreator__text--regular": {
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "مكالمة فيديو لم يتم الرد عليها",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "لا يزال تطبيق Signal قيد التشغيل",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "سَيستمر تطبيق Signal في الاشتغال في قائمة الإشعارات. يُمكنك تغيير هذا في إعدادات Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "مكالمة بالصوت واردة...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "اطلع عليها",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "تختفي في",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "حول",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "حجم الملف $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "تختفي في $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "نسخ الطابع الزمني",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Cavablanmamış görüntülü zəng",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal işləməyə davam edir",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal bildiriş bölməsində işləməyə davam edəcək. Bunu Signal parametrlərindən dəyişdirə bilərsiniz.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Gələn səsli zəng...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Baxıldı",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "müddətə yox olacaq",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Haqqında",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Faylın həcmi $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ müddətə yox olacaq",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Vaxt möhürünü kopyala",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Неотговорено видео повикване",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal още работи",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal ще продължи да работи в зоната за известия. Можете да промените това от настройките на Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Входящо аудио повикване...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Видяно от",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Изчезва след",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Биография",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Размер на файла $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Изчезва след $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Времево клеймо на копието",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "উত্তর না দেওয়া ভিডিও কল",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal এখনো চালু আছে",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "নোটিফিকেশনের অঞ্চলে Signal চালু থাকবে। আপনি Signal সেটিংস থেকে এটি পরিবর্তন করতে পারবেন।",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "অডিও কল আসছে...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "যারা দেখেছেন",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "অদৃশ্য হবে",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "সম্পর্কে",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ফাইলের আকার$size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$-এর মধ্যে অদৃশ্য হবে",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "টাইমস্ট্যাম্প কপি করুন",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Neodgovoreni video poziv",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal još uvijek radi",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal će nastaviti raditi u području obavještenja. To možete promijeniti u postavkama.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Dolazni audio poziv…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Vidjeli",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Nestaje za",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "O kontaktu",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Veličina datoteke: $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Nestaje za $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopiraj vremensku oznaku",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Trucada de vídeo sense contestar",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal continua en funcionament",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal continuarà funcionant enviant notificacions. Pots canviar això als ajustos de Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Trucada d'àudio entrant...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Vist per",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Desapareix en",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Quant a",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Mida de l'arxiu $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Desapareix en $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copiar timestamp",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Nepřijatý videohovor",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal pořád běží",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal dál poběží v části oznámení. Tuto možnost můžete změnit v nastavení aplikace.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Příchozí hovor…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Zobrazil/a",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Zmizí za",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "O aplikaci",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Velikost souboru $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Zmizí za $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopírovat časové razítko",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Ubesvaret videoopkald",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal kører stadig",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal fortsætter med at levere notifikationer. Dette kan ændres i dine Signal-indstillinger.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Indgående lydopkald ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Set af",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Forsvinder om",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Om",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Filstørrelse $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Forsvinder om $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopiér tidsstempel",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Unbeantworteter Videoanruf",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal wird immer noch ausgeführt",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal wird weiterhin im Bereich Mitteilungen ausgeführt. Du kannst das in den Signal-Einstellungen ändern.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Eingehender Sprachanruf …",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Angesehen von",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Verschwindet in",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Info",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Dateigröße $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Verschwindet in $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Zeitstempel kopieren",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Αναπάντητη βιντεοκλήση",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Το Signal λειτουργεί ακόμα",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Το Signal θα συνεχίσει να λειτουργεί στην περιοχή των ειδοποιήσεων. Μπορείς να το αλλάξεις στις ρυθμίσεις του Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Εισερχόμενη κλήση φωνής...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Διαβάστηκε από",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Εξαφανίζεται σε ",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Πληροφορίες",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Μέγεθος φακέλου $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Εξαφανίζεται σε $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Αντιγραφή χρονικής σήμανσης",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Videollamada no atendida",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal aún está en funcionamiento",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal seguirá funcionando mandando notificaciones. Puedes cambiar esto en los ajustes de Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Llamada entrante ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Visto por",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Desaparece en",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Biografía",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Tamaño del archivo $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Desaparece en $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copiar timestamp",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Vastamata videokõne",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal töötab endiselt",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal jätkab teavituste alas tööd. Saad seda Signali sätetes muuta.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Sissetulev häälkõne...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Nähtud: ",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Kustumiseni aega:",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Teave",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Faili suurus $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Kustumiseni aega: $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopeeri ajatempel",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -546,7 +546,7 @@
|
|||
"description": "Alt text for staged attachments"
|
||||
},
|
||||
"cdsMirroringErrorToast": {
|
||||
"message": "Mahaigaina kontaktuen aurkikuntza zerbitzuaren inkongruentzia batekin aurkitu da.",
|
||||
"message": "Mahaigaineko ordenagailuak kontaktuak aurkitzeko zerbitzuaren inkoherentzia bat aurkitu du.",
|
||||
"description": "An error popup when we discovered an inconsistency between mirrored Contact Discovery Service requests."
|
||||
},
|
||||
"decryptionErrorToast": {
|
||||
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Erantzun gabeo bideo-deia",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal abian da oraindik",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal-ek abian jarraituko du jakinarazpen-eremuan. Signal-en ezarpenetan alda dezakezu hori.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Sarrerako audio-deia...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Nork ikusia:",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Epe honetan desagertuko da:",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Honi buruz",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5519,7 +5531,7 @@
|
|||
"description": "Button label to delete a story"
|
||||
},
|
||||
"SendStoryModal__confirm-remove-group": {
|
||||
"message": "Ezabatu istorioa? Honek istorioa zure zerrendatik ezabatuko du, baina oraindik talde honetatik istorioak ikusten jarraitu ahalko duzu.",
|
||||
"message": "Istorioa ezabatu nahi duzu? Istorioa zure zerrendatik ezabatuko da, baina talde honetako istorioak ikusten jarraitu ahalko duzu.",
|
||||
"description": "Confirmation body for removing a group story"
|
||||
},
|
||||
"Stories__settings-toggle--title": {
|
||||
|
@ -5566,12 +5578,16 @@
|
|||
"message": "Fitxategiaren tamaina: $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ barru desagertuko da",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopiatu denbora-zigilua",
|
||||
"description": "Context menu item to help debugging"
|
||||
},
|
||||
"StoryViewsNRepliesModal__read-receipts-off": {
|
||||
"message": "Baimendu ordainagiri irakurriak zure istorioak nork ikusi dituen jakiteko. Ireki Signal aplikazioa zure mugikorrean eta joan Ezarpenak > Pribatutasuna atalera.",
|
||||
"message": "Gaitu irakurragiriak zure istorioak nork ikusi dituen jakiteko. Ireki Signal aplikazioa gailu mugikorrean eta joan Ezarpenak > Pribatutasuna atalera.",
|
||||
"description": "Instructions on how to enable read receipts"
|
||||
},
|
||||
"StoryViewsNRepliesModal__no-replies": {
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "تماس تصویری بیپاسخ",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "سیگنال همچنان در حال اجراست",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "سیگنال در ناحیه اعلان به کار خود ادامه خواهد داد. میتوانید این حالت را در تنظیمات سیگنال تغییر دهید.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "تماس صوتی دریافتی...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "مشاهده شده توسط",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "ناپدید میشود در",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "درباره",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "حجم فایل $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "در $countdown$ ناپدید میشود",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "کپی کردن برچسب زمان",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Vastaamaton videopuhelu",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal on yhä käynnissä",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal pysyy käynnissä ilmoitusalueella. Voit muuttaa tätä Signalin asetuksista.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Saapuva äänipuhelu…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Katsottu",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Katoamisaika:",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Tietoja",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Tiedoston koko $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Katoamisaika: $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopioi aikaleima",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Unanswered video call",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Tumatakbo pa rin ang Signal app",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Patuloy na tatakbo ang Signal app sa notification area. Pwede mo itong baguhin sa Signal settings.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Incoming audio call...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Viewed by",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Magdi-disappear sa loob ng",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "About",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "File size $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Magdi-disappear sa loob ng $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copy timestamp",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Appel vidéo sans réponse",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal est toujours actif",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Les notifications Signal resteront actives. Pour changer cela, rendez-vous dans les paramètres de l'application.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Appel audio entrant…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Visualisé par",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Disparaît dans",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "À propos",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Taille du fichier $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Disparaît dans $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copier l'horodatage",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Chamada de vídeo non respondida",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal segue a funcionar",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal seguirá a funcionar na área de notificacións. Podes cambiar isto na configuración de Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Chamada de son entrante...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Visto por",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Desaparecerá en",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Acerca de",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Tamaño do arquivo: $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Desaparecerá en $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copiar rexistro de hora",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "અનુત્તરિત વિડિયો કૉલ",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal હજી ચાલુ છે",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal નોટિફિકેશન એરિયામાં ચાલુ રહેશે. તમે આ Signal સેટિંગ્સમાં બદલી શકો છો.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "ઈનકમિંગ ઑડિયો કૉલ ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "દ્વારા વ્યૂ",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "આટલા સમયમાં ગાયબ થશે",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "વિશે",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ફાઇલ સાઇઝ $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$માં ગાયબ થાય છે ",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "ટાઇમસ્ટેમ્પ કોપિ કરો",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "שיחת וידאו שלא נענתה",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal פועלת ברקע",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal תמשיך לפעול באזור ההתראות. אפשר לשנות את זה בהגדרות של Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "שיחת שמע נכנסת…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "נצפה ע״י",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "ההודעה תיעלם בעוד",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "אודות",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "גודל קובץ $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "הסטורי ייעלם בעוד $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "העתקת חותמת זמן",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "वीडियो कॉल जो उठाई नहीं गई",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal अब भी चल रहा है",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "नोटिफ़िकेशन क्षेत्र में Signal चलता रहेगा। आप इसे Signal की सेटिंग्स में जा कर बदल सकते हैं। ",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "ऑडियो कॉल आ रही है...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "के द्वारा देखा गया",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "इतने समय में गायब हो जाती है",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "हमारे बारे में",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "फ़ाइल साइज़ $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ में गायब हो जाती है",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "टाइमस्टैम्प कॉपी करें",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Propušteni video poziv",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal je i dalje aktivan u pozadini",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal će vam i dalje slati obavijesti. To možete promijeniti u postavkama Signala.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Dolazni zvučni poziv...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Pregledao/la",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Nestat će za",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Opis",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Veličina datoteke $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Nestat će za $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopiraj vremensku oznaku",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Nem fogadott videóhívás",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "A Signal még mindig fut",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "A Signal továbbra is futni fog az értesítési sávban. Ezt módosíthatod a Signal beállításaiban.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Bejövő hívás...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Megtekintette",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Eltűnik ekkor:",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Névjegy",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Fájlméret $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ múlva eltűnik",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Időbélyegző másolása",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Panggilan video tidak terjawab",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal masih berjalan",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal terus berjalan di area notifikasi. Anda dapat mengubah ini di pengaturan Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Panggilan suara masuk...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Dilihat oleh",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Hilang dalam",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Tentang",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Ukuran file $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Hilang dalam $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Salin stempel waktu",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Videochiamata senza risposta",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal è ancora in funzione",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal continuerà a funzionare nell'area notifiche. Puoi cambiare questa opzione nelle Impostazioni di Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Chiamata audio in arrivo...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Visualizzato da",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Scompare tra",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Info",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Dimensioni file $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Scompare tra $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copia il timestamp",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "ビデオ通話応答なし",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signalは動作中です",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signalはタスクトレイ内で動作中です。これはSignalの「設定」で変更できます",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "音声通話着信中…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "閲覧済み",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "消えるまで",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "自己紹介",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ファイルサイズ$size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "消えるまで $countdown$ 秒",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "タイムスタンプをコピーする",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "უპასუხო ვიდეო ზარი",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal-ი განაგრძობს მუშაობას",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal-ი გააგრძელებს მუშაობას შეტყობინებების ჭრილში. შეცვლა შეგიძლია Signal-ის პარამეტრებიდან.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "შემომავალი აუდიო ზარი...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "ნახეს ჩამოთვლილებმა",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "გაქრება",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "შესახებ",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ფაილის ზომა $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "გაქრება $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "დროის აღმნიშვნელის დაკოპირება",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Жауап берілмеген видеоқоңырау",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal әлі жұмыс істеп тұр",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal хабарландыру аймағында жұмыс істеп тұра береді. Оны Signal параметрлерінен өзгерте аласыз.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Кіріс аудиоқоңырау...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Көрген",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Жоғалатын уақыты:",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Мағлұмат",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Файл өлшемі: $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Жоғалатын уақыты: $countdown$ ",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Уақыт белгісін көшіру",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "ការហៅជាវីដេអូដែលមិនបានឆ្លើយតប",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal កំពុងដំណើរការនៅឡើយ",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal នឹងបន្តដំណើរការក្នុងទំព័រជូនដំណឹង។ អ្នកអាចផ្លាស់ប្តូរវាបាននៅក្នុងការកំណត់របស់ Signal។",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "ការហៅចូលជាសំឡេង…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "បានបង្ហាញដោយ",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "នឹងបាត់ក្នុងរយៈពេល",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "អំពី",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ទំហំឯកសារ $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "នឹងបាត់ក្នុងរយៈពេល $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "ចម្លងត្រាពេលវេលា",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "ಉತ್ತರಿಸದ ವೀಡಿಯೊ ಕಾಲ್",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal ಈಗಲೂ ಚಾಲನೆಯಲ್ಲಿದೆ",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "ಅಧಿಸೂಚನೆ ವ್ಯಾಪ್ತಿಯಲ್ಲಿ Signal ಚಾಲನೆಯಲ್ಲಿರುತ್ತದೆ. ನೀವು ಇದನ್ನು Signal ಸೆಟ್ಟಿಂಗ್ಗಳಲ್ಲಿ ಬದಲಾಯಿಸಬಹುದು.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "ಒಳಬರುವ ಆಡಿಯೊ ಕರೆ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "ವೀಕ್ಷಿಸಿದವರು",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "ಇಷ್ಟು ಹೊತ್ತಲ್ಲಿ ಮರೆಯಾಗುತ್ತದೆ:",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "ಬಗ್ಗೆ",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ಫೈಲ್ ಗಾತ್ರ $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ ನಲ್ಲಿ ಮರೆಯಾಗುತ್ತದೆ",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "ಟೈಂಸ್ಟಾಂಪ್ ನಕಲಿಸಿ",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "응답하지 않은 영상 통화",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal이 계속 실행 중입니다.",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal이 알림 영역에서 계속 실행됩니다. Signal 설정에서 이 설정을 변경할 수 있습니다.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "음성 통화 수신 중...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "조회자",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "사라지기까지 남은 시간",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "정보",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "파일 크기 $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ 후 사라짐",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "타임스탬프 복사",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Жоопсуз видео чалуу",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal дагы эле иштеп жатат",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal билдирмелер аймагында иштей берет. Аны өчүргүңүз келсе, Signal'дын параметрлерине кириңиз.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Кирүүчү аудио чалуу...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Ким көрдү:",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Качан өчүп калат:",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Учкай маалымат",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Файлдын көлөмү $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ кийин өчүп калат",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Убакыт белгисин көчүрүү",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Neatsakytas vaizdo skambutis",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Programėlė „Signal“ tebėra įjungta",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Programėlė „Signal“ tebebus įjungta pranešimų srityje. Gali tai pakeisti nustatymuose.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Gaunamasis garso skambutis...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Peržiūrėjo",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Dings po",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Apie",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Failo dydis $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Dings po $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopijuoti laiko žymą",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Neatbildēts videozvans",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal joprojām darbojas",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal turpinās darboties paziņojumu zonā. Varat to mainīt Signal iestatījumos.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Ienākošs audiozvans...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Skatīja",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Pazudīs pēc",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Par",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Faila izmērs $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Pazudīs pēc $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopēt laika zīmogu",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Неодоговорен видео повик",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal сè уште работи",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal ќе продолжи да работи во центарот за нотификации. Ова можете да го смените во поставувањата на Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Дојдовен аудио повик...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Видено од",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Исчезнува за",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "За",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Големина на датотека $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Исчезнува за $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Копирај ја временската ознака",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "ഉത്തരം ലഭിക്കാത്ത വീഡിയോ കോൾ",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal ഇപ്പോഴും പ്രവർത്തിച്ച് കൊണ്ടിരിക്കുകയാണ്",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "അറിയിപ്പ് ഏരിയയിൽ Signal പ്രവർത്തിക്കുന്നത് തുടരും. നിങ്ങൾക്ക് അത് Signal ക്രമീകരണങ്ങളിൽ മാറ്റാൻ കഴിയുന്നതാണ്.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "ഇൻകമിംഗ് ഓഡിയോ കോൾ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "കണ്ടത്",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "ഈ സമയത്തിനുള്ളിൽ അപ്രത്യക്ഷമാകും",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "ആമുഖം",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ഫയൽ വലുപ്പം $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ സമയത്തിനുള്ളിൽ അപ്രത്യക്ഷമാകുന്നതാണ്",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "ടൈംസ്റ്റാമ്പ് പകർത്തുക",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "अनुत्तरित व्हिडिओ कॉल",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal अद्याप सुरू आहे",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal अधिसूचना क्षेत्रामध्ये सुरू असेल. आपण हे Signal सेटिंग्ज मध्ये बदलू शकता.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "येणारा ऑडिओ कॉल…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "यांनी बघितले",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "मध्ये अदृश्य होईल",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "आपल्याबद्दल",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "फाईल आकार $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": " $countdown$मध्ये अदृश्य होईल",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "टाईमस्टँप कॉपी करा",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Panggilan video tidak dijawab",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal masih berjalan",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal akan terus berjalan dalam kawasan pemberitahuan. Anda boleh mengubah ini dalam tetapan Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Panggilan audio masuk...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Dilihat oleh",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Menghilang dalam",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Perihal",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Saiz fail $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Menghilang dalam $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Salin cap masa",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "မဖြေဆိုသော ဗီဒီယိုကောလ်",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal ဆက်လက်လုပ်ဆောင်နေပါသည်",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal သည် အသိပေးချက် ဧရိယာတွင် ဆက်လက်လုပ်ဆောင်နေပါမည်။ Signal ဆက်တင်တွင် ဤသည်ကို ပြောင်းနိုင်ပါသည်။",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "အော်ဒီယိုကောလ် ဝင်နေသည်...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "ကြည့်ရှုပြီး",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "ပျောက်သွားမည့်အချိန်",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "အကြောင်း",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ဖိုင်အရွယ်အစား $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ တွင် ပျောက်သွားပါမည်",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Timestamp ကူးရန်",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Ubesvart videosamtale",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal kjører fremdeles",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal vil fremdeles kjøre i varslingsfeltet. Du kan endre dette i Signal-innstillingene.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Innkommende lydsamtale...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Sett av",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Forsvinner om",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Om",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Filstørrelse $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Forsvinner om $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopier tidsstempel",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Onbeantwoorde video-oproep",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal staat nog steeds aan",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal ontvangt nog steeds meldingen op de achtergrond. Je kunt dit wijzigen in de instellingen.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Inkomende audio-oproep …",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Gezien door",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Verdwijnt over",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Over mij",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Bestandsgrootte $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Verdwijnt over $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Tijdstempel kopiëren",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "ਜਵਾਬ ਨਾ ਦਿੱਤੀ ਵੀਡੀਓ ਕਾਲ",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal ਅਜੇ ਵੀ ਚੱਲ ਰਿਹਾ ਹੈ",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal ਸੂਚਨਾ ਖੇਤਰ ਵਿੱਚ ਚੱਲਦਾ ਰਹੇਗਾ। ਤੁਸੀਂ ਇਸ ਨੂੰ Signal ਦੀਆਂ ਸੈਟਿੰਗਾਂ ਵਿੱਚ ਬਦਲ ਸਕਦੇ ਹੋ।",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "ਆ ਰਹੀ ਆਡੀਓ ਕਾਲ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "ਦੁਆਰਾ ਦੇਖਿਆ ਗਿਆ",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "ਗਾਇਬ ਹੋਣ ਵਿੱਚ ਸਮਾਂ",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "ਇਸ ਬਾਰੇ",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ਫਾਈਲ ਦਾ ਆਕਾਰ $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ ਵਿੱਚ ਗਾਇਬ ਹੋ ਜਾਂਦੇ ਹਨ",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "ਟਾਈਮਸਟੈਂਪ ਕਾਪੀ ਕਰੋ",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Nieodebrane połączenie wideo",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal nadal działa",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal będzie nadal działał w obszarze powiadomień. Możesz to zmienić w ustawieniach aplikacji Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Przychodzące połączenie audio...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Obejrzano przez",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Zniknie za",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "O mnie",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Rozmiar pliku $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Zniknie za $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Skopiuj stempel czasowy",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Chamada de vídeo não atendida",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "O Signal ainda está funcionando",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "A área de notificações do Signal continuará funcionando. Você pode alterar isso nas configurações do Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Recebendo chamada de voz...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Visto por",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Desaparecerá em",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Sobre mim",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Tamanho do arquivo $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Desaparecerá em $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copiar marcação horária",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Videochamada não atendida",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "O Signal ainda está a funcionar",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "O Signal continuará a a funcionar na área das notificações. Pode alterar isto nas configurações do Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "A receber chamada de áudio...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Vista por",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Desaparece em",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Acerca",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Tamanho do ficheiro $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Desaparece em $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copiar timestamp",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Apel video nepreluat",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal încă funcționează",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal va continua să funcționeze în zona de notificări. Puteți schimba asta în setările Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Apel de intrare audio...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Vizualizat de",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Dispare în",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Despre",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Dimensiunea fișierului $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Dispare în $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Copiază marcajul temporal",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Неотвеченный исходящий видеозвонок",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal всё ещё работает",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal будет продолжать работать в области уведомлений. Вы можете изменить это в настойках Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Входящий аудиозвонок…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Просмотрено",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Исчезнет через",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Обо мне",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Размер файла $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Исчезнет через $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Копировать отметку времени",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Neprijatý videohovor",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal stále beží",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signál bude naďalej aktívne bežať v sekcii s oznámeniami. Môžete to zmeniť v nastaveniach.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Prichádzajúci hlasový hovor...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Zobrazené používateľom",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Zmizne o",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Informácie",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Veľkosť súboru $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Zmizne o $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopírovať časovú pečiatku",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Neodgovorjen video klic",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal se še vedno izvaja",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal bo še naprej deloval v območju za obvestila. To lahko spremenite v nastavitvah Signala.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Dohodni zvočni klic ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Videli:",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Izgine v",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Več",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Velikost datoteke je $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Izgine v $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopiraj časovni žig",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3067,11 +3067,11 @@
|
|||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal-i është ende në funksionim",
|
||||
"message": "Signal po vepron ende",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal-i do të vazhdojë të funksionojë te zona e njoftimeve. Këtë mund ta ndryshoni te rregullimet për Signal-in.",
|
||||
"message": "Signal do vazhdojë të veprojë në zonën e njoftimeve. Këtë mund ta ndryshoni te parametrat e Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Пропуштен видео позив",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal je i dalje aktivan",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal će i dalje biti aktivan u traci za obaveštenja. To možete promeniti u podešavanjima Signala.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Долазни аудио позив...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Погледао",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Nestaće za",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "О контакту",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Veličina fajla $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Nestaće za $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopiraj vremensku oznaku",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Obesvarat videosamtal",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal körs fortfarande",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal fortsätter köras i meddelandefältet. Du kan ändra det i Signal-inställningarna.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Inkommande ljudsamtal...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Visat av",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Försvinner om",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Om",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Filstorlek $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Försvinner om $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Kopiera tidsstämpel",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Simu ya video ambayo haikujibiwa",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal inaendelea kufanya kazi",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal itaendelea kufanya kazi kwenye eneo la arifa. Unaweza kubadili hili kwenye mipangilio ya Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Unapigiwa simu ya sauti...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Umetazamwa na",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Itatoweka ndani ya",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Kuhusu",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Ukubwa wa faili $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Itatoweka ndani ya $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Nakili mhuri wa muda",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "பதிலளிக்கப்படாத காணொளி அழைப்பு",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "சிக்னல் இன்னும் இயங்கிக் கொண்டிருக்கிறது",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "அறிவிப்பு பகுதியில் சிக்னல் தொடர்ந்து இயங்கி கொண்டிருக்கும். சிக்னல் அமைப்புகளில் இதை நீங்கள் மாற்றலாம்.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "உள்வரும் ஒலி அழைப்பு ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "பார்த்தவர்",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "-இல் மறைந்துவிடும்",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "பற்றி",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "கோப்பு அளவு $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ இல் மறைந்துவிடும்",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "நேர முத்திரையை நகலெடுக்கவும்",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "సమాధానం లేని వీడియో కాల్",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal ఇంకా నడుస్తూనే ఉంది",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal ఇంకా నోటిఫికేషన్ ప్రదేశంలో నడుస్తూనే ఉంటుంది. Signal సెట్టింగ్లలో దీనిని మీరు మార్చవచ్చు.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "ఇన్కమింగ్ ఆడియో కాల్ ...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "వీక్షించారు",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "లో అదృశ్యమౌతుంది",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "గురించి",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ఫైలు సైజు $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ లో అదృశ్యమౌతుంది",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "టైమ్స్టాంప్ కాపీ చేయండి",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "โทรวิดีโอที่ไม่ได้รับ",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal ยังทำงานอยู่",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal จะยังทำงานอยู่ในพื้นที่การแจ้งเตือน (Notification Area) คุณสามารถเปลี่ยนแปลงตัวเลือกนี้ได้ในการตั้งค่าของ Signal",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "สายเรียกเข้า...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "เห็นโดย",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "จะหายไปใน",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "เกี่ยวกับ",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "ขนาดไฟล์ $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "จะหายไปใน $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "คัดลอกข้อมูลเวลา",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Cevaplanmamış görüntülü arama",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal hâlâ çalışıyor",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal, bildirim bölümünde çalışmaya devam edecek. Bunu Signal ayarlarından değiştirebilirsin.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Gelen sesli arama...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Görenler",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "içinde kaybolur",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Hakkında",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Dosya boyutu $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ içinde kaybolur",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Zaman damgasını kopyala",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "Відеодзвінок без відповіді",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal продовжує працювати",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal продовжить працювати в області сповіщень. Це можливо змінити в налаштуваннях Signal.",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "Вхідний аудіодзвінок...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "Переглянули",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "Зникне через",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "Про додаток",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "Розмір файлу: $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "Зникне через $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "Копіювати позначку часу",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "غیر جواب شدہ ویڈیو کال",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal ایپ ابھی چل رہی ہے",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal نوٹیفکیشن ایریا میں چلتی رہے گی۔ آپ اسے Signal سیٹنگز میں تبدیل کر سکتے ہیں۔",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "آنے والی آڈیو کال…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "کے ذریعہ دیکھا گیا",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "میں غائب ہونے والا ہے",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "متعلق",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "فائل کا سائز $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "$countdown$ میں غائب ہونے والا ہے",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "ٹائم اسٹیمپ کاپی کریں",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "未接嘅視像通話",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal 仲喺到運行緊",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal 會喺通知區域保持運行狀態。你可以喺 Signal 設定入面進行更改。",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "打入嚟嘅語音通話...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "已經睇咗",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "銷毀時間尚餘",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "關於",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "檔案容量係 $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "銷毀時間尚餘 $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "複製時間標記",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "未接视频通话",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal 仍在运行",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal 仍在通知区域保持运行状态。您可以在 Signal 设置中对此进行更改。",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "语音来电…",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "已查看:",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "消失倒计时",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "关于",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "文件大小 $size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "消失倒计时 $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "复制时间戳",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
|
@ -3066,6 +3066,14 @@
|
|||
"message": "未接的視訊電話",
|
||||
"description": "Shown in conversation history when your video call is missed or declined"
|
||||
},
|
||||
"minimizeToTrayNotification--title": {
|
||||
"message": "Signal 仍在運作",
|
||||
"description": "Shown in a notification title when Signal is minimized to tray"
|
||||
},
|
||||
"minimizeToTrayNotification--body": {
|
||||
"message": "Signal 仍然會在通知專區中運作;你可以前往 Signal 設定來進行變更。",
|
||||
"description": "Shown in a notification body when Signal is minimized to tray"
|
||||
},
|
||||
"incomingAudioCall": {
|
||||
"message": "來電語音電話...",
|
||||
"description": "Shown in both the incoming call bar and notification for an incoming audio call"
|
||||
|
@ -4846,6 +4854,10 @@
|
|||
"message": "查看者",
|
||||
"description": "In the message details screen, shown above contacts who have viewed this message"
|
||||
},
|
||||
"MessageDetail--disappears-in": {
|
||||
"message": "銷毀時間剩下",
|
||||
"description": "In the message details screen, shown as a label of how long it will be before the message disappears"
|
||||
},
|
||||
"ProfileEditor--about": {
|
||||
"message": "關於",
|
||||
"description": "Default text for about field"
|
||||
|
@ -5566,6 +5578,10 @@
|
|||
"message": "檔案大小:$size$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__disappears-in": {
|
||||
"message": "銷毀時間剩下 $countdown$",
|
||||
"description": "File size description"
|
||||
},
|
||||
"StoryDetailsModal__copy-timestamp": {
|
||||
"message": "複製時間戳記",
|
||||
"description": "Context menu item to help debugging"
|
||||
|
|
Loading…
Add table
Reference in a new issue