Compare commits

...

8 Commits
main ... 5.44.x

Author SHA1 Message Date
Fedor Indutnyy 8889b416f6 v5.44.1 2022-05-25 15:33:01 -07:00
automated-signal dc57aa1863
Make that theme values are in the expected range
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2022-05-25 15:32:50 -07:00
Fedor Indutnyy c89953aa4d v5.44.0 2022-05-25 12:28:48 -07:00
Fedor Indutnyy 80ffdb52cd Update strings 2022-05-25 12:28:17 -07:00
automated-signal 59b08af17b
Fix uncaught exception in logging
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-05-25 12:17:24 -07:00
automated-signal e861118565
Mark messages as failed when running out of time
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-05-18 16:43:19 -07:00
automated-signal 7cb97843f6
Disable part of the migration 58
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2022-05-18 10:08:42 -07:00
automated-signal 2a55328128
Show loading state while joining a group call
Co-authored-by: Rashad Sookram <rashad@signal.org>
2022-05-16 12:27:02 -07:00
73 changed files with 12580 additions and 1196 deletions

View File

@ -221,6 +221,10 @@
"message": "Hierdie gesprekke is geargiveer en sal slegs in die Inkassie verskyn indien nuwe boodskappe ontvang word.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Argief",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "Hierdie boodskap is gewis.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Kyk",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Dankie vir u ondersteuning!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Plakkerpakket kon nie geïnstalleer word nie",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Toggle video on and off",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Begin stemoproep",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Begin video-oproep",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Beëindig oproep",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Sluit pop-up af",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Pasgemaakte tyd",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Pasgemaakte tyd",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Maak dit asb. handmatig toe en klik Probeer weer om voort te gaan.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Toepassing het uitgebom",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Antwoord",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Demp",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Ontdemp",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Wat is nuut",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "Hierdie weergawe bevat n aantal klein aanpassings en regstellings om Signal glad te laat werk.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "لقد حُذفَت هذه الرسالة.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "إظهار",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "شكراً لدعمك!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "لم يتم تثبيت حزمة الملصقات",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "تفعيل أو تعطيل الڤيديو خلال الاتصال",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "بدء مكالمة صوتية",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "بدء مكالمة بالصورة",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "تجاهل المكالمة",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "إنهاء المُكالمة",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "إغلاق النافذة المنبثقة",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "لا يمكنك إرسال الرسائل إلى هذه المجموعة.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "لا يمكن إضافة هؤلاء المستخدمين إلى المجموعة حتى يقوموا بتحديث Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "يمكنك للمشرفين على المجموعة فقط بدء المكالمات.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "توقف",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "تشغيل",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "الرَّدّ",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "‫يُرجى كتابة رد...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "كتم الصوت",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "إلغاء الكتم",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "لا جواب حاليا",
@ -7099,6 +7231,32 @@
"message": "زيارة الرابط",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "القصص",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "التفاعلات مع قصتك",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "التفاعلات مع قصة",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "لم تعد متاحة",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "ما الجديد",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Mesaj silindi.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Açmaq üçün bu mesaja mobil cihazınızda baxın",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Hədiyyə",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Hədiyyəni açmaq üçün telefonda yoxlayın",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Hədiyyənizə baxmaq üçün telefonunuzu yoxlayın",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Bir hədiyyə aldınız",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Bir hədiyyə nişanı aldınız.",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Bir nişan hədiyyə etdiniz",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Hədiyyə nişan",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Hədiyyə",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ gün qalıb",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ saat qalıb",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ dəqiqə qalıb",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 dəqiqə qalıb",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Başa çatdı",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Bax",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Alındı",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Dəstəyiniz üçün təşəkkürlər!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "$name$ üçün bir nişan hədiyyə etdiniz. Qəbul ediləndə ona nişanı göstərmə və ya gizlətmə seçimi təqdim olunur.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Stiker paketi quraşdırıla bilmədi",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Videonu aç/bağla",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Zəngi görüntülü qəbul et",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Zəngi səsli qəbul et",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Səsli zəng başlat",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Görüntülü zəng başlat",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Zəngi rədd et",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Zəngi bitir",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Açılan pəncərəni bağla",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "O qrupa mesaj göndərə bilməzsiniz.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Bu şəxslər, Signal-ı yüksəldənə qədər qrupa əlavə edilə bilməyəcək.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Bu qrupda yalnız adminlər bir zəng başlada bilər.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Fasilə ver",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Oynat",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Cavabla",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Bir cavab yazın...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Qrupa cavab ver",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Səssizə al",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Səsi aç",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Hələ ki, cavab yoxdur",
@ -7099,6 +7231,32 @@
"message": "Dəvət bağlantısı",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Hekayə",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "$name$ bir hekayəyə reaksiya verdi",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Hekayənizə reaksiya verildi",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Hekayəyə reaksiya verildi",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Artıq mövcud deyil",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Yeni nə var",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "Тези разговори са архивирани и ще се показват във Входящата кутия само ако бъдат получени нови съобщения.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Архив",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "Това съобщение беше изтрито.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Преглед",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Пакетът със стикери не беше инсталиран",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Превключване на видеото",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Започни аудио-разговор",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Започни видео-разговор",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Отхвърляне на обаждането",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Прекрати обаждането",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Затвори",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Специфично време",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Custom Time",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Пауза",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Пускане",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Отговори",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Заглуши",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Изключи тих режим",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "এই কথোপকথনসমূহ সংরক্ষণাগারভুক্ত করা হয়েছে এবং নতুন বার্তা প্রাপ্ত হলে কেবল ইনবক্সে উপস্থিত হবে।",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "আর্কাইভ করুন",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "এই মেসেজটি মুছে ফেলা হয়েছে।",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "দেখুন",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "আপনার সহযোগীতার জন্য ধন্যবাদ!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "স্টিকার প্যাক ইনস্টল করা যায়নি",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "ভিডিও চালু ও বন্ধ টগল করুন",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "অডিও কল শুরু করুন",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "ভিডিও কল শুরু করুন",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "কল প্রত্যাখ্যান করুন",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "কল শেষ করুন",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "পপ-আপ বন্ধ করুন",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "আপনি গ্রুপটিতে কোনও মেসেজ পাঠাতে পারবেন না।",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "এইসমস্ত লোকজন তাদের Signal আপগ্রেড না করা পর্যন্ত তাদেরকে গ্রুপটিতে যোগ করা যাবে না।",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "কেবলমাত্র গ্রুপটির অ্যাডমিনরা কলটি শুরু করতে পারবেন।",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "কাস্টম সময়",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "কাস্টম সময়",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "অনুগ্রহ করে ম্যানুয়ালি এটি বন্ধ করুন এবং চালিয়ে যেতে Retry এ ক্লিক করুন।",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "প্রত্যুত্তর",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "মিউট",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "আনমিউট করুন",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "নতুন কি",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "সিগন্যালকে মসৃণভাবে চলমান রাখতে এই সংস্করণে অনেকগুলি ছোটখাট পরিবর্তন রয়েছে এবং বাগ সংশোধন করা হয়েছে।",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "Aquest missatge s'ha suprimit.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Mostra aquest missatge al mòbil per obrir-lo",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Regal",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Mireu el teu telèfon per obrir el regal",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Mireu telèfon per veure el regal",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Heu rebut un regal.",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Heu bescanviat una insígnia de regal.",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Heu enviat una insígnia de regal",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Insígnia de regal",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Regal",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ dies restants",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hores restants",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minuts restants",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Falta 1 minut",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Ha vençut",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Vista",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Bescanviat",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Gràcies pel vostre suport!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Heu regalat una insígnia a $name$. Quan l'accepti, tindrà l'opció de mostrar-la o amagar-la.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "No s'ha pogut instal·lar el paquet d'adhesius.",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Activa / desactiva el vídeo",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accepta la trucada amb vídeo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accepta la trucada amb àudio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Inicia una trucada d'àudio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Inicia una trucada de vídeo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Rebutja la trucada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Penja",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Tanca la finestra emergent",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "No podeu enviar missatges a aquest grup.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Aquestes persones no es poden afegir al grup fins que no actualitzin el Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Només els administradors del grup poden iniciar una trucada.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pausa",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Reprodueix",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Respon",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Escriviu una resposta...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Respon al grup",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Silenciats",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "No silenciats",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Encara no té respostes",
@ -7099,6 +7231,32 @@
"message": "Obre l'enllaç",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Història",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Ha reaccionat a una història de$name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Ha reaccionat a la vostra història",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Ha reaccionat a una història.",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Ja no està disponible",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Què hi ha de nou",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Tato zpráva byla smazána.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Pro otevření této zprávy si ji zobrazte na mobilu",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Dárek",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Zkontrolujte váš telefon pro otevření dárku",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Zkontrolujte váš telefon pro zobrazení dárku",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Obdrželi jste dárek",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Uplatnili jste dárkový odznak",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Odeslali jste dárkový odznak",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Dárkový odznak",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Dárek",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Zbývá $days$ dnů",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Zbývá $hours$ hodin",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Zbývá $minutes$ minut",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Zbývá 1 minuta",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Vypršel",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Zobrazit",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Uplatněno",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Díky za vaši podporu!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Darovali jste odznak uživateli $name$. Když jej přijmou, dostanou na výběr, zda chtějí svůj odznak ukázat nebo skrýt.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Balík nálepek nelze nainstalovat",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Zapnutí a vypnutí videa",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Přijmout videohovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Přijmout audiohovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Zahájit audio hovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Zahájit video hovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Odmítnout hovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Ukončit hovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Zavřít vyskakovací okno",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Do této skupiny namůžete odesílat zprávy.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Tyto osoby nelze do skupiny přidat, dokud neprovedou aktualizaci aplikace Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Pouze správci této skupiny mohou zahájit hovor.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Zastavit",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Přehrát",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Odpověď",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Napište odpověď...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Odpovědět skupině",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Ztlumit",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Zrušit ztlumení",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Zatím žádné odpovědi",
@ -7099,6 +7231,32 @@
"message": "Navštívit odkaz",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Příběh",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reakce na příběh od $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagoval(a) na váš příběh",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reakce na příběh",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Není již dostupný",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Co je nového",
"description": "Title for the whats new modal"

View File

@ -4,7 +4,7 @@
"description": "Shown in the about box for the link to software acknowledgments"
},
"privacyPolicy": {
"message": "Polisi Telerau a Phreifatrwydd",
"message": "Amodau a Pholisi Preifatrwydd",
"description": "Shown in the about box for the link to https://signal.org/legal"
},
"copyErrorAndQuit": {
@ -2757,6 +2757,102 @@
"message": "Cafodd y neges hon ei dileu.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Gweld y neges hon ar ffôn symudol i'w hagor",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Rhodd",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Gwiriwch eich ffôn i agor anrheg",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Gwiriwch eich ffôn i weld eich anrheg",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Rydych wedi derbyn anrheg.",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Rydych wedi adbrynu bathodyn anrheg",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Rydych wedi anfon bathodyn anrheg",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Bathodyn Anrheg",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Rhodd",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ diwrnod ar ôl",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$awr$ awr ar ôl",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$munud$ munud ar ôl",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 munud ar ôl",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Daeth i Ben",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Golwg",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Yn cyfnewid",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Diolch am eich cefnogaeth!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Rydych chi wedi rhoi bathodyn i $name$. Pan fyddant yn derbyn, byddant yn cael dewis i ddangos neu guddio eu bathodyn.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Nid oedd modd gosod pecyn sticeri",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Toglo fideo ymlaen ac i ffwrdd",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Derbyn galwad gyda fideo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Derbyn galwad gyda sain",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Cychwyn galwad sain",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Cychwyn galwad fideo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Gwrthod galwad",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Gorffen galwad",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Cau'r Llamlen",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Ni allwch anfon negeseuon i'r grŵp hwnnw.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Ni ellir ychwanegu'r pobl hyn i'r grŵp nes iddynt ddiweddaru Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Gweinyddwyr y grŵp yn unig gall ddechrau galwadau.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Oedi",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Chwarae",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Ymateb",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Teipiwch ateb...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Ymateb i'r Grŵp",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Tewi",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Dad-dewi",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Dim atebion eto",
@ -7099,6 +7231,32 @@
"message": "Ymweld â'r ddolen",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Stori",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Wedi ymateb i stori o $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Wedi ymateb i'ch stori",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Wedi ymateb i'r stori",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Ddim ar gael bellach",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Be sy'n Newydd",
"description": "Title for the whats new modal"

View File

@ -378,7 +378,7 @@
}
},
"youMarkedAsVerifiedOtherDevice": {
"message": "Du markerede dit sikkerhedsnummer med $name$ som bekræftet fra en anden enhed",
"message": "Du markerede dit sikkerhedsnummer med $name$ som bekræftet en anden enhed",
"description": "Shown in the conversation history when we discover that the user marked a contact as verified on another device.",
"placeholders": {
"name": {
@ -388,7 +388,7 @@
}
},
"youMarkedAsNotVerifiedOtherDevice": {
"message": "Du markerede dit sikkerhedsnummer med $name$ som ikke bekræftet fra en anden enhed.",
"message": "Du markerede dit sikkerhedsnummer med $name$ som ikke bekræftet en anden enhed.",
"description": "Shown in the conversation history when we discover that the user marked a contact as not verified on another device.",
"placeholders": {
"name": {
@ -2757,6 +2757,102 @@
"message": "Beskeden blev slettet",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Se denne besked på mobilen for at åbne den",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gave",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Tjek din telefon for at åbne gave",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Tjek din telefon for at se din gave",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Du modtog en gave",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Du indløste et gaveemblem",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Du sendte et gaveemblem",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gaveemblem",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gave",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ dage tilbage",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ timer tilbage",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutter tilbage",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minut tilbage",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Udløbet",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Vis",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Indløst",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Tak for din støtte!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Du har givet et emblem til $name$. Når de accepterer, får de mulighed for at vælge at vise eller skjule deres emblem.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Klistermærkepakke kunne ikke installeres",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Slå video til og fra",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Acceptér opkald med video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Acceptér opkald med lyd",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Start lydopkald",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Start videoopkald",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Afvis opkald",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Afslut opkald",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Luk pop op-vindue",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Du kan ikke sende beskeder til den gruppe.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Disse personer kan ikke tilføjes gruppen før de opgraderer Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Kun gruppens administratorer kan starte et opkald.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Spil",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Besvar",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Indtast et svar...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Svar gruppe",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Ignorer",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Slå notifikationer til",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ingen svar endnu",
@ -7099,6 +7231,32 @@
"message": "Besøg link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Historie",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reagerede på en historie fra $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagerede på din historie",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagerede på en historie",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Ikke længere tilgængelig",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Nyheder",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Diese Nachricht wurde gelöscht.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Schaue dir diese Nachricht auf deinem Mobilgerät an, um diese zu öffnen",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Geschenk",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Nutze dein Mobilgerät, um das Geschenk zu öffnen",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Nutze dein Mobilgerät, um dieses Geschenk anzusehen",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Du hast ein Geschenk empfangen",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Du hast ein Geschenkabzeichen eingelöst",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Du hast ein Geschenkabzeichen gesendet",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Geschenkabzeichen",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Geschenk",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ Tage verbleibend",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ Stunden verbleibend",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ Minuten verbleibend",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 Minute verbleibend",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Abgelaufen",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Anzeigen",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Eingelöst",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Danke für deine Unterstützung!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Du hast $name$ ein Abzeichen geschenkt. Wenn die Person es annimmt, wird sie sich aussuchen können, das Abzeichen anzuzeigen oder zu verstecken.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Sticker-Set konnte nicht installiert werden",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Video ein-/ausschalten",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Anruf mit Video annehmen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Anruf mit Audio annehmen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Sprachanruf starten",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Videoanruf starten",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Anruf ablehnen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Auflegen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Pop-up schließen",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Du kannst keine Nachrichten an diese Gruppe senden.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Diese Personen können erst dann zur Gruppe hinzugefügt werden, wenn sie Signal aktualisiert haben.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Nur Admins können in dieser Gruppe Anrufe starten.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Wiedergeben",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Antworten",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Schreibe eine Antwort ...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Gruppe antworten",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Stummschalten",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Stummschaltung aufheben",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Bisher keine Antworten",
@ -7099,6 +7231,32 @@
"message": "Link aufrufen",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Auf eine Story von $name$ reagiert",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Auf deine Story reagiert",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Auf eine Story reagiert",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Nicht mehr verfügbar",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Was ist neu",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Αυτο το μήνυμα διαγράφτηκε.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Δώρο",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Έλαβες ένα δώρο",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Εξαργύρωσες ένα δώρο έμβλημα",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Δώρο",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Εμφάνιση",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Εξαργυρώθηκε",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Ευχαριστούμε για την υποστήριξη!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Το πακέτο αυτοκολλήτων δεν μπόρεσε να εγκατασταθεί",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Ενεργοποίηση και απενεργοποίηση βίντεο",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Έναρξη κλήσης ήχου",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Έναρξη βιντεοκλήσης",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Απόρριψη κλήσης",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Τερματισμός κλήσης",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Κλείσιμο αναδυόμενου παραθύρου",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Δεν μπορείς να στείλεις μηνύματα σε εκείνη την ομάδα.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Αυτά τα άτομα δεν μπορούν να προστεθούν στην ομάδα μέχρι να αναβαθμίσουν το Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Μόνο οι διαχειριστές της ομάδας μπορούν να ξεκινήσουν μια κλήση.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Παύση",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Αναπαραγωγή",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Απάντηση",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Γράψε μια απάντηση...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Σίγαση",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Αποσίγαση",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Καμία απάντηση ακόμα",
@ -7099,6 +7231,32 @@
"message": "Επίσκεψη συνδέσμου",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Ιστορία",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Αντέδρασε στην ιστορία σου",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Αντέδρασε σε μια ιστορία",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Δεν είναι πλέον διαθέσιμη",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Νέες δυνατότητες",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Tiu ĉi mesaĝo forviŝiĝis.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Vidi tiun mesaĝon ĉe poŝtelefono por malfermi ĝin",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Donaco",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Vidu vian telefonon por malfermi la donacon.",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Prenu vian telefonon por vidi vian donacon.",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Vi ricevis donacon",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Vi uzis donacan insignon",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Vi sendis donacan insignon",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Donaca insigno",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Donaco",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Restas $days$ tagoj",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Restas $hours$ horoj",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Restas $minutes$ minutoj",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Restas unu minuto",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Senvalidiĝinta",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Montri pli",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Ricevita",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Dankon pro via subtenado!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Vi donacis insignon al $name$. Kiam tiu homo akceptos ĝin, tiu povos montri aŭ ne tiun insignon.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Glumarkaro ne eblis instaliĝi",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Baskuligi videon",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Akcepti la vide-alvokon ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Akcepti la aŭd-alvokon",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Eki voĉ-alvokon",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Ek-vidalvoki",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Rifuzi alvokon",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Fini alvokon",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Fermi ŝprucfenestron",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Vi ne povas sendi mesaĝojn al tiu ĉi grupo.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Tiuj ne povas esti aldonitaj al la grupo, krom se ili ĝisdatigas sian Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Nur administrantojn de tiu ĉi grupo povas ekigi alvokon.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Paŭzigi",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Ludi",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Respondi",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Entajpi respondon...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Respondi al la grupo",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Silentigi",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Malsilentigi",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Neniu respondo",
@ -7099,6 +7231,32 @@
"message": "Aliri la ligilon",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Rakonto",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reagis al rakonto el $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagis al via rakonto",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagis al rakonto",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Ne plu disponebla",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Kio novas",
"description": "Title for the whats new modal"

View File

@ -298,7 +298,7 @@
"description": "Button shown at end of successful import process, nothing left but a restart"
},
"importCompleteLinkButton": {
"message": "Enlaza este dispositivo con tu teléfono",
"message": "Enlaza este dispositivo con tu celular/móvil",
"description": "Button shown at end of successful 'light' import process, so the standard linking process still needs to happen"
},
"selectedLocation": {
@ -1372,11 +1372,11 @@
"description": "The menu option shown in Signal iOS to add a new linked device"
},
"Install__scan-this-code": {
"message": "Escanea este código desde Signal en tu teléfono",
"message": "Escanea este código desde Signal en tu celular/móvil",
"description": "Title of the device link screen. Also used as alt text for the QR code on the device link screen"
},
"Install__instructions__1": {
"message": "Abre Signal en tu teléfono.",
"message": "Abre Signal en tu celular/móvil",
"description": "Instructions on the device link screen"
},
"Install__instructions__2": {
@ -1430,7 +1430,7 @@
"description": "Shown on the install screen. Link takes users to a support page"
},
"Install__choose-device-name__description": {
"message": "Este nombre aparecerá bajo «Dispositivos enlazados» en tu teléfono",
"message": "Este nombre aparecerá bajo «Dispositivos enlazados» en tu celular/móvil",
"description": "The subheader shown on the 'choose device name' screen in the device linking process"
},
"Install__choose-device-name__placeholder": {
@ -1466,7 +1466,7 @@
"description": ""
},
"installTooOld": {
"message": "Actualiza Signal en este dispositivo para enlazar con tu teléfono.",
"message": "Actualiza Signal en este dispositivo para enlazar con tu celular/móvil.",
"description": ""
},
"installErrorHeader": {
@ -1510,7 +1510,7 @@
"description": "Button label in the call lobby for returning to a call"
},
"calling__lobby-automatically-muted-because-there-are-a-lot-of-people": {
"message": "Micrófono silenciado debido a llamada de grupo",
"message": "Micrófono silenciado en llamada de grupo numerosa",
"description": "Shown in a call lobby toast if there are a lot of people already on the call"
},
"calling__call-is-full": {
@ -2114,7 +2114,7 @@
"description": "Label for a disabled sync button while sync is in progress."
},
"syncFailed": {
"message": "Fallo al importar. Asegúrate de que tu ordenador/computadora y teléfono/celular están conectados a internet.",
"message": "Fallo al importar. Asegúrate que tu ordenador/computadora y celular/móvil están conectados a internet.",
"description": "Informational text displayed if a sync operation times out."
},
"timestamp_s": {
@ -2198,7 +2198,7 @@
}
},
"timerSetByMember": {
"message": "Un@ participante ha fijado la desaparición de mensajes en $time$.",
"message": "Alguien ha fijado la desaparición de mensajes en $time$.",
"description": "Message displayed when timer is by an unknown group member.",
"placeholders": {
"time": {
@ -2234,7 +2234,7 @@
"description": "Displayed in the left pane when the timer is turned off"
},
"disappearingMessagesDisabledByMember": {
"message": "Un@ participante ha desactivado la desaparición de mensajes.",
"message": "Alguien ha desactivado la desaparición de mensajes.",
"description": "Displayed in the left pane when the timer is turned off"
},
"disabledDisappearingMessages": {
@ -2757,6 +2757,102 @@
"message": "Mensaje eliminado.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Abre este mensaje en tu celular/móvil para verlo",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Regalo",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Comprueba tu celular/móvil para abrir el regalo",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Comprueba tu celular/móvil para ver tu regalo",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Has recibido un regalo",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Has canjeado un distintivo de regalo",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Has enviado un distintivo como regalo",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Distintivo de regalo",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Regalo",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ días restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ horas restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutos restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minuto restante",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Caducado",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Ver",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Canjeado",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "¡Gracias por tu apoyo!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Has regalado un distintivo a $name$. Cuando lo acepte, podrá seleccionar la opción de mostrarlo o no en su perfil.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Fallo al instalar el paquete de stickers",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Activar o desactivar vídeo",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Aceptar llamada con vídeo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Aceptar llamada de audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Iniciar llamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Iniciar videollamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Rechazar llamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Finalizar llamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Cerrar ventana emergente",
"description": "Used as alt text for any button closing a popup"
@ -3442,7 +3562,7 @@
"description": "Text for the sticker preview for the dark theme"
},
"StickerCreator--Authentication--error": {
"message": "Por favor, configura Signal en tu teléfono y enlázalo con Signal Desktop para usar el Creador de Paquetes de Stickers",
"message": "Por favor, configura Signal en tu celular/móvil y enlázalo con Signal Desktop para usar el Creador de Paquetes de Stickers",
"description": "The error message which appears when the user has not linked their account and attempts to use the Sticker Creator"
},
"Reactions--remove": {
@ -4109,10 +4229,6 @@
"message": "No puedes enviar mensajes en el grupo.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Estas personas deben actualizar Signal para participar en el grupo. ",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Solo admins del grupo pueden iniciar una llamada.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -4284,7 +4400,7 @@
}
},
"GroupV2--title--change--unknown": {
"message": "Un@ participante ha modificado el nombre del grupo a «$newTitle$».",
"message": "Alguien ha modificado el nombre del grupo a «$newTitle$».",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"newTitle": {
@ -4308,7 +4424,7 @@
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--title--remove--unknown": {
"message": "Un@ participante ha eliminado el nombre del grupo.",
"message": "Alguien ha eliminado el nombre del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--other": {
@ -4326,7 +4442,7 @@
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--change--unknown": {
"message": "Un@ participante ha modificado la imagen del grupo.",
"message": "Alguien ha modificado la imagen del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--other": {
@ -4344,7 +4460,7 @@
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--avatar--remove--unknown": {
"message": "Un@ participante ha eliminado la imagen del grupo.",
"message": "Alguien ha eliminado la imagen del grupo.",
"description": "Shown in timeline or conversation preview when v2 group changes"
},
"GroupV2--access-attributes--admins--other": {
@ -4480,7 +4596,7 @@
}
},
"GroupV2--member-add--invited--unknown": {
"message": "Un@ participante ha añadido a $inviteeName$ como invitad@.",
"message": "Alguien ha añadido a $inviteeName$ como invitad@.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"inviteeName": {
@ -4562,7 +4678,7 @@
}
},
"GroupV2--member-add--other--unknown": {
"message": "Un@ participante ha añadido a $memberName$.",
"message": "Alguien ha añadido a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
@ -4686,7 +4802,7 @@
}
},
"GroupV2--member-remove--other--unknown": {
"message": "Un@ participante ha expulsado a $memberName$.",
"message": "Alguien ha expulsado a $memberName$.",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"memberName": {
@ -5502,7 +5618,7 @@
"description": "In the instructions for becoming a sustainer. The subheading."
},
"BadgeSustainerInstructions__instructions__1": {
"message": "Abre Signal en tu teléfono.",
"message": "Abre Signal en tu celular/móvil",
"description": "In the instructions for becoming a sustainer. First instruction."
},
"BadgeSustainerInstructions__instructions__2": {
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pausa",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Reproducir",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Responder",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Escribe una respuesta …",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Responder en el grupo",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Silenciar",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "No silenciar",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Sin respuestas por ahora",
@ -7099,6 +7231,32 @@
"message": "Visitar enlace",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Historia",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reaccionó a la historia de $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reaccionó a tu historia",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reaccionó a una historia",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Historia caducada",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Novedades",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "Need vestlused on arhiveeritud ja neid kuvatakse sisendkaustas siis, kui saabub uusi sõnumeid.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Arhiiv",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "See sõnum kustutati.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Näita",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Aitäh sinu toetuse eest!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Kleebisepaki paigaldamine ei õnnestunud",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Lülita video sisse/välja",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Alusta häälkõnet",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Alusta videokõnet",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Keeldu kõnest",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Lõpeta kõne",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Sulge hüpikaken",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "Sa ei saa sellesse gruppi sõnumeid saata.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Neid isikuid ei saa enne gruppi lisada kui nad on Signalit uuendanud.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Ainult grupi administraatorid saavad kõnet alustada.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Kohandatud aeg",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Kohandatud aeg",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Palun sulge see käsitsi ja klõpsa jätkamiseks \"Proovi uuesti\".",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Paus",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Esita",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Vasta",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Vaigista",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Eemalda vaigistus",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Mis on uut",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "See versioon sisaldab paljusid väikseid parendusi, mis Signali sujuvalt käimas.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "Solasaldi hauek artxibatuta daude eta bakarrik mezu berriak jasotakoan agertuko dira sarrera erretiluan.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Artxibatu",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "Mezu hau ezabatu da.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Ikusi",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Eranskailuen paketea ezin izan da instalatu",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Bideoa aktibatu / desaktibatu",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Start audio call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Start video call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Amaitu deia",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Itxi Popup",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Custom time",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Custom Time",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pausatu",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Erantzun",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Isildu",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Soinua aktibatu",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "این پیام حذف شد",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "مشاهده",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "پک استیکر نمی تواند نصب شود",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "خاموش و روشن کردن ویدئو",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "شروع تماس صوتی",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "شروع تماس تصویری",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "رد کردن تماس",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "پایان دادن به تماس",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "بستن پاپ‌آپ",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "شما نمی‌توانید به آن گروه پیام ارسال کنید.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "این افراد تا زمانی سیگنال را ارتقا ندهند نمی‌توانند به گروه اضافه شوند.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "فقط مدیران این گروه می‌توانند یک تماس آغاز کنند.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -4158,7 +4274,7 @@
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--link-forbidden": {
"message": "You can't join this group via the group link because an admin removed you.",
"message": "شما نمی‌توانید از طریق پیوند گروه به این گروه بپیوندید، چون یک مدیر شما را حذف کرده است.",
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--prompt-with-approval": {
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "مکث",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "پخش",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "پاسخ",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "بی‌صدا",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "باصدا",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
@ -7099,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "تازه‌ها",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Tämä viesti poistettiin.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Avaa tämä viesti puhelimellasi",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Lahja",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Tarkista puhelimesi avataksesi lahjasi",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Tarkista puhelimesi nähdäksesi lahjasi",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Olet saanut lahjan",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Lunastit lahjakunniamerkin",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Lähetit kunniamerkin lahjaksi",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Lahjaksi saatu kunniamerkki",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Lahja",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ päivää jäljellä",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ tunti jäljellä",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minuuttia jäljellä",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minuutti jäljellä",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Vanhentunut",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Näytä",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Lunastettu",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Kiitämme tuestasi!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Olet lahjoittanut kunniamerkin käyttäjälle $name$. Kun hän vastaanottaa sen, hän voi itse valita lisääkö hän merkin profiilikuvaansa.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Tarrapakettia ei voitu asentaa",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Kytke video päälle ja pois",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Hyväksy videopuhelu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Hyväksy äänipuhelu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Aloita äänipuhelu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Aloita videopuhelu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Hylkää puhelu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Lopeta puhelu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Sulje ponnahdusikkuna",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Et voi lähettää viestejä tähän ryhmään.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Näitä henkilöitä ei voi lisätä ryhmään ennen kuin he päivittävät Signalin.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Vain ryhmän ylläpitäjät voivat tehdä kutsun.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pysäytä",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Toista",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Vastaa",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Kirjoita vastaus...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Vastaa ryhmälle",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Mykistä",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Poista mykistys",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ei vastauksia vielä",
@ -7099,6 +7231,32 @@
"message": "Avaa linkki",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Tarina",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reagoit tarinaan henkilöltä $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagoi tarinaasi",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Tarinaan reagoitu",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Ei enää saatavana",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Uudet ominaisuudet",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Ce message a été supprimé.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ jours restants",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ heures restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute restante",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expiré",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Afficher",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Merci pour votre soutien !",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Le paquet dautocollants na pas pu être installé",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Activer ou désactiver la vidéo",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Lancer un appel audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Lancer un appel vidéo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Rejeter lappel",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Raccrocher",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Fermer la fenêtre surgissante",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Vous ne pouvez pas envoyer de message à ce groupe.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Il est impossible dajouter ces personnes à ce groupe tant quelles nauront pas mis Signal à niveau.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Seuls les administrateurs du groupe peuvent démarrer un appel.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Mettre en pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Lire",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Répondre",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Tapez une réponse…",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Désactiver",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Réactiver",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Aucune réponse pour le moment",
@ -7099,6 +7231,32 @@
"message": "Visitez le lien",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Histoire",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "A réagi à votre histoire",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "A réagi à une histoire",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Nest plus proposée",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Les nouveautés",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Chaidh an teachdaireachd seo a sguabadh às.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Seall",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Cha b urrainn dhuinn a phacaid steigearan a stàladh",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Toglaich video air s dheth",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Start audio call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Start video call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "End call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Dùin priob-uinneag",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Chan urrainn dhut teachdaireachdan a chur chan bhuidheann sin.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Cha ghabh an fheadhainn seo cur ris a bhuidheann mur àrdaich iad Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Chan fhaod ach rianairean a bhuidhinn gairm a thòiseachadh.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Freagair",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Sgrìobh freagairt…",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Mùch",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Dì-mhùch",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Air coimhead air",
@ -7095,6 +7231,32 @@
"message": "Tadhail air a cheangal",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Sgeul",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Na tha ùr",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "આ વાતચીત આર્કાઇવ કરવામાં આવી છે અને નવા મેસેજ પ્રાપ્ત થાય તો જ ઇનબોક્સમાં દેખાશે.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "આર્કાઇવ",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "આ મેસેજ કાઢી નાખ્યો હતો.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "વ્યૂ",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "સ્ટીકર પેક ઈન્સ્ટોલ કરી શકાયું નથી",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "ટોગલ વિડિયો ચાલુ અને બંધ કરો",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ઓડિયો કૉલ શરૂ કરો",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "વિડિયો કૉલ શરૂ કરો",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "કૉલ નો અંત કરો",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "પોપઅપ બંધ કરો",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "તમે તે ગ્રુપને સંદેશા મોકલી શકતા નથી.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "જ્યાં સુધી તેઓ Signal અપગ્રેડ ન કરે ત્યાં સુધી આ લોકોને ગ્રુપમાં ઉમેરી શકાતા નથી.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "ગ્રુપના એડમિન જ કોલ શરૂ કરી શકે છે.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "કસ્ટમ સમય",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "કસ્ટમ સમય",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "જવાબ",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "મ્યુટ",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "અનમ્યૂટ",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "הודעה זו נמחקה.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "הצג הודעה זו בנייד כדי לפתוח אותה",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "שי",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "בדוק את הטלפון שלך כדי לפתוח שי",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "בדוק את הטלפון שלך כדי להציג את השי שלך",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "קיבלת שי",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "מימשת תג שי",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "שלחת תג שי",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "תג שי",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "שי",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ ימים נותרו",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ שעות נותרו",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ דקות נותרו",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "דקה 1 נותרה",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "פג",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "הצג",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "מומש",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "תודה על התמיכה שלך!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "נתת תג כשי אל $name$. כשהוא/היא יסכים/תסכים, תינתן לו/לה בחירה להראות או להסתיר את התג שלו/שלה.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "חבילת מדבקות לא יכלה להיות מותקנת",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "עורר וידאו מופעל וכבוי",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "קבל שיחה עם וידאו",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "קבל שיחה עם שמע",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "התחל שיחת שמע",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "התחל שיחת וידאו",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "דחה שיחה",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "סיים שיחה",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "סגור חלון קופץ",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "אתה לא יכול לשלוח הודעות אל הקבוצה הזאת.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "אנשים אלו אינם יכולים להתווסף אל הקבוצה עד שהם ישדרגו את Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "רק מנהלנים של הקבוצה יכולים להתחיל שיחה.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "השהה",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "נגן",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "השב",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "הקלד תשובה…",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "השב אל קבוצה",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "השתק",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "בטל השתקה",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "אין תשובות עדין",
@ -7099,6 +7231,32 @@
"message": "בקר בקישור",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "סיפור",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "הגיב/ה אל סיפור מאת $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "הגיב/ה אל הסיפור שלך",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "הגיב/ה אל סיפור",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "לא זמין יותר",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "מה חדש",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "यह वार्तालाप संग्रहीत कर दिये गये हैं और इनबॉक्स में तभी दिखेंगे अगर इनमें कोई नया मेसेज प्राप्त होगा।",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "संग्रहित करें",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "यह मेसेज हटा दिया गया है।",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "देखना",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "आपके समर्थन के लिए शुक्रिया!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "स्टीकर पैक इंस्टॉल नहीं हो पाया",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "टॉगल वीडियो चालू और बंद",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ऑडियो कॉल शुरू करें",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "वीडियो कॉल शुरू करें",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "कॉल अस्वीकार करें",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "कॉल बंद",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "पॉपअप बंद करें",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "आप उस ग्रुप में संदेश नहीं भेज सकते।",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "इन लोगों को तब तक ग्रुप में नहीं जोड़ा जा सकता जब तक कि वे Signal अपग्रेड नहीं करते।",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "केवल ग्रुप के ऐडमिन ही कॉल शुरू कर सकते हैं।",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "कस्टम समय",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "कस्टम समय",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "कृपया इसे मैन्युअल रूप से बंद करें और जारी रखने के लिए रिट्राई पर क्लिक करें.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "रोको",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "चलाओ",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "उत्तर",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "म्यूट",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "अनम्यूट",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "नया क्या है",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "सिग्नल को सही रूप से चलाने के लिए इस वर्शन में कई छोटे बदलाव और बग फ़िक्स शामिल हैं.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "Ova poruka je izbrisana.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Prikaz",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Hvala vam na podršci!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Paket naljepnica nije moguće instalirati",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Uključivanje i isključivanja videa",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Započni glasovni poziv",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Započni videopoziv",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Završi poziv",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Zatvori skočni prozor",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Ne možete poslati poruke u ovu grupu.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Ti se ljudi ne mogu dodati u grupu dok ne ažuriraju najnoviju verziju Signala.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Samo administratori grupe mogu započeti poziv.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Zaustavi",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Reprodukcija",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Odgovori",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Utišaj",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Uključi zvuk",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Još nema odgovora",
@ -7099,6 +7231,32 @@
"message": "Posjetite link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagirala je na vašu priču",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Više nije dostupno",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"

View File

@ -480,7 +480,7 @@
"description": "Explanation of next steps to take when submitting debug log"
},
"debugLogLogIsIncomplete": {
"message": "... a teljes naplóhoz kattints a Mentés gombra",
"message": "... a teljes napló megtekintéséhez kattints a Mentés gombra",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogCopy": {
@ -836,11 +836,11 @@
"description": "Shown to separate the types of search results"
},
"findByUsernameHeader": {
"message": "Felhasználó keresése",
"message": "Keresés felhasználónév alapján",
"description": "Shown when search could be a valid username, with one sub-item that will kick off the search"
},
"findByPhoneNumberHeader": {
"message": "Telefonszám keresése",
"message": "Keresés telefonszám alapján",
"description": "Shown when search could be a valid phone number, with one sub-item that will kick off the search"
},
"at-username": {
@ -1074,7 +1074,7 @@
}
},
"cannotUpdateRequireManualDetail": {
"message": "A Signal Desktop frissítése nem sikerült. Telepítsd az új verziót manuálisan a $url$ weboldalról, majd lépj kapcsolatba velünk a tapasztalt problémával kapcsolatban: $support$.",
"message": "A Signal frissítése nem sikerült. Telepítsd az új verziót manuálisan a $url$ weboldalról, majd lépj kapcsolatba velünk, és oszd meg tapasztalataidat: $support$",
"description": "Shown if a general error happened while trying to install update package and manual update is required",
"placeholders": {
"url": {
@ -2420,7 +2420,7 @@
}
},
"startConversation--phone-number-not-found": {
"message": "Sikertelen: \"$phoneNumber$\" nem tartozik felhasználóhoz.",
"message": "Felhasználó nem található: \"$phoneNumber$\" nincs regisztrálva a Signalra.",
"description": "Shown in dialog if phone number is not found.",
"placeholders": {
"phoneNumber": {
@ -2430,7 +2430,7 @@
}
},
"startConversation--phone-number-not-valid": {
"message": "Sikertelen: \"$phoneNumber$\" szám található.",
"message": "Felhasználó nem található: \"$phoneNumber$\" nem egy érvényes szám.",
"description": "Shown in dialog if phone number is not valid.",
"placeholders": {
"phoneNumber": {
@ -2757,6 +2757,102 @@
"message": "Ez az üzenet ki lett törölve.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "A megtekintéshez nyisd meg ezt az üzenetet mobilon",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Ajándék",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Használd telefonodat az ajándék megnyitásához",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Használd telefonodat az ajándék megtekintéséhez",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Ajándékot kaptál",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Beváltottál egy ajándék kitűzőt",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Elküldtél egy ajándék kitűzőt",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Ajándék kitűző",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Ajándék",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ nap van hátra",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ óra van hátra",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ perc van hátra",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 perc van hátra",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Lejárt",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Megtekintés",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Beváltva",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Köszönjük a támogatásodat!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Kitűzőt ajándékoztál $name$ részére. Amikor elfogadja, lehetősége lesz kitűzni vagy elrejteni azt.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "A matricacsomagot nem sikerült telepíteni",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Videó ki- és bekapcsolása",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Hívás elfogadása képpel",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Hívás elfogadása hanggal",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Hanghívás indítása",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Videóhívás indítása",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Hívás elutasítása",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Hívás befejezése",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Felugró ablak bezárása",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Nem küldhetsz üzenetet ebbe csoportba.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Ezek a személyek nem adhatóak a csoporthoz, amíg nem frissítik a Signalt.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Csak adminok indíthatnak hívást a csoportban.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6822,11 +6938,11 @@
}
},
"NSIS__decompressionFailed": {
"message": "Kicsomagolási hiba. Kérlek futtasd a telepítőt újra!",
"message": "Hiba történt a kitömörítés során. Kérlek futtasd a telepítőt újra!",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "A régi alkalmazás állományait nem sikerült törölni. Kérlek futtasd a telepítőt újra!",
"message": "Nem sikerült eltávolítani a régi alkalmazás állományait. Kérlek futtasd a telepítőt újra!",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
@ -7039,16 +7155,32 @@
}
}
},
"StoryViewer__pause": {
"message": "Szünet",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Lejátszás",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Válasz",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Küldj egy választ...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Válasz a csoportnak",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Némítás",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Némítás feloldása",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Még nem érkeztek reakciók",
"message": "Még nem érkeztek válaszok",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
@ -7099,6 +7231,32 @@
"message": "Hivatkozás megnyitása",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Történet",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reagált $name$ történetére",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagált a történetedre",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagált egy történetre",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Már nem elérhető",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Újdonságok",
"description": "Title for the whats new modal"
@ -7108,7 +7266,7 @@
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.40--1": {
"message": "Hibajavítások. Orvosoltunk egy problémát, amikor a menüelemekre kattintás nem minden esetben működött.",
"message": "Orvosoltunk egy problémát, amikor a menüelemekre kattintás nem minden esetben működött.",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.40--2": {

View File

@ -2757,6 +2757,102 @@
"message": "Pesan ini telah dihapus.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Hadiah",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Anda mendapatkan hadiah",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Anda telah menebus lencana hadiah",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Hadiah",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Lihat",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Tertukar",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Terima kasih untuk dukungan Anda!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Paket stiker tidak dapat dipasang",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Ganti video aktif dan mati",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Mulai panggilan audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Mulai panggilan video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Tolak panggilan",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Akhiri panggilan",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Tutup Popup",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Anda tidak dapat mengirimkan pesan ke grup tersebut.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Orang-orang ini tidak dapat ditambahkan ke grup sampai mereka memperbarui Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Hanya Admin grup yang dapat memulai panggilan.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,24 +7155,40 @@
}
}
},
"StoryViewer__pause": {
"message": "Jeda",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Putar",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Balas",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Senyapkan",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Bunyikan",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"message": "Belum ada balasan",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
"message": "Dilihat",
"description": "Title for views tab"
},
"StoryViewsNRepliesModal__tab--replies": {
"message": "Replies",
"message": "Balasan",
"description": "Title for replies tab"
},
"StoryViewsNRepliesModal__react": {
@ -7064,7 +7196,7 @@
"description": "aria-label for reaction button"
},
"StoryViewsNRepliesModal__reacted": {
"message": "Reacted to the story",
"message": "Bereaksi terhadap cerita",
"description": "Description of someone reacting to a story"
},
"StoryListItem__label": {
@ -7099,6 +7231,32 @@
"message": "Kunjungi tautan",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Tidak lagi tersedia",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Yang Baru",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Þessum skilaboðum var eytt.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gjöf",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Þú fékkst gjöf",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Þú tókst út gjafamerki",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Þú sendir gjafamerki",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gjafamerki",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gjöf",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ dagar eftir",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ klukkustundir eftir",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ mínútur eftir",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 mínúta eftir",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Útrunnið",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Skoða",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Búið að leysa út",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Þakka þér fyrir stuðninginn!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Þú hefur gefið $name$ merki. Þegar viðkomandi samþykkir, gefst honum kostur á að birta eða fela merkið sitt.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Ekki var hægt að setja upp límmerkjapakka",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Víxla myndmerki af/á",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Hefja hljóðsímtal",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Hefja myndsímtal",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Hafna símtali",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Ljúka símtali",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Loka sprettglugga",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Þú getur ekki sent skilaboð á þennan hóp.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Þessum aðilum er ekki hægt að bæta í hópinn fyrr en þeir uppfæra Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Einungis stjórnendur þessa hóps geta hafið samtal.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Í bið",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Spila",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Svara",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Skrifaðu svar...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Svara hópi",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Þagga",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Ekki þagga",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ennþá engin svör",
@ -7099,6 +7231,32 @@
"message": "Skoða tengil",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Saga",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Brást við sögu frá $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Brást við sögunni þinni",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Brást við sögu",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Ekki lengur tiltækt",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Hvað er nýtt",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Questo messaggio è stato eliminato.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Visualizza questo messaggio sul cellulare per aprirlo",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Regalo",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Controlla il telefono per aprire il regalo",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Controlla il tuo telefono per vedere il tuo regalo",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Hai ricevuto un regalo",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Hai riscattato un badge regalo",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Hai inviato un badge regalo",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Badge regalo",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Regalo",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ giorni rimanenti",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ ore rimanenti",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minuti rimanenti",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minuto rimanente",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Scaduto",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Mostra",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Riscattato",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Grazie per il tuo supporto!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Hai regalato un badge a $name$. Quando accetterà, gli verrà data la possibilità di scegliere se mostrare o nascondere il suo badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Il pacchetto di adesivi potrebbe non essere installato",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Attiva e disattiva il video",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accetta la chiamata con il video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accetta la chiamata con l'audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Inizia chiamata audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Inizia videochiamata",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Rifiuta la chiamata",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Termina chiamata",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Chiudi popup",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Non puoi inviare messaggi a quel gruppo.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Queste persone non possono essere aggiunte al gruppo finché non aggiornano Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Solo gli amministratori del gruppo possono iniziare una chiamata.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pausa",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Vedi",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Rispondi",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Scrivi una risposta...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Rispondi al gruppo",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Silenzia",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Non silenziare",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ancora nessuna risposta",
@ -7099,6 +7231,32 @@
"message": "Visita link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Storia",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Ha reagito a una storia da $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Ha reagito alla tua storia",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Ha reagito alla storia",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Non più disponibile",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Cosa c'è di nuovo",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "このメッセージは削除されました。",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "ギフト",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "ギフトを受け取りました",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "ギフト",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "表示する",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "ご支援をありがとうございます!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "ステッカーパックをインストールできませんでした",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "ビデオのオン/オフを切り替える",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "音声通話を開始",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "ビデオ通話を開始",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "拒否する",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "通話終了",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "ポップアップを閉じる",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "このグループにはメッセージを送信できません。",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "このユーザーはSignalをアップグレードしていないため、グループに追加できません。",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "グループ管理者のみが通話を開始できます。",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "一時停止",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "再生",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "返信",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "返信を入力してください…",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "ミュート",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "ミュート解除",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "返信 なし",
@ -7099,6 +7231,32 @@
"message": "表示する",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "ストーリー",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "あなたのストーリーにリアクションされました",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "ストーリーにリアクションがありました",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "削除済み",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "更新情報",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "ការសន្ទនាទាំងនេះ នឹងត្រូវធ្វើបណ្ណសារ និងបង្ហាញក្នុងប្រអប់សំបុត្រតែប៉ុណ្ណោះ ប្រសិនបើទទួលបានសារថ្មី។",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "បណ្ណសារ",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "សារនេះត្រូវបានលុប។",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "បង្ហាញ",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "អរគុណសម្រាប់ការគាំទ្ររបស់អ្នក!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "កញ្ចប់ស្ទីកគ័រមិនអាចដំឡើងបាន",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Toggle video on and off",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ចាប់ផ្ដើមការហៅចេញជាសម្លេង",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "ចាប់ផ្ដើមការហៅចេញជាវីដេអូ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "បដិសេធការហៅ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "បិទការហៅ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "បិទ ផ្ទាំងលោតឡើង",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "ថេរវេលាកំណត់ខ្លួនឯង",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "ថេរវេលាកំណត់ខ្លួនឯង",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "ផ្អាក់",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "បើក",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "ឆ្លើយតប",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "បិទសំឡេង",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "បើកសំឡេង",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "ಈ ಸಂಭಾಷಣೆಗಳನ್ನು ಆರ್ಕೈವ್ ಮಾಡಲಾಗಿದೆ ಮತ್ತು ಹೊಸ ಸಂದೇಶಗಳನ್ನು ಸ್ವೀಕರಿಸಿದರೆ ಮಾತ್ರ ಇನ್‌ಬಾಕ್ಸ್‌ನಲ್ಲಿ ಕಾಣಿಸುತ್ತದೆ.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "ಆರ್ಕೈವ್ ಮಾಡಿ",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "ಈ ಸಂದೇಶವನ್ನು ಅಳಿಸಲಾಗಿದೆ.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "ತೋರಿಸು",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "ಸ್ಟಿಕ್ಕರ್ ಪ್ಯಾಕ್ ಅನ್ನು ಇನ್‌ಸ್ಟಾಲ್ ಮಾಡಲಾಗದು",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "ವೀಡಿಯೊ ಟಾಗಲ್ ಅನ್ನು ಆನ್ ಮತ್ತು ಆಫ್ ಮಾಡಿ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ಆಡಿಯೊ ಕಾಲ್‌ ಆರಂಭಿಸಿ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "ವೀಡಿಯೊ ಕರೆ ಆರಂಭಿಸಿ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "ಕರೆ ನಿರಾಕರಿಸಿ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "ಕರೆ ಅಂತ್ಯಗೊಳಿಸಿ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "ಪಾಪ್ಅಪ್‌ ಮುಚ್ಚಿ",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "ಕಸ್ಟಮ್ ಸಮಯ",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "ಕಸ್ಟಮ್ ಸಮಯ",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "ಉತ್ತರಿಸಿ",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "ಮ್ಯೂಟ್ ಮಾಡಿ",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "ಅನ್‌ಮ್ಯೂಟ್ ಮಾಡಿ",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "이 대화들은 보관 처리되었으며 새 메시지를 받을 때에만 받은 메시지에 표시됩니다.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "보관",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "본 메세지는 삭제되었습니다.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "보기",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "스티커 팩을 설치할 수 없음",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -2916,7 +3016,7 @@
"description": "Appears on the cancel button in confirmation dialogs."
},
"MessageBody--read-more": {
"message": "Read more",
"message": "더 읽기",
"description": "When a message is too long this is the affordance to expand the message"
},
"Message--unsupported-message": {
@ -3175,6 +3275,30 @@
"message": "토글 비디오 끄거나 켜기",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "음성 통화 시작",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "화상 통화 시작",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "전화 거절",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "전화 종료",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "팝업 닫기",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "해당 그룹에 메시지를 전송할 수 없습니다.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "해당 사용자는 Signal을 업그레이드할 때까지 그룹에 추가할 수 없습니다.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "그룹의 관리자만 통화를 시작할 수 있습니다.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -4154,7 +4274,7 @@
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--link-forbidden": {
"message": "You can't join this group via the group link because an admin removed you.",
"message": "관리자가 당신을 차단했기 때문에 그룹 링크를 통해 그룹에 참가할 수 없습니다.",
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--prompt-with-approval": {
@ -5486,11 +5606,11 @@
"description": "Generic next label"
},
"BadgeDialog__become-a-sustainer-button": {
"message": "Become a Sustainer",
"message": "후원자가 되세요",
"description": "In the badge dialog. This button is shown under sustainer badges, taking users to some instructions"
},
"BadgeSustainerInstructions__header": {
"message": "Become a Sustainer",
"message": "후원자가 되세요",
"description": "In the instructions for becoming a sustainer. The heading."
},
"BadgeSustainerInstructions__subheader": {
@ -5892,11 +6012,11 @@
"description": "Information shown below the invite list"
},
"PendingRequests--block--button": {
"message": "Block request",
"message": "요청이 차단되었습니다.",
"description": "Shown in timeline if users cancel their request to join a group via a group link"
},
"PendingRequests--block--title": {
"message": "Block request?",
"message": "요청을 차단하시겠어요?",
"description": "Title of dialog to block a user from requesting to join via the link again"
},
"PendingRequests--block--contents": {
@ -6353,6 +6473,14 @@
"message": "사용자 지정 시간",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "사용자 지정 시간",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6912,7 +7058,7 @@
"description": "Performs the crop"
},
"MyStories__title": {
"message": "My Stories",
"message": "내 스토리",
"description": "Title for the my stories list"
},
"MyStories__story": {
@ -6976,13 +7122,17 @@
"description": "Title for the stories list"
},
"Stories__mine": {
"message": "My Stories",
"message": "내 스토리",
"description": "Label for your stories"
},
"Stories__add": {
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "일시 정지",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "재생",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "답장",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "알림 끄기",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "알림 켜기",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "Ev axiftin hatin arşîvkirin û heke peyamên nû werin stendin ew ê tenê di Hatdankê de xuya bibin.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Arşîv",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "Ev peyam hat jêbirin.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Nîşan bide",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Pakêta stîkeran nehate sazkirin",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Vîdyoyê veke/bigire",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Start audio call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Start video call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Gerînê bi dawî bike",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Pencereya veqetok bigire",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Custom time",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Custom Time",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Rawestîne",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Lêxe",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Bibersivîne",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Bêdeng",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Bideng bike",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "ການສົນທະນານີ້ ໄດ້ເກັບໄວ້ ແລະ ຈະໄດ້ປະກົດຂື້ນ ຢູ່ໄນອີນບັອກເທົ່ານັ້ນ ຖ້າມີຂໍ້ຄວາມໄໝ່ ທີໄດ້ຮັບ.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "ເກັບໄວ້ເບືອງຫລັງ",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "ຂໍ້ຄວາມນີ້ຖືກລົບແລ້ວ",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "ເບີງ",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "ບໍສາມາດຕິດຕັ້ງ ຊອງສະຕິກເກີໄດ້",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "ປິດເປິດ ວິດີໂອ ແລະ ປິດ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Start audio call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Start video call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "End call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "ປິດການເດັ້ງຂື້ນ",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Custom time",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Custom Time",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Reply",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Mute",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "ບໍ່ປິດສຽງ",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "Ši žinutė buvo ištrinta.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Norėdami peržiūrėti šią žinutę, atverkite ją mobiliajame įrenginyje",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Dovana",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Norėdami atverti dovaną, patikrinkite savo telefoną",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Norėdami pamatyti dovaną, patikrinkite savo telefoną",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Jūs gavote dovaną",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Jūs atsiėmėte dovanos ženkliuką",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Jūs išsiuntėte dovanos ženkliuką",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Dovanos ženkliukas",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Dovana",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Liko dienų: $days$",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Liko valandų: $hours$",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Liko minučių: $minutes$",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Liko 1 minutė",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Nebegalioja",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Rodyti",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Atsiimtas",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Ačiū už jūsų palaikymą!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Jūs padovanojote ženkliuką naudotojui $name$. Kai naudotojas jį priims, jam bus leista pasirinkti ar rodyti, ar slėpti ženkliuką.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Nepavyko įdiegti lipdukų paketo",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Perjungti vaizdą",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Atsiliepti su vaizdu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Atsiliepti su garsu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Pradėti garso skambutį",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Pradėti vaizdo skambutį",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Atmesti skambutį",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Baigti skambutį",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Užverti iškylantįjį langą",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Jūs negalite siųsti žinučių į tą grupę.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Šie žmonės negali būti pridėti į grupę tol, kol neatnaujins Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Tik grupės administratoriai gali pradėti skambutį.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pristabdyti",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Groti",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Atsakyti",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Rašykite atsakymą...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Atsakyti grupei",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Išjungti pranešimus",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Įjungti pranešimus",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Atsakymų kol kas nėra",
@ -7099,6 +7231,32 @@
"message": "Aplankyti tinklalapį",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Istorija",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Sureagavo į istoriją, kurią paskelbė $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Sureagavo į jūsų istoriją",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Sureagavo į istoriją",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Daugiau nebeprieinama",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Kas naujo",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Ziņojums ir izdzēsts.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Dāvana",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Jūs saņēmāt dāvanu",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Jūs izpirkāt dāvanas nozīmīti",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Dāvana",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Beidzies termiņš",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Skatīt",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Izpirkts",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Paldies par jūsu atbalstu!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Uzlīmju komplektu nevarēja instalēt",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Ieslēgt un izslēgt video",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Sākt audiozvanu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Sākt videozvanu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Noraidīt zvanu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Beigt zvanu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Aizvērt uznirstošo elementu",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Jūs nevarat sūtīt ziņas uz šo grupu.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Šos cilvēkus nevar pievienot grupai, kamēr viņi nav veikuši lietotnes Signal jaunināšanu.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Sākt zvanu var tikai šīs grupas administratori.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Atbildēt",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Izslēgt",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Ieslēgt",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Vēl nav atbilžu",
@ -7099,6 +7231,32 @@
"message": "Apmeklēt saiti",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reaģēja uz jūsu stāstu",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reaģēja uz stāstu",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Vairs nav pieejams",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Оваа порака беше избришана.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Подарок",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Добивте подарок",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Искористивте подарок беџ.",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Подарок",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Истечен",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Прегледај",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Ви благодариме за Вашата поддршка!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Пакетот со стикер не може да се инсталира",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Вклучи/исклучи видео",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Започни аудио повик",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Започни видео повик",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Одбиј повик",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Заврши повик",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Затвори скокачки прозорец",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Паузирај",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Пушти",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Одговори",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Исклучи известувања",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Вклучи ",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Сè уште нема одговори",
@ -7099,6 +7231,32 @@
"message": "Посети го линкот",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Реагираше на Вашата приказна",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Реагираше на приказна",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Повеќе не е достапна",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "ഈ സന്ദേശം ഇല്ലാതാക്കി.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "കാണുക",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "നിങ്ങളുടെ പിന്തുണയ്ക്ക് നന്ദി!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "സ്റ്റിക്കർ പായ്ക്ക് ഇൻസ്റ്റാൾ ചെയ്യാൻ കഴിഞ്ഞില്ല",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "വീഡിയോ ഓൺ, ഓഫ് എന്നിവ ടോഗിൾ ചെയ്യുക",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ഓഡിയോ കോൾ ആരംഭിക്കുക",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "വീഡിയോ കോൾ ആരംഭിക്കുക",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "കോൾ നിരസിക്കുക",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "കോൾ അവസാനിപ്പിക്കൂ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "പോപ്പ്അപ്പ് അടയ്ക്കുക",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "നിങ്ങൾക്ക് ആ ഗ്രൂപ്പിലേക്ക് സന്ദേശങ്ങള്‍ അയയ്ക്കാൻ കഴിയില്ല.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Signal അപ്‌ഗ്രേഡ് ചെയ്യുന്നതുവരെ ഈ ആളുകളെ ഗ്രൂപ്പിൽ ചേർക്കാനാവില്ല.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "ഗ്രൂപ്പിന്റെ അഡ്മിൻമാർക്ക് മാത്രമേ ഒരു കോൾ ആരംഭിക്കാൻ കഴിയൂ.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7013,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7035,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "മറുപടി",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "നിശബ്ദമാക്കുക",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "ശബ്‌ദിപ്പിക്കുക",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7063,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7087,6 +7231,32 @@
"message": "ലിങ്ക് സന്ദർശിക്കുക",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7095,22 +7265,6 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"

View File

@ -221,6 +221,10 @@
"message": "ही संभाषणे आर्काईव्हे केलेले आहेत आणि इनबॉक्स मध्ये फक्त नवीन संदेश प्राप्त झाल्यास दिसतील.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "आर्काइव्ह",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -416,7 +420,7 @@
"description": "Shown on confirmation dialog when user attempts to send a message"
},
"safetyNumberChangeDialog__pending-messages": {
"message": "Send pending messages",
"message": "प्रलंबित संदेश पाठवा",
"description": "Shown on confirmation dialog when user attempts to send a message in the outbox"
},
"identityKeyErrorOnSend": {
@ -832,11 +836,11 @@
"description": "Shown to separate the types of search results"
},
"findByUsernameHeader": {
"message": "Find by username",
"message": "वापरकर्ता नावाने शोधा",
"description": "Shown when search could be a valid username, with one sub-item that will kick off the search"
},
"findByPhoneNumberHeader": {
"message": "Find by phone number",
"message": "फोन नंबरद्वारे शोधा",
"description": "Shown when search could be a valid phone number, with one sub-item that will kick off the search"
},
"at-username": {
@ -2753,6 +2757,102 @@
"message": "हा संदेश हटविला गेला.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "भेट",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "आपल्याला भेट मिळाली",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "आपण एक भेट बॅज रिडीम केला",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "भेट",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "बघा",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "रिडीम केले ",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "आपल्या समर्थनासाठी धन्यवाद !",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "स्टिकर पॅक स्थापित करू शकले नाही",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "व्हिडिओ चालू आणि बंद करणे टॉगल करा",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ऑडिओ कॉल चालू करा",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "व्हिडिओ कॉल चालू करा",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "नकार द्या",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "कॉल संपवा",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "पॉपअप बंद करा",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "आपण त्या गटात संदेश पाठवू शकत नाही.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "ते जोपर्यंत Signal श्रेणीसुधारणा करत नाही तोपर्यंत हे लोक गटात जोडले जाऊ शकत नाहीत.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "फक्त गटाचे प्रशासक कॉल चालू करू शकतात.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "कस्टम वेळ",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "कस्टम वेळ",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "कृपया हाताने/मॅन्युअली बंद करा आणि पुढे चालू ठेवण्यासाठी पुन्हा प्रयत्न/रिट्राय वर क्लिक करा",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "स्टोरी जोडा",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "प्रत्युत्तर द्या",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "म्यूट करा",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "अनम्यूट करा",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "अद्याप कोणतीही प्रत्युत्तरे नाहीत",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,12 +7203,16 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
},
"StoryListItem__go-to-chat": {
"message": "Go to chat",
"message": "चॅटवर जा",
"description": "Label for menu item to go to conversation"
},
"StoryListItem__hide-modal--body": {
@ -7057,6 +7231,32 @@
"message": "लिंकला भेट द्या",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "स्टोरीला प्रतिक्रिया दिली",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "आता उपलब्ध नाही",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "नवीन काय आहे",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "Signal निर्विघ्नपणे चालत ठेवण्यासाठी या आवृत्तीत अनेक लहान समन्वय आणि त्रुटी दुरुस्त्या समाविष्ट आहेत",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "Perbualan ini diarkibkan dan hanya akan muncul dalam Peti Masuk jika mesej baru diterima.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Arkib",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "Mesej ini telah dipadam.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Lihat",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Terima kasih di atas sokongan anda!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Pek pelekat tidak dapat dipasang",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Togol hidupkan dan matikan video",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Mulakan panggilan audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Mulakan panggilan video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Tolak panggilan",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Tamatkan panggilan",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Tutup Tetingkap Timbul",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "Anda tidak boleh menghantar mesej ke kumpulan itu.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Orang ini tidak dapat ditambah ke kumpulan sehingga mereka menaiktarafkan Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Hanya pentadbir kumpulan yang boleh memulakan panggilan.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Masa tersuai",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Masa Tersuai",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Sila tutup secara manual dan klik Cuba Semula untuk meneruskan.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Balas",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Redamkan",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Nyahredam",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Perkara Baharu",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "Versi ini mengandungi sedikit tweak kecil dan pembetulan pepijat untuk memastikan Signal berjalan dengan lancar.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "Disse samtalene er arkiverte og vil dukke opp igjen i innboksen om de får nye meldinger.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Arkiver",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "Denne meldingen ble slettet.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Vis",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Takk for støtten!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Klistremerkepakke kunne ikke installeres",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Skru video av og på",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Start audio call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Start video call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Avslutt samtale",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Close Popup",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Selvvalgt tid",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Selvvalgt tid",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Spill",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Svar",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Demping",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Slå lyd på",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -880,7 +880,7 @@
"description": "Used as the 'title' attribute for the typing animation"
},
"contactInAddressBook": {
"message": "Deze persoon staat in je contactenlijst",
"message": "Deze persoon staat ook in de systeemcontactenlijst van je telefoon.",
"description": "Description of icon denoting that contact is from your address book"
},
"contactAvatarAlt": {
@ -1294,7 +1294,7 @@
"description": "Shown on explainer dialog available from delivery issue timeline events"
},
"DeliveryIssue--summary": {
"message": "Een bericht, media, sticker, emoji-reactie, of een bevestiging dat een bericht gelezen is van $sender$ kan niet aan jou worden afgeleverd. Het kan zijn dat hij of zij iets probeerde naar je te verzenden in een één-op-één gesprek of in een groepsgesprek.",
"message": "Een bericht, media, sticker, emoji-reactie, of een bevestiging dat een bericht gelezen is van $sender$ kan niet aan jou worden afgeleverd. Het kan zijn dat hij of zij iets probeerde naar je te verzenden in een één-op-één-gesprek of in een groepsgesprek.",
"description": "Shown on explainer dialog available from delivery issue timeline events in 1:1 conversations",
"placeholders": {
"name": {
@ -2757,6 +2757,102 @@
"message": "Dit bericht is gewist.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Bekijk dit bericht op je mobiele telefoon om deze te openen",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Cadeau",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Je kunt dit cadeau openen in de Signal-app op je mobiele telefoon",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Je kunt dit cadeau bekijken in de Signal-app op je mobiele telefoon",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Je hebt een cadeau ontvangen",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Je hebt een cadeau-badge in ontvangst genomen",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Je hebt een cadeau-badge verzonden",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Cadeau-badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Cadeau",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ dagen resterend",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ uur resterend",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minuten resterend",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minuut resterend",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Verlopen",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Weergeven",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "In ontvangst genomen",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Bedankt voor je steun!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Je hebt een badge cadeau gedaan aan $name$. Als hij of zij de badge in ontvangt neemt dan kan hij of zij kiezen of hij of zij die wil weergeven op zijn of haar profiel.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Stickerpakket kon niet worden geïnstalleerd",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Camera aan- of uitzetten",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Oproep aanvaarden met camera aan",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Oproep aanvaarden alleen geluid",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Audio-oproep beginnen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Video-oproep beginnen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Oproep afwijzen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Oproep beëindigen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Verschijning sluiten",
"description": "Used as alt text for any button closing a popup"
@ -3534,7 +3654,7 @@
}
},
"MessageRequests--block-direct-confirm-body": {
"message": "Geblokkeerde personen kunnen niet zien dat ze geblokkeerd zijn: het lijkt voor hen alsof je telefoon over gaat en alsof berichten worden afgeleverd.\nJe huidige profielnaam en -foto blijven voor geblokkeerde personen zichtbaar maar worden ze niet bijgewerkt als je een nieuwe foto of naam instelt.\nIn groepen zullen jouw berichten niet zichtbaar zijn voor personen die je hebt geblokkeerd.",
"message": "Geblokkeerde personen kunnen niet zien dat ze geblokkeerd zijn: het lijkt voor hen alsof je telefoon over gaat en alsof berichten worden afgeleverd.\nJe huidige profielnaam en -foto blijven voor geblokkeerde personen zichtbaar maar worden ze niet bijgewerkt als je een nieuwe foto of naam instelt.\nGeblokkeerde personen kunnen in groepsgesprekken de berichten die jij stuurt niet zien.",
"description": "Shown as the body in the confirmation modal for blocking a private message request"
},
"MessageRequests--block-group-confirm-title": {
@ -4109,10 +4229,6 @@
"message": "Je kunt naar die groep geen berichten doorsturen.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Deze personen kunnen niet aan de groep worden toegevoegd totdat ze hun Signal-app hebben bijgewerkt.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Alleen beheerders van deze groep kunnen een groepsoproep beginnen.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -5510,7 +5626,7 @@
"description": "In the instructions for becoming a sustainer. Second instruction."
},
"BadgeSustainerInstructions__instructions__3": {
"message": "Tik op Help Signal mogelijk maken",
"message": "Tik op Aan Signal doneren en kies op welke manier je wilt bijdragen",
"description": "In the instructions for becoming a sustainer. Third instruction."
},
"CompositionArea--expand": {
@ -6698,7 +6814,7 @@
"description": "Label for changing the zoom level"
},
"Preferences__link-previews--title": {
"message": "Voorbeeldafbeeldingen genereren",
"message": "Voorbeeld van website meesturen",
"description": "Title for the generate link previews setting"
},
"Preferences__link-previews--description": {
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pauzeren",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Afspelen",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Reageren",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Typ een reactie …",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Naar de groep reageren",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Micro­foon dempen",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Meldingen niet langer dempen",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Nog geen reacties",
@ -7099,6 +7231,32 @@
"message": "Verwijzing volgen",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Verhaal",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reageerde op een verhaal van $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reageerde op je verhaal",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reageerde op een verhaal",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Niet langer beschikbaar",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "wat er nieuw is",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Meldinga er sletta.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gåve",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Du fekk ei gåve",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Du løyste inn eit gåvemerke",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gåve",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Utgått",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Vis",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Løyst inn",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Takk for støtta!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Klarte ikkje å opna pakka med klistremerke",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Slå video av og på",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Start lydsamtale",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Start videosamtale",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Avslå anrop",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Avslutt samtale",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Lukk sprettoppvindauge",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Du kan ikkje senda meldingar til den gruppa.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Desse personane kan ikkje bli med i gruppa før dei oppgraderer Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Berre gruppeadministratorar kan starta ein samtale.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Spel",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Svar",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Demp",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Ikkje demp",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ingen svar enno",
@ -7099,6 +7231,32 @@
"message": "Følgj lenka",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagerte på historia di",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagerte på ei historie",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Ikkje lenger tilgjengeleg",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Kva er nytt",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "These conversations are archived and will only appear in the Inbox if new messages are received.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Archive",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -460,21 +464,25 @@
"description": "Shown in conversation banner when more than one group member's safety number has changed, but they were previously verified."
},
"debugLogExplanation": {
"message": "This log will be posted publicly online for contributors to view. You may download the full log before submitting.",
"description": ""
"message": "When you click Submit, your log will be posted online for 30 days at a unique, unpublished URL. You may Save it locally first.",
"description": "Description of what will happen with your debug log"
},
"debugLogError": {
"message": "Something went wrong with the upload! Please email support@signal.org and attach your log as a text file.",
"description": ""
"description": "Error message a recommendations if debug log upload fails"
},
"debugLogSuccess": {
"message": "Debug log submitted",
"description": "Title of the success page for submitting a debug log"
},
"debugLogSuccessNextSteps": {
"message": "Debug log uploaded. When you contact support, copy the link below and attach it along with a description of the problem you saw and steps to reproduce it.",
"message": "Debug log uploaded. When you contact support, copy the URL below and attach it along with a description of the problem you saw and steps to reproduce it.",
"description": "Explanation of next steps to take when submitting debug log"
},
"debugLogLogIsIncomplete": {
"message": "... to see the full log, click Save",
"description": "Shown as the text for the copy button on the debug log screen"
},
"debugLogCopy": {
"message": "Copy Link",
"description": "Shown as the text for the copy button on the debug log screen"
@ -828,8 +836,12 @@
"description": "Shown to separate the types of search results"
},
"findByUsernameHeader": {
"message": "Find by Username",
"description": "Shown to separate the types of search results"
"message": "Find by username",
"description": "Shown when search could be a valid username, with one sub-item that will kick off the search"
},
"findByPhoneNumberHeader": {
"message": "Find by phone number",
"description": "Shown when search could be a valid phone number, with one sub-item that will kick off the search"
},
"at-username": {
"message": "@$username$",
@ -962,7 +974,7 @@
"description": "Confirmation dialog message for when the voice recording is interrupted due to app losing focus"
},
"voiceNoteLimit": {
"message": "Voice messages are limited to five minutes. Recording will stop if you switch to another app.",
"message": "Voice messages are limited to one hour. Recording will stop if you switch to another app.",
"description": "Shown in toast to warn user about limited time and that window must be in focus"
},
"voiceNoteMustBeOnlyAttachment": {
@ -1061,6 +1073,20 @@
}
}
},
"cannotUpdateRequireManualDetail": {
"message": "Signal couldn't update. Visit $url$ to install it manually. Then, $support$ about this problem",
"description": "Shown if a general error happened while trying to install update package and manual update is required",
"placeholders": {
"url": {
"content": "$2",
"example": "https://signal.org/download"
},
"support": {
"content": "$3",
"example": "contact support"
}
}
},
"readOnlyVolume": {
"message": "Signal Desktop is likely in a macOS quarantine, and will not be able to auto-update. Please try moving $app$ to $folder$ with Finder.",
"description": "Shown on MacOS if running on a read-only volume and we cannot update",
@ -2379,6 +2405,10 @@
"message": "Failed to fetch username. Check your connection and try again.",
"description": "Shown if request to Signal servers to find username fails"
},
"Toast--failed-to-fetch-phone-number": {
"message": "Failed to fetch phone number. Check your connection and try again.",
"description": "Shown if request to Signal servers to find phone number fails"
},
"startConversation--username-not-found": {
"message": "User not found. $atUsername$ is not a Signal user; make sure youve entered the complete username.",
"description": "Shown in dialog if username is not found. Note that 'username' will be the output of at-username",
@ -2389,6 +2419,26 @@
}
}
},
"startConversation--phone-number-not-found": {
"message": "User not found. \"$phoneNumber$\" is not a Signal user.",
"description": "Shown in dialog if phone number is not found.",
"placeholders": {
"phoneNumber": {
"content": "$1",
"example": "+1 203-123-4567"
}
}
},
"startConversation--phone-number-not-valid": {
"message": "User not found. \"$phoneNumber$\" is not a valid phone number.",
"description": "Shown in dialog if phone number is not valid.",
"placeholders": {
"phoneNumber": {
"content": "$1",
"example": "+1 203-123-4567"
}
}
},
"chooseGroupMembers__title": {
"message": "Choose members",
"description": "The title for the 'choose group members' left pane screen"
@ -2707,6 +2757,102 @@
"message": "This message was deleted.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Se",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Sticker pack could not be installed",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3129,6 +3275,30 @@
"message": "Toggle video on and off",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Start audio call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Start video call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "End call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Close Popup",
"description": "Used as alt text for any button closing a popup"
@ -4059,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -4103,6 +4269,14 @@
"message": "This group link is no longer valid.",
"description": "Shown if you click a group link and we can't get information about it"
},
"GroupV2--join--link-forbidden--title": {
"message": "Cant Join Group",
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--link-forbidden": {
"message": "You can't join this group via the group link because an admin removed you.",
"description": "Shown if you click a group link and you have been forbidden from joining via the link"
},
"GroupV2--join--prompt-with-approval": {
"message": "An admin of this group must approve your request before you can join this group. If approved, your name and photo will be shared with its members.",
"description": "Shown when you click on a group link to confirm, if it requires admin approval"
@ -5137,6 +5311,30 @@
}
}
},
"GroupV2--admin-approval-bounce--one": {
"message": "$joinerName$ requested and cancelled their request to join via the group link",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
"content": "$1",
"example": "Alice"
}
}
},
"GroupV2--admin-approval-bounce": {
"message": "$joinerName$ requested and cancelled $numberOfRequests$ requests to join via the group link",
"description": "Shown in timeline or conversation preview when v2 group changes",
"placeholders": {
"joinerName": {
"content": "$1",
"example": "Alice"
},
"numberOfRequests": {
"content": "$1",
"example": "3"
}
}
},
"GroupV2--group-link-add--disabled--you": {
"message": "You turned on the group link with admin approval disabled.",
"description": "Shown in timeline or conversation preview when v2 group changes"
@ -5713,6 +5911,16 @@
}
}
},
"PendingRequests--deny-for--with-link": {
"message": "Deny request from \"$name$\"? They will not be able to request to join via the group link again.",
"description": "This is the modal content when confirming denying a group request to join",
"placeholders": {
"name": {
"content": "$1",
"example": "Meowsy Purrington"
}
}
},
"PendingInvites--invites": {
"message": "Invited by you",
"description": "This is the title list of all invites"
@ -5803,6 +6011,28 @@
"message": "Details about people invited to this group arent shown until they join. Invitees will only see messages after they join the group.",
"description": "Information shown below the invite list"
},
"PendingRequests--block--button": {
"message": "Block request",
"description": "Shown in timeline if users cancel their request to join a group via a group link"
},
"PendingRequests--block--title": {
"message": "Block request?",
"description": "Title of dialog to block a user from requesting to join via the link again"
},
"PendingRequests--block--contents": {
"message": "$name$ will not be able to join or request to join this group via the group link. They can still be added to the group manually.",
"description": "Details of dialog to block a user from requesting to join via the link again",
"placeholders": {
"name": {
"content": "$1",
"example": "Annoying Person"
}
}
},
"PendingRequests--block--confirm": {
"message": "Block Request",
"description": "Confirmation button of dialog to block a user from requesting to join via the link again"
},
"AvatarInput--no-photo-label--group": {
"message": "Add a group photo",
"description": "The label for the avatar uploader when no group photo is selected"
@ -6095,6 +6325,16 @@
}
}
},
"RemoveGroupMemberConfirmation__description__with-link": {
"message": "Remove \"$name$\" from the group? They will not be able to rejoin via the group link.",
"description": "When confirming the removal of a group member, show this text in the dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Jane Doe"
}
}
},
"CaptchaDialog__title": {
"message": "Verify to continue messaging",
"description": "Header in the captcha dialog"
@ -6233,6 +6473,14 @@
"message": "Custom time",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Custom Time",
"description": "Title for the custom disappearing message timeout dialog"
@ -6679,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6863,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -6885,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Reply",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Mute",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Unmute",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -6913,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -6929,6 +7223,40 @@
"message": "Skjul",
"description": "Action button for the confirmation dialog to hide a story"
},
"StoryImage__error": {
"message": "Error displaying image",
"description": "aria-label for image errors"
},
"TextAttachment__preview__link": {
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -6937,32 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.34--1": {
"message": "Ever used Signal while on an unstable connection? You can worry no more - disappearing message timer changes and more will now be sent out once your Wi-Fi feels better again.",
"description": "Release notes for v5.34"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.35--1": {
"message": "A new update system has been introduced and folks should start seeing smaller updates with the next update.",
"description": "Release notes for v5.35"
},
"WhatsNew__v5.35--2": {
"message": "Applications that use media keys rejoice! Signal no longer has a hold on them.",
"description": "Release notes for v5.35"
},
"WhatsNew__v5.35--3": {
"message": "Better font support for our Japanese friends.",
"description": "Release notes for v5.35"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.36--3": {
"message": "Thanks to our volunteer translators, we've added support for Scottish Gaelic!",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "ਇਹ ਸੁਨੇਹਾ ਮਿਟਾਇਆ ਗਿਆ ਸੀ।",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "ਵੇਖੋ",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "ਸਟਿੱਕਰ ਪੈਕ ਸਥਾਪਤ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "ਵੀਡੀਓ ਆੱਨ ਅਤੇ ਆਫ਼ ਵਿੱਚ ਅਦਲਾ-ਬਦਲੀ ਕਰੋ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ਆਡੀਓ ਕਾਲ ਸ਼ੁਰੂ ਕਰੋ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "ਵੀਡੀਓ ਕਾਲ ਸ਼ੁਰੂ ਕਰੋ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "ਕਾਲ ਤੋਂ ਇਨਕਾਰ ਕਰੋ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "ਕਾਲ ਖਤਮ ਕਰੋ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "ਪੌਪਅੱਪ ਬੰਦ ਕਰੋ",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "ਤੁਸੀਂ ਉਸ ਗਰੁੱਪ ਵਿੱਚ ਸੁਨੇਹੇ ਨਹੀਂ ਭੇਜ ਸਕਦੇ।",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "ਜਦੋਂ ਤਕ ਇਹ ਲੋਕ Signal ਅੱਪਗ੍ਰੇਡ ਨਹੀਂ ਕਰ ਲੈਂਦੇ ਉਦੋਂ ਤਕ ਇਹਨਾਂ ਨੂੰ ਗਰੁੱਪ ਵਿੱਚ ਸ਼ਾਮਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ ਹੈ।",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "ਸਿਰਫ਼ ਗਰੁੱਪ ਦੇ ਐਡਮਿਨ ਹੀ ਕਾਲ ਸ਼ੁਰੂ ਕਰ ਸਕਦੇ ਹਨ।",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7013,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7035,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "ਰੋਕੋ",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "ਚਲਾਓ ",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "ਜਵਾਬ ਦਿਓ",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "ਚੁੱਪ",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "ਅਣ-ਮਿਊਟ ਕਰੋ",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7063,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7087,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "ਹੁਣ ਮੌਜੂਦ ਨਹੀਂ ਹੈ",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "ਨਵਾਂ ਕੀ ਹੈ",
"description": "Title for the whats new modal"
@ -7095,22 +7265,6 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"

View File

@ -2757,6 +2757,102 @@
"message": "Ta wiadomość została usunięta.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Otwórz tę wiadomość na telefonie",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Prezent",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Otwórz prezent na swoim telefonie",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Obejrzyj prezent na swoim telefonie",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Otrzymałeś(aś) prezent",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Odebrałeś(aś) podarowaną odznakę",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Wysłałeś(aś) odznakę w prezencie",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Podarowana odznaka.",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Prezent",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Pozostało $days$ dni",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Pozostało $hours$ godzin(y)",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Pozostało $minutes$ minut(y)",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Pozostała 1 minuta",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Wygasła",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Pokaż",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Odebrane",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Dziękujemy za Twoje wsparcie!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Wysłałeś(aś) odznakę do $name$. Gdy odbiorca ją przyjmie, będzie mieć możliwość wyświetlić lub ukryć swoją odznakę.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Nie można zainstalować pakietu naklejek",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Włącz/wyłącz wideo",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Przyjmij połączenie z obrazem wideo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Przyjmij połączenie z dźwiękiem",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Rozpocznij połączenie audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Rozpocznij połączenie wideo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Odrzuć połączenie",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Zakończ rozmowę",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Zamknij wyskakujące okienko",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Nie możesz wysyłać wiadomości w tej grupie.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Nie można dodać tych użytkowników do grupy, dopóki nie zaktualizują aplikacji Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Tylko administratorzy mogą rozpoczynać połączenia w tej grupie.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pauza",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Odtwórz",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Odpowiedz",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Napisz odpowiedź...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Odpowiedz grupie",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Wycisz",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Cofnij wyciszenie",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Brak odpowiedzi",
@ -7099,6 +7231,32 @@
"message": "Odwiedź link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Historia",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "$name$ zareagował(a) na historię",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Zareagowano na Twoją historię",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Zareagowano na historię",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Historia nie jest już dostępna",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Co nowego",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "دغه محاورې ارشیف شوي دي او یوازې هغه مهال به د لیدلو وړ وي کله چې نوي پیغامونه ورته راشي.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "ارشیف",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "دغه پیغام پاک شوی",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "ليدل",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "د سټیکر کڅوړه انسټال نشوه",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "د ویډیو روښانول او خاموشه کول",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "د اډیويي اړیکې نیولو پیلول",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "د ویډیويي اړیکې نیولو پیلول",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "د زنګ بندول",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": " د زنګ پای ته رسول",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "د پاپ اپ تړل",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "تاسې هغه ګروپ ته پیغامونه نه شئ لیږلای.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "دغه خلک تر هغه وخته پورې ګروپ کې نشي اضافه کېدای تر څو دوی خپل Signal اپګریډ نه کړي.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "یوازې د دغه ګروپ اډمینان کولای شي اړیکه پیل کړي.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "سفارشي وخت",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "سفارشي وخت",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "د مهرباني له مخې په مانول ډول یې وتړئ او د ادامې لپاره پر بیا هڅې باندې کلیک وکړئ.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "بیا پلي کول",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "صامت",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "بیرته خلاصول",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "څه شی نوي دي",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "دغه نسخه یو شمېر واړه کارونه او د بوګ جوړونې لري تر څو Signal په روانه توګه سره کار ورکړي.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "Essa mensagem foi excluída.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Abra esta mensagem no celular para vê-la",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Presente",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Veja seu telefone para abrir um presente",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Veja seu telefone para ver seu presente",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Você recebeu um presente",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Você resgatou um selo de presente",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Você enviou um selo de presente",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Selo de presente",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Presente",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ dias restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ horas restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutos restantes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minuto restante",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Perdeu a validade",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Exibir",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Resgatado",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Agradecemos por seu apoio!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Você deu um selo para $name$. Quando será aceito, a pessoa terá a opção de mostrar ou esconder este selo.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "O pacote de figurinhas não pôde ser instalado",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Ativar e desativar a câmera",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Aceitar chamada de vídeo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Aceitar chamada de voz",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Iniciar uma chamada de voz",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Iniciar uma chamada de vídeo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Recusar chamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Encerrar",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Fechar janela",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Você não pode enviar mensagens para esse grupo.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Essas pessoas não podem ser adicionadas ao grupo enquanto não atualizarem o Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Somente admins podem iniciar uma chamada nesse grupo.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pausar",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Tocar",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Responder",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Digitar uma resposta…",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Responder para o grupo",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Silenciar",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Ativar microfone",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ainda não há respostas",
@ -7099,6 +7231,32 @@
"message": "Abrir link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reagiu a um story de $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagiu ao seu story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagiu a um story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Não está mais disponível",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Novidades",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Esta mensagem foi eliminada.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Veja esta mensagem no dispositivo móvel para a abrir",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Oferta",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Veja o seu telemóvel para abrir a oferta",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Veja o seu telemóvel para ver a sua oferta",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Recebeu uma oferta",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Resgatou um crachá de oferta",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Enviou um crachá de oferta",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Crachá de oferta",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Oferta",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ dias remanescentes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ horas remanescentes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutos remanescentes",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minuto remanescente",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expirado(a)",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Ver",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Resgatado",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Obrigado pelo seu apoio!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Ofereceu um crachá a $name$. Quando ele aceitar, ser-lhe-á dada uma escolha para mostrar ou ocultar.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Não foi possível instalar o pacote de autocolantes",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Ativar/desativar o vídeo",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Aceitar chamada com vídeo",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Aceitar chamada com áudio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Iniciar chamada de áudio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Iniciar videochamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Rejeitar chamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Terminar chamada",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Fechar Popup",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Você não pode enviar mensagens para esse grupo.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Essas pessoas não podem ser adicionadas ao grupo até que façam o upgrade do Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Apenas os administradores de um grupo podem começar uma chamada.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pausar",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Reproduzir",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Responder",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Escreva uma resposta...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Responder ao 'Grupo'",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Silenciar",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Alertar",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ainda não existem respostas",
@ -7099,6 +7231,32 @@
"message": "Abrir link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "História",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reagiu a uma história de $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagiu à sua história",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagiu a uma história",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Já não se encontra disponível",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Novidades",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Acest mesaj a fost șters.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Vizualizează acest mesaj pe mobil pentru a-l deschide",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Cadou",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Verifică telefonul pentru a deschide cadoul",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Verifică telefonul pentru a vedea cadoul",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Ai primit un cadou",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Ai răscumpărat o insignă cadou",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Ai trimis o insignă cadou",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Insignă cadou",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Cadou",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Au mai rămas $days$ zile",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Au mai rămas $hours$ ore",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Au mai rămas $minutes$ minute",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "A mai rămas 1 minut",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expirat",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Vizualizare",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Revendicat",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Îți mulțumim pentru sprijin!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Ai dat cadou o insignă lui $name$. Când vor accepta, vor avea opțiunea de a afișa sau ascunde insigna.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Pachetul cu autocolante nu a putut fi instalat",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Comutare video activat și dezactivat",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Acceptă apelul cu video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Acceptă apelul cu audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Începe un apel audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Începe un apel video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Respinge apelul",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Închide apelul",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Închide fereastra",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Nu poți trimite mesaje acelui grup.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Aceste persoane nu pot fi adăugate la grup până nu actualizează Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Numai administratorii grupului pot iniția un apel.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pauză",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Redare",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Răspunde",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Scrie un răspuns...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Răspunde grupului",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Mut",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Microfon",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Niciun răspuns încă",
@ -7099,6 +7231,32 @@
"message": "Vezi linkul",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Poveste",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "A reacționat la povestea lui $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "A reacționat la povestea ta",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "A reacționat la poveste",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Nu mai este disponibilă",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Ce este nou",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Это сообщение было удалено.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Просмотрите это сообщение на своём телефоне, чтобы открыть его",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Подарок",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Просмотрите это сообщение на своём телефоне, чтобы открыть подарок",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Просмотрите это сообщение на своём телефоне, чтобы просмотреть свой подарок",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Вы получили подарок",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Вы приняли значок, полученный в подарок",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Вы отправили значок в подарок",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Значок в подарок",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Подарок",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Осталось $days$ дней",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Осталось $hours$ часов",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Осталось $minutes$ минут",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Осталась 1 минута",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Истёк",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Просмотреть",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Принят",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Спасибо за вашу поддержку!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Вы подарили $name$ значок. Когда получатель примет его, он сможет выбрать, показать или скрыть свой значок.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Не удалось установить набор стикеров",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Включить/отключить видео",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Принять звонок с видео",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Принять звонок с аудио",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Начать аудиозвонок",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Начать видеозвонок",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Отклонить звонок",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Завершить звонок",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Закрыть всплывающее окно",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Вы не можете отправлять сообщения в ту группу.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Эти люди не могут быть добавлены в группу, пока они не обновят Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Только администраторы этой группы могут начать звонок.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Приостановить",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Воспроизвести",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Ответить",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Введите ответ…",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Ответить группе",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Откл. звук",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Вкл. микрофон",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ещё нет ответов",
@ -7099,6 +7231,32 @@
"message": "Посетить ссылку",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "История",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Отреагировал(-а) на историю от $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Отреагировал(-а) на вашу историю",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Отреагировал(-а) на историю",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Больше не доступна",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Что нового",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Táto správa bola zmazaná.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Ak chcete túto správu otvoriť, zobrazte ju v mobile",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Dar",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Ak chcete otvoriť darček, skontrolujte svoj telefón",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Ak chcete zobraziť darček, skontrolujte svoj telefón",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Dostali ste darček",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Uplatnili ste darčekový odznak",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Poslali ste darčekový odznak",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Darčekový odznak",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Dar",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Ostáva ešte $days$ dní",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Ostáva ešte $hours$ hodín",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Ostáva ešte $minutes$ minút",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Zostáva 1 minúta",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Platnosť vypršala",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Zobraziť",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Uplatnené",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Ďakujem za tvoju podporu!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Darovali ste odznak $name$. Keď to prijme, dostane na výber, či svoj odznak ukáže, alebo skryje.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Nepodarilo sa nainštalovať balík nálepiek",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Zapnúť/Vypnúť video",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Prijať video hovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Prijať audio hovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Začať audiohovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Začať videohovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Odmietnuť hovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Ukončiť hovor",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Zatvoriť vyskakujúce okno",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Do tejto skupiny nemôžete posielať správy.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Tieto osoby nemožno pridať do skupiny, kým neaktualizujú Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Hovor môžu zahájiť iba správcovia skupiny.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pozastaviť",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Prehrať",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Odpovedať",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Napíšte odpoveď...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Odpovedať v skupine",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Stlmiť",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Zapnúť zvuky",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Zatiaľ žiadne odpovede",
@ -7099,6 +7231,32 @@
"message": "Navštívte odkaz",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Príbeh",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reagoval na príbeh od $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagoval na váš príbeh",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagoval na príbeh",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Už nie je k dispozícii",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Čo je nové",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Sporočilo je bilo izbrisano",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Odprite to sporočilo na mobilnem telefonu",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Darilo",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Odprite darilo na mobilnem telefonu",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Oglejte si darilo na mobilnem telefonu",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Prejeli ste darilo",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Vnovčili ste darilni bedž",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Poslali ste darilni bedž",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Darilni bedž",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Darilo",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "še $days$ dni",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "še $hours$ ur",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "še $minutes$ minut",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "še minuta",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Poteklo",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Prikaz",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Vnovčeno",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Hvala za vašo podporo!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Podarili ste bedž uporabniku_ci $name$. Ko potrdi prejem, bo lahko bedž prikazoval_a ali skril_a.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Paket nalepk ni mogel biti nameščen",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Vklop in izklop kamere",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Sprejmi video klic",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Sprejmi zvočni klic",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Začni zvočni klic",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Začni video klic",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Zavrni klic",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Zaključi klic",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Zapri obvestilo",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Tejskupini ne morete pošiljati sporočil.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Ti ljudje ne morejo biti dodani v skupino dokler ne nadgradijo Signala.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Samo skrbniki_ce skupine lahko začno klic.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pavza",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Predvajaj",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Odgovori",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Vnesi odgovor ...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Odgovori skupini",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Utišaj",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Prekini utišanje",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Brez odgovorov",
@ -7099,6 +7231,32 @@
"message": "Obišči povezavo",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Zgodba",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reakcija na zgodbo uporabnika_ce $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reakcije na zgodbo",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reakcija na zgodbo",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Ni več na voljo",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Kaj je novega",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Ky mesazh u fshi.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Shiheni këtë mesazh në celular, që ta hapni",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Dhuratë",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Shihni te telefoni juaj që ta hapni dhuratën",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Shihni te telefoni juaj për të parë dhuratën",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Morët një dhuratë",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Dërguat një stemë dhuratë",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Stemë Dhuratë",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Dhuratë",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Edhe $days$ ditë",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Edhe $hours$ orë",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Edhe $minutes$ minuta",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Edhe 1 minutë",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Ka skaduar",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Shihni",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Faleminderit për përkrahjen tuaj!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Dhuruat një stemë për $name$. Kur ta pranojë, do ti jepet mundësia ta shfaqë ose fshehë stemën e vet.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Paketa e ngjitësve su instalua dot",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Hapni dhe mbyllni videon",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Pranoni thirrje me video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Pranoni thirrje me audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Nisni thirrje audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Nisni thirrje video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Hidhe poshtë thirrjen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Përfundoje thirrjen",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Mbylleni flluskën",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Smund të dërgoni mesazhe në atë grup.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Këta persona smund të shtohen te grupi pa përmirësuar Signal-in.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Thirrje mund të nisin vetëm përgjegjësit e grupit.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Ndalesë",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Luaje",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Përgjigju",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Shtypni një përgjigje…",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Përgjigjuni Grupit",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Heshtoji",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Çheshtoji",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ende pa përgjigje",
@ -7099,6 +7231,32 @@
"message": "Vizitoni lidhjen",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Histori",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reagoi ndaj një historie prej $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagoi ndaj historisë tuaj",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagoi te një histori",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Smund të kihet më",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": ka të Re",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Ова порука је избрисана.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Погледајте ову поруку на мобилном телефону да бисте је отворили",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Поклон",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Проверите свој телефон да бисте отворили поклон",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Проверите свој телефон да бисте видели поклон",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Добили сте поклон",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Искористили сте поклон значку",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Послали сте поклон ознаку",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Поклон ознака",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Поклон",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Остало $hours$ сада",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Остало $minutes$ минута",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Остало 1 минут",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Истекло",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Приказ",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Откупљено",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Хвала вам на подршци!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Пакет налепница не може да се инсталира",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Пребаци искључивање видеа",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Прихватите позив са видеом",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Прихватите позив са аудиом",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Започните гласовни позив",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Започните видео позив",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Одбиј позив",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Заврши позив",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Затвори прозорче",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Не можете да шаљете поруке тој групи.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Ове особе не могу бити додати у групу док не ажурирају Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Само админи групе могу започети позив.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Паузирај",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Пусти",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Одговори",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Унесите одговор...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Одговорити групи",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Утишај",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Обавести",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Без одговора",
@ -7099,6 +7231,32 @@
"message": "Посетите везу",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Прича",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Реаговано на причу од $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Реаговано на причу",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Реакција на причу",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Није више доступно",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Шта ново",
"description": "Title for the whats new modal"

View File

@ -2757,6 +2757,102 @@
"message": "Det här meddelandet togs bort.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Visa",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Tack för ditt stöd!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Klistermärkespaketet kan inte installeras",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Växla video på och av",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Starta ljudsamtal",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Starta videosamtal",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Avfärda samtal",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Avsluta samtal",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Stäng popup",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Du kan inte skicka meddelanden till den gruppen.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Dessa personer kan inte läggas till i gruppen förrän de uppgraderar Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Endast gruppadministratörer kan starta ett samtal.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Pausa",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Spela",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Svara",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Skriv ett svar...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Tysta",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Av-tysta",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Inga svar ännu",
@ -7099,6 +7231,32 @@
"message": "Besök länk",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Berättelse",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reagerade på din berättelse",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reagerade på en berättelse",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Inte längre tillgänglig",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Vad är nytt",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "Gumzo hizi zinajalidiwa na zitaonekana tu kwenye Kisanduku Pokezi kama ujumbe mpya unapokewa.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Jalada",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "Ujumbe huu umefutwa",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Tazama",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Pakiti ya vibandiko haikuweza kusimikwa",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Geuza video uiwashe na kuizima",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Piga simu ya video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Piga simu ya video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Mwisho wa simu",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Funga dukizo",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "Huwezi kutuma ujumbe kwenye kikundi hicho.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Watu hawa hawawezi kuongezwa kwenye kikundi hadi watakapoboresha Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Ni wasimamizi wa kikundi hicho pekee wanaoweza kuanzisha mazungumzo ya simu.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Wakati maalum",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Wakati wa Kawaida",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "pumzika",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "cheza",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Jibu",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Zima",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Washa ",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "இந்த உரையாடல்கள் காப்பகப்படுத்தப்பட்டுள்ளன, மேலும் புதிய செய்திகள் வந்தால் மட்டுமே இன்பாக்ஸில் தோன்றும்.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "காப்பகம்",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "இந்த செய்தி இருந்தது நீக்கப்பட்டது",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "காண்க",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "ஸ்டிக்கர் பேக் நிறுவ முடியவில்லை",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "நிலைமாற்று: காணொளி நிறுத்த மற்றும் இயக்க",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "தொடங்கு ஆடியோ அழைப்பு",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "தொடங்கு காணொளி அழைப்பு",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "அழைப்பை நிராகரி",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "அழைப்பை முடி ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Popup சாளரத்தை மூடு",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "உன்னால் முடியாது அனுப்பு அதற்கான செய்திகள் குழு.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "இவை மக்கள் இல் சேர்க்க முடியாது குழு அவர்கள் வரை மேம்படுத்தல் Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "மட்டும் நிர்வாகிகள் இன் குழு அழைப்பைத் தொடங்கலாம்.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "விருப்ப நேரம்",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "விருப்ப நேரம்",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "பதில்",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "முடக்கு",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "ஒலியடக்கை நீக்கு",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "ఈ సంభాషణలు భద్రపర్చబడ్డాయి మరియు క్రొత్త సందేశాలు వస్తే మాత్రమే ఇన్‌బాక్స్‌లో కనిపిస్తాయి.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "భద్రపరచు",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "ఈ సందేశం తొలగించబడింది.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "వీక్షణ",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "స్టిక్కర్ ప్యాక్ వ్యవస్థాపించబడలేదు",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "వీడియోను ఆన్ మరియు ఆఫ్ టోగుల్ చేయండి",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ఆడియో కాల్ ప్రారంభించండి",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "వీడియో కాల్ ప్రారంభించాలా",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "కాల్ ముగించండి",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "పాపప్ మూసివేయండి",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "అనుకూల సమయం",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "అనుకూల సమయం",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "నిలుపు",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "నడుపు",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "స్పంధించు",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "నిశబ్ధం",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "మ్యూట్ తీసివేయి",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "การสนทนาเหล่านี้ถูกเก็บถาวรและจะแสดงในกล่องขาเข้าต่อเมื่อมีข้อความใหม่เข้า",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "ที่เก็บถาวร",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "ข้อความนี้ถูกลบ",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "ดู",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "ไม่สามารถติดตั้งชุดสติกเกอร์ได้",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "ตัวเลือกเปิดและปิดวิดีโอ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "เริ่มโทรเสียง",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "เริ่มโทรวิดีโอ",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "วางสาย",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "ปิดป๊อปอัป",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "คุณไม่สามารถส่งข้อความไปยังกลุ่มนั้นได้",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "ไม่สามารถเพิ่มคนเหล่านี้ไปยังกลุ่มได้คนกว่าพวกเขาจะอัปเกรด Signal",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "เฉพาะผู้ดูแลของกลุ่มเท่านั้นที่จะเริ่มต้นการโทรได้",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "เวลากำหนดเอง",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "เวลากำหนดเอง",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "หยุดชั่วคราว",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "เล่น",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "ตอบกลับ",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "ปิดเสียง",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "เปิดเสียง",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "Bu ileti silindi.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Açmak için bu mesajı mobil cihazınızda görüntüleyin",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Hediye",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Hediyeyi açmak için telefonunuzu kontrol edin",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Hediyenizi görmek için telefonunuzu kontrol edin",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Bir hediye aldınız",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Bir hediye rozeti kullandınız",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Bir hediye rozeti gönderdiniz",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Hediye Rozeti",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Hediye",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ gün kaldı",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ saat kaldı",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ dakika kaldı",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 dakika kaldı",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Sona erdi",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Görüntüle",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Ödendi",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Desteğin için teşekkürler!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "$name$'ye bir rozet hediye ettiniz. Kabul ettiklerinde, rozetlerini gösterme veya gizleme seçeneği sunulur.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": ıkartma paketi yüklenemedi",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Görüntüyü kapatıp açma",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Görüntülü aramayı kabul et",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Sesli aramayı kabul et",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Sesli arama başlat",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Görüntülü arama başlat",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Aramayı reddet",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Aramayı sonlandır",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Açılır Pencereyi Kapat",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Bu gruba ileti gönderemezsiniz.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Bu kişiler Signal'i güncelleyene kadar gruba eklenemezler.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Yalnızca grup yöneticileri arama başlatabilir.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Durdur",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Oynat",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Cevapla",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Bir yanıt yaz...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Gruba Yanıtla",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Sessize al",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Sesi aç",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Henüz yanıt yok",
@ -7099,6 +7231,32 @@
"message": "Bağlantıyı ziyaret et",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Hikaye",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "$name$'dan bir hikayeye tepki verildi",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Hikayene tepki verildi",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Bir hikayeye tepki verildi",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Artık mevcut değil.",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Neler Yeni",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "بۇ سۆھبەتلەر ئارخىپلاشتۇرۇلدى، پەقەت يېڭى ئۇچۇر تاپشۇرۇۋالغاندا قوبۇللاش ساندۇقىدا كۆرۈنىدۇ.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "ئارخىپ",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "بۇ ئۇچۇر ئۆچۈرۈلگەن.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "كۆرسەت",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "چىراي ئىپادە بوغچىسىنى ئورنىتالمىدى",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "سىن ئوچۇق ياكى تاقاقنى ئالماشتۇر",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "ئۈن چاقىرىق باشلا",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "سىنلىق چاقىرىق باشلا",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "چاقىرىقنى رەت قىل",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "توختات",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "قاڭقىش كۆزنەكنى ياپ",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "ئىختىيارىچە ۋاقىت",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "ئىختىيارىچە ۋاقىت خاتىرىلىگۈچ",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "جاۋاب",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "ئۈنسىز",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "ئۈنلۈك",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "Це повідомлення було видалено.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "Переглянути це повідомлення на мобільному пристрої для відкриття подарунку",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Подарунок",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Перегляньте телефон для відкриття подарунку",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Перегляньте телефон для огляду вашого подарунка",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "Ви отримали подарунок",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "Ви придбали емблему у подарунок",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "Ви відправили емблему у подарунок",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Емблема у подарунок",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Подарунок",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "Залишилось днів $days$",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "Залишилось годин $hours$",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "Залишилось хвилин $minutes$",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "Залишилась 1 хвилина",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Строк дії закінчився",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Переглянути",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Придбано",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Дякуємо за вашу підтримку!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "Ви придбали емблему у подарунок $name$. Коли користувач її отримає, у нього буде можливість показувати чи приховати її.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Не вдалося встановити набір стікерів",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "Включити/відключити відео",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Прийняти виклик з відео",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Прийняти виклик з аудіо",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Почати аудіо дзвінок",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Почати відео дзвінок",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Відхилити виклик",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Завершити виклик",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Закрити спливаюче вікно",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "Ви не можете відправляти повідомлення в цю групу.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Ці люди не можуть бути додані до групи, поки вони не оновлять Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Лише адміністратори цієї групи можуть почати дзвінок.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "Пауза",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Відтворити",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Відповісти",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Відповісти...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Відповісти на історію групи",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Не сповіщати",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Сповіщати",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "Ще немає відповідей",
@ -7099,6 +7231,32 @@
"message": "Перейти за посиланням",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Історія",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Реакція на історію від $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Відреагували на вашу історію",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Реакції на історію",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "Більше недоступна",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Що нового",
"description": "Title for the whats new modal"

View File

@ -221,6 +221,10 @@
"message": "یہ بات چیت پوشیدہ ہوگئی ہیں اور اگر نئے پیغامات موصول ہوں گے تو تب ہی وہ اِن باکس میں ظاہر ہونگی۔",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "پوشیدہ خانہ",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "یہ پیغام حذف کردیا گیا تھا۔",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "دیکھیں",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "آپ کی حمایت کا شکریہ",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "اسٹیکر پیک انسٹال نہیں ہو سکتا",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "ٹوگل ویڈیو آن اور آف",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "آڈیو کال شروع کریں",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "ویڈیو کال شروع کریں",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "کال ختم کریں",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "پاپ اپ بند کریں",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "آپ اس گروپ کو پیغامات نہیں بھیج سکتے۔",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "جب تک وہ Signal کو اپ گریڈ نہیں کرتے ہیں ان لوگوں کو گروپ میں شامل نہیں کیا جاسکتا۔",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "صرف گروپ کے ایڈمن کال شروع کرسکتے ہیں۔",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "کسٹم ٹائم",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "کسٹم ٹائم",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Pause",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Play",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "جواب دیں",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "خاموش",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "غیر خاموش",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "Các cuộc trò chuyện này được lưu trữ và chỉ xuất hiện trong Hộp thư đến nếu nhận được tin nhắn mới.",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "Lưu trữ",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "Tin nhắn này đã bị xóa.",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "Xem",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Cảm ơn bạn đã đống góp!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "Không thể cài đặt gói nhãn dán",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "Chuyển đổi bật tắt video ",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "Bắt đầu cuộc gọi âm thanh",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "Bắt đầu cuộc gọi video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Từ chối cuộc gọi",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "Kết thúc cuộc gọi",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "Đóng cửa sổ popup",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "Bạn không thể gửi tin nhắn cho nhóm đó.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "Những người này không thể được thêm vào nhóm cho đến khi họ nâng cấp Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Chỉ quản trị viên của nhóm mới có thể bắt đầu cuộc gọi.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "Thời gian tuỳ chỉnh",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "Thời gian Tuỳ chỉnh",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Vui lòng đóng nó theo cách thủ công và nhấp vào Thử lại để tiếp tục.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Ứng dụng bị trở ngại",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "Tạm ngưng",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "Chạy",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "Trả lời",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "Tắt tiếng",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "Bỏ tắt tiếng",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "Có gì mới",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "Phiên bản này có một số chỉnh sửa nhỏ và sửa lỗi để giữ cho Signal hoạt động mượt mà.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -221,6 +221,10 @@
"message": "这些对话已被归档,仅当有新消息到达时,它们才会重新出现在收件箱中。",
"description": "Shown at the top of the archived conversations list in the left pane"
},
"noArchivedConversations": {
"message": "No archived conversations.",
"description": "Shown at the top of the archived conversations list in the left pane if there is no any archived conversation"
},
"archiveConversation": {
"message": "存档",
"description": "Shown in menu for conversation, and moves conversation out of main conversation list"
@ -2753,6 +2757,102 @@
"message": "消息已删除。",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "View this message on mobile to open it",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "Gift",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "Check your phone to open gift",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "Check your phone to view your gift",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "You received a gift",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "You redeemed a gift badge",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "You sent a gift badge",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "Gift Badge",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "Gift",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "$days$ days remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "$hours$ hours remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "$minutes$ minutes remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "1 minute remaining",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "Expired",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "查看",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "Redeemed",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "Thanks for your support!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "You've gifted a badge to $name$. When they accept, they'll be given a choice to show or hide their badge.",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "无法安装表情包",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3175,6 +3275,30 @@
"message": "切换视频开关",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "Accept call with video",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "Accept call with audio",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "发起语音通话",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "发起视频通话",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "Decline call",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "结束呼叫",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "关闭弹出窗口",
"description": "Used as alt text for any button closing a popup"
@ -4105,10 +4229,6 @@
"message": "You cannot send messages to that group.",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "These people cannot be added to the group until they upgrade Signal.",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "Only admins of the group can start a call.",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -6353,6 +6473,14 @@
"message": "自定义时间",
"description": "Text for an option in Conversation Details Disappearing Messages setting when user previously selected custom time"
},
"DisappearingTimeDialog__label--value": {
"message": "Number",
"description": "aria-label for the number select box"
},
"DisappearingTimeDialog__label--units": {
"message": "Unit of time",
"description": "aria-label for the units of time select box"
},
"DisappearingTimeDialog__title": {
"message": "自定义时间",
"description": "Title for the custom disappearing message timeout dialog"
@ -6799,6 +6927,24 @@
"message": "Please close it manually and click Retry to continue.",
"description": "Second line of the dialog displayed when Windows installer can't close application automatically and needs user intervention to complete the installation."
},
"NSIS__appRunning": {
"message": "$appName$ is running.\nClick OK to close it.\nIf it doesn't close, try closing it manually.",
"description": "The contents of a dialog displayed when Windows installer detect that the application is running and asks user to close it. Note: please keep the line breaks so that the text occupies three separate lines",
"placeholders": {
"appName": {
"content": "$1",
"example": "Signal"
}
}
},
"NSIS__decompressionFailed": {
"message": "Failed to decompress files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot decompress application files"
},
"NSIS__uninstallFailed": {
"message": "Failed to uninstall old application files. Please try running the installer again.",
"description": "Displayed when Windows installer cannot uninstall the old application"
},
"CrashReportDialog__title": {
"message": "Application crashed",
"description": "A title of the dialog displayed when starting an application after a recent crash"
@ -6983,6 +7129,10 @@
"message": "Add a story",
"description": "Description hint to add a story"
},
"Stories__hidden-stories": {
"message": "Hidden stories",
"description": "Button label to go to hidden stories pane"
},
"Stories__list-empty": {
"message": "No recent stories to show right now",
"description": "Description for when there are no stories to show"
@ -7005,13 +7155,33 @@
}
}
},
"StoryViewer__pause": {
"message": "暂停",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "播放",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "回复",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "Type a reply...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "Reply to Group",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "静音",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "取消静音",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "No replies yet",
"description": "Placeholder text for when there are no replies"
},
"StoryViewsNRepliesModal__tab--views": {
"message": "Views",
@ -7033,6 +7203,10 @@
"message": "Story",
"description": "aria-label for the story list button"
},
"StoryListItem__unhide": {
"message": "Show stories",
"description": "Label for menu item to un-hide the story"
},
"StoryListItem__hide": {
"message": "Hide story",
"description": "Label for menu item to hide the story"
@ -7057,6 +7231,32 @@
"message": "Visit link",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "Story",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "Reacted to a story from $name$",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "Reacted to your story",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "Reacted to a story",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "No longer available",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "What's New",
"description": "Title for the whats new modal"
@ -7065,28 +7265,22 @@
"message": "This version contains a number of small tweaks and bug fixes to keep Signal running smoothly.",
"description": "Release notes for releases that only include bug fixes"
},
"WhatsNew__v5.36--1": {
"message": "Quickly scanning that group chat? There's more room for more messages on the screen at once. We now group sender's messages together if they're close together in time.",
"description": "Release notes for v5.36"
"WhatsNew__v5.40--1": {
"message": "Bug fixes including a fix to an issue that would sometimes make it difficult to click on menus. ",
"description": "Release notes for v5.40"
},
"WhatsNew__v5.36--2": {
"message": "When you perform a Delete for Everyone you'll now see a progress spinner letting you know whether it's been successfully sent or not. If it fails for some reason, you'll be able to retry too!",
"description": "Release notes for v5.36"
},
"WhatsNew__v5.37--1": {
"message": "We're keeping short messages short, by putting stuff like timestamps on the same line as the text. Now you've got more space on the screen for that quick 'hey' to check in on a friend.",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.37--2": {
"message": "Missing sticker packs begone! Desktop should now be able to handle all sticker packs that your phone can!",
"description": "Release notes for v5.37"
},
"WhatsNew__v5.39--1": {
"message": "You can now add people to groups using just their phone number.",
"description": "Release notes for v5.39"
},
"WhatsNew__v5.39--2": {
"message": "Your favorite contacts are now just a few keystrokes away. Contact search now supports non-Latin alphabets like Cyrillic.",
"description": "Release notes for v5.39"
"WhatsNew__v5.40--2": {
"message": "Thanks to our open source contributors $dsanders11$ and $yusufsahinhamza$ for contributing to these improvements.",
"description": "Release notes for v5.40",
"placeholders": {
"dsanders11": {
"content": "$1",
"example": "dsanders11"
},
"yusufsahinhamza": {
"content": "$2",
"example": "yusufsahinhamza"
}
}
}
}

View File

@ -2757,6 +2757,102 @@
"message": "這則訊息已被刪除",
"description": "Shown in a message's bubble when the message has been deleted for everyone."
},
"message--giftBadge--unopened": {
"message": "在手機上查看此訊息以開啟",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--label": {
"message": "禮品",
"description": "Shown in a message's bubble when you've received a gift badge from a contact"
},
"message--giftBadge--unopened--toast--incoming": {
"message": "檢查你的手機以開啟禮物",
"description": "Shown when you've clicked on an incoming gift badge you haven't yet redeemed"
},
"message--giftBadge--unopened--toast--outgoing": {
"message": "檢查看你的手機以查看你的禮物",
"description": "Shown when you've clicked on an outgoing gift badge"
},
"message--giftBadge--preview--unopened": {
"message": "你已收到一份禮物",
"description": "Shown to label the gift badge in notifications and the left pane"
},
"message--giftBadge--preview--redeemed": {
"message": "你已加值了一個禮品徽章",
"description": "Shown to label the redeemed gift badge in notifications and the left pane"
},
"message--giftBadge--preview--sent": {
"message": "你已送出一個禮品徽章",
"description": "Shown to label a gift badge you've sent in notifications and the left pane"
},
"message--giftBadge": {
"message": "禮品徽章",
"description": "Shown to label the gift badge you've redeemed on another device"
},
"quote--giftBadge": {
"message": "禮品",
"description": "Shown to label a gift badge you've replied to"
},
"message--giftBadge--remaining--days": {
"message": "剩下 $days$ 天",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for days > 1)",
"placeholders": {
"days": {
"content": "$1",
"example": "58"
}
}
},
"message--giftBadge--remaining--hours": {
"message": "剩下 $hours$ 小時",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for hours > 1)",
"placeholders": {
"hours": {
"content": "$1",
"example": "23"
}
}
},
"message--giftBadge--remaining--minutes": {
"message": "剩下 $minutes$ 分鐘",
"description": "Describes how long remains for the gift badge you've redeemed on another device (only rendered for minutes > 1)",
"placeholders": {
"minutes": {
"content": "$1",
"example": "45"
}
}
},
"message--giftBadge--remaining--one-minute": {
"message": "剩下 1 分鐘",
"description": "Describes how long remains for the gift badge you've redeemed on another device"
},
"message--giftBadge--expired": {
"message": "已過期",
"description": "Shows that a gift badge is expired"
},
"message--giftBadge--view": {
"message": "檢視",
"description": "Shown when you've sent a gift badge to someone then opened it"
},
"message--giftBadge--redeemed": {
"message": "已加值",
"description": "Shown when you've redeemed the gift badge on another device"
},
"modal--giftBadge--title": {
"message": "謝謝您的支持!",
"description": "The title of the outgoing gift badge detail dialog"
},
"modal--giftBadge--description": {
"message": "你已將徽章贈送給 $name$。 當他們接受後,他們可以選擇展示或隱藏他們的徽章。",
"description": "The description of the outgoing gift badge detail dialog",
"placeholders": {
"name": {
"content": "$1",
"example": "Paige Hall"
}
}
},
"stickers--toast--InstallFailed": {
"message": "貼圖包無法安裝",
"description": "Shown in a toast if the user attempts to install a sticker pack and it fails"
@ -3179,6 +3275,30 @@
"message": "撥動影片開或關",
"description": "Shown in the shortcuts guide"
},
"Keyboard--accept-video-call": {
"message": "接受含影片的電話",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--accept-audio-call": {
"message": "接受含聲音的電話",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-audio-call": {
"message": "開始語音通話",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--start-video-call": {
"message": "開始視訊通話",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--decline-call": {
"message": "拒接來電",
"description": "Shown in the calling keyboard shortcuts guide"
},
"Keyboard--hang-up": {
"message": "掛斷",
"description": "Shown in the calling keyboard shortcuts guide"
},
"close-popup": {
"message": "關閉彈出視窗",
"description": "Used as alt text for any button closing a popup"
@ -4109,10 +4229,6 @@
"message": "你無法向該群組傳送訊息。",
"description": "Shown in toast when you attempt to forward a message to an announcement only group"
},
"GroupV2--add--missing-capability": {
"message": "這些人在升級 Signal 之前無法被新增到群組中。",
"description": "Shown in a confirmation dialog when members who cannot view announcement only group cannot be added"
},
"GroupV2--cannot-start-group-call": {
"message": "只有該群組的管理員才能發起通話。",
"description": "Shown in toast when a non-admin starts a group call in an announcements only group"
@ -7039,13 +7155,29 @@
}
}
},
"StoryViewer__pause": {
"message": "暫停",
"description": "Aria label for pausing a story"
},
"StoryViewer__play": {
"message": "播放",
"description": "Aria label for playing a story"
},
"StoryViewer__reply": {
"message": "回覆",
"description": "Button label to reply to a story"
},
"StoryViewsNRepliesModal__placeholder": {
"message": "輸入回覆...",
"description": "Placeholder text for the story reply modal"
"StoryViewer__reply-group": {
"message": "回覆給群組",
"description": "Button label to reply to a group story"
},
"StoryViewer__mute": {
"message": "靜音",
"description": "Aria label for muting stories"
},
"StoryViewer__unmute": {
"message": "解除靜音",
"description": "Aria label for unmuting stories"
},
"StoryViewsNRepliesModal__no-replies": {
"message": "未有回覆",
@ -7099,6 +7231,32 @@
"message": "訪問連結",
"description": "Title for the link preview tooltip"
},
"Quote__story": {
"message": "報導",
"description": "Title for replies to stories"
},
"Quote__story-reaction": {
"message": "對$name$ 一個限時動態的反應",
"description": "Label for when a person reacts to a story",
"placeholders": {
"name": {
"content": "$1",
"example": "Charlie"
}
}
},
"Quote__story-reaction--yours": {
"message": "對你的限時動態表達了心情",
"description": "Label for when a person reacts to your story"
},
"Quote__story-reaction--single": {
"message": "對一則限時動態回應",
"description": "Used whenever we can't find a user's first name"
},
"Quote__story-unavailable": {
"message": "不再提供",
"description": "Label for when a story is not found"
},
"WhatsNew__modal-title": {
"message": "有甚麼新的",
"description": "Title for the whats new modal"

View File

@ -253,8 +253,12 @@ async function getThemeSetting({
const json = await sql.sqlCall('getItemById', ['theme-setting']);
// Default to `system` if setting doesn't exist yet
const slowValue = json ? json.value : 'system';
// Default to `system` if setting doesn't exist or is invalid
const setting: unknown = json?.value;
const slowValue =
setting === 'light' || setting === 'dark' || setting === 'system'
? setting
: 'system';
ephemeralConfig.set('theme-setting', slowValue);

View File

@ -4,7 +4,7 @@
"description": "Private messaging from your desktop",
"desktopName": "signal.desktop",
"repository": "https://github.com/signalapp/Signal-Desktop.git",
"version": "5.44.0-beta.1",
"version": "5.44.1",
"license": "AGPL-3.0-only",
"author": {
"name": "Signal Messenger, LLC",

View File

@ -211,7 +211,7 @@ const ActiveCallManager: React.FC<ActiveCallManagerPropsType> = ({
break;
}
case CallMode.Group: {
showCallLobby = activeCall.joinState === GroupCallJoinState.NotJoined;
showCallLobby = activeCall.joinState !== GroupCallJoinState.Joined;
isCallFull = activeCall.deviceCount >= activeCall.maxDevices;
({ groupMembers } = activeCall);
break;

View File

@ -91,7 +91,9 @@ export async function sendNormalMessage(
if (!shouldContinue) {
log.info(`message ${messageId} ran out of time. Giving up on sending it`);
await markMessageFailed(message, messageSendErrors);
await markMessageFailed(message, [
new Error('Message send ran out of time'),
]);
return;
}

View File

@ -111,6 +111,7 @@ export async function initialize(
timestamp: pino.stdTimeFunctions.isoTime,
});
ipc.removeHandler('fetch-log');
ipc.handle('fetch-log', async () => {
const mainWindow = getMainWindow();
if (!mainWindow) {
@ -137,6 +138,7 @@ export async function initialize(
return data;
});
ipc.removeHandler('delete-all-logs');
ipc.handle('delete-all-logs', async () => {
// Restart logging when the streams will close
shouldRestart = true;

View File

@ -21,13 +21,17 @@ export default function updateToSchemaVersion58(
`
--- Promote unread status in JSON to SQL column
UPDATE messages
SET
readStatus = ${ReadStatus.Unread},
seenStatus = ${SeenStatus.Unseen}
WHERE
json_extract(json, '$.unread') IS true OR
json_extract(json, '$.unread') IS 1;
-- NOTE: This was disabled because the 'unread' json field was deprecated
-- in b0750e5f4e1f79f0f177b17cbe06d688431f948d, but the old value was kept
-- in the messages created before the release of that commit.
--
-- UPDATE messages
-- SET
-- readStatus = ${ReadStatus.Unread},
-- seenStatus = ${SeenStatus.Unseen}
-- WHERE
-- json_extract(json, '$.unread') IS true OR
-- json_extract(json, '$.unread') IS 1;
--- Clean up all old messages that still have a null read status
--- Note: we don't need to update seenStatus, because that was defaulted to zero

View File

@ -2028,82 +2028,6 @@ describe('SQL migrations test', () => {
});
describe('updateToSchemaVersion58', () => {
it('updates readStatus/seenStatus for messages with unread: true/1 in JSON', () => {
const MESSAGE_ID_1 = generateGuid();
const MESSAGE_ID_2 = generateGuid();
const MESSAGE_ID_3 = generateGuid();
const MESSAGE_ID_4 = generateGuid();
const CONVERSATION_ID = generateGuid();
updateToVersion(57);
// prettier-ignore
db.exec(
`
INSERT INTO messages
(id, conversationId, type, json)
VALUES
('${MESSAGE_ID_1}', '${CONVERSATION_ID}', 'incoming', '${JSON.stringify(
{ unread: true }
)}'),
('${MESSAGE_ID_2}', '${CONVERSATION_ID}', 'incoming', '${JSON.stringify(
{ unread: 1 }
)}'),
('${MESSAGE_ID_3}', '${CONVERSATION_ID}', 'incoming', '${JSON.stringify(
{ unread: undefined }
)}'),
('${MESSAGE_ID_4}', '${CONVERSATION_ID}', 'incoming', '${JSON.stringify(
{ unread: 0 }
)}');
`
);
assert.strictEqual(
db.prepare('SELECT COUNT(*) FROM messages;').pluck().get(),
4,
'starting total'
);
updateToVersion(58);
assert.strictEqual(
db.prepare('SELECT COUNT(*) FROM messages;').pluck().get(),
4,
'ending total'
);
assert.strictEqual(
db
.prepare(
`SELECT COUNT(*) FROM messages WHERE readStatus = ${ReadStatus.Unread};`
)
.pluck()
.get(),
2,
'ending unread count'
);
assert.strictEqual(
db
.prepare(
`SELECT COUNT(*) FROM messages WHERE seenStatus = ${SeenStatus.Unseen};`
)
.pluck()
.get(),
2,
'ending unread count'
);
assert.strictEqual(
db
.prepare(
`SELECT readStatus FROM messages WHERE id = '${MESSAGE_ID_2}' LIMIT 1;`
)
.pluck()
.get(),
ReadStatus.Unread,
'checking read status for message2'
);
});
it('updates unseenStatus for previously-unread messages', () => {
const MESSAGE_ID_1 = generateGuid();
const MESSAGE_ID_2 = generateGuid();